mark_story
db0c030557
Adding pluginSplit and test case. pluginSplit consolidates a number of repeated code blocks.
2009-11-15 18:16:12 -05:00
mark_story
28d3488cb2
Adding file headers to config files in test app.
...
Updating doc blocks.
Updating formatting.
2009-11-15 18:09:04 -05:00
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
e1d60368f6
Adding missing reference operator.
2009-11-15 16:38:15 -05:00
mark_story
31102ad412
Adding tests for App::pluginPath that were omitted before.
2009-11-15 16:38:02 -05:00
predominant
0049c9ad81
Renaming Helper::__name to Helper::_name for proper access level for extension overloading and callback.
2009-11-15 21:18:46 +11: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
fb483e9bff
Adding file headers.
2009-11-14 20:25:45 -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
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
47e6f332d7
Reformatting doc blocks.
2009-11-10 23:35:45 -05: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
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