predominant
|
1b9b0aae5e
|
Updating Copyright date to include 2009.
|
2009-11-06 15:34:28 +11:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
mark_story
|
5f1d090bf0
|
Adding import()s to DbConfigTask and ModelTask to fix missing class errors, when methods are run in certain orders.
|
2009-11-04 13:21:05 -05:00 |
|
mark_story
|
f81d3da175
|
Moving import to fix issue where cakeschema would not be found when baking models.
|
2009-11-04 12:59:32 -05:00 |
|
renan.saddam
|
5ebdc88223
|
Fixing declaration of @access property.
|
2009-11-02 21:54:03 -02:00 |
|
mark_story
|
ad8cba41e6
|
Merge branch '1.3' into 1.3-misc
|
2009-10-30 22:04:20 -04:00 |
|
mark_story
|
bc26a6ab67
|
Updating fixture task to change when CakeSchema is loaded to fix issues with errors being generated when baking new projects.
Fixes #226
|
2009-10-30 22:03:23 -04:00 |
|
renan.saddam
|
df8895a266
|
Adding a optinal parameter and question for merge action. Refs #147.
|
2009-10-29 21:26:59 -02:00 |
|
mark_story
|
1e7c2bbfde
|
Adding libs dir generation to PluginTask. Baked plugins now come with a libs dir.
|
2009-10-28 09:21:42 -04:00 |
|
mark_story
|
3b391e30df
|
Adding help text for new -records flag in the FixtureTask
|
2009-10-28 08:26:52 -04:00 |
|
mark_story
|
102f10365f
|
Implementing -records flag to enable quick access to building fixtures off of live data. Refs #196
|
2009-10-24 14:32:56 -04:00 |
|
mark_story
|
6847d34d80
|
Updating fixture test to fix issues caused by refactoring in CakeSchema.
|
2009-10-22 13:11:30 -04:00 |
|
mark_story
|
a3f38c77dd
|
Merge branch '1.3-console' into 1.3
|
2009-10-11 21:51:02 -04:00 |
|
mark_story
|
7d4bc20fbd
|
Updating model to reflect changes in Validation.
|
2009-10-11 21:35:06 -04:00 |
|
mark_story
|
4b862de085
|
Fixing interactions with Routing.prefixes in Controller and View task.
|
2009-10-07 01:35:29 -04:00 |
|
mark_story
|
1110f3e1c2
|
Updating Validation method extraction.
|
2009-10-07 00:51:55 -04:00 |
|
mark_story
|
651a3f16b2
|
Updating ProjectTask::getAdmin(). Renamed to ProjectTask::getPrefix(). Now returns the user selected prefix to use for baking.
Test cases updated. Use of method updated.
|
2009-10-07 00:46:13 -04:00 |
|
mark_story
|
5021d11124
|
Updating the help() for bake task to include information about plugin shortcuts.
|
2009-10-04 17:59:12 -04:00 |
|
mark_story
|
0fc6f58cfb
|
Refactoring and merging duplicated code between CakeSchema and FixtureTask
|
2009-10-03 16:15:56 -04:00 |
|
mark_story
|
58ec259714
|
Merge branch '1.3-router' into 1.3-misc
|
2009-09-30 00:51:20 -04:00 |
|
SkieDr
|
86d0a04c8d
|
fixture generator for new table and field level parameters
|
2009-09-29 22:54:43 +04:00 |
|
mark_story
|
f0276414ad
|
Fixing out() from merge
|
2009-09-27 16:28:26 -04:00 |
|
mark_story
|
bc90f0aa01
|
Merge branch '1.3-console' into 1.3
Conflicts:
cake/console/libs/tasks/fixture.php
|
2009-09-27 16:26:45 -04:00 |
|
davidpersson
|
ccbc6f35f0
|
Updating all calls to Shell::out().
|
2009-09-26 23:08:37 +02:00 |
|
mark_story
|
c330934b93
|
Adding test cases for view task.
|
2009-09-23 13:27:47 -04:00 |
|
José Lorenzo Rodríguez
|
6dd144b3cf
|
Adding getTemplate to view task
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-23 13:13:58 -04:00 |
|
mark_story
|
32198c58d0
|
Removing date validation suggestion for datetime fields. Fixes #106
|
2009-09-22 18:49:30 -04:00 |
|
mark_story
|
a3cd80bf52
|
Merge branch '1.3-bake' into 1.3
|
2009-09-20 17:42:43 -04:00 |
|
renan.saddam
|
78e01cdb47
|
Refactoring ExtractTask to support extraction from multi-directories and splitting domain in different files.
|
2009-09-15 00:43:59 -03:00 |
|
renan.saddam
|
7c100f3b75
|
Fixing notice error message. Fixes #34
|
2009-09-10 23:26:54 -03:00 |
|
mark_story
|
b8d3aae474
|
Fixing path to home page template.
|
2009-09-06 01:04:38 -04:00 |
|
mark_story
|
30f8709bb4
|
Removing use of low() in core classes and functions. Refs #6525
|
2009-08-27 22:46:00 -04:00 |
|
AD7six
|
7c4dfed299
|
Updating view and controller tasks to use (_singluar|_plural)HumanName functions
Modifying the test case to expect humanized forms
|
2009-08-19 10:17:10 +02:00 |
|
mark_story
|
34b6e18e8d
|
Adding help() for TestTask.
|
2009-08-16 21:32:10 -04:00 |
|
gwoo
|
368c7556d4
|
Merge branch '1.3-console' into 1.3
|
2009-08-14 12:32:54 -04:00 |
|
mark_story
|
ae628f7f72
|
Applying patch from 'savant' Fixes usage of deprecated methods. Fixes #11
|
2009-08-12 09:46:18 -04:00 |
|
mark_story
|
31d136ca67
|
Making constructClasses() call run against the correct object. test cases updated.
Fixes #4
|
2009-08-12 09:46:17 -04:00 |
|
mark_story
|
b731408deb
|
Fixing constant use in ProjectTask.
Fixing newline.
|
2009-08-12 09:46:17 -04:00 |
|
mark_story
|
29d03ab722
|
Adding __() to ProjectTask
|
2009-08-12 09:46:17 -04:00 |
|
renan.saddam
|
ae89e709d2
|
Refactoring extract shell. Supporting use of $foo['bar'] as $count.
|
2009-08-06 18:14:25 -03:00 |
|
mark_story
|
4583873379
|
Fixing issues in PluginTask test due to addition of cake/plugins. Fixing undefined variable.
|
2009-08-02 20:42:08 -04:00 |
|
mark_story
|
48a483e5ce
|
Fixing bake and bake related task test cases for PHP4.
|
2009-08-02 18:17:31 -04:00 |
|
AD7six
|
20b1dd795d
|
Revert "Changing the Plugin task to take the dirs to create from the App skeleton"
This reverts commit fe8b641cd3257b4aa82ce93ac8a2e8f624e4ec58.
Conflicts:
cake/console/libs/tasks/plugin.php
|
2009-08-02 23:39:59 +02:00 |
|
AD7six
|
db6f2cec96
|
Revert "Changing folder create logic to use Folder->tree"
This reverts commit a60677070d41f3a1c7841e4ca24f6ee2658f3067.
|
2009-08-02 23:26:15 +02:00 |
|
AD7six
|
d61e8736e4
|
Merge branch '1.3' into 1.3-bake
|
2009-08-02 22:44:28 +02:00 |
|
AD7six
|
7eb150b49a
|
Merge branch '1.3' into 1.3-bake
Conflicts:
cake/console/libs/tasks/model.php
|
2009-08-02 22:31:01 +02:00 |
|
gwoo
|
bf2b8a60e6
|
Merge branch '1.3-misc' into 1.3
|
2009-08-02 12:20:07 -07:00 |
|
gwoo
|
01d22ffd2e
|
fixing up some App::import calls
|
2009-07-30 15:01:22 -07:00 |
|
AD7six
|
77f371d1e1
|
Merge branch '1.3-bake' of dev@code.cakephp.org:cakephp into 1.3-bake
|
2009-07-30 22:14:51 +02:00 |
|
gwoo
|
1423b0067b
|
Merge branch '1.2' into 1.3
|
2009-07-30 11:34:33 -07:00 |
|