Renan Gonçalves
|
703d9881e9
Adding files to be compared against bake generated files, fixing bake templates in the meantime.
|
12 years ago |
Phally
|
5953171c7b
Fixes cake bake all. Refs #1443.
|
12 years ago |
Phally
|
6d6be87f8f
Replaces deprecated paginate() calls in controller bake templates.
|
12 years ago |
euromark
|
394bf1054d
remove name attribute where not necessary, clean up doc blocks
|
12 years ago |
mark_story
|
be2a252345
Fix coding standards.
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
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 |
ADmad
|
bb767408d3
Fix cs errors
|
13 years ago |
mark_story
|
4af6039107
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
95ed471c41
Reduce duplication in code.
|
13 years ago |
mark_story
|
5a6a45d0d1
Add support for --admin to bake controller all.
|
13 years ago |
mark_story
|
c24bec679b
Merge branch 'master' into 2.3
|
13 years ago |
Ber Clausen
|
a7d9422c09
Test all empty array with assertSame() because assertEquals() does not check the type.
|
13 years ago |
ADmad
|
035f727686
Replace Model::read() with Model::find('first') in baked controller
|
13 years ago |
Ceeram
|
abe74adf8a
partial remove onlyAllow from baked code, only keep in delete to be rfc compliant
|
13 years ago |
Ceeram
|
27d83eedfe
use new onlyAllow() method in baked code, to ensure 405 responses have required Allow header included
|
13 years ago |
Kyle Robinson Young
|
cbf5328b33
Fix failing test with controller task listAll
|
13 years ago |
Rachman Chavik
|
907b3221ed
logging: fix failing tests when called via webrunner
|
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
|
ed1d34accc
Fix most coding standards issues in Test/Console
|
14 years ago |
Majna
|
d41e5621b7
Fix missing and invalid assertions in tests.
|
14 years ago |
Kyle Robinson Young
|
5388237099
Consistently setting setUp() and tearDown() on test cases
|
14 years ago |
Majna
|
87a3937def
Add visibility keyword for 'helpers' property in controller template.
|
14 years ago |
Kyle Robinson Young
|
98f03dc6df
Replacing test case compatibility functions
|
14 years ago |
Jose Lorenzo Rodriguez
|
fbdb058441
Converting regular expression assertions to simple string contains, those perform faster and consume less memory
|
14 years ago |
mark_story
|
3cb3424b4f
Add App::uses to baked controllers.
|
14 years ago |
Juan Basso
|
d84531d29c
Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.
|
14 years ago |
Juan Basso
|
9bc3e567c1
Removed the @access and @static.
|
14 years ago |