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 |
|
AD7six
|
9d1e556486
|
Revert "mend"
This reverts commit a0f42640cc10342f96effe4d08be188bb51bd0db.
|
2009-08-12 09:46:18 -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
|
78c4a21451
|
Fixing use of Model::del() to Model::delete()
|
2009-08-12 09:46:17 -04:00 |
|
mark_story
|
dfa9ccdaf9
|
Adding Test case option to bake main menu.
|
2009-08-12 09:46:17 -04:00 |
|
mark_story
|
267fcc1c81
|
Adding F as an option to bake menu.
|
2009-08-12 09:46:17 -04:00 |
|
AD7six
|
b53c7339c4
|
mend
|
2009-08-12 09:46:17 -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 |
|
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 |
|
gwoo
|
42d6a6f732
|
Merge branch '1.3-bake' into 1.3
|
2009-08-02 16:42:21 -07:00 |
|
AD7six
|
993643dd2a
|
whitespace normalization
|
2009-08-02 16:10:12 -07:00 |
|
gwoo
|
15ed658a27
|
Revert "Merge branch '1.3-newlines' into 1.3"
This reverts commit c088131cd8e9f53396852e8a320e2b0396807d20, reversing
changes made to 9341a2bb5eda1db208019aa8a9171224fb76fc6b.
|
2009-08-02 15:59:54 -07:00 |
|
mark_story
|
48a483e5ce
|
Fixing bake and bake related task test cases for PHP4.
|
2009-08-02 18:17:31 -04:00 |
|
AD7six
|
94e986561b
|
allowing install/cake-wide plugins
|
2009-08-02 15:01:15 -07: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
|
a0bd6e9db5
|
Merge branch '1.3' into 1.3-bake
|
2009-08-02 23:23:15 +02:00 |
|
AD7six
|
60154b64be
|
Allowing the running of all core test cases via the console
|
2009-08-02 23:20:59 +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
|
9e4cb97026
|
Revert "allow running all core test cases via the console"
This reverts commit 86e5cc5a89e7307ebf827c688311cdbe945feb85.
|
2009-08-02 13:19:16 -07:00 |
|
gwoo
|
292b37c6e8
|
Merge branch '1.3-console' into 1.3
|
2009-08-02 12:31:12 -07:00 |
|
gwoo
|
bf2b8a60e6
|
Merge branch '1.3-misc' into 1.3
|
2009-08-02 12:20:07 -07:00 |
|
gwoo
|
d118c6a764
|
Merge branch '1.3-newlines' into 1.3
|
2009-08-02 12:08:55 -07:00 |
|
mark_story
|
ce64f2fa6e
|
reformatting help() to fit on 80 col displays.
|
2009-08-01 21:23:06 -04:00 |
|
mark_story
|
ca8744c8b9
|
Updating setParent() to use either Model.key or alias. Tests added.
|
2009-08-01 20:56:58 -04:00 |
|
mark_story
|
a599f53c63
|
Fixing _getNodeId()
|
2009-08-01 20:21:22 -04:00 |
|
mark_story
|
acaba022c6
|
Updating delete() and adding test cases. Refactoring out common methods.
|
2009-08-01 20:17:44 -04:00 |
|
mark_story
|
449c390d48
|
Refactoring out Model.fk parsing. Updating create(). Adding tests.
|
2009-08-01 18:57:54 -04:00 |
|
mark_story
|
b2ac7661b3
|
Adding E_DEPRECATED to console environment.
|
2009-08-01 17:49:21 -04:00 |
|
mark_story
|
f658f17b7e
|
Merge branch '1.3' into 1.3-console
|
2009-08-01 17:22:39 -04:00 |
|
nate
|
7847044711
|
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
|
2009-08-01 08:36:57 -04:00 |
|
nate
|
e47b1960ad
|
Merge branch '1.3' of dev@code.cakephp.org:cakephp into 1.3
|
2009-07-31 11:54:01 -04:00 |
|
nate
|
729d8fddea
|
Applying PHP 5.3 compatibility patch from Mark Story. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-07-31 11:48:30 -04: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 |
|
gwoo
|
6cb70f0929
|
Merge branch '1.3-console' into 1.3
|
2009-07-30 11:26:23 -07:00 |
|
mark_story
|
8e152ada32
|
Updating model import()
|
2009-07-30 10:07:58 -04:00 |
|
mark_story
|
f6d6272f97
|
Changing guessed validation type for boolean.
|
2009-07-29 22:20:07 -04:00 |
|
AD7six
|
38e48e5f7f
|
Changing folder create logic to use Folder->tree
|
2009-07-29 21:52:20 +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 |
|
AD7six
|
a87b6cdf91
|
allow rebaking all views based on available methods & templates
|
2009-07-29 12:48:31 +02:00 |
|
AD7six
|
d54369e29e
|
CONSOLE_LIBS isn't an absolute path
Adding app vendor folders
Correcting plugin test to match changes to the task
|
2009-07-29 10:12:54 +02:00 |
|
AD7six
|
b7b27e3f03
|
Changing the Plugin task to take the dirs to create from the App skeleton
|
2009-07-29 09:32:30 +02:00 |
|