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

Fix: Leftover config keys

Reported-By: Marco Strijker
Ref: http://thread.gmane.org/gmane.comp.cms.croogo/137

github.com/croogo/croogo - fd93c7ee7656b4b5b125b3aef939d05c51186ecd authored over 11 years ago
There is a BOM at the start of this file. Removed it.

The BOM "efbbbf" cost me 60 secs to load this file.

github.com/croogo/croogo - 678618a3e86139c91c6d112bc52bc2f1b217d3c0 authored over 11 years ago
Fix view form admin Tabs

Inserted Admin tabs are displayed under News

github.com/croogo/croogo - 8ec47a042eaaa5956a454d4e31dd6176a4dd05d5 authored over 11 years ago
Adds 'weight' support to write setting

github.com/croogo/croogo - e938bab206b674548744b6647db729a2e2295e1c authored over 11 years ago
Fix undefined error reported by euromark

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

Conflicts:
Croogo/Controller/CroogoAppController.php
Locale
VERSION.txt

github.com/croogo/croogo - 9442ab68a90a9e5b5c0f469c3f762a3ee1586201 authored over 11 years ago
Fix: Wrong case + package for ComponentCollection

The incorrect package was causing weird failures in tests with not being
able to find the Compon...

github.com/croogo/croogo - e539d29377dd03221199ec9d825d7ea034fcee2c authored over 11 years ago
missing static

github.com/croogo/croogo - 5a0b0df9aacf1c4855b2490d14551e887c8f932f authored over 11 years ago
Merge branch '1.6-autocomplete' into 1.6

github.com/croogo/croogo - a56b59672a480238b3eef742f789fe5d323768f9 authored over 11 years ago
Use autocomplete for user_id in Nodes/admin_[edit|add]

github.com/croogo/croogo - 0b63ef2eb0c3a2af48442aa2075d59db293e43c7 authored over 11 years ago
Implementing CroogoFormHelper::autocomplete()

github.com/croogo/croogo - b36c1e8261fbd7f38c131461263bcb655cc3d026 authored over 11 years ago
Add simple autocomplete (using typeahead) plugin

github.com/croogo/croogo - 8af48cbe3e270631520d26421d7baa3ea0c898b0 authored over 11 years ago
api: when attaching API component, set default priority 8

This is necessary since the API component needs to run before
AuthComponent in order to register...

github.com/croogo/croogo - 7682d4ed5665da8ad297e2dfa33828d58bf0c810 authored over 11 years ago
update_version_info: Use Croogo's plugin path instead of APP

github.com/croogo/croogo - d97433f6a60d0871b91fbf31a666f04129746e37 authored over 11 years ago
Accept linkOptions in CroogoHelper::adminTabs()

github.com/croogo/croogo - 55c3bc177c7dc43b49e4088dea237b527cb3c5eb authored over 11 years ago
Mute version numbers when there's only 1 version

github.com/croogo/croogo - 7c449f5ea358ba72e0f689030ce07e4435a3b817 authored over 11 years ago
Acl: BC fix for cake < 2.1 from upstream

see: markstory/acl_extras@ad33b16ec8a4b53594c613048c38b08df2915ce4

github.com/croogo/croogo - 1c214b56d729338a3f65e979f48a00183bb4b5d1 authored over 11 years ago
Merge remote-tracking branch 'rchavik/1.6-api' into 1.6

Initial infrastructure for implementing REST APIs

github.com/croogo/croogo - 2612df875891b1c735071757d613962fe7900a22 authored over 11 years ago
api: Implement /api/v1.0/users/lookup

github.com/croogo/croogo - 0a39558bd0fac045fc6cbf424b7fb1d2e81c464e authored over 11 years ago
api: AclPermissions UI - display API tree in a separate tab

github.com/croogo/croogo - f62d540875aa0b71e808f76a5cbfe26740f81a77 authored over 11 years ago
api: AclExtras - scan actions from BaseApi components

github.com/croogo/croogo - dd737f0724cfed40b5eb2e3bff44ce418ad5124b authored over 11 years ago
api: Override CroogoAppController::invokeAction + BaseApiComponent

github.com/croogo/croogo - e91e6bc92c817cdf2dce4dded21852b8e8f91026 authored over 11 years ago
api: Separate loading of components by type

Instead of directly modifying Controller::$components, the hook system
will store them separatel...

github.com/croogo/croogo - 88163e72499f55d26be77c4a37f0a88be4035b65 authored over 11 years ago
api: Adding Croogo::hookApiComponent()

Store list of API components in CroogoAppController::$apiComponents

github.com/croogo/croogo - ef31b905ded143872a4d889c35f7666d2c1fd107 authored over 11 years ago
api: CroogoRouter::mapResources() helper method

Wraps Router::mapResources() with Croogo defaults

github.com/croogo/croogo - 20521fb2b309a2e5f229b13d4c34ea19a932fabf authored over 11 years ago
api: Acl - actionPath as 'api|controllers' based on routes

`actionPath`s are typically denoted as follows:

`controllers/Plugin/Controller/action` or
`...

github.com/croogo/croogo - ab0ddb4aa68622e5d4f2a56793064f1694fb6d43 authored over 11 years ago
api: Adding ApiRoute class

- Handle :api and :prefix in route path accordingly.

- Transforms 'prefixed' actions to a value...

github.com/croogo/croogo - 8cbc5769ded00612f7ea1ba2f8b97df132a93e10 authored over 11 years ago
api: Adding API path config and Request Detector

- Croogo.Api.path: denotes the URL path prefix for API requests

- CroogoRouter::isApiRequest()
...

github.com/croogo/croogo - 32bcf7d7f7bd66139e5cce8f917b02ee2528933a authored over 11 years ago
Fix for block's visibility paths when working under subdirectory.

Closes #413

Signed-off-by: Rachman Chavik <[email protected]>

github.com/croogo/croogo - 4ac19ca06df7de41d860c160c964a1a6f2878d87 authored over 11 years ago
Merge branch '1.6-install' into 1.6

github.com/croogo/croogo - 2d7ef51873d865364831ca5ef71282086b9dce49 authored over 11 years ago
Prettify the alert and wrap strings for i18n

github.com/croogo/croogo - 533737076d122cb67918d67896f64c77cda8aa5c authored over 11 years ago
Fix infinite loop in CakeErrorController due to NotFoundException

Resolution proposed by rchavik and tested by myself to problem I
reported in IRC where NotFoundE...

github.com/croogo/croogo - aab6547f0a0ad98d3507895f6918585c709d8c39 authored over 11 years ago
allow skipping database.php creation if already existent and valid.

github.com/croogo/croogo - 54d241addebeb8a05233d56ec641afea31b8a28a authored over 11 years ago
raise time limit for webinstaller

github.com/croogo/croogo - ad1d66928a8ee0ad84906881255659608c13b5b2 authored over 11 years ago
Merge branch '1.6-token' into 1.6

github.com/croogo/croogo - 0ff84f8d3dfc6ea79256561aaa5fb6baaf9dd27b authored over 11 years ago
fix test to reflect changed fixture

github.com/croogo/croogo - d52d35984e480c9418fff84081646aeb52c55f77 authored over 11 years ago
update fixture

github.com/croogo/croogo - 2cec1646c757bce21a3aa3133b62026e2a039b4a authored over 11 years ago
adding token authenticate

github.com/croogo/croogo - 388259d0f0eca8fb6fc1c8b0845963d1f21b3372 authored over 11 years ago
Updating VERSION.txt for release 1.5.3

github.com/croogo/croogo - b6d691b97e84c9f5365d373301f8d38b5130400b authored over 11 years ago
Updating AUTHORS.txt for release 1.5.3

github.com/croogo/croogo - d970681185aef9cfc7135aa830fc8418ff5d1099 authored over 11 years ago
Upgrade submodule to croogo/locale@fe7ac3580d2

github.com/croogo/croogo - 95d2356c9eef735c2ec16f61f8fa033defbedac7 authored over 11 years ago
Merge branch '1.6-redirect' into 1.6

github.com/croogo/croogo - 4d74caf71a7c5b1846557d17cc3d9197979460a3 authored over 11 years ago
Fix broken tests due to refactor in 99e5e0fcf8

github.com/croogo/croogo - aa9a0a846464865bcc9add8512dc816463e8b6b9 authored over 11 years ago
Refactor: Add `return` for Controller::redirect()

github.com/croogo/croogo - 99e5e0fcf8bbfffd7851f1e4543da3baa2cb8dea authored over 11 years ago
Merge branch '1.6-cs-fixes' into 1.6

github.com/croogo/croogo - 7ad2c24670a3e51e0665e1068819b5020c964173 authored over 11 years ago
Minor style fixes

github.com/croogo/croogo - 42112cc5e57ea577ee65baaa1d3adadbda66a87e authored over 11 years ago
PHP CodeSniffer fixes

Based on https://github.com/croogo/croogo/pull/177
This patch contains the non-obvious chunks

S...

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

github.com/croogo/croogo - 39f7d1f4b61f75ccc6bc1017c30519062adf7cf7 authored over 11 years ago
Nodes: Add missing echo

github.com/croogo/croogo - 0b9bf120f8e10102495abaa3475640c163048635 authored over 11 years ago
Nodes: Incorrect test data format

github.com/croogo/croogo - 8c3d6aa48127f12d8b0b87b88858be029da7032e authored over 11 years ago
Taxonomy: Lost Comment settings when editing Types

Closes #406

github.com/croogo/croogo - 31dc279ab17a99af89772cebe6cd0d28df1f7120 authored over 11 years ago
Set the standard JSON content type for a wider compatibility

Since the "application/json" type is the default one used in CakePHP core and accepted in a RFC4627

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

github.com/croogo/croogo - a7a35e12ead89ee1dc2aa3d506d6519233cc297b authored over 11 years ago
Revert "Fixed Issue with BBcodes not Rending"

This reverts commit 3d2c1777ba75df9d5e9c58efc41038bb0e92b9cd.
This commit was accidentally inclu...

github.com/croogo/croogo - 662d657d3c4a2d9550f1a91fbf98988620acacd4 authored over 11 years ago
Fix: Invalid URLs generated when running under a subdir

Closes #400

github.com/croogo/croogo - 042225b4a3489643a412c0fd5eb07d7367b66740 authored over 11 years ago
Minor PHP CodeSniffer fixes

Modified from https://github.com/croogo/croogo/pull/177
This patch pulls in the obvious ones to ...

github.com/croogo/croogo - 4fa5294eb7eabfe390f258df4096cdb787af74eb authored over 11 years ago
Bugfix for incorrect json in plugin.json (of Plugin/Shops)

github.com/croogo/croogo - 352a3d7dfcd598a537026ba2f2209b1ecec1d08b authored over 11 years ago
Merge branch '1.5-duplicate-container'

github.com/croogo/croogo - 769a185c5fbf2805ad3851c380abd2ac077de4ea authored over 11 years ago
Remove all block related markup to avoid duplication

Closes #404
Closes GH-167

github.com/croogo/croogo - 015580ca557533c1715649804dec0b4704c8f0ad authored over 11 years ago
Fixed Issue with BBcodes not Rending

Only the elements bb code was implemented...

github.com/croogo/croogo - 3d2c1777ba75df9d5e9c58efc41038bb0e92b9cd authored over 11 years ago
Suppress authError for unauthenticated users

Requires CakePHP > 2.4 (cakephp/cakephp@0d486bdab4)
Closes GH-175

github.com/croogo/croogo - 3c7f27b0932bdbf53883f7e4681e16f455f83e03 authored over 11 years ago
Merge branch '1.6-filter-saving' into 1.6

github.com/croogo/croogo - f20bf8bf61fa6c892b233097de7cff89f95e43c8 authored over 11 years ago
Minor CS fixes + docblock updates

github.com/croogo/croogo - 38a258f1a7c2ed76c75bbbe20f98b0b6856b6eb7 authored over 11 years ago
Saves the refering URL to return to it

Sets the refering url in a session key to be used by Croogo::redirect..
after redirection it is ...

github.com/croogo/croogo - ce40456b014607e6f234e5bf484267e7a395a1f5 authored over 11 years ago
Fix transparency issue in png and gifs

- http://croogo.lighthouseapp.com/projects/32818/tickets/396-resized-png-attachments-are-plain-b...

github.com/croogo/croogo - e664c32e79b1d7f1718be49cf8dbe4fb5590dc00 authored over 11 years ago
Blocks: Pass $options to inner element() calls

Closes #403

github.com/croogo/croogo - ff5828a848bd6b7617a5e41b61d57c3383ca3769 authored over 11 years ago
Blocks: Use mock objects in tests

github.com/croogo/croogo - b405534aa57e5b0d73fd403af7a12f474638aca7 authored over 11 years ago
Remove commented code

github.com/croogo/croogo - f74a62c4c04cf066d99407cd1a0c4962b2e40a17 authored over 11 years ago
i18n: Table headers translations

Initial patch from Enrico Salsi.
Fixes #402

github.com/croogo/croogo - 4a6640821fae1143150c33614b4fcef79b38bc6e authored over 11 years ago
Change title default to 'Home'

Closes GH-171

github.com/croogo/croogo - 0c0410daee530e01722d63bb8ff23bf907303040 authored over 11 years ago
Remove duplicate 'label' keys

See: 2334c53d

github.com/croogo/croogo - d0efd0886f17886c2d7fd51a396d91fbecb61184 authored over 11 years ago
Fix: Tooltips cannot be disabled

This is a leftover behavior from 1.5.0 days where labels are not used.
We are keeping this behav...

github.com/croogo/croogo - 7a155da23d0369c59d068601d51fbc25d43c4e94 authored over 11 years ago
Merge branch '1.6-vendorization' into 1.6

github.com/croogo/croogo - c85b13678972602afbb92d62c0b7a5592c368d44 authored over 11 years ago
Update travis.yml for 5.2 just to make fahad19 happy

github.com/croogo/croogo - 87b85709c4091dbc7280ca9ee5931100dbc5b84a authored over 11 years ago
Extensions: do not assume plugins are under APP

github.com/croogo/croogo - a26f2b007f916e0974cbc4985433dbbc9df02593 authored over 11 years ago
composer.json: Add vendor-dir clause

github.com/croogo/croogo - 885431c471bf2a12ea203947d98d557f6887eca3 authored over 11 years ago
Adjust travis.yml for new directory layout

github.com/croogo/croogo - b56baf2e926a5f3fd07a88613711d29e5f192a47 authored over 11 years ago
Renaming test class and file names

Rename our test classes and files to prevent conflicts since
AllTest and friends are typically u...

github.com/croogo/croogo - 538ba5f5aee9fec7fe200d05d32f408b50653fbd authored over 11 years ago
Croogo: Path fallback for inherited controllers

When an app level controller extends a core Croogo controllers, eg:

class MyNodes extends Node...

github.com/croogo/croogo - 5e529799a644df505525bb69d0e1c7732934e4a7 authored over 11 years ago
README: Document new directory structure and composer notes

github.com/croogo/croogo - a8be4dc2ba5cbc49e63c920a7de5dbc20222e6d9 authored over 11 years ago
Path adjustments

github.com/croogo/croogo - c2bd5d2274773fc050522c264ee4a8c6f6adf49e authored over 11 years ago
Move app's Schema directory to Croogo plugin

github.com/croogo/croogo - e936fb50ca80f1c3aa4925fd41f9bccba2a6a5ac authored over 11 years ago
Remove submodules since they now belong in APP dir

github.com/croogo/croogo - 6b6734d51bfee29a697314f46567668622f95bd5 authored over 11 years ago
Adding composer.json

github.com/croogo/croogo - 864f9fd386b684e66bb2d95e380dba9462b3a881 authored over 11 years ago
Removing app code since it's been extracted to croogo/croogo-app

github.com/croogo/croogo - 878761b781f4da2bd61be0483270a0b2f03aea30 authored over 11 years ago
Move core plugins to toplevel

github.com/croogo/croogo - aecf6dad44a5e09189790073b83b7dfee8148c20 authored over 11 years ago
Updating VERSION.txt with 1.6.0-dev

github.com/croogo/croogo - 7aac5e82989aee335489865698ebac4a8eb9f5ae authored over 11 years ago
Upgrade submodule to croogo/locale@19487216

github.com/croogo/croogo - a154846a9f543876b59cda4e5782984895cc47f6 authored over 11 years ago
Merge branch '1.5'

Conflicts:
Plugin/Contacts/Controller/ContactsController.php

github.com/croogo/croogo - c303c110fbb011d2ad78328d1d19680fcebfaa7e authored over 11 years ago
Updating VERSION.txt for release 1.5.2

github.com/croogo/croogo - 513644d1b3583a3d2aab63781750bc755efac798 authored over 11 years ago
Updating AUTHORS.txt for release 1.5.2

github.com/croogo/croogo - 192444bfb710299593d423dce41aa45ae0478381 authored over 11 years ago
Updating submodule to croogo/Locale@6192df553f3

github.com/croogo/croogo - 0bd82c4531f471d9d1897845779d0f5d001beeb1 authored over 11 years ago
Nodes: Use __d() instead of __()

github.com/croogo/croogo - 3cd36372cd617002a97b39b51800c453636050b5 authored over 11 years ago
Upgrade submodule to cakedc/migrations@cb8a75d2253

github.com/croogo/croogo - e6ad63ebcb879641d8812c21679511377e6c4456 authored over 11 years ago
Upgrade submodule to cakedc/search@d38d96e8abbe

github.com/croogo/croogo - 960afa5b1cf617bd1963cefb512c2d232403f9f4 authored over 11 years ago
Upgrade submodule to croogo/Ckeditor@676a744039

Closes #392

github.com/croogo/croogo - 9e4b40d9f44b110d50c6ba9fe2744d95e308fb8e authored over 11 years ago
Doc: Updating docblocks for some Acl classes

github.com/croogo/croogo - 4191f6d7c96355238a9ff0652ec83dfe3f635c15 authored over 11 years ago
Doc: Updating docblocks for base application classes

github.com/croogo/croogo - 24937eb19705930f88ffc58ed032d84045dc795f authored over 11 years ago
Croogo: Move methods from AppShell to CroogoAppShell

github.com/croogo/croogo - 9fc02c69b8656b14fd69f93a46934a1fa28a126b authored over 11 years ago
Acl: Clear cache when users/roles are modified

Closes #384

github.com/croogo/croogo - 9c26e03a37845339a94871c798bdb8ca025a82c9 authored over 11 years ago