Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

croogo

Croogo is a free, open source, content management system for PHP, released under MIT License.
Collective - https://opencollective.com/croogo - Code: https://github.com/croogo/croogo

CroogoEventManager: Pass config data to listener constructor

Useful for configuring the listener instance

github.com/croogo/croogo - 916ec561eb7ad82ba35c0c961e07d974c4bd18f2 authored about 11 years ago
Merge branch 'master' into 1.6

Conflicts:
Plugin/Croogo/Test/Case/Lib/CroogoTest.php

github.com/croogo/croogo - 327dd917b0928ebe0db1ee0f5f1495a647877e24 authored about 11 years ago
Indentation fixes

github.com/croogo/croogo - e57230c9b93176785725b038ceb4b5e6bdaadbcc authored about 11 years ago
Fix: Incorrect argument order in CroogoEventManager

github.com/croogo/croogo - 784d3ca53eb93958ceefbe08452cf7dc4f1cbb6e authored about 11 years ago
Fix: Clear event handler cache when load/unloading plugin

github.com/croogo/croogo - 1709339699ccdda3bcd14fa405ae3efc1434993e authored about 11 years ago
Fix: Invalid args for HtmlHelper

github.com/croogo/croogo - 817cfaf80d7191bdde3fc07e9cecebc44ab7d3c2 authored about 11 years ago
Accepts 'title' for modal element

github.com/croogo/croogo - a6f425a0cd6eeebfcf5b6c7c7ab9812a379850e7 authored about 11 years ago
Menus: Reload parent dropdown when menu is changed

Closes #475

github.com/croogo/croogo - a019b6e3fc9ad03f1142782b572a5efdc162860c authored about 11 years ago
Merge branch 'master' into 1.6

Conflicts:
Translate/Controller/TranslateController.php

github.com/croogo/croogo - 0a01e66beef32f41e7370752fbd0da5d5ad10737 authored about 11 years ago
Load Extensions after Site.locale is loaded from settings.json

Closes #467 (item 1)

github.com/croogo/croogo - f360188f7ca6642329c297f1dbc3268137e6774b authored about 11 years ago
Merge branch '1.5-translate'

github.com/croogo/croogo - 9187c5942c193f405d9964faf695ed9b190908d0 authored about 11 years ago
When $url is not an array it must be checked before

This causes invalid offset errors in PHP 5.4:

- Closes GH-181
- Closes GH-225
- Closes #462

github.com/croogo/croogo - fa84c09c4f7b4e85fb335444a43cdd6db38a68fe authored about 11 years ago
Change default link values to allow for locale handling

github.com/croogo/croogo - d0c9a66a3af950a736a4c87006377193863e8fd5 authored about 11 years ago
Add missing 'Apply' button

github.com/croogo/croogo - eb37ba2952ce693877b5e343de8902d7388efd79 authored about 11 years ago
Pass `admin:true` in row action link

github.com/croogo/croogo - a3b50b3ab5e0e0be5134d0e255e17fe921d5dacc authored about 11 years ago
Fix: Only escape title for insert attachment action

github.com/croogo/croogo - 52b4624d02092a2b7e0c02be89a1c248a9d816a7 authored about 11 years ago
Merge branch 'pr/222'

github.com/croogo/croogo - 68749feb05cd73d261ff5d79f142f3470872d371 authored about 11 years ago
Recover the tree of both scoped menus when moving a link

- Closes #368

github.com/croogo/croogo - d4f3d2f9263892ca6fd992fb0f99f446e08a1ded authored about 11 years ago
Refactoring: extracted to a method the scope restriction logic

- To reduce code duplication
- Fix in a BC way (ie: not introduce a new public method)

github.com/croogo/croogo - 319552e8e1b9bfe6e7cf64f097a073f6eccf78e3 authored about 11 years ago
Fixed fixtures so the tree reflects coherent values

github.com/croogo/croogo - c977f7967b57da18e94116a6e0bf2f9843e4136c authored about 11 years ago
Merge branch '1.6-contacts' into 1.6

github.com/croogo/croogo - 7415fb984f5e337b3ffbf78921b68326222cf5e4 authored about 11 years ago
Controller::flash() is deprecated. Change to SessionComponent::setFlash

- Redirect back to original (referer) page

github.com/croogo/croogo - e9489a123504555ec72b8cc720246ab66e280baa authored about 11 years ago
BCBREAK: Move validation after spam/captcha

Prevents spam/captcha entering the system

github.com/croogo/croogo - 47aee1c16acb21ce299be29b016c2e6dc80b6d00 authored about 11 years ago
Allow `Croogo.referer` to take effect for string $url

github.com/croogo/croogo - 8abe743eb14eaef15cda60285bfc9e21ff7a5ae9 authored about 11 years ago
Simplify Contacts routes

- /contact now defaults to pre-configured default Contact
- Automatic route to new Contact recor...

github.com/croogo/croogo - c7a50038e38380da724a4c5bcaec63d389b16303 authored about 11 years ago
Fix 'Delete' link in template files and button color

github.com/croogo/croogo - 36524343c716622c63f98a08e7cedd04012a1ca5 authored about 11 years ago
BCBREAK: Add options argument for LayoutHelper::filter()

github.com/croogo/croogo - 97f8c6a22405cf38a60affde4ee157022793fa77 authored about 11 years ago
AclExtras: Remove abstract classes

One never should allow/deny permissions in abstract classes.
Cherrypicked from markstory/acl_ext...

github.com/croogo/croogo - b45335c0b67ebb9c2110c517b60c1a4ffddea533 authored about 11 years ago
Fix: Incorrect redirect after saving data

This fixes the following case:
- Browse nodes/index with some filters
- Instead of editing a nod...

github.com/croogo/croogo - 802cf40bd1b391f15c4fd4b927df4b80ef9a166c authored about 11 years ago
adminTabs(): Allow passing data and options to View::element()

github.com/croogo/croogo - 25fb186f49967a2edeaf8ea4caeac674a025c5dc authored about 11 years ago
Merge branch 'master' into 1.6

Conflicts:
Plugin/Ckeditor

github.com/croogo/croogo - 5efbe79bc09cef17a42cbe8a81c2765cc4e71b3c authored about 11 years ago
Upgrade submodule to croogo/Ckeditor@e88496ac0ea83

github.com/croogo/croogo - 36d2621313803928e6d9a89b58e062fbb354d178 authored about 11 years ago
Fix: Don't lose event data in saveNode()

github.com/croogo/croogo - 10076fd256cd0c7fee45630917a81481677c5efc authored about 11 years ago
Merge branch 'pr/224'

github.com/croogo/croogo - 98fa9ba06b03bc6c14d2c660ef9d8f2f73085e15 authored about 11 years ago
Merge branch 'pr/220'

github.com/croogo/croogo - ea30c01bba260248a4ed59e8079f39d31d6fa0e6 authored about 11 years ago
Fix translated model caches not being flushed after saving translation.

github.com/croogo/croogo - f77f1909619bc8c20739422a8a8840ff6470aba3 authored about 11 years ago
Block weird image types from trying to imagecreatefrom*

i found an errror when i uploaded a favicon because it was trying to execute the function imagec...

github.com/croogo/croogo - 76df5cee3590a967f19ea0b849b42530b5463c1a authored about 11 years ago
Set all Routing.prefixes to false in menus linking

So menus links don't keep current route in generated URL

github.com/croogo/croogo - 0e144aa52fffae7652edaf18def76e77831ae653 authored about 11 years ago
Fixed tests - refs #220

github.com/croogo/croogo - f870b6880a3eb25d3002d1b98931f0f1573ba171 authored about 11 years ago
Fixes error of image not showing when croogo is installed in folder

The helper returns an images that makes reference to the root of the domain instead of croogo's ...

github.com/croogo/croogo - 050ac875ec668b24b3341b6e98751de901ff54ef authored about 11 years ago
Specify Plugin for behavior

When removing plugin bootstraps, this caused a Behavior not found error.

github.com/croogo/croogo - 3188baf4d2615b5867e5dd59206c1dcc56211633 authored about 11 years ago
Prevent resizing an already resized image

- Fix legacy resizedInd for legacy behavior (it should be empty instead
of 'resized')
- Assume...

github.com/croogo/croogo - 683184676edb53d434b1f9d2d7c444cc0e85db80 authored about 11 years ago
Removing deprecated property

github.com/croogo/croogo - f83cb1d4ccb29f42943f774300de111ad62ee58b authored about 11 years ago
Merge branch 'master' into 1.6

Conflicts:
AUTHORS.txt
Locale
Plugin/Ckeditor
Plugin/Migrations
Plugin/Search
VERSION.txt

github.com/croogo/croogo - 8b34af2be76310287ce26592b6a83305240d18f8 authored about 11 years ago
Updating VERSION.txt for release 1.5.5

github.com/croogo/croogo - 30946faaa56c0c3082b8072af2764661f9b0a627 authored about 11 years ago
Updating AUTHORS.txt for release 1.5.5

github.com/croogo/croogo - 9ec44fe2eddc9e6565721538a6276a08dcf89cfb authored about 11 years ago
Updating submodules

- croogo/locale@6154982958d903a
- croogo/Ckeditor@154c5fd430b
- CakeDC/migrations@7724ccd5
- Cak...

github.com/croogo/croogo - 17152d94980c18d15e069109b328e89d75f8d199 authored about 11 years ago
Merge branch '1.6-image-helper' into 1.6

github.com/croogo/croogo - 47999e801ac2876ebf24d4e0b2f0368fed9de239 authored about 11 years ago
Don't configure other plugin's setting

Related:
- croogo/croogo@543ccc2
- croogo/Ckeditor@154c5fd4

github.com/croogo/croogo - 81a1d6c66e0d2b11c46d54b61b40a54ca6b111e6 authored about 11 years ago
Deprecate ImageHelper::$cacheDir

github.com/croogo/croogo - c329578f2466658a9b47a494cf2dd7be96564a53 authored about 11 years ago
Dimension of resized files are now appended instead of prepended.

- tab-completion friendly
- easier delete via CLI

github.com/croogo/croogo - b2908e59ba582480443d4e9c95791d7971020867 authored about 11 years ago
chooser_title added to choser

github.com/croogo/croogo - df6f54894ab4fdf64cb090e6027db996de4e6c4a authored about 11 years ago
BCBREAK: Change the third argument of of ImageHelper::resize() to accept array

Allow plugins to override the default settings

github.com/croogo/croogo - e666999278daec7398d3d35a3fd619ec1b86284d authored about 11 years ago
Merge branch 'master' into 1.6

github.com/croogo/croogo - 7966bf49046f44720e533f49f47b3c4f241d7337 authored over 11 years ago
Fix: check for typeahead_autocomplete before calling

github.com/croogo/croogo - 6b15b65f9311aac6e309d43bf21a2028cb9f1643 authored over 11 years ago
Fix: getimagesize still triggers a warning for missing files

github.com/croogo/croogo - 329ed1cbd16c811f716fc7b478c79b5d259fb0b3 authored over 11 years ago
Removing hardcoded references to FileManager

github.com/croogo/croogo - 543ccc2dd85784a59b092259809cfc42b53d1cb3 authored over 11 years ago
Configure AttachmentsController for Wysiwyg

This was previously configured in Ckeditor plugin which is the wrong
place to do it.

github.com/croogo/croogo - 53cc1baa8df97d05d4f647959be9ebadd144c394 authored over 11 years ago
Fix: Don't assume builtin plugins are always active

github.com/croogo/croogo - b39aabf3e8e604b71f3e08e1ef7168b70f35d959 authored over 11 years ago
Fix: Link.class does not get autopopulated

Due to jquery.slug.js uses the `class` attribute to identify
input tag to populate.

github.com/croogo/croogo - 4cbc74b272cdee0cee3aece4d1e660795bee8f65 authored over 11 years ago
Fix path to renamed js files in 5abe87fab36e3a930d

github.com/croogo/croogo - 4456be6e86e2e3b164863431b6deca8c5416aa5d authored over 11 years ago
Merge branch 'master' into 1.6

Conflicts:
Config/core.php

github.com/croogo/croogo - ea3bb19df6eb8f31836a14c199a3b4ae2faf8bd0 authored over 11 years ago
Sprinkling some __d() based on croogo/locale#21

github.com/croogo/croogo - 99956b2c0dacab37795e48080107e2286643a6c2 authored over 11 years ago
Added useful alt property for images

page_white image didnt have an alt, and thumbnails had generic default alts (thumb); this sets a...

github.com/croogo/croogo - 10f83dc21e3e7e2c71516e4e048034e58e102130 authored over 11 years ago
Merge branch 'pr/214' into 1.6

github.com/croogo/croogo - 280442ea4ee9a60bf26c3c4b99b13348351e679f authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - 30859a84ee1477bfb255cf0cd74943f42bbf31b3 authored over 11 years ago
Added missing fixtures required by the test

github.com/croogo/croogo - 91966aa627b51d6d12e13930fb21bfda5af0c2ca authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - 41b8ae1a27f0c4e714f97735a2f2367fc5756fba authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - c919e0f774a0fcd824142998a7afcab0122760b8 authored over 11 years ago
Added missing fixtures

github.com/croogo/croogo - 4270067f7b4c74878cfa16e7626df08870a0db33 authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - a6f462fab03765d691cb4179505c2d58e1b1c250 authored over 11 years ago
Added missing App::uses

github.com/croogo/croogo - 3866ce8464252fcc1b0f00590d4165914c32dc93 authored over 11 years ago
Added missing fixture making the tests fail

github.com/croogo/croogo - d4dc94091f3076432a54bdf9ebcff4489aeedc08 authored over 11 years ago
Added missing App::uses making the callback on addDetector fail

github.com/croogo/croogo - 1560a9d8e726676ff49b2ef0cc1bebf5aa18ba34 authored over 11 years ago
Added missing fixture to run the tests

github.com/croogo/croogo - d3149a56fe4d02867fbe85bec7616962836d39a4 authored over 11 years ago
Fixed tests by making the routes localy initialized

github.com/croogo/croogo - 7df6d6cea319c78771d5bd4d8e5dc86166da06c7 authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - a816fee5d6b96fb9db95d9942e1c72defd8b2cbf authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - f7f61a768333bb1d34d3e6d9d20a47db02b49daf authored over 11 years ago
Added missing fixtures for the tests to run

github.com/croogo/croogo - 4070fa044c0561e51f66d2d22512237be3643940 authored over 11 years ago
Adding missing fixture for tests to run

github.com/croogo/croogo - 69fbdb622d6ec171df00091f2fd01cdfecce7976 authored over 11 years ago
session should be destroyed only if it was started

i.e. tests runned via CLI

github.com/croogo/croogo - c7727176a8a861d457ac23281b7d778104ac4073 authored over 11 years ago
Added missing fixtures making tests fail

github.com/croogo/croogo - 82c46f9c0ffb336c9e9debd3f9acf14112a2d88e authored over 11 years ago
Merge branch 'pr/212' into 1.6

github.com/croogo/croogo - 1b7304d62429149022eef3702787b115b3520432 authored over 11 years ago
Fix vendor path in CroogoModelsTest

github.com/croogo/croogo - 64e348445335e0aefbfd887ebcb0e15e20a73f24 authored over 11 years ago
Fix vendor path in CroogoHelperTest

github.com/croogo/croogo - 4ce11e5277d83c0896c4e35f5b600eb2a5253f42 authored over 11 years ago
Fix vendor path in CroogoLibsTest

github.com/croogo/croogo - 3cf2b496670861f6ada7def587ef90adc89e0969 authored over 11 years ago
Fix vendor path in CroogoEventsTest

github.com/croogo/croogo - 5d97095ae8b7d932462513eb8e73b31923ca356e authored over 11 years ago
Fix vendor path in CroogoControllersTest

github.com/croogo/croogo - e15f0d395967a3780bc34204f286f00fa3192b08 authored over 11 years ago
Fix vendor path in CroogoConsolesTest

github.com/croogo/croogo - a33c9de458808a9c1faf88ee74acd00c0ad8eb2f authored over 11 years ago
Fix vendor path in CroogoComponentsTests

github.com/croogo/croogo - 60f5979e791161c5d442e8aab745632601da5379 authored over 11 years ago
Fix vendor path in CroogoBehaviorsTest

And fix missing database on CachedBehaviorTest

github.com/croogo/croogo - adc7e8b6d6a12d195837082aefbdb6376845e5d1 authored over 11 years ago
Merge branch 'pr/211' into 1.6

github.com/croogo/croogo - 854e1c17d3788f4d7625d36916f16a47d84376e7 authored over 11 years ago
Add test to underline previous commit

github.com/croogo/croogo - dd80ecd92f240a7c5fee77eee8d78732e574f5d4 authored over 11 years ago
Fix - New Language added has no weight

I'm sorry I didn't take the time to add a test case to underline my fix.

Prior this fix:
But wh...

github.com/croogo/croogo - aaf959ca1f694e978e423b31539f094336e151a0 authored over 11 years ago
The form input should use the configured value to tell whether it's multiple or not

Instead of hard coding it to true.

github.com/croogo/croogo - 1067978df36e40ca1811f9e8d7a9f688e86f899b authored over 11 years ago
Merge branch '1.6-checkboxes' into 1.6

github.com/croogo/croogo - 70001245e9e059ea0c718ed1e0925ed133684b27 authored over 11 years ago
Make lists checkboxes all selectable at once

github.com/croogo/croogo - 5abe87fab36e3a930dc1e0e44af1a326e711c318 authored over 11 years ago
Add convenience method CroogoHelper::adminScript()

github.com/croogo/croogo - 7e821fec2e6d6782375a00eaed92bf17d4e584f7 authored over 11 years ago
Extract method to toggle row selection

github.com/croogo/croogo - 7170ce01383e5c2e4b96ca8b557777733b913a33 authored over 11 years ago
Made terms description nullable in fixtures

As they are nullable as describe in migrations https://github.com/croogo/croogo/blob/master/Plug...

github.com/croogo/croogo - 8a0b6b1ae5d9d1f004843fc66ab8ec45df8241b0 authored over 11 years ago