cakephp2-php8/lib/Cake
mark_story c8ab4ad05b Fix issue in TimeHelper with translated values.
LC_TIME files using unicode code points would incorrectly display.
Use either the Multibyte class or mbstring to correctly detect
and convert values.

Fixes #912

Conflicts:

	lib/Cake/View/Helper/TimeHelper.php
2011-11-19 10:12:05 -05:00
..
Cache fixing typos 2011-10-19 12:19:28 +07:00
Config Releasing 2.0.3 2011-11-13 20:32:23 -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 Add stricter validation to TestTask. 2011-11-16 20:38:31 -05:00
Controller Update comment. 2011-11-16 23:17:48 -05:00
Core Fix issue with duplicate class inclusions. 2011-11-13 16:15:32 -05:00
Error Fix issue where unknown exceptions would be squashed. 2011-11-02 21:21:48 -04: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 Add sorting on joined model virtual field, fixes #2250 2011-11-17 00:18:12 +01:00
Network Add CakeRequest::__isset() 2011-11-16 20:21:07 -05:00
Routing Fix issue in Router with prefixes. 2011-11-17 20:30:34 -05:00
Test Fix issue in TimeHelper with translated values. 2011-11-19 10:12:05 -05:00
TestSuite Fix html coverage reporting. 2011-11-11 22:13:20 -05:00
Utility Add @link to Set methods 2011-11-18 11:13:46 -08:00
View Fix issue in TimeHelper with translated values. 2011-11-19 10:12:05 -05:00
basics.php Removing extra new lines. 2011-11-16 21:51:49 -05: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.3 2011-11-13 20:32:23 -04:30