mark_story
|
ea0d5c84be
|
Removing dead comparisons, extra uses() call.
|
2009-06-08 23:13:29 -04: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
|
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
|
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
|
928ec36acf
|
Removing garbage methods.
|
2009-06-04 23:48:58 -04:00 |
|
mark_story
|
3d39feeac9
|
Adding help() entry for bake view all
|
2009-06-04 23:43:59 -04:00 |
|
mark_story
|
0099c8a428
|
Removing more if() blocks
Silencing Controller task in all()
|
2009-06-04 23:42:06 -04:00 |
|
mark_story
|
7cf7a0440c
|
Removing extra if() that are not needed
as __loadController will stop() execution on error.
|
2009-06-04 23:40:03 -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 |
|
gwoo
|
6f21c18366
|
Merge branch '1.3-lib_renames' into 1.3
|
2009-06-02 10:17:02 -07:00 |
|
gwoo
|
fdd63d4e8e
|
Merge branch 'master' into 1.3
|
2009-06-02 10:12:14 -07:00 |
|
mark_story
|
4c76b2f1a8
|
Unifying formatting of help() messages.
|
2009-05-30 00:55:44 -04:00 |
|
mark_story
|
03e7ca71b6
|
Reformatting help()
|
2009-05-30 00:46:25 -04:00 |
|
mark_story
|
9967b10b58
|
Removing dead options.
|
2009-05-30 00:34:45 -04:00 |
|
mark_story
|
fb2be781f2
|
Refactoring to use TemplateTask
|
2009-05-30 00:32: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 |
|
mark_story
|
66b36ba3b8
|
Adding tests for other object types.
|
2009-05-25 01:02:59 -04:00 |
|
mark_story
|
975aab8009
|
Fixing plugin imports
Adding contstructor generation.
and test case for controller construction.
|
2009-05-25 00:54:23 -04:00 |
|
mark_story
|
587b0ca07d
|
Test generation for models is partially complete.
fixtures and introspected methods work.
|
2009-05-24 23:50:21 -04:00 |
|
mark_story
|
eb9f40c6f4
|
extracting out object type interaction.
test case added.
|
2009-05-24 20:12:17 -04:00 |
|
mark_story
|
1d6ceffb92
|
Adding test case and function for generating
fixture lists from controller objects.
|
2009-05-24 01:30:04 -04:00 |
|
mark_story
|
61191d88cd
|
Adding test cases and ability to pull all
fixtures for a model.
|
2009-05-24 01:15:31 -04:00 |
|
mark_story
|
f20a7e4f61
|
Adding method extraction and test case.
|
2009-05-23 23:48:25 -04:00 |
|
mark_story
|
4fe3c2efe1
|
Removing ability to bake $useTable = false models.
|
2009-05-23 23:25:14 -04:00 |
|
mark_story
|
fe2e3d82fd
|
Removing while() loops wrapping in() with concrete options.
|
2009-05-20 23:21:36 -04:00 |
|
mark_story
|
5843d5e40a
|
Adding test case for DbConfig task
making DbConfigTask testable.
|
2009-05-20 23:15:31 -04:00 |
|
mark_story
|
dc01673503
|
More i18n strings.
|
2009-05-20 22:28:15 -04:00 |
|
mark_story
|
de1b495afb
|
Adding some i18n strings.
Moving test creation to TestTask.
|
2009-05-20 00:46:09 -04:00 |
|
mark_story
|
6eada280cf
|
Fixing typo.
Removing newlines
|
2009-05-20 00:00:36 -04:00 |
|
mark_story
|
a4f6fdc3b9
|
Refactoring bake action generation into a template
file.
Adding template file for controller actions.
|
2009-05-19 23:53:41 -04:00 |
|
mark_story
|
2cae04308c
|
Adding tests for interactive mode.
Fixing notice error.
|
2009-05-19 00:18:59 -04:00 |
|
mark_story
|
0d7b86fc8b
|
Removing $uses as part of bake.
|
2009-05-18 22:26:16 -04:00 |
|
mark_story
|
9d405faf8f
|
Allowing controller bake all to use
connections other than default.
|
2009-05-17 00:31:37 -04:00 |
|
mark_story
|
d31c43d409
|
Refactoring code generation into controller.ctp
|
2009-05-17 00:05:07 -04:00 |
|
mark_story
|
08394629c9
|
Creating confirmController and test case.
|
2009-05-16 23:17:40 -04:00 |
|
mark_story
|
938ba849d2
|
Refactoring doXX methods
Adding doUses seems to have gotten lost at one point.
|
2009-05-16 22:41:38 -04:00 |
|
mark_story
|
9eb27f14d7
|
Adding tests and starting clean up of __interactive.
|
2009-05-15 00:04:57 -04:00 |
|
mark_story
|
d609a62dc5
|
Adding welcome message back to model task
|
2009-05-15 00:03:53 -04:00 |
|
mark_story
|
b1de3166e9
|
Removing dead options.
|
2009-05-14 23:33:10 -04:00 |
|
mark_story
|
68a858b39a
|
Adding test case for getName
|
2009-05-14 23:28:27 -04:00 |
|
mark_story
|
03e231c05d
|
Adding test case for controller task.
Refactoring listAll() to use Model task which has
the necessary code.
|
2009-05-14 23:17:42 -04:00 |
|
mark_story
|
e6881cced4
|
Extracted another method.
|
2009-05-14 23:00:29 -04:00 |
|
mark_story
|
305104140c
|
Adding tests for __interactive
|
2009-05-14 22:36:04 -04:00 |
|
mark_story
|
ad930f277d
|
Moving test generation to a temporary home
|
2009-05-14 22:23:36 -04:00 |
|
mark_story
|
3f7821c258
|
Adding test cases for bake model all
Adding test cases for bake model MyModel
Fixing all()
Starting refactor into Test task
|
2009-05-14 21:42:07 -04:00 |
|
mark_story
|
4a9a5bce69
|
Removing template code.
|
2009-05-13 23:37:21 -04:00 |
|
mark_story
|
3c08369e3a
|
Adding bake model template.
Adding tests for bake model.
|
2009-05-13 23:36:13 -04:00 |
|
mark_story
|
a7f0071c61
|
Forcing templatePaths to exist.
|
2009-05-13 23:35:41 -04:00 |
|
mark_story
|
15fb1a711a
|
Updating TemplateTask adding test case and test object file.
|
2009-05-12 22:00:30 -04:00 |
|
mark_story
|
a38233e75d
|
Updating FixtureTask and FixtureTask test to use TemplateTask
|
2009-05-12 21:26:37 -04:00 |
|
mark_story
|
dff90e892e
|
Adding Template Task, removing CodeGenerator.
|
2009-05-12 21:19:15 -04:00 |
|
mark_story
|
3ea2b5a87d
|
Moving CodeGenerator class into bake shell.
Updating FixtureTask and test cases.
Updating template for fixtures.
|
2009-05-10 22:16:38 -04:00 |
|
mark_story
|
a6d16500a9
|
Adding CodeGenerator in a temporary place.
|
2009-05-10 13:33:52 -04:00 |
|
mark_story
|
4b75c6b78e
|
minor cleanup
|
2009-05-10 12:43:38 -04:00 |
|
mark_story
|
d066a4a0d6
|
Extracting method out.
|
2009-05-10 01:35:59 -04:00 |
|
mark_story
|
ec443c4371
|
Moving method and adding tests.
|
2009-05-10 01:04:40 -04:00 |
|
mark_story
|
5c48603bd0
|
Refactoring methods, adding self join association detection.
Test cases updated.
|
2009-05-09 23:32:22 -04:00 |
|
mark_story
|
4b4875e0a9
|
Renaming methods, fixing issue with habtm bleed through.
Added test cases for all relation generation.
|
2009-05-09 21:28:51 -04:00 |
|
mark_story
|
cd90f8c74b
|
Fixing persistent option being forced to false when new database connections are baked. Fixes #6350
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8171 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-09 14:24:44 +00:00 |
|
mark_story
|
0467641469
|
minor cleanup
|
2009-05-09 02:22:29 -04:00 |
|
mark_story
|
31a266fc4c
|
Refactoring association generation.
|
2009-05-09 02:20:46 -04:00 |
|
mark_story
|
11e2912945
|
Making output fit nicely on 80col display.
|
2009-05-09 01:00:14 -04:00 |
|
mark_story
|
8775f15375
|
Updating multiple validation generation.
Adding test coverage for interactive validations.
|
2009-05-09 00:35:03 -04:00 |
|
mark_story
|
103b97493a
|
Adding test cases for validation generation
Updating validation generation functions.
|
2009-05-08 01:09:19 -04:00 |
|
mark_story
|
fae7ed5584
|
Refactoring model task. Starting to refactor
validation generation to enable multiple validation.
|
2009-05-08 00:49:26 -04:00 |
|
mark_story
|
fd5b422357
|
Fixing error when no connection is specified and
bake fixture Foo is used.
|
2009-05-07 23:59:43 -04:00 |
|
mark_story
|
37d81cb92d
|
Adding __()
Refactoring duplicate code, and pulling out separate methods.
|
2009-05-05 00:43:29 -04:00 |
|
mark_story
|
bb2f6b2ef5
|
Consolidating $useDbConfig to $this->connection.
Updating test cases.
|
2009-05-05 00:10:24 -04:00 |
|
mark_story
|
f4dc4bc1ed
|
Adding test cases to FixtureTask.
Removing useless param.
|
2009-05-04 23:08:15 -04:00 |
|
mark_story
|
e21cc3db72
|
Adding test cases for bake()
Adding support for -connection param
Adding partial support for -plugin param
Separating file writing and code generation functions.
Updating help()
|
2009-05-03 21:43:22 -04:00 |
|
gwoo
|
15518b8c9a
|
merging 1.3-misc into master
|
2009-05-01 14:05:46 -07:00 |
|
mark_story
|
1cc3a6ecfb
|
Removing unused variable.
|
2009-04-29 22:50:57 -04:00 |
|
mark_story
|
40ebdf8aac
|
Adding fixture all command.
Fixing errors with maxlength and timestamp fields
Adding return for ModelTask::listAll()
|
2009-04-29 22:50:43 -04:00 |
|
mark_story
|
d3fe3d5959
|
Adding fixture <name> baking
|
2009-04-29 22:42:11 -04:00 |
|
mark_story
|
2b87be1d7c
|
Updating FixtureTask help
Adding test case for FixtureTask
|
2009-04-29 22:40:49 -04:00 |
|
mark_story
|
80287223f1
|
Additional Test for ModelTask
|
2009-04-29 22:25:42 -04:00 |
|
mark_story
|
f992406501
|
Removing fixture generation from ModelTask
|
2009-04-29 21:18:08 -04:00 |
|
mark_story
|
0b2232d05a
|
Updating fixture task. Refactored methods.
Multiple rows can now be generated.
|
2009-04-29 20:52:12 -04:00 |
|
mark_story
|
d705e8943a
|
Refactoring table naming interaction into getTable()
|
2009-04-28 21:20:34 -04:00 |
|
mark_story
|
0b40e5c709
|
Refactoring out to use DbConfig::getConfig
Continuing fixture bake
|
2009-04-28 20:45:07 -04:00 |
|
mark_story
|
802ed73c0a
|
Adding getConfig() so other tasks can pick connections more easily.
|
2009-04-28 20:44:23 -04:00 |
|
mark_story
|
b5cc69c37c
|
Adding Fixture task to bake.
|
2009-04-28 20:32:15 -04:00 |
|
mark_story
|
f7a7b07740
|
Turning off interactive for bake all commands.
|
2009-04-27 23:58:36 -04:00 |
|
mark_story
|
1291d4f025
|
Adding cake bake view all
|
2009-04-27 23:55:34 -04:00 |
|
mark_story
|
73b9cbfead
|
Adding help text entries for controller all and model all.
|
2009-04-27 23:43:06 -04:00 |
|
mark_story
|
f0543987e1
|
Adding cake bake controller all
|
2009-04-27 23:36:57 -04:00 |
|
mark_story
|
798a9d5e43
|
Adding cake bake model all .
|
2009-04-27 23:15:28 -04:00 |
|
mark_story
|
fcb8ef25d6
|
Renaming setUp() to startTest() in Controller task. Fixes issues with fixtures and baked controller tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8142 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-14 23:13:43 +00:00 |
|
renan.saddam
|
78daa13900
|
Defining the default answer as the current path. Fixes #6204
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8115 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-18 00:43:21 +00:00 |
|
jperras
|
70e0316cd2
|
Renaming schema.php to cake_schema.php. Modifying relevant App::import calls.
|
2009-03-15 22:22:18 -04:00 |
|
mark_story
|
1497fddf80
|
Applying patch from 'rafaelbandeira3' fixing formatting of generated code to better follow cake coding standards. Fixes #5754
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8082 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-08 18:05:18 +00:00 |
|
mark_story
|
2a36e5f8cd
|
Adding Test case for TestTask
Fixing path appending issues caused by continual baking.
Fixes #6099
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8027 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-13 14:22:11 +00:00 |
|