mark_story
|
b94edefb2c
|
Removing the last vestiges of the enable parameter.
Fixing issue where isset() stupidly plods along when doing a string index of a string.
Updating DbAcl to use proper settings array.
Fixes #1467
|
2011-01-18 19:33:57 -05:00 |
|
Jeremy Harris
|
1f0c57c4ee
|
Fixed aliasing so it works with plugins in the 'className' key
|
2011-01-14 17:44:33 -08:00 |
|
Jeremy Harris
|
39e06b0425
|
Updated documentation
|
2011-01-13 18:06:32 -08:00 |
|
Jeremy Harris
|
2b596859cb
|
Reversed alias and actual class to be more consistent with how Model aliases load and to make migration easier
|
2011-01-13 18:04:06 -08:00 |
|
Jeremy Harris
|
1f1d920ff7
|
Allowed components to be aliased by setting the 'alias' key
|
2011-01-09 18:27:44 -08:00 |
|
mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
mark_story
|
7b4ffa2ee9
|
Fixing incorrect exception type.
|
2010-12-14 23:24:37 -05:00 |
|
mark_story
|
3216c902cd
|
Removing the enable parameter on HelperCollection, BehaviorCollection, and ComponentCollection. They all now support the enabled option that Behaviors have historically supported. This provides a simpler API with fewer arguments, and allows callbacks to be disabled on objects in their declared arrays.
Test cases updated.
|
2010-11-07 13:23:45 -05:00 |
|
mark_story
|
88c717dbd8
|
Removing the 3rd param from ObjectCollection::load() and adding a uniform setting of 'callbacks'. This setting is used to disable callbacks on objects by convention. Test cases updated.
|
2010-11-07 13:23:45 -05:00 |
|
mark_story
|
0ef76eb69a
|
Adding a reference of the controller to the component collection, so components can easily access the controller in their constructor.
|
2010-09-14 22:52:51 -04:00 |
|
mark_story
|
f1164c93d6
|
Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery.
|
2010-08-29 21:37:25 -04:00 |
|
mark_story
|
dc67b9cacc
|
Moving all the exceptions into one file for the short term.
|
2010-08-28 00:08:35 -04:00 |
|
mark_story
|
19f008b1a4
|
Fixing broken tests in HelperCollectionTest
Moving unload into ObjectCollection as its common between 2 child classes, and possibly a 3rd.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
0f5e881f26
|
Fixing typo.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
fac97738ce
|
Making Controller use ComponentCollection.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
3666643b84
|
Adding ComponentCollection and a test case.
|
2010-08-10 23:18:39 -04:00 |
|