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 |
|
renan.saddam
|
8cab87fd8e
|
Fixing fixtures path when using a fixture inside a plugin.
|
2009-11-11 20:14:24 -02:00 |
|
mark_story
|
61d56cd275
|
Changing order of text in project task.
Making ProjectTask::getPrefix silent when interactive = false.
Making ProjectTask silent from View task if all or a controller name is provided.
|
2009-11-11 09:56:35 -05: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 |
|