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 |
mark_story
|
addaf620ad
Add Controller::components() and addComponent()
|
12 years ago |
sam-at-github
|
cbb5e55b75
Deprecated Request parameter to invokeAction(). It is not needed and provides a indirect way to set teh request which should have already been set.
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
euromark
|
3d1a78ff63
Make debug status boolean
|
12 years ago |
Jose Lorenzo Rodriguez
|
69e9838204
fixed failing test
|
12 years ago |
Jose Lorenzo Rodriguez
|
eca2bfdd81
Fixing more tests for phpunit 4.0
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
ndm2
|
6c32004206
Make the wannabe fully qualified namespaces in docblock tags actually fully qualified by adding leading backslashes.
|
12 years ago |
Sam
|
c822886aa3
Adjusted test. Adding to global set of prefixes is no longer as side affect of configuring some arbitrary prefixed route.
|
12 years ago |
mark_story
|
197ebd175a
Rename Model/Repository -> Model/Table.
|
12 years ago |
mark_story
|
59200746cf
Rename Repository to Model.
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |