.. |
Cache
|
use constant PHP_SAPI
|
2015-07-26 15:35:03 +02:00 |
Config
|
Updated the default Cake routes to include a defaultRoute true flag to allow differentiation
|
2014-05-29 00:55:51 -04:00 |
Configure
|
Replace our custom code fence with markdown standard fence
|
2015-01-09 13:47:25 +01:00 |
Console
|
Updating deprecated SessionComponent::setFlash calls to FlashComponent magic calls.
|
2015-08-16 18:01:23 -05:00 |
Controller
|
Merge branch '2.7' of github.com:cakephp/cakephp into 2.7
|
2015-08-06 21:43:40 -04:00 |
Core
|
Replacing self with static due to PHP5.3+. Following #7040.
|
2015-07-21 10:22:53 +02:00 |
Error
|
use constant PHP_SAPI
|
2015-07-26 15:35:03 +02:00 |
Event
|
Replacing self with static due to PHP5.3+. Following #7040.
|
2015-07-21 10:22:53 +02:00 |
I18n
|
Fix incorrectly parsed mo file context.
|
2015-07-30 22:28:55 -04:00 |
Log
|
Merge pull request #7077 from dereuromark/2.7-static
|
2015-07-23 22:27:37 -04:00 |
Model
|
Alter Model::exists() to return false with no table
|
2015-08-18 13:07:30 +01:00 |
Network
|
Fix path traversal check for Windows based systems
|
2015-08-19 16:47:53 +02:00 |
Routing
|
Replacing self with static due to PHP5.3+. Following #7040.
|
2015-07-21 10:22:53 +02:00 |
Test
|
Merge pull request #7265 from mattmemmesheimer/issue-7048
|
2015-08-20 22:32:39 -04:00 |
TestSuite
|
Replacing self with static due to PHP5.3+. Following #7040.
|
2015-07-21 10:22:53 +02:00 |
Utility
|
Backport fixes for comparison() and range() to 2.x
|
2015-08-06 21:36:39 -04:00 |
View
|
Changing the default layout to use FlashComponent::render instead of the deprecated SessionComponent::flash. Changing the flash elements to retain the id attribute that was previously present. Also fixing file permissions on the template files I added.
|
2015-08-20 20:19:22 -05:00 |
basics.php
|
use constant PHP_SAPI
|
2015-07-26 15:35:03 +02:00 |
bootstrap.php
|
Bootstrap Configure after the mb_* shims have been defined.
|
2015-07-29 22:01:27 -04:00 |
LICENSE.txt
|
Bump copyright year in license
|
2015-01-12 15:18:04 -05:00 |
VERSION.txt
|
Update version number to 2.7.2
|
2015-08-06 21:43:53 -04:00 |