euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 years ago |
ADmad
|
7a4244d0a6
More docblock CS fixes.
|
12 years ago |
euromark
|
0ece694a75
microptimize options and default merge and other string key array merges
|
12 years ago |
euromark
|
382f75dbfc
cs corrections, bool to boolean and int to integer.
|
12 years ago |
mark_story
|
0f2d59d987
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
6cf147e8c8
unify null checks - avoid method call in favor of strict check
|
12 years ago |
euromark
|
b09dc7213a
deprecate Controller::flash() and adjust some other deprecation messages.
|
12 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
bcrowe
|
70d9ae9a03
Fix docblock typo of ObjectCollection class
|
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 |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
José Lorenzo Rodríguez
|
a8bd7c6678
Merge pull request #961 from dereuromark/2.3-unify-object-collection
|
13 years ago |
mark_story
|
27d7e2865e
Merge branch 'master' into 2.3
|
13 years ago |
euromark
|
83b0c5042f
correct the doc block
|
13 years ago |
euromark
|
94f19ef4b8
deprecate attached()
|
13 years ago |
euromark
|
8acdb129b2
unify object load/unload and loaded methods
|
13 years ago |
Ceeram
|
e02eab05d5
Remove all todo from core, create tickets for them
|
13 years ago |
mark_story
|
921c2c67ab
Fix strict error in 5.4
|
13 years ago |
dogmatic69
|
173524ade2
PHP 5.4 strict error fix
|
13 years ago |
dogmatic69
|
91c09d87bc
simplify the code for object collection
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
9d325fe46e
Fixing most coding standard issues in Utility/
|
14 years ago |
dogmatic69
|
be49b2b942
fixing up the docs for Collection::attached(), was showing behaviors but is for all collections
|
14 years ago |
mark_story
|
5936fa5930
Fix strict errors.
|
14 years ago |
Jose Lorenzo Rodriguez
|
1651257919
Migrating all model callbacks to the CakeEventManager, fixing some minor bugs. All tests passing again
|
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 |
Jose Lorenzo Rodriguez
|
078a2dfd72
Migrating View and Helpers events to use the CakeEvenManager
|
14 years ago |