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

Acl: Delete cache when a permission was changed.

Closes: #285

github.com/croogo/croogo - 861ce339af08669d87a892165c3288026d0a62d8 authored almost 12 years ago
Merge branch '1.5-install-data' into 1.5

Closes #347

github.com/croogo/croogo - ecf33696c65d68dbe57aa0321f2b5cbbfeb4a681 authored almost 12 years ago
Install: Partial revert of 780cde2, restore data()

Restore InstallShell::data() which was removed incorrectly during
CLI install merge.

github.com/croogo/croogo - b61b97d46a070b221b30639b49dabe6e86c2bb1b authored almost 12 years ago
Install: update AcoData and ArosAcoData files

github.com/croogo/croogo - d46edaa746b9549b8330b2a743cd65aa9bab4948 authored almost 12 years ago
Install: Utility to grant default permission

This utility is intended for use during development/release when
generating/updating setup data ...

github.com/croogo/croogo - b8b42f26ce94ef435ba05c8fae11872b3f1c5177 authored almost 12 years ago
Install: update acos, aros_acos in mysqldump file

github.com/croogo/croogo - 84a9c4e5cb7970d2150dc32aa057cba32dcaacf6 authored almost 12 years ago
Acl: skip syncing base controllers

github.com/croogo/croogo - 6bc31025de2405cea660b3bd6c4340211127495a authored almost 12 years ago
Update asset paths broken due to pluginization

github.com/croogo/croogo - ac890574c1f0bda5570641ec87e097f9995ded3b authored almost 12 years ago
Fixed undefined index notices when commenting as a logged in User

... updated authUserCallback with additional information needed for
the Comments stack for instance

github.com/croogo/croogo - 448a0511b9e55b9b8c7f4dad866ca0c10ae57039 authored almost 12 years ago
Add warning when installing to non-empty database

github.com/croogo/croogo - 035eb666df471281c6b3b725b5feff3539b44ed4 authored almost 12 years ago
CS Fixes

github.com/croogo/croogo - 4b6c77ae30069c27d655ecafaedab10a39cbd6da authored almost 12 years ago
Fix: use correct path in Croogo plugin

github.com/croogo/croogo - e0e745b54fc6aea897ed23482304bcba70bd5fe8 authored almost 12 years ago
Fix: avoid missing database.php errors

github.com/croogo/croogo - 414465aa1a1741c4d76b85dd99d9615f0263045e authored almost 12 years ago
Fix: do not clobber existing model instances

This is critical for plugins extending core models

github.com/croogo/croogo - a08339447271409260175b5825f122233e52f5ca authored almost 12 years ago
Merge branch '1.5-common-plugin' into 1.5

Closes GH-124

github.com/croogo/croogo - 863de680afe55041a6953cc963c13847c8a340f5 authored almost 12 years ago
Merge branch '1.5-Comments-add' into 1.5

Closes GH-135

github.com/croogo/croogo - 315423c027b0eb0d091244696a9b948081cb74f5 authored almost 12 years ago
Add more tests for code coverage's sake.

github.com/croogo/croogo - 1f51990c191da1847e1697fcfa893f2446fd95e0 authored almost 12 years ago
Fix Postgresql throwing PDOException

This occurs when id doesn't have expected type. (string instead of integer)

github.com/croogo/croogo - e35c6630d53857514a547848f4a72e7d3a7655f6 authored almost 12 years ago
Adding necessary fixtures.

github.com/croogo/croogo - 0c89c1ae90bc698a549c7a32d2c5771f00afa400 authored almost 12 years ago
Move logic of adding comment from Controller to Model.

github.com/croogo/croogo - f10240b421dca691e70aea1868eacf56348a116c authored almost 12 years ago
Store Comment.level and restore on tearDown().

github.com/croogo/croogo - c4c93079b9fc3d461ee390073ee9e09d6260b513 authored almost 12 years ago
Creating Model CommentTest.

github.com/croogo/croogo - ce739d3b0d77d88f457c27b986cce5240bae483a authored almost 12 years ago
Move theme assets and generation tools

github.com/croogo/croogo - 11640a08c53a127756832f716099b419e82a9042 authored almost 12 years ago
Move CakeErrorController to CroogoErrorController

github.com/croogo/croogo - ca70a1450357357448b8a3489c0662be62a4a8e1 authored almost 12 years ago
Fix: undefined variable $plugin

github.com/croogo/croogo - e31f011a4b99f6924380c51e6f3c5711e251a0e2 authored almost 12 years ago
Add plugin name when appropriate

github.com/croogo/croogo - cc2e50a34243a14cc245947ccb4ef305422371a5 authored almost 12 years ago
Finishing moving views and assets to Plugin

github.com/croogo/croogo - 4d326c031d6aeff07aac5dfbffbb47ba9aeaf0db authored almost 12 years ago
CS Fixes

github.com/croogo/croogo - f952729802ccb64528d27a533a2b70f76c2e3eda authored almost 12 years ago
Moved Croogo bootstraping in Croogo plugin

github.com/croogo/croogo - 5aa3fcb24d9107069944d891a95d88ba1e8a04b3 authored almost 12 years ago
Specify database as 'test' in AclExtras

github.com/croogo/croogo - aacdedbe2170a018e0bddf400d728c4ae3a22923 authored almost 12 years ago
Fixed Croogo plugin tests and add it to the test suite

github.com/croogo/croogo - 24a158c3b4fc67c6f772f0dfe296f2fc8689b194 authored almost 12 years ago
Remove extra DS

github.com/croogo/croogo - 84a70eba29c0617cf13cdf8472bedb7bd997cb45 authored almost 12 years ago
Moving Croogo bake templates to the Croogo plugin

github.com/croogo/croogo - bc80137c78f4eece9d3b2e9d805b9624801b1c26 authored almost 12 years ago
Fix: App::path() is reset at setUp()

We now have 2 test_app directories for different purposes, thus path
needs to be reset everytime...

github.com/croogo/croogo - 547482d5786d6d33888a383ad570994522ed002b authored almost 12 years ago
Create Croogo plugin for common code across plugins

github.com/croogo/croogo - 0a2741e7102fa4261d8b2d6c807632c8d7d60ef4 authored almost 12 years ago
Append Croogo plugin path to app default paths

- easier paths for view/elements and layouts
- backward compatibility

github.com/croogo/croogo - eb532f82605553329154f1562e4070a70cdbff89 authored almost 12 years ago
Merge branch 'master' into 1.5

Conflicts:
.travis.yml
Plugin/Extensions/View/ExtensionsPlugins/admin_index.ctp
Plugin/Extens...

github.com/croogo/croogo - 3cad7e7b86a96d9a263e1bea5ecafeef52bc34eb authored almost 12 years ago
test against cakephp 2.1.5

github.com/croogo/croogo - f441303ceba7ee1cf03d938de867dd25a64fdd2a authored almost 12 years ago
Merge branch '1.3'

Conflicts:
Plugin/Extensions/View/ExtensionsThemes/admin_index.ctp
plugins/extensions/controll...

github.com/croogo/croogo - dcb76a43a3f284b0c638596a9325f3dc61420369 authored almost 12 years ago
sanitize data from manifest files

github.com/croogo/croogo - 778ecb8314b44c4605d44eaa505577bbf8c2074b authored almost 12 years ago
Merge branch '1.5-chooser' into 1.5

github.com/croogo/croogo - be2ab4c6e5bb9fd32bffa829895fb2c9350b8225 authored almost 12 years ago
upgrade: insert/move Wysiwyg before Tinymce

github.com/croogo/croogo - be823c809407c7709690cafe08438023e1ee8154 authored almost 12 years ago
adding cast to prevent undefined errors

github.com/croogo/croogo - 2219fb75901c28c2881a323ebcfcc5cb9c53bbf3 authored almost 12 years ago
README updated.

github.com/croogo/croogo - 21589ebc7b2613f24d81e95e437626c15b34160b authored almost 12 years ago
Merge branch '1.5' of github.com:croogo/croogo into 1.5

github.com/croogo/croogo - 5486503836b17b4d80f8be3b13b9606550eacceb authored almost 12 years ago
Wysiwyg plugin is enabled by default.

github.com/croogo/croogo - 27c9b7e01042052c30ce71dcaab0fb1fad2e9e8a authored almost 12 years ago
remove extra <li> tag

github.com/croogo/croogo - f075ac73e27e8deea21c8475ace2f241fa8885b2 authored almost 12 years ago
adding semicolons in admin.js

github.com/croogo/croogo - 0961b30958e8c08442076b1162868eeceda16e89 authored almost 12 years ago
add $showActions allowing hiding of actionsBlock

to hide 'actions' block:

$this->set('showActions', false);

in the view.

Fixes #346

github.com/croogo/croogo - 635b9fcbce2ba6ed4fe1eb413dc523c8fa681753 authored almost 12 years ago
avoid adding 'current' class to multiple menu item

eg: navigating to '/admin/settings' would mark all Settings submenus as
current. this change wou...

github.com/croogo/croogo - 76ca4bc7251484c315e29b69cfab98f11bb3356d authored almost 12 years ago
Merge remote-tracking branch 'rchavik/1.5-plugin-view-fallback' into 1.5

github.com/croogo/croogo - d37303e829e22a9f815f30223ba220f0051f2c59 authored almost 12 years ago
adding tests for _viewFallback

github.com/croogo/croogo - 1687b3be4e34021f76a7b556b198e44242a15fb3 authored almost 12 years ago
Updating view fallback mechanism

For plugins that extend NodesController, we should allow fallback to
use views from core Nodes p...

github.com/croogo/croogo - c9efa0d9813d4e352fe67c98939a56da9663b5e3 authored almost 12 years ago
dependencies loaded first.

There could be scenarios where Tinymce appears before Wysiwyg in Hook.bootstraps. But Wysiwyg is...

github.com/croogo/croogo - d6ca4ceec55fef2d4ec80b8bca9f4eca74e9e9a2 authored almost 12 years ago
moved fields configuration to Wysiwyg plugin.

github.com/croogo/croogo - d69dab2b4301d3abec6d822b3733b606fbe9c664 authored almost 12 years ago
the Wysiwyg plugin.

github.com/croogo/croogo - cac91a7c513a89fac6a88217fee8391fffb520c8 authored almost 12 years ago
moved JavaScript code out of TinymceHelper. now keeps RTE related code in `Croogo.Wysiwyg`.

github.com/croogo/croogo - 9a693b2e8b7a9d67cc3baff4c55131f5e6e5c0b6 authored almost 12 years ago
use ^= (starts with selector)

github.com/croogo/croogo - dbef66fc719ba90f84fbb5f0951933ef76312f29 authored almost 12 years ago
search: update button urls to use 'querystring'

github.com/croogo/croogo - 50a5b12fbd5f5517ff77f4ae08772e70535f0a7c authored almost 12 years ago
remove implicit addition of Paginator

helpers are lazy loaded in 2.3 and skipping implicit addition here
allows plugins to use an alia...

github.com/croogo/croogo - d6f10ee17594a040456c1c228f192d42e3985757 authored almost 12 years ago
do not combine add|edit view when $view is a path

github.com/croogo/croogo - b22cc92892749cb4de079153325dfc11ab74b762 authored almost 12 years ago
implement Block chooser

github.com/croogo/croogo - ea934e989f9c56ecdc7d0a8500e69dd3a7e3f71c authored almost 12 years ago
adding chooser usage example

github.com/croogo/croogo - 09a5f992541ea2c0a2934823212315a4b6842659 authored almost 12 years ago
change Attachment/browse to use admin_popup layout

github.com/croogo/croogo - 7df8a89f0d961df1f14c60813a5188aa0c8ace17 authored almost 12 years ago
implement User chooser

github.com/croogo/croogo - 9a01bd7500739691f17c005a3c1be1784d1c9bbd authored almost 12 years ago
updating Node chooser implementation

also renames Nodes/admin_links to Nodes/admin_chooser

github.com/croogo/croogo - 388c643d9dd8fe0fbafab3b1bd0183eeb8eb6e19 authored almost 12 years ago
change Links/admin_form to use chooser

github.com/croogo/croogo - 7508254e9b8e14568b3472fd2a244ed9ae53d753 authored almost 12 years ago
updating default layout and elements

- adapt Common/admin_index
- include choose.js in admin layout
- include chooser field in defaul...

github.com/croogo/croogo - 67e1d6c91bc1a38b2974ffa5a35b9d2d139bc0b2 authored almost 12 years ago
add itemChooser plugin

github.com/croogo/croogo - fd6887209666f03e91928056c2498944741c26e0 authored almost 12 years ago
alternative syntax for control structures in views

github.com/croogo/croogo - 765e4ba9e9e0f0d283ece8adfc5c2db498791f34 authored almost 12 years ago
remove legacy search processing

github.com/croogo/croogo - 4733da641b352cde427676641dd8ff9ed157cb47 authored almost 12 years ago
Merge branch 'master' into 1.5

Conflicts:
View/Nodes/index.ctp
View/Nodes/promoted.ctp

github.com/croogo/croogo - 9bb13adea046209b0f78be4f943961a565ede793 authored almost 12 years ago
Merge branch '1.5-search' into 1.5

github.com/croogo/croogo - 29f78b843639df49ae07c44c9e85a0daea62c60f authored almost 12 years ago
fix: broken search form action attribute

current passedArgs or querystring should not be included in the action attribute

github.com/croogo/croogo - fa833d0975cc36e4e159cd9f2024e31173a91082 authored almost 12 years ago
pass request->query to Searchable::parseCriteria()

see: 9e778d22ee

github.com/croogo/croogo - 5fa1ce80a6a4d8d235b78fb47176edbd7edd78aa authored almost 12 years ago
DRY setup for search

this also fixes undefined index when searching users with empty role

github.com/croogo/croogo - 307da55e8aa50be7698cdfe22be1eb44a63755fc authored almost 12 years ago
adding filterEmpty => true for Search.Prg setting

github.com/croogo/croogo - 11c49851b7dd98b45a9d5391dbeb54f84f2853fd authored almost 12 years ago
fix: missing echo

github.com/croogo/croogo - 6617a4d4e14d9b8c4a88404010b38cac97e130bb authored almost 12 years ago
rename nodes_filter to nodes_search for consistency

github.com/croogo/croogo - 34bd8988cb7fd32997620d692e7bee3d263a20f9 authored almost 12 years ago
don't lose GET variables

github.com/croogo/croogo - d487d2deff63bacedcbd7b76cc262fa27c933e63 authored almost 12 years ago
change defaults for Search.Prg to use querystring

github.com/croogo/croogo - 9e778d22eef4127519d83bba34181b594b04344f authored almost 12 years ago
use FormHelper::inputDefaults + remove attributes

github.com/croogo/croogo - b3903c9a8f63e4e94be2aad9e9811193c2d466b9 authored about 12 years ago
stop global namespace pollution

github.com/croogo/croogo - 7d5636363683f782faab1aeb1724a7bbb7287d29 authored about 12 years ago
The script execution time is nolonger appeneded to any pages

removed in
https://github.com/croogo/croogo/commit/d8b00f05c01700b5df6371c1b90c7f2f0bfa342c

github.com/croogo/croogo - 0dd3e6dc271caf2cc86eec6913cc92eeab1796ce authored about 12 years ago
don't output block enclosure when empty

github.com/croogo/croogo - 1702d79e4cebcd2e785842e7da9e2d4eda837559 authored about 12 years ago
avoid ambious column error

github.com/croogo/croogo - 3794c8f2974ef8e8b7e931a1822dbde54c379420 authored about 12 years ago
guess value for placeholder when requested

github.com/croogo/croogo - 27655eac8a3d5da1dcca9a61aa06b73ddabebbeb authored about 12 years ago
allow passing targetField, useful for plugins.

github.com/croogo/croogo - a3694c258ef628955f524c41d4273c22668357e6 authored about 12 years ago
Merge branch '1.5-popup' into 1.5

github.com/croogo/croogo - 06856e8608140b9ebc32210288b402cd20a6712c authored about 12 years ago
use sortDirection() style in Nodes/admin_links

github.com/croogo/croogo - c3db1af366ffcdd67283f5857fdab6b1a9e6441d authored about 12 years ago
info popover for Nodes/admin_links

github.com/croogo/croogo - 9315f2bc1e7ab646e574e88faf4b22dc98f2dbdb authored about 12 years ago
adding search in Nodes/admin_links popup

github.com/croogo/croogo - 902d32ed42f0b4fcee1f34930856cde12dd3183b authored about 12 years ago
less: new sortDirection mixins

github.com/croogo/croogo - 1ec0d0c76b5b47d2255704f85a4338a8d2890017 authored about 12 years ago
adding new basic layout for popup

github.com/croogo/croogo - b37816c835b75110d7e182af5d0e88d3c7c1b946 authored about 12 years ago
updating Nodes/admin_links to use bootstrap markup

github.com/croogo/croogo - 95a8da8fa827fb28c42ec27d6b42d4254c94401b authored about 12 years ago
Fixed the presetVars declaration for PrgComponent to match the search field

... according to the Search plugin documentation lookup is for
the use case where there would be...

github.com/croogo/croogo - 381000b4e56ce0d6f5c97d4806739cb93ba64208 authored about 12 years ago
Update Makefile

Protect directories names

github.com/croogo/croogo - be9b0ab5810a7b78199d6e73115973d4f94cb8ec authored about 12 years ago
updating download location

github.com/croogo/croogo - f1238d082f3346c833618f3598e967a492345732 authored about 12 years ago
utility to update Croogo.version

github.com/croogo/croogo - 8a11138d72da70a7fd807a365c75c228a361d7dc authored about 12 years ago
Display log message for incomplete ACO path.

Incomplete ACO paths may come from incomplete acl migration, or
legacy plugins.

github.com/croogo/croogo - b740f150bebcb5612dcd58a6641e78eb1a95111c authored about 12 years ago