mark_story
|
efd86a498a
Do type checks when looking for models in Controller::$uses.
|
13 years ago |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
Majna
|
6d75d90c25
Code cleanup
|
13 years ago |
ADmad
|
fce07bd5b8
Fix failing test
|
13 years ago |
ADmad
|
1de8ed18de
Avoiding specifying 'maxLimit' too when setting 'limit' greater than default 'maxLimit' in code.
|
13 years ago |
mark_story
|
3e28326d9c
Fix Controller::beforeRedirect() and array return.
|
13 years ago |
AD7six
|
d5cf2765dd
remove referencers to fixtures that don't exist
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Frank de Graaf
|
2be9ac8888
Fixed HTTP status codes for non-redirects which were breaking AuthComponent.
|
14 years ago |
mark_story
|
72c3059d94
Add missing parent calls.
|
14 years ago |
mark_story
|
9f9feec222
Merge branch '2.2-hash' into 2.2
|
14 years ago |
mark_story
|
c718a18218
Fix coding standards errors.
|
14 years ago |
mark_story
|
19e0d8d946
Switch usage to Hash where possible.
|
14 years ago |
Kyle Robinson Young
|
90e7afbdc7
Correct parameter order of assertEquals and assertNotEquals
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
edb582944c
Fix coding standards in Test/Case/Controller
|
14 years ago |
mark_story
|
1ddcde7c86
Fix how $uses is handled.
|
14 years ago |
euromark
|
22452f61f8
type hinting controllers and views
|
14 years ago |
Kyle Robinson Young
|
22582aee63
Upgrade legacy uses of App::build() types
|
14 years ago |
Kyle Robinson Young
|
c4829dc3b8
Use App::RESET instead of true with App::build()
|
14 years ago |
Majna
|
d41e5621b7
Fix missing and invalid assertions in tests.
|
14 years ago |
Jose Lorenzo Rodriguez
|
a1daaf5960
Merge branch '2.1-http' into 2.1
|
14 years ago |
mark_story
|
df5d9ac3d1
Merge branch '2.0' into 2.1
|
14 years ago |
Jose Lorenzo Rodriguez
|
28ee27e2dd
Making it possible to cancel the render() process from any beforeRender listener
|
14 years ago |
Jose Diaz-Gonzalez
|
adde2a9af5
Fixed broken Controller::setAction() testcase
|
14 years ago |
Jose Diaz-Gonzalez
|
ad2472aab0
Testcase for Controller::setAction()
|
14 years ago |
Jose Lorenzo Rodriguez
|
35ecbfebde
Making the CakeEvent -> ObjectCollection bridge more intelligent, adding tests
|
14 years ago |
Jose Lorenzo Rodriguez
|
7fdc1cc8d4
Migrating the beforeRedirect callback to the CakeEventManager, reorganizing how events are triggered in controller
|
14 years ago |