Mark Story
|
76780ab99c
|
Updating uses of Routing.admin to be Routing.prefixes, as Routing.admin is deprecated.
|
2009-12-08 23:52:02 -05:00 |
|
predominant
|
8b9ee22c84
|
Removing "Long description for file" from /cake/console tree.
|
2009-12-08 20:18:19 +11:00 |
|
mark_story
|
4d37e75f18
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/extract.php
cake/console/libs/tasks/model.php
cake/libs/configure.php
cake/libs/controller/components/cookie.php
cake/libs/debugger.php
cake/libs/flay.php
cake/libs/http_socket.php
cake/libs/inflector.php
cake/libs/model/cake_schema.php
cake/libs/model/connection_manager.php
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo_source.php
cake/libs/router.php
cake/libs/view/helper.php
cake/libs/view/helpers/form.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/js.php
|
2009-11-22 20:38:50 -05:00 |
|
Juan Basso
|
df9e1e0bd1
|
Replace function join (alias) by implode.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:43:11 -05:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
mark_story
|
38f578199d
|
Changing new Model() for ClassRegistry::init(). Fixes issues when baking admin and non-admin methods for a controller that uses bound translations + TranslateBehavior. Fixes #245
|
2009-11-12 09:32:45 -05:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
d7b604c8ed
|
Fixing links throughout
|
2009-11-06 17:46:59 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
Gordon Pettey
|
2e3bbe363d
|
Array coding convention and extraneous punctuation
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-30 16:38:27 -04:00 |
|
mark_story
|
a3f38c77dd
|
Merge branch '1.3-console' into 1.3
|
2009-10-11 21:51:02 -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
|
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
|
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 |
|
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
|
ad3d34c239
|
Removing un-necessary if()
|
2009-07-29 14:15:17 -04:00 |
|
mark_story
|
189480e499
|
Correcting parameter names for ControllerTask. Updating tests in Controller and ViewTask.
|
2009-07-29 12:47:25 -04:00 |
|
mark_story
|
9092b25004
|
Fixing how scaffold arg works, now generates scaffolds.
Making admin arg only make admin methods and new both arg make both admin and non admin methods.
Adding test cases.
Adding new line to template.
|
2009-07-28 22:53:29 -04:00 |
|
DarkAngelBGE
|
f88cc56cfe
|
Coding standards fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8260 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 20:01:42 +00:00 |
|
AD7six
|
9d0d31409a
|
Allowing admin baking to work with plugin controllers
|
2009-07-28 09:13:30 +02:00 |
|
AD7six
|
b2142df2bc
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
|
DarkAngelBGE
|
9eaad7528f
|
Removing usage of up() and low() from core
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8253 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 21:04:40 +00:00 |
|
mark_story
|
ad3e5f43e0
|
Removing newlines in files.
Adding and update bake.test to bake group test.
Fixing doc blocks.
|
2009-07-16 23:55:41 -04:00 |
|
mark_story
|
cbb568b3c7
|
Fixing getAdmin() method location to reflect changes in API.
|
2009-07-16 12:50:37 -04:00 |
|
mark_story
|
1e8d01992e
|
Adding test generation for controllers baked with ControllerTask::all()
|
2009-07-15 10:14:16 -04:00 |
|
mark_story
|
f712d84d33
|
Applying patch from 'slywalker'. Updating datetime generation in baked files.
Fixed #6505
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8229 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 02:30:51 +00: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 |
|
gwoo
|
bc359259a2
|
Merge branch '1.2' into 1.3
|
2009-07-02 09:27:00 -07:00 |
|
mark_story
|
544188197d
|
Fixing use of TemplateTask in other Tasks. Updating bake.group.
|
2009-07-01 00:50:38 -04:00 |
|
mark_story
|
ddc341e4de
|
Updating ControllerTask to use ProjectTask.
|
2009-06-30 20:49:58 -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 |
|
mark_story
|
a2a7727c00
|
Fixing plugin prefix handling when using plugin task to bake plugin controllers. Plugin Models are correctly found, allowing bake to work.
Fixes #5069
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8199 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-17 02:17:18 +00: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
|
4d89086146
|
Adding -plugin support to Controller Task
Test cases added.
|
2009-06-06 20:25:57 -04:00 |
|
mark_story
|
4c76b2f1a8
|
Unifying formatting of help() messages.
|
2009-05-30 00:55:44 -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 |
|