mark_story
|
ca65faef36
|
Starting to fix SecurityComponent test case. SessionComponent still causing lots of trouble.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
fa8a43f038
|
Updating tests to use new Component api. There are still a pile of tests failing because of SessionComponent.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
0f5e881f26
|
Fixing typo.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
7b4916e16a
|
Updating AclComponent to new Component API.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
efc5054b65
|
Updating CookieComponent Test case to new Component api.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
a4e2f7c55f
|
Updating intialiize() callbacks. Moving $this->_set() int Component::__construct as all the core components did it. Updating constructors and including parent calls.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
052c81774c
|
Removing some code duplication.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
22fbc24560
|
Adding 'collectReturn' option to ObjectCollection::trigger. lets a callback collect the return of each object and return that.
Adding tests.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
54132cba79
|
Adding return checks, and changing mock creation.
|
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
|
256532b8e4
|
Updating Components to use Component as the parent class.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
bf75ab5737
|
Starting to update Component into a base class instead of a loader class.
|
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 |
|
mark_story
|
337ab19145
|
Updating ObjectCollection::trigger() so it doesn't call __get().
Updating HelperCollection test which was passing by coincidence.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
62019888ba
|
Changing file headers to reflect accurate licences and versions created.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
c44c276fa3
|
Removing ModelBehavior::dispatchMethod(), replacing with call_user_func_array() as its faster and the php4 workaround is no longer needed.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
409b12954b
|
Simplifying logic and data structures used to store enabled-ness of objects in an object collection.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
b2250852e4
|
Moving BehaviorCollection into its own file.
Changing how behaviors are stored in the collection object. Makes it work the same as HelperCollection.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
fcbfb556c5
|
Moving loaded helpers into a protected array.
Adding magic methods to access the object array.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
c78e869be6
|
Removing PHP4 workarounds in BehaviorCollection.
Making BehaviorCollection throw exceptions instead of use cakeError.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
d048813af8
|
Adding in property copying until this branch gets merged with 2.0-request.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
d6362f1857
|
Converting spaces to tabs.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
6a88452072
|
Updating TextHelper to not use create_function(). The create_function calls leaked memory and didn't work with the new helper constructors.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
2d791e1ed0
|
TextHelper test case constructor issues fixed. There are still fails caused by create_function in the helper.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
3379e53be0
|
Updating test case to use correct methods.
Updating test case to run in CLI.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
ba8058500f
|
Adding test for attachedness of Helper helpers.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
4672cee5d3
|
Removing dispatchMethod from JsHelper, its not really that useful, and is good at hiding bugs in mock tests.
Updating test cases.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
0e933e8893
|
Updating most helper test cases to use View in their constructors.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
68ff2e5ce5
|
Adding additional tests for Helper lazy loading.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
fc3379767d
|
Moving methods around. ObjectCollection now normalizes helpers arrays. Plugin helpers now lazy load.
Tests updated.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
98982a6f7a
|
First attempt at lazy loading helpers done. Plugin support not complete.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
ab815a53ba
|
Helper test case is passing again.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
087ccabffe
|
Starting to modify Helper constructors.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
1d983e1cd4
|
Making MissingView and MissingLayout cake errors into exceptions.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
a23207791a
|
Modifying View to accept HelperCollection. Removing methods that are no longer needed.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
f8ecb10407
|
Adding stub callbacks so errors aren't generated.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
1c1c4bef80
|
Fixing errors that would occur when call_user_func_array() triggered failures.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
c15d228515
|
Initial integration of HelperCollection into View.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
16d5b2655c
|
Adding a way to load helpers in a disabled state. Updating tests and subclasses.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
d0de468ce0
|
Removing options that were not used in the generic application.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
aa61a251dc
|
Deprecating BehaviorCollection::attach() and BehaviorCollection::detach(). load() and unload() are more generic and make sense in other contexts.
Adding base trigger implementation.
Adding tests for helper triggering.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
9fd881cb00
|
Moving methods down and adding some tests.
|
2010-08-10 23:18:36 -04:00 |
|
mark_story
|
6db3dbc680
|
Starting to create HelperCollection which will be responsible for loading and constructing helpers.
Making an abstract class that will be the base of all object collections.
Adding test cases.
|
2010-08-10 23:18:36 -04:00 |
|
Juan Basso
|
ae2fa908c5
|
Dont use private attributes as tables in CakeSchema. Fixes #7
|
2010-08-02 00:22:46 -03:00 |
|
José Lorenzo Rodríguez Urdaneta
|
69ee014a60
|
Merge branch '2.0' into 2.0-session
|
2010-07-27 22:27:17 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1c8ad1d1cc
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-27 22:26:06 -04:30 |
|
mark_story
|
272b327dc3
|
Fixing issue where $error would be set to an array.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
19d8c9e6bb
|
Removing a call to __setError() that isn't an error.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
8db0a19585
|
Refactoring duplicated logic into a method.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
ef586d9917
|
Updating test case to use autoRegenerate.
|
2010-07-27 22:27:43 -04:00 |
|