mark_story
|
80b9692856
|
Adding test and fixture generation to ModelTask::all
|
2009-07-15 10:00:35 -04:00 |
|
mark_story
|
7e1f9eeebd
|
Updating tests for ModelTask. Making it impossible to bake a model which does not have a table on the active connection. Fixes #6035
|
2009-07-08 23:30:29 -04:00 |
|
mark_story
|
9bbb33ef2f
|
Fixing Configure::read() use in PluginTask. Adding PluginTask to the bake group test. Adding vendors directory generation to baked plugins. Fixes #5200.
|
2009-07-08 22:25:27 -04:00 |
|
mark_story
|
41eecdaa91
|
Adding the ability to set $displayField from bake. Refactoring ModelTask::bake() Fixes #4438.
|
2009-07-08 22:06:42 -04:00 |
|
mark_story
|
d671056044
|
Adding displayField detection and interaction to ModelTask. Test Cases added.
|
2009-07-08 09:10:18 -04:00 |
|
mark_story
|
dc98184086
|
Updating Shell and Bake tasks to use App::path() instead of Configure::read().
|
2009-07-06 23:11:57 -04:00 |
|
mark_story
|
5c9b5febdf
|
Merge branch '1.3' into 1.3-bake-integration
Conflicts:
cake/console/libs/tasks/controller.php
|
2009-07-06 23:03:04 -04:00 |
|
mark_story
|
8d1457e048
|
Merge branch '1.3' into 1.3-bake-integration
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/model.php
|
2009-07-06 22:20:03 -04:00 |
|
gwoo
|
bc359259a2
|
Merge branch '1.2' into 1.3
|
2009-07-02 09:27:00 -07:00 |
|
mark_story
|
1a7965fde0
|
Adding output to getThemePath()
Adding param setting to getThemePath() as well so template choice is saved between file generations in the same session. Test cases added.
|
2009-07-01 23:49:50 -04:00 |
|
mark_story
|
4cb70580a2
|
Expanding test cases for ViewTask to be more specific and finer tests for admin_ methods.
|
2009-07-01 23:21:41 -04:00 |
|
mark_story
|
ad98139e35
|
Moving bake templates into templates/default.
Adding 'console template themes' to TemplateTask.
Adding test cases for console themes.
Moving files around.
|
2009-07-01 00:24:20 -04:00 |
|
mark_story
|
9627af2050
|
Adding tests for ProjectTask::execute().
|
2009-06-30 22:23:48 -04:00 |
|
mark_story
|
f2031385c1
|
Fixing ViewTask test case in Group context.
Adding Group test for bake tasks
|
2009-06-30 21:59:37 -04:00 |
|
mark_story
|
11ecde194d
|
Updating ViewTask to use the ProjectTask.
Adding tests for previously missed code branch.
|
2009-06-30 21:50:28 -04:00 |
|
mark_story
|
0eef6577e2
|
Fixing test that failed when no models were found in app.
|
2009-06-30 21:22:10 -04:00 |
|
mark_story
|
ddc341e4de
|
Updating ControllerTask to use ProjectTask.
|
2009-06-30 20:49:58 -04:00 |
|
mark_story
|
da99aa1c6a
|
Moved Shell::getAdmin() to ProjectTask
|
2009-06-30 20:44:09 -04:00 |
|
mark_story
|
198511f639
|
Adding tests for security salt generation.
|
2009-06-30 18:30:39 -04:00 |
|
mark_story
|
285fdc22c6
|
Adding test case for api console.
Fixing issue where methods with no parameters were omitted from api method lists.
Fixes #6474
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8203 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-25 13:34:28 +00:00 |
|
mark_story
|
8c2a027842
|
Pointing test directory creation to TMP/tests/
Adding tests for ProjectTask::bake()
|
2009-06-16 23:05:48 -04:00 |
|
mark_story
|
bf7fcdfd37
|
Updating dates in PluginTask headers
Adding ProjectTask test case.
|
2009-06-16 22:34:16 -04:00 |
|
mark_story
|
981503755e
|
Fixing camelCasing of plugin name for single word plugin names.
tests added.
|
2009-06-16 22:29:48 -04:00 |
|
gwoo
|
f9339e3c81
|
simplified App::path(). Changed App::build() to handle all paths.
tests passing.
|
2009-06-11 09:13:16 -07:00 |
|
mark_story
|
88f95bc0c4
|
Making plugin task find plugins on $pluginPaths
Fixing i18n.
Adding tests for execute with 2 params.
|
2009-06-11 00:04:22 -04:00 |
|
mark_story
|
701d93c61c
|
Adding test cases for execute()
Adding more i18n
Fixing issues with folders being left behind by tests.
|
2009-06-10 23:21:42 -04:00 |
|
mark_story
|
62199dba59
|
Adding $pluginPaths support to PluginTask
|
2009-06-10 22:52:38 -04:00 |
|
mark_story
|
8ca30f2d22
|
Adding test folder structure to PluginTask creation
|
2009-06-10 22:22:06 -04:00 |
|
mark_story
|
5eae9fcba5
|
Adding test case for PluginTask::bake()
|
2009-06-10 22:19:14 -04:00 |
|
mark_story
|
2f5711c095
|
Adding test case for PluginTask
|
2009-06-10 21:43:55 -04:00 |
|
gwoo
|
c3643767bf
|
some more updates to path handling
|
2009-06-10 16:13:39 -07:00 |
|
gwoo
|
24d78dd671
|
moving path configuration to App class
|
2009-06-07 15:24:10 -07:00 |
|
mark_story
|
d810b43e80
|
Adding tests so no empty helpers/components
can be added. Refs #6383
|
2009-06-07 12:22:43 -04:00 |
|
mark_story
|
5e5293a866
|
Adding redirect() if deletion fails.
Fixing formatting.
|
2009-06-06 21:38:22 -04:00 |
|
mark_story
|
4d7f00504a
|
Making -plugin function with ViewTask
Adding tests for -plugin parameter
Removing extra Folder calls.
|
2009-06-06 21:18:34 -04:00 |
|
mark_story
|
4141158f30
|
Additional tests for filename generation.
|
2009-06-06 21:09:56 -04:00 |
|
mark_story
|
44bffc5bae
|
Adding support for -plugin parameter to TestTask
Test cases for plugin path generation added.
|
2009-06-06 21:03:26 -04:00 |
|
mark_story
|
21818460a2
|
Additional tests for fixture baking to ensure
parameters are passed from model to fixture task
Adding -plugin support to ModelTask
|
2009-06-06 20:37:01 -04:00 |
|
mark_story
|
4d89086146
|
Adding -plugin support to Controller Task
Test cases added.
|
2009-06-06 20:25:57 -04:00 |
|
mark_story
|
84a496083f
|
Adding proper -plugin parameter handling
Fixtures can now be baked into plugins.
Adding test cases.
|
2009-06-06 20:03:04 -04:00 |
|
mark_story
|
bb566c3841
|
Adding test cases for various permutations of execute()
Allowing admin methods to be baked separately of regular methods.
|
2009-06-04 23:35:36 -04:00 |
|
mark_story
|
8040cc31e5
|
Adding connection prompts.
Fixing hard coded $ds
Adding i18n
Extracting customAction()
Test cases added.
|
2009-06-03 23:18:14 -04:00 |
|
mark_story
|
3c5e4a68fb
|
Fixing notice errors.
|
2009-06-03 22:03:57 -04:00 |
|
mark_story
|
0a3af5b792
|
Refactoring out bakeActions
Adding tests for bake()
|
2009-06-03 21:59:46 -04:00 |
|
mark_story
|
91f90b5c05
|
Fixing minor issues with tests.
|
2009-06-03 21:35:11 -04:00 |
|
mark_story
|
f1821f5631
|
Adding test case for ViewTask
|
2009-05-30 00:28:18 -04:00 |
|
mark_story
|
b301654b96
|
Adding test cases for execute()
|
2009-05-30 00:14:57 -04:00 |
|
mark_story
|
2b6ea8748c
|
Adding flush so models in registry are always fresh
fixes issues baking model + test
|
2009-05-26 00:36:25 -04:00 |
|
mark_story
|
79568cc742
|
Fixing controller test file generation
|
2009-05-25 23:57:15 -04:00 |
|
mark_story
|
518c318887
|
Adding tests and code for controller stub generation.
|
2009-05-25 23:48:41 -04:00 |
|