ADmad
|
b32e855a3d
Fixing behavior prioritizing
|
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 |
Ceeram
|
3f4d24bfc0
remove unused local variables and a few improvements
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
Ceeram
|
e02eab05d5
Remove all todo from core, create tickets for them
|
13 years ago |
Jose Lorenzo Rodriguez
|
39715bcd89
Adding missing afterValidate callback to behaviors, Fixes #3024
|
13 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 years ago |
mark_story
|
0e56d742b8
Merge branch '2.0' into 2.1
|
14 years ago |
mark_story
|
beced84d2d
Fix illegal offset caused by TranslateBehavior.
|
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 |
mark_story
|
6d269ce25d
Merge branch '2.0' into 2.1
|
14 years ago |
Kyle Robinson Young
|
8197f87dbc
Spelling and grammar fixes
|
14 years ago |
ADmad
|
90b007ef75
Implemented priority based triggering of callbacks for objects in collection
|
14 years ago |
Rachman Chavik
|
2bb93761cc
fixing typos
|
14 years ago |
Renan Gonçalves
|
573a349209
Using plugin name on exception thrown and in templates files.
|
14 years ago |
Renan Gonçalves
|
1cf67b1e55
Little cleanup in exceptions.
|
14 years ago |
Juan Basso
|
9bc3e567c1
Removed the @access and @static.
|
14 years ago |
Juan Basso
|
39b4032820
Fixed some API doc in model.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
ADmad
|
4c042ae133
Adding proper visibility keywords for class functions
|
15 years ago |
Majna
|
17384f3cf4
Fix for wrong callback in $callbacks array: renamed afterError to onError
|
15 years ago |
AD7six
|
32df3156a7
consolidate cake_error and cake_developer to simply "cake_dev"
|
15 years ago |
AD7six
|
268c061a2e
t
|
15 years ago |
AD7six
|
38180e8951
translation changes in the model dir
|
15 years ago |
José Lorenzo Rodríguez
|
6e4f4efb79
Merge remote branch 'origin/2.0' into 2.0-class-loading
|
15 years ago |
José Lorenzo Rodríguez
|
e81ff384c7
Fixing BehaviorCollection test regarding how classes are loaded. with the introduction of App::uses() it is not possible to determine if a file is missing or just the class in the file, so removing the throwing of MissingBehaviorFileException seems the only choice
|
15 years ago |