evilbloodydemon
|
78a376ebc4
|
upgrade shell - 'configure' subcommand
|
2010-12-19 17:06:45 +03:00 |
|
mark_story
|
f200ee3d99
|
Adding upgrade command for fixing request object access.
|
2010-12-11 23:46:39 -05:00 |
|
mark_story
|
2253bf1942
|
Adding a function to upgrade removed basics functions.
|
2010-12-11 23:38:23 -05:00 |
|
mark_story
|
05bc08d932
|
Making helper command be able to replace plugin helpers too.
|
2010-12-11 23:19:07 -05:00 |
|
mark_story
|
2d1dea1692
|
Fixing plugin helper updates.
Adding docblocks
Using native iterators instead of Folder class.
Adding more to the help.
|
2010-12-11 23:13:21 -05:00 |
|
mark_story
|
fe81b84bcb
|
Adding some help text for the upgrade shell.
|
2010-12-11 11:00:09 -05:00 |
|
evilbloodydemon
|
c1d99017e9
|
upgrade shell - option to specify extensions
|
2010-12-11 18:14:54 +03:00 |
|
evilbloodydemon
|
d414755036
|
upgrade shell - refactoring
|
2010-12-11 18:13:59 +03:00 |
|
evilbloodydemon
|
65269bba19
|
upgrade shell - helpers subcommand
|
2010-12-11 18:13:21 +03:00 |
|
evilbloodydemon
|
92f92ac051
|
upgrade shell - added ability to upgrade app separately from plugins
|
2010-12-11 18:12:40 +03:00 |
|
mark_story
|
1d87411537
|
Adding a ghetto start to what will be the 2.0 upgrade shell. i18n updating mostly works.
|
2010-12-05 00:48:38 -05:00 |
|
mark_story
|
ad80609841
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-12-04 23:55:49 -05:00 |
|
Juan Basso
|
c52d5320c8
|
Replaced the *printf with i18n aliases by i18n aliases with params.
|
2010-12-04 23:37:13 -02:00 |
|
mark_story
|
af768c0b6f
|
Removing non-existant databases from comments.
|
2010-12-04 15:04:21 -05:00 |
|
mark_story
|
0cf02ec2f9
|
Fixing issues caused by CORE_PATH not being reliable.
|
2010-12-04 15:00:48 -05:00 |
|
Juan Basso
|
aa0bad9247
|
Ignore errorHandler if warning suppressor (@command()) is used.
|
2010-12-02 01:44:31 -02:00 |
|
Mark Story
|
43c184b2d2
|
Fixing issues with CLI test runner where the error handler would continue to be cakephp's instead of PHPUnit's.
|
2010-11-28 21:05:12 -05:00 |
|
Mark Story
|
91b5a5265e
|
Making ConsoleErrorHandler be invoked with the correct error reporting level.
|
2010-11-28 20:44:28 -05:00 |
|
mark_story
|
7bfdbff377
|
Adding more documentation to core.php.
|
2010-11-27 19:39:55 -05:00 |
|
mark_story
|
f08fa52a60
|
Syncing skel/config/core.php
|
2010-11-27 14:36:34 -05:00 |
|
mark_story
|
c717ff2e72
|
Adding logging of errors when debug = 0 for console applications. Fixes #1311
|
2010-11-25 23:16:27 -05:00 |
|
mark_story
|
0d5ed014d1
|
Removing constants and configuration settings that don't are repeated or deprecated/not used.
|
2010-11-25 23:16:03 -05:00 |
|
mark_story
|
14a6368b39
|
Adding missed isset() check
Making ConsoleErrorHandler handle both errors, and exceptions in CLI.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
74bf455c49
|
Updating ConsoleErrorHandler to match ErrorHandler.
Updating test cases for ConsoleErrorHandler.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
fdcfd03340
|
Fixing typo that prevented html coverage reports from being generated.
|
2010-11-21 23:02:28 -05:00 |
|
mark_story
|
d7b1f70680
|
Adding some additional output to bake tasks to make them more consistent. Adding flags for Quiet output so the shells give minimal output.
|
2010-11-21 12:55:01 -05:00 |
|
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
|
a2bc369935
|
Fixing missing include in HelpFormatter.
|
2010-11-21 00:12:06 -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
|
b0ddfa0755
|
Added the placeholder class for an 'AppShell'.
Conflicts:
cake/console/cake.php
|
2010-11-21 00:12:06 -05:00 |
|
mark_story
|
66e6ec763e
|
Merge branch 'dispatcher-request' into 2.0
Conflicts:
cake/libs/configure.php
cake/tests/cases/libs/all_routing.test.php
cake/tests/cases/libs/controller/controller.test.php
|
2010-11-15 22:42:54 -05:00 |
|
mark_story
|
b91566d35f
|
Removing ini_set() in project root.
Fixing notice errors that would happen when mod_rewrite wasn't enabled.
|
2010-11-14 14:45:09 -05:00 |
|
mark_story
|
8e29595b63
|
Updating test.php to bootstrap like index.php
Updating skel file to match app one.
|
2010-11-14 12:50:28 -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
|
6c8c7ca4a5
|
Turning __get() back into methods. There were so few properties being accessed that it didn't make sense to have __get(), over a handful of methods.
Tests updated.
|
2010-11-12 23:57:55 -05:00 |
|
mark_story
|
f9b7cbcb96
|
Making ConsoleOptionParser allow subclasses of the option, argument and subcommand classes to be supplied as arguments to the builder methods. Adding tests.
|
2010-11-12 23:52:33 -05:00 |
|
mark_story
|
8e1dd9e892
|
Adding __get() to access protected properties of ConsoleOptionParser components for upcoming changes.
|
2010-11-12 23:34:52 -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 |
|
mark_story
|
af303f01c7
|
Fixing baked actions to use request object.
Fixes #1091
|
2010-11-07 01:08:58 -04: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 |
|