cakephp2-php8/lib/Cake
mark_story 72f4d4fac0 Fix issue with logging scopes
Logging scopes should be exclusive and not allow messages matching on
level alone to be logged.  By using scopes + levels you opt-in to new
behavior so grabbing all messages by level should not occur.

Fixes #3264
2012-10-08 12:57:02 -04:00
..
Cache Fixing undefined variable usage 2012-09-28 20:46:25 -04:00
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Update lib/Cake/Configure/IniReader.php 2012-09-02 14:23:26 +03:00
Console Update text in routes.php to clarify when to remove core routes. 2012-09-30 20:17:50 -04:00
Controller Make permission denied redirects host relative. 2012-09-14 09:39:45 -04:00
Core Remove unused variables and code 2012-09-05 17:19:13 -07:00
Error Removing unneeded App::uses() call 2012-10-04 00:24:27 +05:30
Event Revert "Fix null not stopping model callbacks." 2012-09-13 22:49:17 -04:00
I18n Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Log Fix issue with logging scopes 2012-10-08 12:57:02 -04:00
Model Fixing undefined variable usage 2012-09-28 20:46:25 -04:00
Network Remove port numbers from Message-id domains. 2012-09-28 21:20:14 -04:00
Routing Fix parsing '0' as a url. 2012-09-09 20:56:40 -04:00
Test Fix issue with logging scopes 2012-10-08 12:57:02 -04:00
TestSuite Improve error message. 2012-10-04 20:41:02 -04:00
Utility Update doc blocks to reflect reality. 2012-10-08 10:58:53 -04:00
View Fix issue where including elements + extending views fails. 2012-09-30 22:44:27 -04:00
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.2 2012-09-01 18:28:03 +01:00