4f99...d303
Author: Ali Farhadi
Date: 2009-07-03 15:47:06 +0430
Using Set in Configure read/write/delete where applicable. Removing unused __configVarNames method.
786e...3d2c
Author: Ali Farhadi
Date: 2009-07-03 01:57:08 +0430
Merge branch '1.3-misc' of git@thechaw.com:cakephp into 1.3-misc
b0f1...cc7c
Author: AD7six
Date: 2009-07-02 18:44:44 +0200
adding missing php closing tag
1014...8fa2
Author: AD7six
Date: 2009-07-02 17:58:54 +0200
Make updateAll respect a model's recursive value (no joins for recursive = -1) Minor Whitespace changes
3c1b...375d
Author: Ali Farhadi
Date: 2009-07-02 10:14:07 +0430
Closes #5750, adding support for Configure read/write/delete with unlimited depth. Updating related tests.
123d...8faf
Author: Felix Geisendörfer
Date: 2009-05-10 12:19:07 +0200
Increased Configure read/write depth to 5
1e3d...fd13
Author: gwoo
Date: 2009-05-01 10:12:40 -0700
updating bootstrapping
3448...cfae
Author: Joel Perras
Date: 2009-04-29 18:57:07 -0400
Adding ability to specify array-based urls for Controller::referer() parameter.
3d2c...6a21
Author: Nate Abele
Date: 2009-04-15 19:00:28 -0400
Reformatting Model code to wrap lines at 100 characters, adding newlines before docblocks
b787...95f3
Author: Nate Abele
Date: 2009-04-14 13:45:13 -0400
Adding sanity checking for insert values in String::insert()
b5dc...49ca
Author: Nate Abele
Date: 2009-04-14 01:47:48 -0400
Implementing Debugger template string addtiion / modification in Debugger::output()
ade5...ab5d
Author: Nate Abele
Date: 2009-04-13 18:43:09 -0400
Refactoring Debugger to support format strings
5be3...8835
Author: Nate Abele
Date: 2009-04-08 12:55:08 -0400
Deprecating Model::del() and Model::remove() in favor of Model::delete(), refs #5139
f17a...8ea1
Author: gwoo
Date: 2009-03-19 14:10:13 -0700
Merge master in 1.3
b36a...05b4
Author: gwoo
Date: 2009-03-14 13:57:18 -0700
Merge branch 'master' into 1.3.x.x
47fa...1f32
Author: gwoo
Date: 2009-03-14 19:56:28 +0000
cleaning up some Set::extract, adding tests for empty data and results. Removing some checks from Cache engine.
97dd...40ca
Author: davidpersson
Date: 2009-03-13 16:06:18 +0000
Adding tests for ShellDispatcher, Shell, ExtractTask and TestTask. Adding console test group.
f735...5c5b
Author: nate
Date: 2009-03-13 14:49:00 +0000
Adding native-type-generation fixes for JavascriptHelper::object()
d1f3...bb74
Author: gwoo
Date: 2009-03-12 17:34:32 +0000
fixes #6152, removal of automatic setting of App.encoding in l10n
8b1a...5b0a
Author: mark_story
Date: 2009-03-12 17:33:47 +0000
Removing whitespace introduced in [8014]