.. |
Cache
|
Merge branch '2.1' into 2.2
|
2012-06-10 20:05:25 -04:00 |
Config
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
Configure
|
Add more tests
|
2012-05-01 21:43:01 -04:00 |
Console
|
Fix cake bake project always finding CakePHP libs in php include_path.
|
2012-08-07 20:52:37 -04:00 |
Controller
|
Fix issue and remove unneccesary code. The (fixed) conditional doesn't do anything, since if Hash::get returns null, the function still returns null.
|
2012-07-25 15:09:22 -04:00 |
Core
|
keeping methods BC, load() now returns false again when configname not default and not configured
|
2012-07-03 12:43:33 +02:00 |
Error
|
Add missing import.
|
2012-07-21 20:42:46 -04:00 |
Event
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
I18n
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
Log
|
Invert default log configuration.
|
2012-07-21 20:42:46 -04:00 |
Model
|
Fix incorrect expiry of sessions.
|
2012-08-02 21:03:53 -04:00 |
Network
|
Fix notice error when parsing input data.
|
2012-07-05 22:06:02 -04:00 |
Routing
|
Use the returned response instance from the event
|
2012-07-31 18:39:05 +02:00 |
Test
|
Adding missing calls to parent.
|
2012-08-12 02:13:10 +05:30 |
TestSuite
|
Fix notice error when a missing action error is hit.
|
2012-07-29 22:37:41 -04:00 |
Utility
|
Try again at fixing errors in 5.2
|
2012-08-08 23:09:44 -04:00 |
View
|
If cache is disabled in app and js cache file is not written don't return script tag with file url.
|
2012-08-12 01:08:05 +05:30 |
basics.php
|
Prevent booleans from being encoded (converted to strings) by h() function, helps prevent accidental fatal errors in some PHP versions around 5.2.9
|
2012-07-20 12:48:57 +10:00 |
bootstrap.php
|
Allow an App to define its own LOGS and CACHE paths outside TMP
|
2012-08-05 14:55:22 +10:00 |
LICENSE.txt
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
VERSION.txt
|
Update version number to 2.2.1
|
2012-07-14 16:42:59 -04:00 |