ceeram
|
7a4793a20c
|
refactoring Configure::load() to load config files from plugins, tests and config files added
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-15 17:56:49 -05:00 |
|
mark_story
|
31102ad412
|
Adding tests for App::pluginPath that were omitted before.
|
2009-11-15 16:38:02 -05:00 |
|
mark_story
|
0b2fc5b35f
|
Adding tests for phone() pass through to localized class.
|
2009-11-14 20:52:11 -05:00 |
|
mark_story
|
fa14f9cebc
|
Merge branch '1.3-validation' into 1.3-misc
|
2009-11-14 20:46:48 -05:00 |
|
mark_story
|
b452e8367f
|
Adding tests for CakeLog::drop()
|
2009-11-14 20:44:42 -05:00 |
|
mark_story
|
be9f0ec4c7
|
Renaming method so they match those in Cache.
Removing method that was missed during previous refactor.
Updating tests.
|
2009-11-14 20:42:57 -05:00 |
|
mark_story
|
b7e7eff738
|
Fixing doc blocks.
|
2009-11-14 20:24:18 -05:00 |
|
mark_story
|
70820e2e96
|
Renaming unconfig to drop.
|
2009-11-14 20:18:58 -05:00 |
|
mark_story
|
caedbdf98a
|
Adding Cache::configured() and Cache::unconfig(). configured() allows introspection on the currently configured settings. unconfig() allows for the removal of cache configs.
Tests added.
|
2009-11-14 20:10:40 -05:00 |
|
mark_story
|
b6978ab25f
|
Adding the ability to load cache engine classes from plugins and app libs.
Also enabled the ability for App cache classes to override core ones.
Test cases added.
Removed unnecessary subclassing of Object.
|
2009-11-14 20:10:40 -05:00 |
|
predominant
|
ac86ad05ac
|
Moving access modifier doc tag.
|
2009-11-14 23:38:52 +11:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
predominant
|
5092262d4d
|
Reformatting and adding missing documentation blocks.
|
2009-11-14 23:18:31 +11:00 |
|
mark_story
|
63ee8f0fcd
|
Starting pass through validation handling.
Implemented phone, and postal pass throughs.
Adding tests.
|
2009-11-10 21:20:39 -05:00 |
|
mark_story
|
b39b38aac9
|
Adding missing variable.
Adding Test case for previous commit.
|
2009-11-10 09:17:54 -05:00 |
|
mark_story
|
f0628d100b
|
Fixing issues with getting values from habtm data after form posting and validation has failed.
Tests added.
Refs #279
|
2009-11-09 21:00:19 -05:00 |
|
mark_story
|
adaa2b689c
|
Adding test case for previous commit.
Fixing function for non-windows paths.
|
2009-11-09 20:10:24 -05:00 |
|
mark_story
|
c4b493c934
|
Manually merging changes from ModelTask in 1.2 to FixtureTask
Adding test cases for FixtureTask.
|
2009-11-08 22:22:08 -05:00 |
|
mark_story
|
6b5c247162
|
Merge commit 'origin/1.2' into mergers
Conflicts:
cake/bootstrap.php
cake/console/cake.php
cake/console/libs/tasks/model.php
cake/libs/configure.php
cake/libs/view/helpers/cache.php
cake/libs/view/helpers/paginator.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/view/helpers/cache.test.php
|
2009-11-08 22:21:21 -05:00 |
|
mark_story
|
a7a6dc8c43
|
Fixing issue where SecurityComponent::_validatePost could generate notices if elements were removed from _Token array.
Tests Added
Fixed #228
|
2009-11-08 14:12:18 -05:00 |
|
mark_story
|
6db91b0f49
|
Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253
|
2009-11-07 17:43:18 -05:00 |
|
ceeram
|
dd0c4a64c5
|
Test to prove ticket #253
|
2009-11-07 11:02:43 -05:00 |
|
mark_story
|
4a08bd120d
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-11-07 10:41:12 -05:00 |
|
ADmad
|
002a01a9d8
|
passedArgs from current request are auto merged with url options of paginator helper
Signed-off-by: Florian Krmer <florian.kraemer@cakedc.com>
|
2009-11-06 18:31:42 +01:00 |
|
mark_story
|
ab76cb1217
|
Merge branch '1.3' into 1.3-misc
|
2009-11-06 09:25:11 -05:00 |
|
predominant
|
884490f1a1
|
Removing leftover SVN tags.
|
2009-11-06 18:35:14 +11:00 |
|
predominant
|
62810fb4f4
|
Updating more Copyright dates.
|
2009-11-06 18:04:38 +11:00 |
|
predominant
|
1185681549
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
d7b604c8ed
|
Fixing links throughout
|
2009-11-06 17:46:59 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
5dfe1777af
|
Removing Subversion file headers.
|
2009-11-06 16:51:09 +11:00 |
|
mark_story
|
4bbfcbff7e
|
Fixing limit:0 and controller::paginate. Removes possibilty to generate sql errors by inputting invalid limit options. Tests updated. Refs #264
|
2009-11-06 00:44:21 -05:00 |
|
predominant
|
ceee56013c
|
Remove Subversion $Date$ lines.
|
2009-11-06 16:17:01 +11:00 |
|
predominant
|
04f1b6cdfe
|
Remove Subversion $LastChangedBy$ lines.
|
2009-11-06 16:11:16 +11:00 |
|
predominant
|
42f3f16d60
|
Remove subversion $Revision$ lines.
|
2009-11-06 16:08:02 +11:00 |
|
predominant
|
531eaaad4e
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-11-06 15:54:01 +11:00 |
|
Ernst Mayerhofer
|
0327f15395
|
paginator works with limit 0 now too
|
2009-11-05 23:44:02 -05:00 |
|
predominant
|
1b9b0aae5e
|
Updating Copyright date to include 2009.
|
2009-11-06 15:34:28 +11:00 |
|
mark_story
|
e776cf1ad2
|
Adding tests and fixing inline parameter being converted to an attribute.
Fixes #265
|
2009-11-05 23:32:39 -05:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
mark_story
|
c238d4d11b
|
Adding return and test case for CakeLog::write()
|
2009-11-05 23:20:40 -05:00 |
|
mark_story
|
781d184dbd
|
Merge branch '1.3-logging' into 1.3-misc
|
2009-11-05 22:03:18 -05:00 |
|
mark_story
|
84c8cc3f36
|
Adding tests for importing loggers from app/libs and plugin/libs.
Adding tests for failed configs.
|
2009-11-05 20:13:15 -05:00 |
|
mark_story
|
6c9f215306
|
Adding tests for file log path settings.
|
2009-11-05 19:44:50 -05:00 |
|
mark_story
|
01bb9e5957
|
Refactoring FileLog
Adding test case for FileLog
|
2009-11-05 19:41:43 -05:00 |
|
mark_story
|
afdcd36687
|
Fixing test broken by merge.
|
2009-11-05 19:18:38 -05:00 |
|
mark_story
|
d23f2f4604
|
Implementing CakeLog::config() adding simple tests for config().
|
2009-11-05 19:16:46 -05:00 |
|
mark_story
|
98f0e370a1
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-logging
|
2009-11-05 18:40:01 -05:00 |
|