mark_story
|
2dc0fbf3b3
|
Making schema dump work with plugins.
Adding tests.
Making output of dump file more flexible.
|
2009-10-04 14:47:35 -04:00 |
|
mark_story
|
75f2106420
|
Made SchemaShell::view() work better with plugins. Tests added.
|
2009-10-04 14:06:07 -04:00 |
|
mark_story
|
30ef7960ac
|
Removing method that is no longer needed.
|
2009-10-04 13:39:43 -04:00 |
|
mark_story
|
05f6099def
|
Enabling plugin.name schema file creation and addition.
Making CakeSchema::load() use plugin parameter, tests added.
Plugin schema file added to test_app.
|
2009-10-04 13:32:33 -04:00 |
|
mark_story
|
c2a53d3c69
|
Removing cake schema run . Replacing it with cake schema create and cake schema update . Removes extra typing and simplifies schema shell commands.
Updating test cases.
|
2009-10-04 11:16:23 -04:00 |
|
mark_story
|
e1d0be610c
|
Splitting help() into more readable format.
|
2009-10-04 10:24:15 -04:00 |
|
mark_story
|
76a88fc477
|
Updating help() for Schema shell.
|
2009-10-04 10:04:48 -04:00 |
|
mark_story
|
0fc6f58cfb
|
Refactoring and merging duplicated code between CakeSchema and FixtureTask
|
2009-10-03 16:15:56 -04:00 |
|
mark_story
|
71aa460a48
|
Continuing work on getting plugin support for CakeSchema and SchemaShell. Applied patch from 'SkieDr', test cases added.
|
2009-10-03 11:48:02 -04:00 |
|
mark_story
|
58ec259714
|
Merge branch '1.3-router' into 1.3-misc
|
2009-09-30 00:51:20 -04:00 |
|
SkieDr
|
86d0a04c8d
|
fixture generator for new table and field level parameters
|
2009-09-29 22:54:43 +04:00 |
|
mark_story
|
f0276414ad
|
Fixing out() from merge
|
2009-09-27 16:28:26 -04:00 |
|
mark_story
|
bc90f0aa01
|
Merge branch '1.3-console' into 1.3
Conflicts:
cake/console/libs/tasks/fixture.php
|
2009-09-27 16:26:45 -04:00 |
|
mark_story
|
552f698d4e
|
Adding Routing.prefixes configuration value to core.php.
Deprecating Routing.admin
|
2009-09-27 00:18:24 -04:00 |
|
davidpersson
|
7fc14f47b3
|
Updating formatting.
|
2009-09-26 23:41:42 +02:00 |
|
davidpersson
|
ccbc6f35f0
|
Updating all calls to Shell::out().
|
2009-09-26 23:08:37 +02:00 |
|
davidpersson
|
0f6bca7496
|
Making first parameter of Shell::out() and err() optional.
|
2009-09-26 23:02:54 +02:00 |
|
mark_story
|
c330934b93
|
Adding test cases for view task.
|
2009-09-23 13:27:47 -04:00 |
|
José Lorenzo Rodríguez
|
6dd144b3cf
|
Adding getTemplate to view task
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-23 13:13:58 -04:00 |
|
mark_story
|
32198c58d0
|
Removing date validation suggestion for datetime fields. Fixes #106
|
2009-09-22 18:49:30 -04:00 |
|
davidpersson
|
86274357b9
|
Updating Shell class to use nl() where possible.
|
2009-09-21 23:01:43 +02:00 |
|
davidpersson
|
5ac7361a76
|
Removing support for string input in Shell::nl().
Updating Shell::out() and Shell::err() parameter usage.
Updating method to always return strings, renaming parameter.
Updating docblocks.
Updating test.
|
2009-09-21 22:39:45 +02:00 |
|
mark_story
|
42017e95c6
|
Merge branch '1.3-console' into 1.3
Conflicts:
cake/tests/cases/console/libs/schema.test.php
|
2009-09-20 19:05:03 -04:00 |
|
mark_story
|
37b575496c
|
Fixing capitalization in ControllerTask & test cases.
|
2009-09-20 18:13:53 -04:00 |
|
mark_story
|
a3cd80bf52
|
Merge branch '1.3-bake' into 1.3
|
2009-09-20 17:42:43 -04:00 |
|
mark_story
|
9b7a10a4bc
|
Applying patch from 'michaelc' to optimize to Shell::out()
|
2009-09-19 00:20:40 -04:00 |
|
mark_story
|
dc013dadb1
|
Updating file headers in test.php files.
|
2009-09-16 01:34:37 -04:00 |
|
mark_story
|
5717e3b59c
|
Merge branch '1.2' into 1.2-merger
Conflicts:
app/webroot/test.php
cake/VERSION.txt
cake/bootstrap.php
cake/config/config.php
cake/console/cake.php
cake/console/libs/schema.php
cake/console/templates/skel/webroot/test.php
cake/libs/configure.php
cake/tests/cases/console/libs/schema.test.php
cake/tests/cases/libs/debugger.test.php
cake/tests/cases/libs/model/model_write.test.php
cake/tests/fixtures/aco_fixture.php
|
2009-09-16 01:23:49 -04:00 |
|
renan.saddam
|
78e01cdb47
|
Refactoring ExtractTask to support extraction from multi-directories and splitting domain in different files.
|
2009-09-15 00:43:59 -03:00 |
|
mark_story
|
a499c980cd
|
Removing webroot/js/vendors.php. These files are no longer needed as Dispatcher can handle serving js files from vendors directories. Adding empty files to empty directories. Refs #50
|
2009-09-13 23:32:27 -04:00 |
|
mark_story
|
326424592d
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/libs/inflector.php
cake/libs/view/view.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/inflector.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/fixtures/counter_cache_post_fixture.php
cake/tests/fixtures/counter_cache_user_fixture.php
|
2009-09-13 13:52:58 -04:00 |
|
renan.saddam
|
7c100f3b75
|
Fixing notice error message. Fixes #34
|
2009-09-10 23:26:54 -03:00 |
|
renan.saddam
|
2e8bbd5eb1
|
Adding docblock for the new variable used for logging. Making the CakeLog::handleError logs the same output as in Debugger::handleError.
|
2009-09-10 12:32:21 -03:00 |
|
mark_story
|
c08153e1bd
|
Fixing deprecation notices for php5.3
|
2009-09-08 23:17:29 -04:00 |
|
mark_story
|
f078517002
|
Adding new error_reporting setting to ShellDispatcher.
|
2009-09-07 16:17:41 -04:00 |
|
mark_story
|
036bb620fa
|
Removing error flags from test.php.
|
2009-09-07 16:13:25 -04:00 |
|
nate
|
b2d13fce40
|
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
|
2009-09-07 15:12:39 -04:00 |
|
mark_story
|
12e0652943
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-07 14:47:53 -04:00 |
|
mark_story
|
5bfda28d39
|
Adding E_DEPRECATED to console environment.
|
2009-09-07 14:28:03 -04:00 |
|
nate
|
a5c00de3bd
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
|
jperras
|
24351b5a21
|
Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.
|
2009-09-07 12:24:38 -04:00 |
|
mark_story
|
b8d3aae474
|
Fixing path to home page template.
|
2009-09-06 01:04:38 -04:00 |
|
AD7six
|
888d359274
|
strtolower - ing bake flash messages
|
2009-09-02 00:59:00 +02:00 |
|
mark_story
|
24448775c2
|
Removing use of r() from core classes.
|
2009-08-27 23:08:23 -04:00 |
|
mark_story
|
213b78727f
|
Removing use of e() from core and test suite.
|
2009-08-27 22:51:10 -04:00 |
|
mark_story
|
30f8709bb4
|
Removing use of low() in core classes and functions. Refs #6525
|
2009-08-27 22:46:00 -04:00 |
|
mark_story
|
98c2801d00
|
Applying patch to clarify Schema error message. Fixed #5337
|
2009-08-27 22:24:44 -04:00 |
|
mark_story
|
98ad480bf2
|
Fixing error string passing in SchemaShell::__run() Fixes #45
|
2009-08-21 22:33:33 -04:00 |
|
mark_story
|
ae715ef882
|
Adding in fallback for sql & schema dirs.
Starting to add plugin support for schema shell.
tests added.
|
2009-08-20 01:07:21 -04:00 |
|
AD7six
|
7c4dfed299
|
Updating view and controller tasks to use (_singluar|_plural)HumanName functions
Modifying the test case to expect humanized forms
|
2009-08-19 10:17:10 +02:00 |
|