I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing sorting of fields used in a form when using the SecurityComponent
PhpNut
as phpnut
More... over 16 years ago
Fixing issue with PHP 4 referencing instance of the String object
PhpNut
as phpnut
More... over 16 years ago
refactor args generation More... over 16 years ago
reverting change to AuthComponent::identify(); adding patch from #3222 More... over 16 years ago
adding validation to AuthComponent::identify() More... over 16 years ago
Initial start of Unicode support, I may move this handling of this to a unicode class. Implemented multi-byte methods for: String::strpos(); String::stripos(); String::strtoupper(); Added test cases for String::utf8() String::ascii() String::strpos() String::stripos() and String::strtoupper() Corrected file encodings. Added loading of configurations from cake/config Added specifc case folding files to cake/config/unicode/casefolding
PhpNut
as phpnut
More... over 16 years ago
added test for cleanUpFields, closes #3191 More... over 16 years ago
updating auth doc bloc More... over 16 years ago
fixes #3285 More... over 16 years ago
Fixing return value for JavascriptHelper::blockEnd() for script caching (Ticket #3172)
Nate Abele
as nate
More... over 16 years ago
Implementing beforeRedirect callback for components, adding JSON and CSV content types to RequestHandler
Nate Abele
as nate
More... over 16 years ago
fixes #3260, Router generating wrong url
PhpNut
as phpnut
More... over 16 years ago
Fixes #3164, removed use of uniqid() replaced with String::uuid()
PhpNut
as phpnut
More... over 16 years ago
Fixed MagicDbTestData::get function Removed inline comments Improved docblock comments Fixed behavior of validates() function
Felix Geisendörfer
as the_undefined
More... over 16 years ago
Added early version of MagicDb class plus test case for it
Felix Geisendörfer
as the_undefined
More... over 16 years ago
Fixes #3217, Auth flash message when Auth->authorize = false is not shown.
PhpNut
as phpnut
More... over 16 years ago
Fixes #3215, UserDefined Validation broken. Added test for Validation::userDefined()
PhpNut
as phpnut
More... over 16 years ago
Adding test I forgot to commit with [5677]
PhpNut
as phpnut
More... over 16 years ago
Correcting Model::invalidFields() isset would return false if $data[$fieldName] had been set to null, fixes issues with validating fields if their value had been set to null. Merged changes from app to skel
PhpNut
as phpnut
More... over 16 years ago
Implementing beforeValidate() behavior callback (Ticket #2818), and allowing $actsAs to be specified in AppModel
Nate Abele
as nate
More... over 16 years ago
Adding boolean return value to ClassRegistry::addObject()
Nate Abele
as nate
More... over 16 years ago
Removed check for parent class in loadController()
PhpNut
as phpnut
More... over 16 years ago
Fixing return path for file names, name is only set if it is a actual file
PhpNut
as phpnut
More... over 16 years ago
Fixes #3261, AppController methods are made protected
PhpNut
as phpnut
More... over 16 years ago
Fixes #3191, problem when input is TIME type Added tests for cleanUpFields()
PhpNut
as phpnut
More... over 16 years ago
Adding test for RssHelper. Added syntax for adding attributes to channel child elements Fixed bug in item method that added bogus attributes Added default description to channel method
PhpNut
as phpnut
More... over 16 years ago
changed i18n schema to use only one db table for translations changed fieldname 'row_id' to 'foreign_key' now allows fallbacks for not-existing translations by setting model's locale to array of locales model used for hasMany associations and for saving/deleting of translation records is configurable by Model::$translateModel property, db field 'i18n.field' is configurable by property $displayField of this custom model, instance of this model is obtainable by $this->ModelName->translateModel() Added tests for translate behavior. Added i18n shell script Correcting translation function calls in various files
PhpNut
as phpnut
More... over 16 years ago
Moving extract.php to tasks directory
PhpNut
as phpnut
More... over 16 years ago
Making changes to move extract to task directory
PhpNut
as phpnut
More... over 16 years ago
Fixes #3240, Wrong permissions are set when baking a project. Added Folder::tree() that will return an array of nested directories and files in each directory. Refactored Folder::chmod() to allow changing permission recursively on a directory structure
PhpNut
as phpnut
More... over 16 years ago