Jose Lorenzo Rodriguez
|
0c2f4669ab
Fixed broken tests
|
11 years ago |
euromark
|
1c788ef0c2
Fix test
|
11 years ago |
ADmad
|
a7b44e5bc1
Rename Controller::addComponent() to Controller::loadComponent().
|
11 years ago |
José Lorenzo Rodríguez
|
0dc1e77b93
Merge pull request #4602 from cakephp/controller-initialize
|
11 years ago |
mark_story
|
3f110d095e
Inline constructClasses().
|
11 years ago |
ADmad
|
137ebcf2aa
Make ModelAwareTrait::loadModel() return model instance.
|
11 years ago |
mark_story
|
a42d56a55a
Remove un-necessary calls to constructClasses().
|
11 years ago |
mark_story
|
4c52dede4f
Start implementing Controller::initialize()
|
11 years ago |
ADmad
|
89daa16774
Don't treat underscore prefixed method names as private.
|
11 years ago |
ADmad
|
75e6b79c52
Fix partial matching of model name when autoloading.
|
11 years ago |
Jose Lorenzo Rodriguez
|
22f90f767c
Controller\Error -> Controller\Exception
|
11 years ago |
mark_story
|
47f88fa141
Remove App::objects().
|
11 years ago |
euromark
|
d5710e4431
Fix tests in Win
|
11 years ago |
mark_story
|
12c5f5bb72
Fix failing tests around prefixes.
|
11 years ago |
ADmad
|
10e54a14e2
Update arguments of Controller::beforeRedirect()
|
11 years ago |
mark_story
|
f91da49a08
Fix incorrect class being loaded by lazy model loading.
|
11 years ago |
mark_story
|
d4a5fb7c8b
Fix plugin models not being lazy loaded via `__get`.
|
11 years ago |
mark_story
|
bcc427929e
Fix plugin controllers not getting the correct modelClass.
|
11 years ago |
Reuben Helms
|
9a3e0db66c
Refactor _eventManager accessors to Cake\Event\EventManagerTrait
|
11 years ago |
Mark Story
|
a0e7514bc0
Merge pull request #3521 from cakephp/3.0-session
|
12 years ago |
Jose Lorenzo Rodriguez
|
f71ac83dc5
Fixing some failing tests
|
12 years ago |
Jose Lorenzo Rodriguez
|
e7d531a0a9
Fixed CS error
|
12 years ago |
mark_story
|
b24e4922c1
Unskip test.
|
12 years ago |
ADmad
|
7c3a7c16cb
EventManager::dispatch() returns event not result.
|
12 years ago |
ADmad
|
0fbd3eca87
Make Controller::redirect() return response object.
|
12 years ago |
Renan Gonçalves
|
99205e4113
Adding _stop() back to classes that used to extend Cake\Core\Object.
|
12 years ago |
Renan Gonçalves
|
18d7edb1b3
Removing Object class.
|
12 years ago |
ADmad
|
370a89d7a1
Move controller related exceptions under Controller/Error
|
12 years ago |
José Lorenzo Rodríguez
|
b8bf24ede6
Merge pull request #3140 from markstory/3.0-unloading
|
12 years ago |
mark_story
|
cd7cbe869a
Make addComponent() also set the property.
|
12 years ago |