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
|
a85bf16560
|
Cleaning up model template.
|
2009-05-13 23:50:46 -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
|
328756f686
|
Adding fixture template
|
2009-05-10 13:33:05 -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
|
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 |
|
mark_story
|
6180ca80c9
|
Adding common parameter handling for connection
and plugin params.
|
2009-05-03 20:48:13 -04: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 |
|
gwoo
|
ec18aac4ab
|
Merge branch 1.2 into 1.3
|
2009-04-15 15:16:01 -07: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 |
|
gwoo
|
643651fe56
|
Merge master in 1.3
|
2009-03-19 14:10:13 -07: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 |
|
renan.saddam
|
76e0f17dbc
|
Updating documentation to improve code completion
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8114 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-17 21:10:28 +00:00 |
|
gwoo
|
6cb8b3d286
|
Merge branch 'master' into 1.3.x.x
|
2009-03-14 13:57:18 -07: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
|
1654c3f339
|
Updating links to SimpleTest in Shell. Fixes #6162
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8073 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-04 01:17:44 +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 |
|
nate
|
440c629931
|
Fixing glob() handling in extract shell, added extract shell test, partial fix for #6044, code formatting changes in CakeTestCase.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8026 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-13 06:22:34 +00:00 |
|
nate
|
c200fcb062
|
Updating and refactoring help text for Cake console, adding support for reverse-route lookups
|
2009-02-06 18:12:18 -05:00 |
|
mark_story
|
7421729159
|
Removing DB2 specific documentation. Docs updated in cookbook.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7968 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-31 15:30:11 +00:00 |
|
mark_story
|
0c29a7e1b1
|
Updating Schema shell so before() and after() are properly triggered. Fixes #5918
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7952 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 20:30:20 +00:00 |
|
mark_story
|
8a0fb1904a
|
Applying patch from teemow, fixes schema file generation so files with trailing characters do not match. Fixes #5854
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7905 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-05 17:01:20 +00:00 |
|
mark_story
|
b2b4c4be47
|
Adding App::import() to app_helper files. Fixes issues with Missing Helper Class, and allows you to use helpers in shell classes. Fixes #5458
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7904 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-05 16:49:43 +00:00 |
|
mark_story
|
6f51f9ea2b
|
Fixing test and fixture generation. removing use of start() and replacing with startTest(). Changing length of lorem text for text field type as well.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7903 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-03 20:24:24 +00:00 |
|
mark_story
|
063345e89e
|
Fixing Cache-control headers in css.php to reflect proper HTTP 1.1 spec and agree with Expires header value. Fixes #5777.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7883 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-21 04:29:22 +00:00 |
|
renan.saddam
|
6319f8ea69
|
Removed trailing whitespaces from core.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7847 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-08 02:54:07 +00:00 |
|
renan.saddam
|
50752a840a
|
Added support to multiline plural message string. Fixes #5663.
Converting "\r\n" (Windows) to "\n" (Non-Windows) when extracting and when translating the message.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7834 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-06 22:57:50 +00:00 |
|
renan.saddam
|
cd3aaf141d
|
Removing unused tests route according to [7524]. Closes #5694.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7820 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-03 18:27:56 +00:00 |
|
john
|
72bd7ba04b
|
Adding @link tag to class definition.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7814 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-31 19:47:43 +00:00 |
|
john
|
d17cbbc7ca
|
Adding @link tag to class definition.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7813 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-31 19:47:01 +00:00 |
|
AD7six
|
3f2fa6929b
|
changing tabs for spaces in comment block indentation
Removing address and replacing with cakefoundation url
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7805 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-30 17:30:26 +00:00 |
|
gwoo
|
1a3e2df8bb
|
updating handling of shell in the registry, fixes #5680
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7798 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-29 19:25:49 +00:00 |
|
mark_story
|
1b456f2cf1
|
Applying patch from 'davidpersson' fixing code spacing. Closes #5643
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7772 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-23 00:10:44 +00:00 |
|
mark_story
|
f554d321b2
|
Fixing schema file regexp, to ignore .sql files. Fixes #5616
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7759 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-17 03:51:03 +00:00 |
|
renan.saddam
|
24949e30e0
|
Added tests to PagesController and removed twice call to count().
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7756 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-16 23:52:54 +00:00 |
|
mark_story
|
1aa0fc069a
|
Updating baked model tests to reflect newer style of test that uses ClassRegistry::init() instead of a TestModel class. Refs #5549
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7747 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-15 17:00:53 +00:00 |
|
mark_story
|
f94bc3e4bc
|
Adding Test case for Shell
Adding Comment Model to test_app
Fixing Plugin model loading in Shells, fixes #5566
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7726 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-10 02:14:57 +00:00 |
|
AD7six
|
488f1f41ee
|
correcting test to use DS rather than / seperator
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7721 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-09 17:42:10 +00:00 |
|
AD7six
|
ad059df35d
|
changing simpleTest test to use app import
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7720 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-09 17:23:17 +00:00 |
|
mark_story
|
fb4277a852
|
Updating css.php to use App::import(). Closes #4613
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7717 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-09 03:43:42 +00:00 |
|
nate
|
0c64ddfa49
|
Copying changes from app/webroot/js/vendors.php to cake/console/libs/templates/skel/webroot/js/vendors.php, fixes #5508
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7693 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-10-02 14:32:54 +00:00 |
|
mark_story
|
bd57349665
|
Updating help for schema shell. Clarifying use of schema dump.
Reformatting help for other commands. Closes #5407
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7661 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-25 03:50:45 +00:00 |
|
gwoo
|
7266f86d14
|
fixing some errors in schema and test shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7657 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-24 13:49:37 +00:00 |
|
nate
|
f695170365
|
Fixing console routing commands and implementing route loading so commands work with lazy route compiling
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7635 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-19 21:33:59 +00:00 |
|
DarkAngelBGE
|
19d4f3d596
|
adding a couple 'return home early' refactorings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7572 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-08 20:33:48 +00:00 |
|
gwoo
|
e632f79c49
|
fixing view baking based on methods in the controller
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7564 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-07 13:12:27 +00:00 |
|
gwoo
|
66589e2f18
|
fixing undefined index in model task when defining custom additional associations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7563 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-09-07 13:03:51 +00:00 |
|
mark_story
|
84b6d1b66c
|
Removing pear from supported list of drivers. Adding odbc. Closes #5349
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7530 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-28 16:47:30 +00:00 |
|
gwoo
|
173e53eb25
|
closes #5324,applying patch from davidpersson for typos in schema
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7512 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-26 18:39:18 +00:00 |
|
gwoo
|
78a2eb2723
|
fixes #5194, cake bake with no params
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7499 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-25 18:52:50 +00:00 |
|
mark_story
|
158d19e0a0
|
Removing variable assignment from $this->{$className}->recursive = -1; Fixes #5280
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7475 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-18 23:28:16 +00:00 |
|
gwoo
|
582d8277fd
|
fixes #5119, PDT warning in acl.ini.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7473 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-16 18:04:28 +00:00 |
|
gwoo
|
2ecfeb182d
|
fixes #5228, wrong numbers in model task validation routine
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7445 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-08 08:53:50 +00:00 |
|
mark_story
|
01db539c39
|
Missing append operator, causing field name output to not be generated fixed. Closes #5228
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7444 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-08 03:59:06 +00:00 |
|
mark_story
|
1d94d3ccfd
|
Removed $ from model task. Closes #5216.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7441 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-07 17:06:03 +00:00 |
|
mark_story
|
0f8326e376
|
fixing error from earlier
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7432 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-05 02:53:56 +00:00 |
|
mark_story
|
e7e43252f3
|
Allowing overriding of schema class and file name. Closes #5175. Fixed issue with php4 compatibility in CakeSchema
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7430 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-04 19:46:44 +00:00 |
|