Ecosyste.ms: OpenCollective

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

github.com/croogo/croogo

A CakePHP powered Content Management System
https://github.com/croogo/croogo

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

Closes #99

866b39b89ee9b0310e1a6ca31dcc89025fcedc6a authored over 12 years ago by JosueSantos93 <[email protected]>
change to App::uses()

03cb1e8ebef2772e92661e35bff11098aadba7e4 authored over 12 years ago by Rachman Chavik <[email protected]>
updating argument for Auth::allow()

1703cf634850c9732295494a9f6b55027a148d17 authored over 12 years ago by Rachman Chavik <[email protected]>
Upgrade controller test cases

f727eaf64da74ca1c5fb30924e2cc620e9b81fb2 authored over 12 years ago by Kyle Robinson Young <[email protected]>
URLs should point to respective plugins once installation is finished.

4b7c2f1e4baa613e50d4bccb8e5595fe238b91f7 authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
add layout used to render FatalErrorException

b7db9618141eff31e90a8c24b28cd6a3190cd5a1 authored over 12 years ago by Rachman Chavik <[email protected]>
save default cache engine for use by plugins

4caec4971c858655ff2f8e46620f788e27fb83c0 authored over 12 years ago by Rachman Chavik <[email protected]>
adjusting mechanism that loads RowLevelAcl

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

8ac832bf358db162ab7de622a530d17850cb1f0c authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.5-settings' into 1.5

ec597f5baf8a8e50581dcbbefb8c7e8f52886d9f authored over 12 years ago by Rachman Chavik <[email protected]>
support 'multiple' input type for Settings

91f715089d7a11dfc0f2f5a390e0fc9769e8b6df authored over 12 years ago by Rachman Chavik <[email protected]>
allows Settings shell to save 'params' field

0025792d3ad84d55fa664f041e9ea8cd7759fdbe authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.4' into 1.5

556847838937b39fe224e1dfeebe4dac32d78f14 authored over 12 years ago by Rachman Chavik <[email protected]>
update files to support cake 2.2

cherrypicked from 8a610f32d413f2e83d4c061e9953bfbd5a24be14 (1.5)

5c5fa868f62195ca1f3b2a818b8182e95f327842 authored over 12 years ago by Rachman Chavik <[email protected]>
enable mixed line endings for params field

87ffcf8096b11a1b7950713be9649ebfa44341b9 authored over 12 years ago by Rachman Chavik <[email protected]>
instantiate model in the component

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

40b4173010fec0603665b5afc58cf794d0a90e9e authored over 12 years ago by Rachman Chavik <[email protected]>
change generated url in Menus plugin

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

01a68b7bc4d4fd21bd4b284c75384631d9e8151a authored over 12 years ago by Rachman Chavik <[email protected]>
load the plugin before instantiating its model

bd960077d716a38464a8813b6ef82bf51bd4fb0d authored over 12 years ago by Rachman Chavik <[email protected]>
enable mixed line endings for params field

0cbf9af5d92b0f68735da51f9592aea945cc02f3 authored over 12 years ago by Rachman Chavik <[email protected]>
allow persisting >2 levels nested keys

closes #289

461c8e3fc19ed29abd471ee3cf3a7febee53ccbf authored over 12 years ago by Rachman Chavik <[email protected]>
new method MenusHelper::urlToLinkString()

781bd87525373641cc596832f0206444c0a46507 authored over 12 years ago by Rachman Chavik <[email protected]>
new UpgradeTask::link

d13aa705829811991de481f4b40b9a376d6c852e authored over 12 years ago by Rachman Chavik <[email protected]>
fix: get roleId from AuthComponent

8653500b00ba692398a8a5964600248308e7ac4f authored over 12 years ago by Rachman Chavik <[email protected]>
load User model from plugin so validation is used

8f20d0267323346d4c52cb90382a1381f8809e4b authored over 12 years ago by Rachman Chavik <[email protected]>
updating aro install data

951a4bf9d5e415025b9265f9533a27dcf282caa2 authored over 12 years ago by Rachman Chavik <[email protected]>
create Access Control settings during upgrade

67cebe01b70a04275ab2381ea1642f0d11713cc7 authored over 12 years ago by Rachman Chavik <[email protected]>
show tabs only for those having Meta behavior

5dfc37d8f26be3231085d0a0b55aa562a72bf879 authored over 12 years ago by Rachman Chavik <[email protected]>
cache/clear result of AclPermission::format()

116f8dffccb05117e72ffde4638f5dcb37a56dcf authored over 12 years ago by Rachman Chavik <[email protected]>
update version number in settings.json

e44ae23934d716120572ebd5eb87a261180d02b4 authored over 12 years ago by Rachman Chavik <[email protected]>
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 ...

d73255808788955682e4bcac3bcfa873bda23854 authored over 12 years ago by Rachman Chavik <[email protected]>
skip when current model does not need RowLevel Acl

26f704edc1a6242f09468cba6a5ed60a6bd30209 authored over 12 years ago by Rachman Chavik <[email protected]>
exits when rowLevel Acl is not enabled

69c30fec7a885201fead719065c0173d89ac492c authored over 12 years ago by Rachman Chavik <[email protected]>
add options for shell to edit Setting properties

60fa750bd0d172277e89f3eb579a11c943cec6b7 authored over 12 years ago by Rachman Chavik <[email protected]>
new SettingsShell to read/write settings via CLI

2720dcff559798e7ed09f6a55305224dc3ecbe29 authored over 12 years ago by Rachman Chavik <[email protected]>
don't lose core plugins when creating settings.json

fe6e5ca9747ba40b5c1189516b7385de22ece508 authored over 12 years ago by Rachman Chavik <[email protected]>
allowing manual database.php creation.

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

7ce23a5c3b8b6727697ab819a0479a9c14958a8f authored over 12 years ago by euromark <[email protected]>
adding methods for BC in LayoutHelper and CroogoComponent

067e12287fd0c8baf58cc63452fe824dcb59ec97 authored over 12 years ago by Rachman Chavik <[email protected]>
don't modify Controller::$uses, use loadModel

changing $uses at runtime causes incorrect Model to be used

475a81bf1fd03db70e01d2f90a799858a3b83dfd authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.4' into 1.5-merge

f0eaa4509f1655fda222a6b317fd61b153b200a7 authored over 12 years ago by Rachman Chavik <[email protected]>
adding cakephp version check

896151ab02bf110bf94526ed6776f2660d5fb781 authored over 12 years ago by Rachman Chavik <[email protected]>
turn CroogUpgradeShell into UpgradeTask

c1e93c3ff21cf04717c9eccbbf9a8583860b0036 authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.5-acl' into 1.5

* adding support for multiple role authorization

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

9f1f1747a663899b0f0fbba8b75bd00d5019bbe1 authored over 12 years ago by Rachman Chavik <[email protected]>
adding support for row based acl

5ca5cc74a0aa967c063e62c1642db16de82a9393 authored over 12 years ago by Rachman Chavik <[email protected]>
adjust admin menu check against user

7d4f3b4731630a169201b35fece1c253e9c79eaf authored over 12 years ago by Rachman Chavik <[email protected]>
adding support for multiple role authorization

86a2f72fb394d4384308b1b3a9368444af7d68e0 authored over 12 years ago by Rachman Chavik <[email protected]>
fix upgrade check

similar to 29426993e

8f204f1f59fd22625b455780e550355dd5e51a52 authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.4' into 1.5

Conflicts:
Test/test_app/Config/settings.default

f00a1faf622e51655b2fe456f81fc742ec549dd0 authored over 12 years ago by Rachman Chavik <[email protected]>
reset settings in test environment for each test

30d07090738112a43783f841a6b1dab58778c0e4 authored over 12 years ago by Rachman Chavik <[email protected]>
redirect after save()

3c9b212f9eb27e3b2a5262a9f05b11b781c7f559 authored over 12 years ago by Rachman Chavik <[email protected]>
'rel' does not make sense with checkboxes

85db1316efca287cf22ef091d5c5674779df6b60 authored over 12 years ago by Rachman Chavik <[email protected]>
check for more specific aco path

29426993e2858780e935c66d58b0838cc3d097fb authored over 12 years ago by Rachman Chavik <[email protected]>
adding missing UsersAppModel and minor formatting

0fc7d575bbca0167512155c878cd91b2651e46b4 authored over 12 years ago by Rachman Chavik <[email protected]>
filter null values

9746eadeaa977646218ebe71f66b4cbca2832ae8 authored over 12 years ago by Rachman Chavik <[email protected]>
fix: cannot delete custom fields

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

5663dc8d2eb10cc80826868ccef4064751376ab8 authored over 12 years ago by Rachman Chavik <[email protected]>
moving admin related methods to CroogoHelper

16695e94b639c2f5dd360f677f538fda717bce61 authored over 12 years ago by Rachman Chavik <[email protected]>
moving methods from LayoutHelper to plugin helpers

- moved to Metas.MetaHelper

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

- moved to Blocks.Regi...

33433b5ad400a462245d33103d60f5560c082ac4 authored over 12 years ago by Rachman Chavik <[email protected]>
renaming Contents to Nodes

709eeacb01b2868cf00ce1a9e7d5ceaa5e6ac342 authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.5-acl' into 1.5

1b41b488d7eb02d529dcd47e492829afdfaf113f authored over 12 years ago by Rachman Chavik <[email protected]>
moar semicolons.

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

a39d02c74f0f17363555c3ebb262941cd30d945a authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
adjusting tests related to acl changes

f2667dd3b966d29a6ebc977675827501c25c236e authored over 12 years ago by Rachman Chavik <[email protected]>
align ACOs in /acl/acl_permissions with the same padding whether or not they have children.

d504df802c16e4403ea0304efca677a94e02ab8a authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
removing AclGenerate and use AclExtras

9190c2b5e8bd5fe76ef2529a77efbede5469c6fa authored over 12 years ago by Rachman Chavik <[email protected]>
show 'Upgrade Acl' link when required

583dcede783108580d0fd79bf5a25157a3a50dc3 authored over 12 years ago by Rachman Chavik <[email protected]>
making Acl plugin play nicely with Users.Role

87be0629607aedea9fac079f23dc50eaa5307b2e authored over 12 years ago by Rachman Chavik <[email protected]>
fix for icon base path.

3234e1049c14b81eb3c8d1123d7e083e2ab8eaef authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
updating [add|remove]Aco

132c90f56c762726df435f97b9cca89ab504bc5f authored over 12 years ago by Rachman Chavik <[email protected]>
expose aco_sync in ui

5ea9fa5dc6f7cf5579a30adcc2ba83de93c479a1 authored over 12 years ago by Rachman Chavik <[email protected]>
semicolons!

9782e06d8c683c63d510baf042688ba47551b239 authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
adding AclUpgrade class

c1752f01e66e81d6c38c682b4898d1d78470ea31 authored over 12 years ago by Rachman Chavik <[email protected]>
CachedAuthorize object

2c2e0aa27fa13e4233f28b11da64b7447e30d4df authored over 12 years ago by Rachman Chavik <[email protected]>
updating AclFilterComponent

from AclExtrasFilterComponent in rchavik/acl_extras@16a85518

fe4ce389dcb9d8c5acb1244d24818047b228961e authored over 12 years ago by Rachman Chavik <[email protected]>
adjust menu accessibility for admins

d0f83ea752efcc252acbe1e6138bfdf1af0896fe authored over 12 years ago by Rachman Chavik <[email protected]>
adding AclExtras files

810207c317463a4b625c9241652ebbd687506ee4 authored over 12 years ago by Rachman Chavik <[email protected]>
customizing AclExtras for Croogo use

53c371cca437d296b726a8a4f7f4527c4ddc7362 authored over 12 years ago by Rachman Chavik <[email protected]>
update User's alias in its corresponding ARO

fb37aa08c27a87293a929372b02b54f05f327495 authored over 12 years ago by Rachman Chavik <[email protected]>
preparing for acl compatibility changes

- retrieve permissions via json
- use AclNode methods when appropriate

7eb975f72991cd3f8016122ccbbb6b234cca8e91 authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.4' into 1.5

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

e58de582712cd88c54384a2a806657cabb2ea607 authored over 12 years ago by Rachman Chavik <[email protected]>
AS -> as

1bd845558bbdf4f545cff4ecb9a9f0ba1e2d4f7a authored over 12 years ago by Rachman Chavik <[email protected]>
post links for delete as for HTTP spec

a05d6e4ce427d11437d5588496e96462ded523ef authored over 12 years ago by euromark <[email protected]>
E_STRICT

885cedb9ec68175e4915a899267f8846dfb35592 authored over 12 years ago by euromark <[email protected]>
sprintf

1882c04653db32eafc48d6ee3f5789f9b1da3ab9 authored over 12 years ago by euromark <[email protected]>
visibility

68bffee3211aa7d74239d20a5608b9437ec5e1c6 authored over 12 years ago by euromark <[email protected]>
amp reference

20590722cbdbdeb0ccd457c3c796e9a83cb74e27 authored over 12 years ago by euromark <[email protected]>
cake2 standards

b53cb501ad545cbcf5658f1cb73bfef88ce97715 authored over 12 years ago by euromark <[email protected]>
fix: incorrect steps were called in upgrade shell

and remove 'Example' from default settings.json

e6b6e69cd29fb5d9367408ca131b76b7bff54b43 authored over 12 years ago by Rachman Chavik <[email protected]>
fix for adding custom fields in edit page.

446ebfbce00bf9ef0fddebc063f6f88b54753a1a authored over 12 years ago by Fahad Ibnay Heylaal <[email protected]>
Merge branch '1.4' into 1.5

44074fe80f14f8fb733d50c59cc1a6ab0e4d3a28 authored over 12 years ago by Rachman Chavik <[email protected]>
move js assets to its respective plugin webroot

9ff6f9efdcd12b4499e0dabc1fcfb5b81e19af56 authored over 12 years ago by Rachman Chavik <[email protected]>
fixing method signature

6ff681c5b5a1f860553bb8e2bd70f806e4c89a8e authored over 12 years ago by Rachman Chavik <[email protected]>
remove ARO for old 'admin' user

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

224ff5c4b98ad89311543df6bcd099d584fb5981 authored over 12 years ago by Rachman Chavik <[email protected]>
rename incorrect behavior name

e097d7a98b0329957d21440e53e3f4895fbdbefa authored over 12 years ago by Rachman Chavik <[email protected]>
another set of missing plugin names

3f486795b13cb17c1c088d0a5698d5dfeb7ca8b6 authored over 12 years ago by Rachman Chavik <[email protected]>
Fixed a security vulnerability with the session cookie

153a121c3fde1d399c421e45f02e7e41e1ddf35b authored over 12 years ago by Adam Taylor <[email protected]>
filtering usage of adminTabs|Menus

508eab88f828ca0992db53512c3ec6c4c9abd7ff authored over 12 years ago by Rachman Chavik <[email protected]>
add missing plugin name

f424d59429ecb1f22bdbc093a5f64a97d3605d38 authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.5-json-settings' into 1.5

cf7cfe6553d987d455e2dc43288efb5c72a67023 authored over 12 years ago by Rachman Chavik <[email protected]>
fixing method signature

e09373f18f743a6b875f2e8af86345dac7f49e55 authored over 12 years ago by Rachman Chavik <[email protected]>
adding CroogoJsonReader tests

14987626163e325f172f4f8bf33efa62d1633f78 authored over 12 years ago by Rachman Chavik <[email protected]>
adding CroogoUpgradeShell

291bfe3edcb51b067a7fac90cc16eabe307d9d42 authored over 12 years ago by Rachman Chavik <[email protected]>
converting settings.yml into json format

868ea7443d81f73f05b4b142dcd9e9798b4aec3a authored over 12 years ago by Rachman Chavik <[email protected]>
Merge branch '1.5-pluginize' into 1.5

865f533f8319e4bcba79822adee2089aafa4ebc6 authored over 12 years ago by Rachman Chavik <[email protected]>