mark_story
|
d373dde2ef
|
Fixing notice errors in bake all.
Moving some message printing around.
|
2010-11-21 12:22:44 -05:00 |
|
mark_story
|
8a129ec3a0
|
Adding a normalize parameter to Object::_mergeVars(). This allows existing behavior to be maintained.
Updating Controller and Shell usage to match new parameters.
|
2010-11-21 00:47:42 -05:00 |
|
mark_story
|
8821bec049
|
Moving _mergeVars() into Object as its common to Controller, Model and Shell.
|
2010-11-21 00:14:29 -05:00 |
|
mark_story
|
b80535573e
|
Adding _mergeVars to Shell. This allows $tasks and $uses to work much
like $uses in Controllers, and provides consistency in the framework.
Adding tests for merging vars.
|
2010-11-21 00:12:07 -05:00 |
|
mark_story
|
a8554df077
|
Fixing call to a help method that doesn't exist.
|
2010-11-21 00:12:07 -05:00 |
|
mark_story
|
0d7ecea6cb
|
Adding AppShell to the ignored shell list in CommandListShell.
|
2010-11-21 00:12:06 -05:00 |
|
mark_story
|
b914709f32
|
Moving AppShell to where the other shells live.
|
2010-11-21 00:12:06 -05:00 |
|
mark_story
|
9b08b725fe
|
Merge branch '2.0' into 2.0-view
Conflicts:
cake/libs/controller/controller.php
cake/libs/view/helpers/cache.php
|
2010-11-13 21:03:54 -05:00 |
|
mark_story
|
18bb5f6b8b
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
|
mark_story
|
23c69b2bfb
|
Adding an import, as I hit an error when trying to bake tests for models.
|
2010-11-07 13:23:43 -05:00 |
|
José Lorenzo Rodríguez
|
1c37751038
|
Adding missign option to testsuite shell
|
2010-11-03 19:41:17 -04:30 |
|
José Lorenzo Rodríguez
|
224f65af05
|
Preventing bug in testsuite shell
|
2010-11-03 18:56:06 -04:30 |
|
José Lorenzo Rodríguez
|
557c5274e8
|
Making file argument optional in console testsuite in order to show complete list of test cases for a category
|
2010-11-03 01:27:37 -04:30 |
|
José Lorenzo Rodríguez
|
9afd4d7875
|
Fixing option parsing and help for testsuite after new console libraries merge
|
2010-11-03 01:25:27 -04:30 |
|
mark_story
|
bff711e2dc
|
Merge branch '2.0-console' into 2.0
Conflicts:
cake/console/shells/acl.php
cake/tests/cases/console/libs/tasks/plugin.test.php
|
2010-11-02 23:49:19 -04:00 |
|
mark_story
|
c9ca3c3785
|
Fixing path constants in DbConfig and FixtureTask to be more consistent between web and cli.
|
2010-11-02 23:25:36 -04:00 |
|
mark_story
|
fff8279c2b
|
Using patch from 'wals' to add generic exclude option to the ExtractTask. Allows you to exclude path segments from the generated PO files.
Fixes #1138
|
2010-10-29 00:40:04 -04:00 |
|
mark_story
|
558bd7e3c2
|
Adding a --sort param to view the command_list sorted in a different way.
Test cases added.
Fixes #574
|
2010-10-26 22:34:27 -04:00 |
|
mark_story
|
138482741f
|
Adding question style to ConsoleOutput.
Made Shell::in() draw as magenta text.
|
2010-10-24 17:58:44 -04:00 |
|
mark_story
|
6f29519f73
|
Making shells attach args and params by reference.
Adding test.
|
2010-10-24 15:47:07 -04:00 |
|
mark_story
|
0a022f1d81
|
Updating tasks to not rely on the dispatcher being available.
|
2010-10-24 15:27:44 -04:00 |
|
mark_story
|
5edb277111
|
Updating shells and shell tests for changes in __construct.
|
2010-10-24 15:11:30 -04:00 |
|
mark_story
|
ba17e2c9a0
|
Removing ShellDispatcher as a constructor argument for Shell.
Updating the AclShell test case.
|
2010-10-24 14:55:16 -04:00 |
|
mark_story
|
b22da5a3d1
|
Fixing missing parameter.
|
2010-10-23 00:36:40 -04:00 |
|
mark_story
|
e6ab0e22c7
|
Making schema shell work with app/console. No app prefix is needed.
|
2010-10-23 00:36:24 -04:00 |
|
mark_story
|
c8b0267588
|
Making project task and bake play nice with creating a new project.
|
2010-10-23 00:35:53 -04:00 |
|
mark_story
|
1b5cc91262
|
Reformatting default values.
Fixing issue with undefined variables caused by missing extract().
|
2010-10-23 00:35:30 -04:00 |
|
mark_story
|
cf9166a689
|
Starting to remove Dispatch->params in favor of the constants ShellDispatcher makes, this will make removing the dependency from Shell much easier.
|
2010-10-23 00:11:31 -04:00 |
|
mark_story
|
a5dd06b54c
|
Adding raw output to xml help generation.
|
2010-10-22 23:30:35 -04:00 |
|
mark_story
|
1d5f730a10
|
Removing unused variable from Shell.
Making subcommand parsers correctly output XML help.
|
2010-10-20 23:35:30 -04:00 |
|
mark_story
|
a6a627bd92
|
Making xml help work.
Need to update tests.
|
2010-10-19 23:35:58 -04:00 |
|
mark_story
|
65686a0648
|
Fixing doc string.
|
2010-10-19 23:25:42 -04:00 |
|
mark_story
|
a866d62190
|
Adding startup override for xml output.
|
2010-10-19 23:25:23 -04:00 |
|
mark_story
|
d126f27278
|
Doing a bunch of refactoring to the CommandList shell.
Adding XML output to the command list shell.
|
2010-10-19 23:21:24 -04:00 |
|
mark_story
|
6900f470ad
|
Moving code from BakeShell to BakeTask.
Adding a base execute method to contain common code shared amongst all the bake tasks.
Updating test cases as $name attributes value has changed.
|
2010-10-18 23:09:23 -04:00 |
|
mark_story
|
bd156bb601
|
Adding a connection object for use with bake all.
|
2010-10-18 22:38:56 -04:00 |
|
mark_story
|
de615967fc
|
Removing dead code from the PluginTask.
|
2010-10-18 22:38:17 -04:00 |
|
mark_story
|
df55c08133
|
Fixing typo.
Fixing bad import which caused fails when running tests from the webrunner.
|
2010-10-17 23:43:12 -04:00 |
|
mark_story
|
01b1fb8638
|
Removing the old help method.
|
2010-10-17 23:31:58 -04:00 |
|
mark_story
|
529527a722
|
Removing ability of plugin task to pass through to a few but not all parts of bake.
Adding OptionParser definition.
|
2010-10-17 23:09:30 -04:00 |
|
mark_story
|
1d974f5a48
|
Fixing issue that caused db config generation to fail.
|
2010-10-17 22:54:07 -04:00 |
|
mark_story
|
ae9403601e
|
Making the project task correctly replace the __CAKE_PATH__ constant when creating new projects.
|
2010-10-17 22:38:32 -04:00 |
|
mark_story
|
8f0a96d4bb
|
Adding Shel::$command back in as it was still being used, oops.
Updating Bakeshell to do its tricks at the correct time.
|
2010-10-17 22:37:57 -04:00 |
|
mark_story
|
ae6846277e
|
Updating text that doesn't make sense as Cake uses PHPunit now.
|
2010-10-17 21:29:30 -04:00 |
|
mark_story
|
e807cc0eca
|
Removing a bunch of dead properties from ShellDispatcher and Shell.
They are no longer needed/used.
Moving Shell back to console/shells so App::import() can easily find it.
|
2010-10-17 21:04:14 -04:00 |
|
mark_story
|
db6149a5e8
|
Adding some more colour to the project task.
Making regular expressions easier to read.
|
2010-10-17 19:08:08 -04:00 |
|
mark_story
|
53a1663b96
|
Adding console dir to skel.
Updating project task to test for directories and files in a more readable way.
|
2010-10-17 19:01:44 -04:00 |
|
mark_story
|
a11a1214b7
|
Refactoring file scanning into a method which allows the removal of sketchy regular expressions.
Adding some colour for pimpness.
Updating tests as additional bootstrapped paths are treated as app paths now.
|
2010-10-17 17:32:37 -04:00 |
|
mark_story
|
8c63f155ba
|
Renaming + moving test and task files around. Updating tests to use import for tasks.
|
2010-10-17 15:43:20 -04:00 |
|
mark_story
|
a76ce4af3d
|
Renaming console/libs to console/shells so its more consistent with app directories.
|
2010-10-17 15:07:00 -04:00 |
|