cakephp2-php8/lib/Cake
mark_story 7f68699fcd Fix return values in Cache.
The documentation indicates that false/or the value will be returnned.
Using both null and false to indicate failure is confusing.  Use only
false to indicate failure.  It might be better in the future to use
exceptions for trying to read/write on missing cache configs.
2011-11-29 23:17:17 -05:00
..
Cache Fix return values in Cache. 2011-11-29 23:17:17 -05:00
Config Releasing 2.0.4 2011-11-28 11:20:58 -04:30
Configure Refactoring PhpReader::read() to check for .php file first. Fixed error when there's a directory with the same name. 2011-10-16 22:21:01 +02:00
Console Merge pull request #341 from andraskende/master 2011-11-28 23:59:39 -08:00
Controller Fixing issue where changing the case for an action in the url would allow the action in the AuthComponent making it accessible to not-logged in users 2011-11-28 00:52:47 -04:30
Core Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 2011-11-26 02:48:49 +05:30
Error CakeException subclasses render correctly now. 2011-11-19 20:25:20 -05:00
I18n Fix comment in I18n 2011-11-05 08:19:57 -04:00
Log Added visibility in some methods and attributes. 2011-08-18 22:30:28 -04:00
Model Fix incorrect alias/name usage. 2011-11-29 20:44:30 -05:00
Network Fix issue with dots in request URLs. 2011-11-26 21:24:53 -05:00
Routing Fix issue in Router with prefixes. 2011-11-17 20:30:34 -05:00
Test Fix return values in Cache. 2011-11-29 23:17:17 -05:00
TestSuite moving order for finds from constructor to beforeFind 2011-11-24 22:12:39 +01:00
Utility Escape special characters in XML. 2011-11-25 21:20:26 -05:00
View Releasing 2.0.4 2011-11-28 11:20:58 -04:30
basics.php Add @link to global functions 2011-11-26 14:42:37 -08:00
bootstrap.php Move registration of CakePlugin. 2011-10-23 13:54:13 -04:00
LICENSE.txt Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
VERSION.txt Releasing 2.0.4 2011-11-28 11:20:58 -04:30