0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue with controller not found when clicking reset. Closes #14 More... about 12 years ago
Merge pull request #28 from arian/patch-1 More... over 12 years ago
Fix FilterHelper: A version of 1.2 or 1.3 is 3 characters long. More... over 12 years ago
Fixed 1.3.7 issue. Closes #26 More... about 13 years ago
fixed issue where $opts was being accessed and was undefined More... over 13 years ago
made FilterHelper 1.2 and 1.3 compatible More... over 13 years ago
Adding support for 1.2 style filterOptions More... over 13 years ago
updated readme More... over 13 years ago
Fixes issue with reset. Camel cased controllers are correctly routed. Previously when using slug it would do nothing but lower case a controller name that was correctly named (e.g. FancyBoxes became fancyboxes rather than the needed fancy_boxes) More... over 13 years ago
removed unnecessary check for foreign keys. closes #11 More... over 13 years ago
Merge branch 'master' of git://github.com/JeffreyMarvin/cakephp-filter-plugin More... over 13 years ago
Merge branch 'issue_8' of git://github.com/rchavik/cakephp-filter-plugin More... over 13 years ago
fix for undefined foreach in processFilters(). refs #6 More... over 13 years ago
modifying only internal data so as not to upset the SecurityComponent. closes #4 More... over 13 years ago
updated function docblocks and function access More... over 13 years ago
formatting More... over 13 years ago
fix reference to FormHelper::$fieldset array of fields More... over 13 years ago
URL encode values in named parameter lists More... over 13 years ago
use Router::url() to get redirection URL (fixes #8) More... over 13 years ago
use Router::url() to get redirection URL (fixes #8) More... over 13 years ago
Missing 's' on $settings['actions'] in Filter::initialize() More... over 13 years ago
Fixed syntax error in helper More... almost 14 years ago
Updated Documentation for 1.3. Supports 1.2, but documentation is different. More... almost 14 years ago
formatting More... almost 14 years ago
Using Filter::initialize() settings to configure the component More... almost 14 years ago
Merge branch 'master' of http://github.com/jmroth/cakephp-filter-plugin More... almost 14 years ago
Merge branch 'master' of http://github.com/cjab/cakephp-filter-plugin More... almost 14 years ago
Redirect now produces correct named parameters More... almost 14 years ago
Merge branch 'master' of http://github.com/cjab/cakephp-filter-plugin More... almost 14 years ago
- remove uppercase redirect - give css id to tr since <tr><form> is invalid html and therefore cannot use form#filters as parent - replace textfield by normal textbox More... almost 14 years ago