mark_story
|
0ac8d04241
|
Fixing more strict warnings.
|
2010-12-12 21:02:42 -05:00 |
|
mark_story
|
845edf38e1
|
Removing core classes using App::import() with an array(). This usage incurs an additional call to App::import().
Removing Set from core class imports, as Set is required as part of the framework bootstrapping.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
293ef95f33
|
Adding more documentation, and adding some return early changes.
|
2010-11-14 18:43:46 -05:00 |
|
mark_story
|
db3f74dfa0
|
Moving a method around.
|
2010-11-14 18:38:10 -05:00 |
|
mark_story
|
070066be18
|
Expanding doc blocks for Dispatcher.
Extracting _isPrivateAction() so subclasses could change the behavior.
|
2010-11-14 18:37:27 -05:00 |
|
mark_story
|
afd2683602
|
Adding a check for loaded routes. This prevents routes being loaded on each dispatched action, such as when requestAction is called.
|
2010-11-14 01:12:39 -05:00 |
|
mark_story
|
f27566336c
|
Renaming private method to protected.
Removing return by reference operator.
|
2010-11-14 01:08:13 -05:00 |
|
mark_story
|
f36f38e7f6
|
Adding doc blocks and adding type hints for _invoke().
|
2010-11-14 01:05:42 -05:00 |
|
mark_story
|
f02e0483ee
|
Reworking parameter munging specific to requestAction into requestAction. Updating tests cases for Object. As request->data is an array() not null. And leading / is trimmed off of [url][url].
|
2010-11-14 01:01:11 -05:00 |
|
mark_story
|
ea80a6dbbb
|
Removing instance variables that were no longer needed, as they weren't actually being used for much.
|
2010-11-14 00:16:07 -05:00 |
|
mark_story
|
1fe84c00dd
|
Starting to try and simplify the bootstrap process, and give a choice
over which GET param is used for cake's url.
|
2010-11-14 00:06:01 -05:00 |
|
mark_story
|
dad7963ea4
|
Moving Dispatcher inside libs directory, as it is part of CakePHP's libs.
|
2010-11-14 00:00:23 -05:00 |
|