e693...9c88
Author: Joël Perras
Date: 2009-09-09 00:21:07 -0400
Updating version number.
d9d8...9798
Author: Joël Perras
Date: 2009-09-08 23:48:32 -0400
Applying fix from Ceeram for updateAll joins on model relations with no foreign key. Fixes #69.
a6a5...e1a0
Author: Mark Story
Date: 2009-09-08 23:17:29 -0400
Fixing deprecation notices for php5.3
018f...b637
Author: Mark Story
Date: 2009-09-07 16:17:41 -0400
Adding new error_reporting setting to ShellDispatcher.
8868...fb74
Author: Mark Story
Date: 2009-09-07 16:13:25 -0400
Removing error flags from test.php.
9614...55c7
Author: Nate Abele
Date: 2009-08-01 08:36:57 -0400
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
c37c...cc16
Author: Mark Story
Date: 2009-09-07 14:47:53 -0400
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
66cd...eaeb
Author: Mark Story
Date: 2009-09-07 14:45:24 -0400
Fixing failing test because of unfilled SVN tag expansions.
b42a...6b51
Author: Mark Story
Date: 2009-09-07 14:41:57 -0400
Updating test case for new values in error reporting.
f6b1...8ac0
Author: Mark Story
Date: 2009-08-01 17:49:21 -0400
Adding E_DEPRECATED to console environment.
14d9...b505
Author: Nate Abele
Date: 2009-07-31 11:48:30 -0400
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
903a...58dc
Author: Joël Perras
Date: 2009-09-07 12:34:12 -0400
Merge branch 'bug-22-schema-shell' into 1.2
fe63...9284
Author: Joël Perras
Date: 2009-09-06 21:05:24 -0400
Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.
8809...ffe4
Author: Joël Perras
Date: 2009-09-07 11:21:15 -0400
Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
c88c...968d
Author: Joël Perras
Date: 2009-09-06 19:49:50 -0400
Updating EmailComponent smtp HELO handling to account for non-existence of HTTP_HOST environment variable when PHP SAPI is CLI. Fixes #41.
3176...6f19
Author: Mark Story
Date: 2009-09-07 00:18:08 -0400
Updating documentation for __xxx methods. Updating LC_* doc references. Updating other doc blocks for various methods in basics.php Fixes #2.
55b8...194d
Author: Joël Perras
Date: 2009-09-06 13:57:24 -0400
DboMssql::value() now returns NULL for numeric column types (float, integer, binary) when the column data is empty. Fixes #28.
9585...7532
Author: Mark Story
Date: 2009-09-05 01:06:18 -0400
Fixing issue where admin revere routing was possibly unsuccessful due to differences in action param between route and url arrays. Fixes #44 and #6173
1821...e497
Author: Ali Farhadi
Date: 2009-08-20 08:03:52 +0430
Adding testcase for bug #44
ee2b...99b9
Author: Mark Story
Date: 2009-09-03 23:09:27 -0400
Fixing empty arrays being dropped with Set::sort(). Fixed #67