I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correcting @return bool
PhpNut
as phpnut
More... over 16 years ago
adding cache check to bootstrap, fixes #3434 More... over 16 years ago
Improved performance when .mo is read in I18n::__loadMo()
PhpNut
as phpnut
More... over 16 years ago
Adding documentation to AclComponent and AuthComponent. Removed unused method DB_ACL::__getObject()
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Fixing phpdoc tags in CakePHP cache classes
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Fixing incorrectly position phpdoc blocks. Adding more documentation to basic CakePHP functions and Dispatcher.
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Adding documentation to classes belonging to Cake console. Standarizing on datatypes used in phpdocblocs and removing unneeded @return types
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Fixes #3420
PhpNut
as phpnut
More... over 16 years ago
Fixes #3427, MAGIC_QUOTES_GPC settings affecting parameters passed to actions
PhpNut
as phpnut
More... over 16 years ago
Merging changes and enhancements into the trunk:
PhpNut
as phpnut
More... over 16 years ago
Closes #3362, Changed self associated models so they no longer reference the single instance of the original model.
PhpNut
as phpnut
More... over 16 years ago
Adding $scripts_for_layout back to default layout
Nate Abele
as nate
More... over 16 years ago
updating File::write() to handle different line endings, closes #3420 More... over 16 years ago
adding patch to router for named args, closes #3391 More... over 16 years ago
updating default layouts and tests previous commit removed unused images and added new ones for new layout More... over 16 years ago
updating default layout More... over 16 years ago
Adding documentation for PagesController and Scaffold
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
updating folder test More... over 16 years ago
Adding documentation for Controller
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Fixes #3419, $text->autoLink does not preserve existing links
PhpNut
as phpnut
More... over 16 years ago
adding router test, closes #3425 More... over 16 years ago
Refactoring find*() methods into Model::find(), i.e. Model::find('all', array('conditions' => ...)), findCount()/find('count') results are no longer filtered
Nate Abele
as nate
More... over 16 years ago
updating basics, closes #3397 and adds a change of cake-debug css for 2964 More... over 16 years ago
Fixes #3424, Scaffold add no longer working, produces "Invalid Id" error message
PhpNut
as phpnut
More... over 16 years ago
fixes #3423, Folder::find() and undefined variable More... over 16 years ago
Fix for [ticket:3409 TreeBehavior moves item on save of existing item] Minor changes to behavior removing references and need to $force
Nate Abele
as nate
More... over 16 years ago
Removing invalid testMoveLast which relied on incorrect logic in the tree behavior Adding testSaveNoMove to address [ticket:3409 TreeBehavior moves item on save of existing item] Adding tearDown code to aide debugging in the future.
Andy Dawson
as AD7six
More... over 16 years ago
Adding $scripts_for_layout to default layout (Ticket #3336)
Nate Abele
as nate
More... over 16 years ago
Reverting changes made to model.test.php in [5822] Reverting changes made to model.php in [5815]
PhpNut
as phpnut
More... over 16 years ago
Adding 'binary' column support to MySQL (Ticket #1757)
Nate Abele
as nate
More... over 16 years ago