cakephp2-php8/cake/libs
nate b479c5f49e Adding fix for Ticket #1701
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3989 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 05:32:18 +00:00
..
controller refactoring scaffold, if var $uses exists scaffold will use the first model specified in the array, if $scaffold is an array, only methods added to the array will allow scaffold to render, ex: var $scaffold = array('index'); only the index action will be rendered 2006-11-27 05:23:33 +00:00
model Adding fix for Ticket #1701 2006-11-27 05:32:18 +00:00
view Adding to last commit 2006-11-27 04:46:25 +00:00
cache.php Removing extra directory separators in uses() paths 2006-11-25 04:31:26 +00:00
cake_log.php Changing the date string used in CakeLog::write() to use full 4 digit year 2006-11-17 03:04:45 +00:00
class_registry.php refactoring scaffold, scaffodl views, generateFieldNames, FormHelper, ClassRegistry, missingView 2006-11-27 01:04:19 +00:00
configure.php Adding model behaviors, model onError callback, and updating FormHelper 2006-07-22 14:13:07 +00:00
error.php Added fix for Ticket #1679 2006-11-23 10:48:22 +00:00
file.php Renaming branched version directory 2006-06-14 18:02:37 +00:00
flay.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
folder.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
i18n.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0 2006-06-14 19:06:14 +00:00
inflector.php Adding Inflector::variable() to create camelBacked version of a string 2006-10-31 03:14:26 +00:00
l10n.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0 2006-06-14 19:06:14 +00:00
neat_array.php Deprecating NeatArray 2006-08-18 08:02:59 +00:00
neat_string.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
object.php Adding $this->params['requested']; if method is called through requestAction 2006-11-01 04:54:25 +00:00
overloadable.php Typo (PHP5 changed to !PHP5) 2006-08-07 07:46:14 +00:00
overloadable_php4.php Adding Overloadable2 interface for get() and set() magic methods 2006-11-25 08:19:51 +00:00
overloadable_php5.php Adding Overloadable2 interface for get() and set() magic methods 2006-11-25 08:19:51 +00:00
router.php Refactoring Router to eliminate usage of NeatArray 2006-11-22 16:33:50 +00:00
sanitize.php Adding fix for Ticket #1666 2006-11-23 10:13:36 +00:00
security.php Making changes to Security class 2006-08-03 06:49:51 +00:00
session.php Adding fix for #1606 2006-11-01 03:24:49 +00:00
set.php Changing Set interface to act like NeatArray, disabling Model::cacheQueries by default, and removing NeatArray usage in Model 2006-11-21 22:40:30 +00:00
validation.php Added implementation of Validation::decimal() 2006-11-15 06:14:12 +00:00
validators.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
xml.php 1.2: changing some names in Xml class 2006-11-02 19:20:50 +00:00