88dd...60b9
Author: Ali Farhadi
Date: 2009-08-20 08:10:11 +0430
Merge branch '1.2' into 1.2-mine
22f5...a14d
Author: Ali Farhadi
Date: 2009-08-20 08:03:52 +0430
Adding testcase for bug #44
ba48...23b1
Author: Mark Story
Date: 2009-08-19 13:03:36 -0400
Fixing complex expression handling in DboSource::fields(). Making AS a variable controlled by implementing dbo. Test cases added. Fixes #38
f23a...4d6c
Author: Mark Story
Date: 2009-08-13 22:47:17 -0400
Fixing Xml::toArray() Where camelcased data was collapsed and corrupted. Causing unpredictable data structures with empty tags. Minor changes to existing behavior. See modified test cases. Fixes #8
cfcc...ccd5
Author: Mark Story
Date: 2009-08-13 21:29:33 -0400
Cleaning up doc blocks. Removing commented out code. Removing use of a()
64fa...9057
Author: Joel Perras
Date: 2009-08-13 13:57:15 -0400
Fixing doc block for TimeHelper::timeAgoInWords(). Fixes #27.
4fee...aeba
Author: Joel Perras
Date: 2009-08-13 11:29:00 -0400
Dispatcher::parseParams() now works with file uploads that are not indexed by model. Fixes #9
b95c...31f1
Author: Florian Krämer
Date: 2009-08-12 17:11:36 +0200
Correction to escape the /
2255...9c15
Author: Florian Krämer
Date: 2009-08-12 16:08:31 +0200
Fixing building of the right vendor path in the dispatcher in the case the plugin name appears again in the path
58dc...6176
Author: Joel Perras
Date: 2009-08-10 19:47:41 -0400
Unifying case for single-letter interactive shell input, most notably SchemaShell, which previously failed on uppercase interactive input.
43c2...d54a
Author: gwoo
Date: 2009-08-03 15:52:34 -0700
Merge branch 'local/svn/1.2.x.x' into 1.2
7b27...7d8b
Author: gwoo
Date: 2009-08-03 20:53:50 +0000
setting version to 1.2.4.8284
3e44...ec41
Author: gwoo
Date: 2009-08-03 12:44:11 -0700
Merge branch 'local/svn/1.2.x.x' into 1.2
088d...2a9a
Author: jperras
Date: 2009-08-03 19:40:02 +0000
Fixing PHP4 compatibility issues for SecurityComponent.
1bda...da1f
Author: mark_story
Date: 2009-08-03 19:24:38 +0000
Adding tests for array_diff_key() in php4. Increasing test compatibility with php4
414a...6843
Author: gwoo
Date: 2009-08-03 11:59:02 -0700
Merge branch 'local/svn/1.2.x.x' into 1.2
75ee...dfa2
Author: gwoo
Date: 2009-08-03 18:14:12 +0000
updating some tests for php4
15f4...10d2
Author: mark_story
Date: 2009-08-03 18:13:46 +0000
fixing doc block indentation.
bd46...e445
Author: mark_story
Date: 2009-08-03 18:12:42 +0000
Fixing fails caused by PHP4 and all lowercase classnames.
afbc...4aee
Author: mark_story
Date: 2009-08-03 17:55:16 +0000
Adding missing reference operators in Controller::paginate().