mark_story
|
acd2c15690
|
Merge branch '1.3-misc' into 1.3-merger
Conflicts:
cake/tests/cases/libs/configure.test.php
|
2009-11-15 20:09:12 -05:00 |
|
mark_story
|
e2c7cda5d5
|
Adding deleted empty file back in.
|
2009-11-15 20:07:02 -05:00 |
|
mark_story
|
58383d3cb9
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/model.php
|
2009-11-15 20:05:55 -05:00 |
|
mark_story
|
0783176238
|
Replacing duplicated code with pluginSplit().
Updating test case.
|
2009-11-15 19:55:20 -05:00 |
|
mark_story
|
a292ef0f16
|
Adding ability to provide default plugin value to pluginSplit().
|
2009-11-15 19:54:33 -05:00 |
|
mark_story
|
20a114a1cd
|
Adding $dotAppend to pluginSplit()
|
2009-11-15 19:12:00 -05:00 |
|
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
|
63ab96d751
|
Setting $primary = false inside DboSource::queryAssociation. Fixed #208
|
2009-11-15 17:48:41 -05:00 |
|
mark_story
|
ea6e3dd076
|
Fixing issue with bake model <name>
|
2009-11-15 16:47:58 -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 |
|
mark_story
|
6039d6ebe4
|
Applying optimization in Dispatcher::parseParams() from 'robustsolution'. Fixes #309
|
2009-11-15 15:32:58 -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
|
17e377de7e
|
Updating doc block for MemcacheEngine
|
2009-11-14 19:40:30 -05:00 |
|
ADmad
|
862ff82ad4
|
Updating Configure::store to fix escaping issues
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-14 19:38:53 -05:00 |
|
mark_story
|
06d4e5e553
|
Reformatting code in memcache.
Adding unset() to test case to remove unnecessary keys that can cause test failure.
|
2009-11-14 18:50:23 -05:00 |
|
mark_story
|
3712072531
|
Applying optimization to Router::connect() from 'robustsolution' Fixes #302
|
2009-11-14 16:32:18 -05:00 |
|
mark_story
|
8b1a2b1f72
|
Applying optimization in Router::__parseExtension from 'robustsolution'. Fixes #301
|
2009-11-14 16:29:33 -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
|
9376826aa4
|
Fixing HttpSocket::buildUri when host key is empty.
Tests added
Fixes #271
|
2009-11-13 14:42:40 -05: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 |
|
mark_story
|
d93c94f702
|
Fixing failing test, picked in from 1.2.
|
2009-11-13 09:53:31 -05:00 |
|
mark_story
|
bfde6b81fe
|
Adding test to form helper to increase code coverage.
|
2009-11-13 09:48:31 -05:00 |
|
mark_story
|
8d407ac915
|
Adding test to form helper to increase code coverage.
|
2009-11-13 09:45:25 -05:00 |
|
mark_story
|
d302ed1bfa
|
Fixing comment block formatting.
|
2009-11-13 09:44:51 -05:00 |
|
ceeram
|
a67a97722a
|
refs #291
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-13 09:25:47 -05:00 |
|
ceeram
|
ea482442ff
|
test to prove ticket #291
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-13 09:22:05 -05:00 |
|
mark_story
|
13f9b79dc9
|
Removing console/libs/templates. Has been moved in 1.3 and a merge with 1.2 added it again.
|
2009-11-13 09:15:31 -05:00 |
|
mark_story
|
2c5fa171e0
|
Updating CakeSchema to pass a Model object into DboSource::fullTableName(); Fixes schema's not correctly reading tablePrefixes.
Fixes #290
|
2009-11-13 00:43:40 -05:00 |
|
nate
|
1c8a2f232b
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-11-12 14:48:03 -05:00 |
|
mark_story
|
38f578199d
|
Changing new Model() for ClassRegistry::init(). Fixes issues when baking admin and non-admin methods for a controller that uses bound translations + TranslateBehavior. Fixes #245
|
2009-11-12 09:32:45 -05:00 |
|
slunicko
|
2ea6047c80
|
Fixing deprecated Routing.admin usage in config/core.php
|
2009-11-12 05:03:57 +01:00 |
|