mark_story
|
9cdf8042bf
|
Fix issue with scripts_for_layout compatibility.
|
2011-12-29 11:58:05 -05:00 |
|
mark_story
|
5936fa5930
|
Fix strict errors.
|
2011-12-29 11:10:25 -05:00 |
|
Ceeram
|
929a40364f
|
adding magic method__isset() for overloaded properties
|
2011-12-29 16:22:08 +01:00 |
|
Rachman Chavik
|
1d333fd8b7
|
fullTableName needs to check for empty schemaName
|
2011-12-29 19:18:37 +07:00 |
|
Rachman Chavik
|
b1aae5b5ab
|
add fullTableName tests with empty schemaName
|
2011-12-29 19:17:06 +07:00 |
|
Jose Lorenzo Rodriguez
|
a47c8160dd
|
Merge remote-tracking branch 'origin/2.1' into 2.1
|
2011-12-28 19:29:48 -04:30 |
|
Jose Lorenzo Rodriguez
|
ae8140ffa2
|
Merge branch '2.1-events' into 2.1
|
2011-12-28 19:29:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
6ac3b10a5e
|
Making beforeDelete trigger first on behaviors and then in model
|
2011-12-27 22:49:50 -04:30 |
|
mark_story
|
0b9b23fe38
|
Fix caching of paths when a plugin param is used.
Plugin paths should not be cached as it makes subsequent look-ups
behave incorrectly.
|
2011-12-27 19:24:16 -05:00 |
|
mark_story
|
69b1c33f1f
|
Fix extending in loops.
|
2011-12-27 19:24:16 -05:00 |
|
mark_story
|
70981d05ca
|
Throw an exception when a view extends itself.
|
2011-12-27 19:24:15 -05:00 |
|
mark_story
|
047e93e285
|
Clean up internal API's
- There was some duplication in element() for handing plugins.
- Deprecate options[plugin] for element()
- Add file omitted in previous commit.
|
2011-12-27 19:24:15 -05:00 |
|
Ceeram
|
d8cbe8a1f7
|
Cleaning up
- Adding docblock
- Adding visibility keyword
- Update assertion methods.
- Split up tests into smaller methods.
|
2011-12-27 19:23:52 -05:00 |
|
Ceeram
|
210f8c9e2c
|
adding tests for plugindot syntax in view filenames
|
2011-12-27 19:22:21 -05:00 |
|
Ceeram
|
a72ccf28e3
|
accept dot syntax for element,view and layout filename from plugins fixes #2247
|
2011-12-27 19:22:21 -05:00 |
|
Jose Lorenzo Rodriguez
|
33705f24bf
|
returning the correct query in beforeFind in case callbacks return true
|
2011-12-26 13:38:04 -04:30 |
|
Jose Lorenzo Rodriguez
|
1651257919
|
Migrating all model callbacks to the CakeEventManager, fixing some minor bugs. All tests passing again
|
2011-12-26 13:06:48 -04:30 |
|
Jose Lorenzo Rodriguez
|
35ecbfebde
|
Making the CakeEvent -> ObjectCollection bridge more intelligent, adding tests
|
2011-12-25 23:17:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
7fdc1cc8d4
|
Migrating the beforeRedirect callback to the CakeEventManager, reorganizing how events are triggered in controller
|
2011-12-25 22:48:27 -04:30 |
|
Jose Lorenzo Rodriguez
|
ffa12f4d47
|
Fixing test and implementing return values for events
|
2011-12-25 21:52:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
078a2dfd72
|
Migrating View and Helpers events to use the CakeEvenManager
|
2011-12-25 19:00:19 -04:30 |
|
Jose Lorenzo Rodriguez
|
5d67195bf7
|
Migrating Controller events to use the CakeEventManager
|
2011-12-25 14:44:34 -04:30 |
|
Jose Lorenzo Rodriguez
|
0a49bd987c
|
Refactoring subscriber attaching and making it possible to define multiple functions per event
|
2011-12-25 14:42:25 -04:30 |
|
Jose Lorenzo Rodriguez
|
07d358d2cd
|
Making it possible to access name and subject directly on CakeEvent
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
32fe854fab
|
Adding test for event stopPropagation
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
f1acd70bad
|
Implementing a global event manager
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
bb62f05890
|
Implementing subscriber detaching
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
adf95a7ac6
|
Testing the subscriber object attaching to the manager
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
bef20e6175
|
Starting to add subscriber classes support, inverted the parameter order for CakeEventManager::attach()
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
e8044cd528
|
Adding new general purpose event system, thanks to Florian Krämer for the original implementation
|
2011-12-25 14:42:24 -04:30 |
|
ADmad
|
e4cc18c0e7
|
Changing test case to make it pass on Sqlite
|
2011-12-24 01:18:07 +05:30 |
|
ADmad
|
053ebf211e
|
More test case fixing
|
2011-12-24 01:04:38 +05:30 |
|
ADmad
|
f24c01c1f4
|
Fixed failing test cases.
|
2011-12-24 00:59:51 +05:30 |
|
ADmad
|
ba27c8c201
|
Added multi-model fieldList support
|
2011-12-23 02:07:48 +05:30 |
|
ADmad
|
e077cf8535
|
Fixing failing test case.
|
2011-12-22 03:37:04 +05:30 |
|
ADmad
|
bcab3d0cb9
|
Made default value and behavior of param $exceptions for Folder::tree() identical to same param in Folder::read()
|
2011-12-22 03:29:21 +05:30 |
|
ADmad
|
b84c9a1aaa
|
Removing unused function Folder::_tree(). Added exception handling in Folder::delete().
|
2011-12-22 03:22:46 +05:30 |
|
ADmad
|
389072708a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Model/ModelReadTest.php
lib/Cake/Utility/Debugger.php
|
2011-12-22 03:15:04 +05:30 |
|
ADmad
|
7339640ef2
|
Fixed files inside dot folder showing up even when hiding dot files/folder in Folder::tree(). Closes #2395
|
2011-12-22 02:55:24 +05:30 |
|
euromark
|
a41539dfa4
|
Indentation fix (tab instead of spaces)
Fixes #2398
Conflicts:
lib/Cake/Test/Case/Console/Command/ShellTest.php
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-12-20 22:26:43 -05:00 |
|
mark_story
|
c8fd7c090b
|
Make App test cases the default.
Fixes #2372
|
2011-12-19 23:13:46 -05:00 |
|
mark_story
|
c272a8b3ca
|
Update doc blocks.
|
2011-12-19 22:13:02 -05:00 |
|
mark_story
|
c13e6588f5
|
Datetime labels should point at the first input.
Label elements generated for datetime/date/time inputs should point
at the first generated input. Apply + update patch from MrRio.
Fixes #427
|
2011-12-19 22:09:46 -05:00 |
|
mark_story
|
866177f37d
|
Fix issue with link generation and no title.
Fix urlencoded text from being displayed in text of links.
Fixes #2387
|
2011-12-19 20:49:01 -05:00 |
|
José Lorenzo Rodríguez
|
99e9f62305
|
Merge pull request #383 from shama/patch-checkbox-hiddenField
Ability to set hiddenField value with FormHelper::checkbox
|
2011-12-19 06:17:25 -08:00 |
|
Kyle Robinson Young
|
5225fe2b5c
|
Ability to set hiddenField value with FormHelper::checkbox
Fixes #1811
|
2011-12-18 23:34:19 -08:00 |
|
mark_story
|
2d68e7da1e
|
Fix failing tests.
You can't use finfo on files that don't exist.
|
2011-12-18 23:26:57 -05:00 |
|
mark_story
|
f959fcefc4
|
Add File::mime()
Fixes #1051
|
2011-12-18 23:02:05 -05:00 |
|
Mark Story
|
ab2cf59b3d
|
Merge pull request #382 from shama/patch-radio-space
Remove extra space in HtmlHelper radio tag
|
2011-12-18 19:37:40 -08:00 |
|
Mark Story
|
28140f923b
|
Merge pull request #381 from shama/2.1
Correct placement of between on FormHelper radio and input
|
2011-12-18 19:35:49 -08:00 |
|