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
59a7cee89d
Removing deprecated $config parameter handling. $config must be a string that is the name of an existing cache config.
2009-11-14 20:10:40 -05:00
mark_story
040f94cb81
Adding test case files used for previous commit.
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
mark_story
3c349dd15c
Removing unnecessary inheritance from Object.
2009-11-14 20:10:40 -05:00
mark_story
2740fd6714
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
2009-11-14 19:42:24 -05:00
mark_story
3712072531
Applying optimization to Router::connect() from 'robustsolution' Fixes #302
2009-11-14 16:32:18 -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
ffbd6f5dc8
Removing duplicated section.
2009-11-13 10:26:57 -05:00
mark_story
360ea2a46a
Adding extract task to Console Group test.
2009-11-13 10:24:36 -05:00
slunicko
2ea6047c80
Fixing deprecated Routing.admin usage in config/core.php
2009-11-12 05:03:57 +01:00
renan.saddam
8cab87fd8e
Fixing fixtures path when using a fixture inside a plugin.
2009-11-11 20:14:24 -02:00
mark_story
c5a41913c3
Merge branch '1.3' into 1.3-misc
2009-11-10 20:22:42 -05:00
ceeram
db526ddfb7
Fixing docblock in bootstrap.php, adding missing quote.
...
refs #280
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-10 09:24:56 -05:00
mark_story
0d37beca75
Removing duplicate variable assignment.
2009-11-10 09:23:43 -05:00
mark_story
b39b38aac9
Adding missing variable.
...
Adding Test case for previous commit.
2009-11-10 09:17:54 -05:00
mark_story
2af5318e7a
Moving import in ModelTask to fix issue running bake model all.
2009-11-09 23:54:59 -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
f5cfab7b4f
Merge branch '1.3' into 1.3-misc
2009-11-09 20:10:56 -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
ceeram
c810b3cde4
Making ProjectTask bake constants with DS instead of hardcoded / or \.
...
Makes developing/deploying to mixed systems easier.
refs #278
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-09 18:58:21 -05:00
ceeram
d251a1d5ca
Adding config() call to ensure that DATABASE_CONFIG has been
...
loaded before attempting to use it.
refs #277
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-09 18:55:37 -05:00
predominant
26e19caad5
Removing unnecessary getInstance() calls.
2009-11-10 10:30:13 +11:00
mark_story
fa1b7f617f
Fixing issues caused by merge with 1.2.
2009-11-09 14:07:19 -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
7981b44db4
Merge branch '1.3-misc' into mergers
2009-11-08 21:39:55 -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
6b79c8d375
Adding checks for parent classname when converting error method names. Fixes #273
2009-11-08 14:07:25 -05:00
mark_story
95cafc7138
Adding missing help text.
2009-11-08 13:46:45 -05:00
mark_story
82a2b1a019
Changing import of Dispatcher to direct require.
...
Modifying order of operations in Configure::__loadBootstrap()
moving inclusion of app/config/bootstrap.php after the creation of core cache configs. This allows App::import() to be used in the bootstrap file with cached paths.
2009-11-07 17:53:14 -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
30dc0cfe56
Removing unused $view property from CacheHelper.
...
Fixes #272
2009-11-07 10:44:14 -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
mark_story
4704a8cd00
Removing unused $view property from CacheHelper.
...
Fixes #272
2009-11-07 10:40:48 -05:00
ADmad
002a01a9d8
passedArgs from current request are auto merged with url options of paginator helper
...
Signed-off-by: Florian Krämer <florian.kraemer@cakedc.com>
2009-11-06 18:31:42 +01:00
mark_story
4deaf27cc0
Removing deprecated code in Html::css()
...
Minor refactoring in HtmlHelper methods.
Fixes #268
2009-11-06 09:31:57 -05:00
mark_story
ab76cb1217
Merge branch '1.3' into 1.3-misc
2009-11-06 09:25:11 -05:00
mark_story
e7c2fe2b7e
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
2009-11-06 09:24:55 -05:00
SkieDr
ce15cc61d9
Fix order of keys in l10n catalog list
2009-11-06 15:46:54 +03:00
predominant
884490f1a1
Removing leftover SVN tags.
2009-11-06 18:35:14 +11:00
predominant
167c6e26c0
Removing more @filesource lines.
2009-11-06 18:12:27 +11:00
predominant
90248af9a4
Removing SVN lines.
2009-11-06 18:11:17 +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