José Lorenzo Rodríguez
|
169c330086
|
Merged pull request #61 from sime/master.
Documentation for schema update missing -f param
|
2011-04-26 08:13:04 -07:00 |
|
Simon Males
|
7feaa0f5a2
|
schema update documentation lacked -f param usage.
|
2011-04-26 07:15:32 -07:00 |
|
mark_story
|
5a58d38a80
|
Removing the ?> from files generated by bake. Fixes #1631
|
2011-04-02 09:17:14 -04:00 |
|
mark_story
|
e2773242f7
|
Adding a test case for the issue fixed in #1408.
Fixing issue where -app command did not work as expected.
Fixes #1601
|
2011-03-20 22:19:22 -04:00 |
|
Rachman Chavik
|
60db93a914
|
removing extra space in default bake template
|
2011-03-16 13:50:56 +07:00 |
|
Juan Basso
|
21a9904a71
|
Adding a protection to cake console be executed in driver root (windows). Fixes #1408.
|
2011-02-21 17:55:15 -03:00 |
|
mark_story
|
b30f40582e
|
Making SchemaShell disable the cache when reading table information for schema generation. Fixes #1490
|
2011-01-29 09:24:28 -05:00 |
|
mark_story
|
38e286e978
|
Fixing order of paths so core paths are last in the search array. Fixes #1488
|
2011-01-27 19:30:21 -05:00 |
|
mark_story
|
a0a87ade5a
|
Adding non-zero exit codes to ErrorHandler in the console. Fixes #1468
|
2011-01-18 19:40:31 -05:00 |
|
mark_story
|
f893e3b63b
|
Applying patch from 'ryandesign' fixing incorrect datetime formats. Fixes #1441
|
2011-01-11 20:16:42 -05:00 |
|
mark_story
|
a7061510c1
|
Applying patch from 'rynop'. Fixing FixtureTask so it includes the datasource if its not the default one.
Updating tests.
Fixes #1419
|
2010-12-31 13:05:04 -05:00 |
|
mark_story
|
e410509684
|
Fixing TestTask not being able to find plugin objects when baking test skeletons interactively. Test case added. Fixes #1361
|
2010-12-13 22:04:55 -05:00 |
|
mark_story
|
2403d7fedc
|
Applying updates to skel/core.php. Fixes #1255
|
2010-11-02 21:43:33 -04:00 |
|
mark_story
|
18bffe8600
|
Applying doc block changes from 'teknoid'. Fixes #1239
|
2010-10-29 00:15:48 -04:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
Victor Castell
|
141b05e588
|
Updated copyright years in skel aplication template
|
2010-10-25 07:57:15 +11:00 |
|
mark_story
|
025090fbe9
|
Applying patch from 'dragonfly' to improve help output for AclShell.
Fixes #1198
|
2010-10-14 21:25:15 -04:00 |
|
mark_story
|
500550faef
|
Adding documentation note about AclShell and issues with zend.ze1_compatibilty. Fixes #987
|
2010-09-26 12:33:15 -04:00 |
|
mark_story
|
9e4c890082
|
Updating the schema command in the core.php files to reflect the correct command needed for 1.3. Fixes #1031
|
2010-09-23 23:12:20 -04:00 |
|
mark_story
|
e91fa68f8e
|
Making the set() functions use + instead of array_merge() so that numeric indices are properly preserved across multiple method calls. Fixes #1105
|
2010-09-18 00:13:03 -04:00 |
|
Mark Story
|
b491414a51
|
Changing gif to png, so baked apps have the correct icon. Fixes #1081
|
2010-09-06 01:39:39 -04:00 |
|
Mark Story
|
5c0fe1b16e
|
Applying patch from 'majna'. Adding plugin to the list of template variables exposed in the controller task. Test added Fixes #1077
|
2010-09-03 12:33:59 -04:00 |
|
mark_story
|
c48c0d6295
|
Fixing issue where ViewTask would make empty view files for actions that did not have templates. Test case added. Fixes #1040
|
2010-08-23 21:49:30 -04:00 |
|
mark_story
|
aba97d0ab2
|
Applying patch from 'Mark Mitchell' to fix auto exiting of cake.bat. Fixes #992
|
2010-08-14 18:54:12 -04:00 |
|
mark_story
|
d1028a7434
|
Applying patch from 'Mark Mitchell' to make cake.bat return the exit code of the called cake shell. Fixes #992
|
2010-08-10 23:12:55 -04:00 |
|
mark_story
|
b5d7f6447f
|
Applying patch from 'asavoy'. Changing schema shell so that schema files generated for plugins have the classname of PluginSchema instead of AppSchema. Tests updated. Fixes #922
|
2010-07-23 21:46:06 -04:00 |
|
Scott Reeves
|
1774530222
|
Fixing typo in method description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:28 -04:00 |
|
mark_story
|
35d232f08f
|
Updating documentation in app/core.php to match historical values.
Updating skel/core.php to reflect current core.php.
|
2010-06-27 12:50:03 -04:00 |
|
mark_story
|
94fc492623
|
Correcting how ExtractTask collects files. Test added. Fixes #775
|
2010-06-06 22:39:04 -04:00 |
|
mark_story
|
8d8fce4429
|
Fixing template task path replacements under windows. Fixes #771
|
2010-05-31 21:26:55 -04:00 |
|
predominant
|
8decc683ac
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
|
predominant
|
f06f0dae8b
|
Numerous "Enter description here" block comments updated to have meaningful descriptions.
|
2010-05-30 01:10:48 +10:00 |
|
mark_story
|
78653347b2
|
Removing request time output from index.php. Makes non sgml requests like json easier to do. Fixes #720
|
2010-05-20 23:13:45 -04:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
mark_story
|
cd5aee1bfa
|
Applying patch from 'franiglesias'. Fixes issues where str_replace would greedily replace too many occurences of 'libs/'. Fixes #724
|
2010-05-16 23:50:17 -04:00 |
|
Mark Story
|
96d0119abc
|
Applying patches from 'wals' to fix uses where incorrect parameters were being passed into methods, and making methods match their documentation blocks. Fixes #668
|
2010-05-10 23:58:22 -04:00 |
|
Mark Story
|
91a40a0104
|
Making null check explicit so falsey default values can be used. Fixes #695
|
2010-05-10 23:46:47 -04:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
Mark Story
|
45d052b55a
|
Fixing failing tests in ViewTask test case, caused by changes in core templates.
Fixing incorrect variable usage where models would be double singularized causing incorrect names. Fixes #668
|
2010-05-06 21:38:14 -04:00 |
|
Mark Story
|
5ea4f027db
|
Fixing TestTask so that if you give an invalid class type you get an error.
|
2010-05-06 07:31:52 -04:00 |
|
Mark Story
|
918e961f7d
|
Fixing typo in testtask. Fixes #659
|
2010-05-04 23:29:54 -04:00 |
|
Mark Story
|
fcad9b464c
|
Fixing tests broken by changes in default bake templates.
Fixing issue where admin methods wouldn't be correctly generated.
Fixes #664
|
2010-05-04 23:27:41 -04:00 |
|
Jose Diaz-Gonzalez
|
1180f66cc0
|
Setting $actions to null so that the controller methods are not always based upon the first controller in an app/plugin.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-02 20:35:19 -04:00 |
|
Mark Story
|
6d092552e5
|
Updating bake templates and Scaffold to use less sprintf() and more complete sentences in i18n strings. This should make translations easier to do in a gender correct way. Fixes #210
|
2010-04-28 23:56:07 -04:00 |
|
Mark Story
|
afa0e6b8f9
|
Adding cake.icon.png to the skel dir. Fixes the wrong asset being included when new projects are generated. Fixes. #637
|
2010-04-27 23:19:55 -04:00 |
|
Mark Story
|
568e9d3a89
|
Adding tests for and fixing the behavior of cake acl initdb it now correctly delegates to SchemaShell. Fixes #608
|
2010-04-21 23:28:40 -04:00 |
|
Mark Story
|
81edcdf431
|
Making TestTask not depend on Inflection rules for creating directory names, refs #610
|
2010-04-21 23:21:25 -04:00 |
|
Mark Story
|
9053291fe4
|
Fixing incorrectly named variable. Refs #567
|
2010-04-20 22:18:17 -04:00 |
|
Mark Story
|
2f0255ec1a
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-04-18 22:19:57 -04:00 |
|
Juan Basso
|
4654c85937
|
Fixing name of cake icon on skel. Fixes #600
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-18 22:19:17 -04:00 |
|