I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Changing Model::hasAny() to not query associations (Ticket #2816)
Nate Abele
as nate
More... over 16 years ago
allowing beforeFilter or Component::startup() to change params. closes #1643. Removed Controller::$namedArgs, passedArgs provides the same functionality, updated dispatcher test. More... over 16 years ago
adding sort param to Folder::find() and findRecursive(), closes #1385 More... over 16 years ago
Adding test that thows failing behavior with null values when calling Model::set()
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Merging changes into the trunk:
PhpNut
as phpnut
More... over 16 years ago
Fixed failing DboSourceTest caused in [5816]
PhpNut
as phpnut
More... over 16 years ago
Merging changes and enhancements into the trunk:
PhpNut
as phpnut
More... over 16 years ago
Fixes #2967, Missing quotes cause SQL errors in some cases
PhpNut
as phpnut
More... over 16 years ago
Closes #3318, When model calls invalidate, it would be usefull to use the __(messageID, true) Fixes #2603, Scaffold edit() should redirect to index() when no record is found. Closes #2990 cake_sessions Needs A Database Name Setting, Configure::write('Session.database', 'default') Closes #3120, database - $config['encoding']; added new settings to database.php.default Corrected errors when setting database configurations from console, would not allow changing setting on old configuration.
PhpNut
as phpnut
More... over 16 years ago
Added translated string for 'Submit' in FormHelper::end()
PhpNut
as phpnut
More... over 16 years ago
Corrected missing second param in __() in FormHelper::submit()
PhpNut
as phpnut
More... over 16 years ago
Corrected missing second param in __() in Dispatcher::dispatch()
PhpNut
as phpnut
More... over 16 years ago
Merging changes and enhancements into the trunk:
PhpNut
as phpnut
More... over 16 years ago
Fixes #3305, Console i18n extract using wrong paths. Closes #3396, i18n fixes Fixed TranslateBehavior::_getLocale() throwing error if I18n class had not been loaded Added [P]roject to bake Updated locale pot file Removed css and js directories from skel
PhpNut
as phpnut
More... over 16 years ago
Fixes #3334, when using bake to create a new database configuration, all previous configs are lost
PhpNut
as phpnut
More... over 16 years ago
Fixes #3417, isset but empty username or password means passwords not hashed by AuthComponent
PhpNut
as phpnut
More... over 16 years ago
Fixes #2982, TreeBehavior::verify, non-portable SQL, badly quoted conditions
PhpNut
as phpnut
More... over 16 years ago
Fixes #2981, TreeBehavior::generateTreeList - non-portable sql
PhpNut
as phpnut
More... over 16 years ago
Fixes #3418, Model throws warnings when trying to save an empty array
PhpNut
as phpnut
More... over 16 years ago
updating cache some more More... over 16 years ago
Closes #3376, changed Dispatcher::_invoke() to pass empty array as parameter
PhpNut
as phpnut
More... over 16 years ago
Fixing usage of i18n
Mariano Iglesias
as mariano.iglesias
More... over 16 years ago
Closes #2249, enable Browser caching for js & css files in vendors
PhpNut
as phpnut
More... over 16 years ago
Closes #3182, Model find conditions strip text after newlines
PhpNut
as phpnut
More... over 16 years ago
Updating AjaxTest with changes made for #3271
PhpNut
as phpnut
More... over 16 years ago
Adding additional fixes from #3271
PhpNut
as phpnut
More... over 16 years ago
Fixes #3271, onclick="return false;" don't work in IE
PhpNut
as phpnut
More... over 16 years ago
Fixes #3382, class L10n locale mapping missed
PhpNut
as phpnut
More... over 16 years ago