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

Update ExtensionsInstaller::getThemeName to look for JSON instead of YML

Closes #99

github.com/croogo/croogo - 866b39b89ee9b0310e1a6ca31dcc89025fcedc6a authored over 12 years ago
change to App::uses()

github.com/croogo/croogo - 03cb1e8ebef2772e92661e35bff11098aadba7e4 authored over 12 years ago
updating argument for Auth::allow()

github.com/croogo/croogo - 1703cf634850c9732295494a9f6b55027a148d17 authored over 12 years ago
Upgrade controller test cases

github.com/croogo/croogo - f727eaf64da74ca1c5fb30924e2cc620e9b81fb2 authored over 12 years ago
URLs should point to respective plugins once installation is finished.

github.com/croogo/croogo - 4b7c2f1e4baa613e50d4bccb8e5595fe238b91f7 authored over 12 years ago
add layout used to render FatalErrorException

github.com/croogo/croogo - b7db9618141eff31e90a8c24b28cd6a3190cd5a1 authored over 12 years ago
save default cache engine for use by plugins

github.com/croogo/croogo - 4caec4971c858655ff2f8e46620f788e27fb83c0 authored over 12 years ago
adjusting mechanism that loads RowLevelAcl

- new 'Controller.afterConstruct' event/callback
- allowing controllers to configure actionMap
-...

github.com/croogo/croogo - 8ac832bf358db162ab7de622a530d17850cb1f0c authored over 12 years ago
Merge branch '1.5-settings' into 1.5

github.com/croogo/croogo - ec597f5baf8a8e50581dcbbefb8c7e8f52886d9f authored over 12 years ago
support 'multiple' input type for Settings

github.com/croogo/croogo - 91f715089d7a11dfc0f2f5a390e0fc9769e8b6df authored over 12 years ago
allows Settings shell to save 'params' field

github.com/croogo/croogo - 0025792d3ad84d55fa664f041e9ea8cd7759fdbe authored over 12 years ago
Merge branch '1.4' into 1.5

github.com/croogo/croogo - 556847838937b39fe224e1dfeebe4dac32d78f14 authored over 12 years ago
update files to support cake 2.2

cherrypicked from 8a610f32d413f2e83d4c061e9953bfbd5a24be14 (1.5)

github.com/croogo/croogo - 5c5fa868f62195ca1f3b2a818b8182e95f327842 authored over 12 years ago
enable mixed line endings for params field

github.com/croogo/croogo - 87ffcf8096b11a1b7950713be9649ebfa44341b9 authored over 12 years ago
instantiate model in the component

avoid polluting the current controller with models used in the
component. decoupling this out no...

github.com/croogo/croogo - 40b4173010fec0603665b5afc58cf794d0a90e9e authored over 12 years ago
change generated url in Menus plugin

passing menu_id as a query so AclCachedAuthorize will not assume
that passed id is Link.id.

github.com/croogo/croogo - 01a68b7bc4d4fd21bd4b284c75384631d9e8151a authored over 12 years ago
load the plugin before instantiating its model

github.com/croogo/croogo - bd960077d716a38464a8813b6ef82bf51bd4fb0d authored over 12 years ago
enable mixed line endings for params field

github.com/croogo/croogo - 0cbf9af5d92b0f68735da51f9592aea945cc02f3 authored over 12 years ago
allow persisting >2 levels nested keys

closes #289

github.com/croogo/croogo - 461c8e3fc19ed29abd471ee3cf3a7febee53ccbf authored over 12 years ago
new method MenusHelper::urlToLinkString()

github.com/croogo/croogo - 781bd87525373641cc596832f0206444c0a46507 authored over 12 years ago
new UpgradeTask::link

github.com/croogo/croogo - d13aa705829811991de481f4b40b9a376d6c852e authored over 12 years ago
fix: get roleId from AuthComponent

github.com/croogo/croogo - 8653500b00ba692398a8a5964600248308e7ac4f authored over 12 years ago
load User model from plugin so validation is used

github.com/croogo/croogo - 8f20d0267323346d4c52cb90382a1381f8809e4b authored over 12 years ago
updating aro install data

github.com/croogo/croogo - 951a4bf9d5e415025b9265f9533a27dcf282caa2 authored over 12 years ago
create Access Control settings during upgrade

github.com/croogo/croogo - 67cebe01b70a04275ab2381ea1642f0d11713cc7 authored over 12 years ago
show tabs only for those having Meta behavior

github.com/croogo/croogo - 5dfc37d8f26be3231085d0a0b55aa562a72bf879 authored over 12 years ago
cache/clear result of AclPermission::format()

github.com/croogo/croogo - 116f8dffccb05117e72ffde4638f5dcb37a56dcf authored over 12 years ago
update version number in settings.json

github.com/croogo/croogo - e44ae23934d716120572ebd5eb87a261180d02b4 authored over 12 years ago
move Node acl setup to the Nodes component

we also need to use the appropriate object collection 'load' methods because
in this case, it's ...

github.com/croogo/croogo - d73255808788955682e4bcac3bcfa873bda23854 authored over 12 years ago
skip when current model does not need RowLevel Acl

github.com/croogo/croogo - 26f704edc1a6242f09468cba6a5ed60a6bd30209 authored over 12 years ago
exits when rowLevel Acl is not enabled

github.com/croogo/croogo - 69c30fec7a885201fead719065c0173d89ac492c authored over 12 years ago
add options for shell to edit Setting properties

github.com/croogo/croogo - 60fa750bd0d172277e89f3eb579a11c943cec6b7 authored over 12 years ago
new SettingsShell to read/write settings via CLI

github.com/croogo/croogo - 2720dcff559798e7ed09f6a55305224dc3ecbe29 authored over 12 years ago
don't lose core plugins when creating settings.json

github.com/croogo/croogo - fe6e5ca9747ba40b5c1189516b7385de22ece508 authored over 12 years ago
allowing manual database.php creation.

will just skip this step than (usual if there are problems like port in windows)

github.com/croogo/croogo - 7ce23a5c3b8b6727697ab819a0479a9c14958a8f authored over 12 years ago
adding methods for BC in LayoutHelper and CroogoComponent

github.com/croogo/croogo - 067e12287fd0c8baf58cc63452fe824dcb59ec97 authored over 12 years ago
don't modify Controller::$uses, use loadModel

changing $uses at runtime causes incorrect Model to be used

github.com/croogo/croogo - 475a81bf1fd03db70e01d2f90a799858a3b83dfd authored over 12 years ago
Merge branch '1.4' into 1.5-merge

github.com/croogo/croogo - f0eaa4509f1655fda222a6b317fd61b153b200a7 authored over 12 years ago
adding cakephp version check

github.com/croogo/croogo - 896151ab02bf110bf94526ed6776f2660d5fb781 authored over 12 years ago
turn CroogUpgradeShell into UpgradeTask

github.com/croogo/croogo - c1e93c3ff21cf04717c9eccbbf9a8583860b0036 authored over 12 years ago
Merge branch '1.5-acl' into 1.5

* adding support for multiple role authorization

- User.role_id is the primary role
- Additiona...

github.com/croogo/croogo - 9f1f1747a663899b0f0fbba8b75bd00d5019bbe1 authored over 12 years ago
adding support for row based acl

github.com/croogo/croogo - 5ca5cc74a0aa967c063e62c1642db16de82a9393 authored over 12 years ago
adjust admin menu check against user

github.com/croogo/croogo - 7d4f3b4731630a169201b35fece1c253e9c79eaf authored over 12 years ago
adding support for multiple role authorization

github.com/croogo/croogo - 86a2f72fb394d4384308b1b3a9368444af7d68e0 authored over 12 years ago
fix upgrade check

similar to 29426993e

github.com/croogo/croogo - 8f204f1f59fd22625b455780e550355dd5e51a52 authored over 12 years ago
Merge branch '1.4' into 1.5

Conflicts:
Test/test_app/Config/settings.default

github.com/croogo/croogo - f00a1faf622e51655b2fe456f81fc742ec549dd0 authored over 12 years ago
reset settings in test environment for each test

github.com/croogo/croogo - 30d07090738112a43783f841a6b1dab58778c0e4 authored over 12 years ago
redirect after save()

github.com/croogo/croogo - 3c9b212f9eb27e3b2a5262a9f05b11b781c7f559 authored over 12 years ago
'rel' does not make sense with checkboxes

github.com/croogo/croogo - 85db1316efca287cf22ef091d5c5674779df6b60 authored over 12 years ago
check for more specific aco path

github.com/croogo/croogo - 29426993e2858780e935c66d58b0838cc3d097fb authored over 12 years ago
adding missing UsersAppModel and minor formatting

github.com/croogo/croogo - 0fc7d575bbca0167512155c878cd91b2651e46b4 authored over 12 years ago
filter null values

github.com/croogo/croogo - 9746eadeaa977646218ebe71f66b4cbca2832ae8 authored over 12 years ago
fix: cannot delete custom fields

null $id causes the helper to use the currect action.
adjusting so it uses the $uuid, and the li...

github.com/croogo/croogo - 5663dc8d2eb10cc80826868ccef4064751376ab8 authored over 12 years ago
moving admin related methods to CroogoHelper

github.com/croogo/croogo - 16695e94b639c2f5dd360f677f538fda717bce61 authored over 12 years ago
moving methods from LayoutHelper to plugin helpers

- moved to Metas.MetaHelper

* meta()
* metaField() -> field()

- moved to Blocks.Regi...

github.com/croogo/croogo - 33433b5ad400a462245d33103d60f5560c082ac4 authored over 12 years ago
renaming Contents to Nodes

github.com/croogo/croogo - 709eeacb01b2868cf00ce1a9e7d5ceaa5e6ac342 authored over 12 years ago
Merge branch '1.5-acl' into 1.5

github.com/croogo/croogo - 1b41b488d7eb02d529dcd47e492829afdfaf113f authored over 12 years ago
moar semicolons.

just a precaution, since using something like AssetCompress may cause issues when semicolons are...

github.com/croogo/croogo - a39d02c74f0f17363555c3ebb262941cd30d945a authored over 12 years ago
adjusting tests related to acl changes

github.com/croogo/croogo - f2667dd3b966d29a6ebc977675827501c25c236e authored over 12 years ago
align ACOs in /acl/acl_permissions with the same padding whether or not they have children.

github.com/croogo/croogo - d504df802c16e4403ea0304efca677a94e02ab8a authored over 12 years ago
removing AclGenerate and use AclExtras

github.com/croogo/croogo - 9190c2b5e8bd5fe76ef2529a77efbede5469c6fa authored over 12 years ago
show 'Upgrade Acl' link when required

github.com/croogo/croogo - 583dcede783108580d0fd79bf5a25157a3a50dc3 authored over 12 years ago
making Acl plugin play nicely with Users.Role

github.com/croogo/croogo - 87be0629607aedea9fac079f23dc50eaa5307b2e authored over 12 years ago
fix for icon base path.

github.com/croogo/croogo - 3234e1049c14b81eb3c8d1123d7e083e2ab8eaef authored over 12 years ago
updating [add|remove]Aco

github.com/croogo/croogo - 132c90f56c762726df435f97b9cca89ab504bc5f authored over 12 years ago
expose aco_sync in ui

github.com/croogo/croogo - 5ea9fa5dc6f7cf5579a30adcc2ba83de93c479a1 authored over 12 years ago
semicolons!

github.com/croogo/croogo - 9782e06d8c683c63d510baf042688ba47551b239 authored over 12 years ago
adding AclUpgrade class

github.com/croogo/croogo - c1752f01e66e81d6c38c682b4898d1d78470ea31 authored over 12 years ago
CachedAuthorize object

github.com/croogo/croogo - 2c2e0aa27fa13e4233f28b11da64b7447e30d4df authored over 12 years ago
updating AclFilterComponent

from AclExtrasFilterComponent in rchavik/acl_extras@16a85518

github.com/croogo/croogo - fe4ce389dcb9d8c5acb1244d24818047b228961e authored over 12 years ago
adjust menu accessibility for admins

github.com/croogo/croogo - d0f83ea752efcc252acbe1e6138bfdf1af0896fe authored over 12 years ago
adding AclExtras files

github.com/croogo/croogo - 810207c317463a4b625c9241652ebbd687506ee4 authored over 12 years ago
customizing AclExtras for Croogo use

github.com/croogo/croogo - 53c371cca437d296b726a8a4f7f4527c4ddc7362 authored over 12 years ago
update User's alias in its corresponding ARO

github.com/croogo/croogo - fb37aa08c27a87293a929372b02b54f05f327495 authored over 12 years ago
preparing for acl compatibility changes

- retrieve permissions via json
- use AclNode methods when appropriate

github.com/croogo/croogo - 7eb975f72991cd3f8016122ccbbb6b234cca8e91 authored over 12 years ago
Merge branch '1.4' into 1.5

Conflicts:
Controller/Component/CroogoComponent.php
Plugin/Comments/View/Elements/comment.ctp
...

github.com/croogo/croogo - e58de582712cd88c54384a2a806657cabb2ea607 authored over 12 years ago
post links for delete as for HTTP spec

github.com/croogo/croogo - a05d6e4ce427d11437d5588496e96462ded523ef authored over 12 years ago
visibility

github.com/croogo/croogo - 68bffee3211aa7d74239d20a5608b9437ec5e1c6 authored over 12 years ago
amp reference

github.com/croogo/croogo - 20590722cbdbdeb0ccd457c3c796e9a83cb74e27 authored over 12 years ago
cake2 standards

github.com/croogo/croogo - b53cb501ad545cbcf5658f1cb73bfef88ce97715 authored over 12 years ago
fix: incorrect steps were called in upgrade shell

and remove 'Example' from default settings.json

github.com/croogo/croogo - e6b6e69cd29fb5d9367408ca131b76b7bff54b43 authored over 12 years ago
fix for adding custom fields in edit page.

github.com/croogo/croogo - 446ebfbce00bf9ef0fddebc063f6f88b54753a1a authored over 12 years ago
Merge branch '1.4' into 1.5

github.com/croogo/croogo - 44074fe80f14f8fb733d50c59cc1a6ab0e4d3a28 authored over 12 years ago
move js assets to its respective plugin webroot

github.com/croogo/croogo - 9ff6f9efdcd12b4499e0dabc1fcfb5b81e19af56 authored over 12 years ago
fixing method signature

github.com/croogo/croogo - 6ff681c5b5a1f860553bb8e2bd70f806e4c89a8e authored over 12 years ago
remove ARO for old 'admin' user

otherwise, an extra ARO will be created since installation will
create a new user

github.com/croogo/croogo - 224ff5c4b98ad89311543df6bcd099d584fb5981 authored over 12 years ago
rename incorrect behavior name

github.com/croogo/croogo - e097d7a98b0329957d21440e53e3f4895fbdbefa authored over 12 years ago
another set of missing plugin names

github.com/croogo/croogo - 3f486795b13cb17c1c088d0a5698d5dfeb7ca8b6 authored over 12 years ago
Fixed a security vulnerability with the session cookie

github.com/croogo/croogo - 153a121c3fde1d399c421e45f02e7e41e1ddf35b authored over 12 years ago
filtering usage of adminTabs|Menus

github.com/croogo/croogo - 508eab88f828ca0992db53512c3ec6c4c9abd7ff authored over 12 years ago
add missing plugin name

github.com/croogo/croogo - f424d59429ecb1f22bdbc093a5f64a97d3605d38 authored over 12 years ago
Merge branch '1.5-json-settings' into 1.5

github.com/croogo/croogo - cf7cfe6553d987d455e2dc43288efb5c72a67023 authored over 12 years ago
fixing method signature

github.com/croogo/croogo - e09373f18f743a6b875f2e8af86345dac7f49e55 authored over 12 years ago
adding CroogoJsonReader tests

github.com/croogo/croogo - 14987626163e325f172f4f8bf33efa62d1633f78 authored over 12 years ago
adding CroogoUpgradeShell

github.com/croogo/croogo - 291bfe3edcb51b067a7fac90cc16eabe307d9d42 authored over 12 years ago
converting settings.yml into json format

github.com/croogo/croogo - 868ea7443d81f73f05b4b142dcd9e9798b4aec3a authored over 12 years ago
Merge branch '1.5-pluginize' into 1.5

github.com/croogo/croogo - 865f533f8319e4bcba79822adee2089aafa4ebc6 authored over 12 years ago