zoydsan
200c85c7c4
Ticket #1669 , i18n: parse (multiline) strings concatenated with "." (for 1.3 branch)
...
The patch builds on the code of cake 2.0, but with this fix, comments are allowed, and an exception is thrown if invalid output is found. Examples:
__('Split' . ' string') => ok
__('Split' . // Comment
' string') => ok
__('Split' . $var) => error
2011-09-08 19:48:53 -04:00
Mark Story mark@mark-story.com
0c97df10c0
Removing database names that are no longer supported.
2011-09-01 12:01:26 +01:00
Mark Story mark@mark-story.com
3bfd815716
Fixing issue with boolean columns not correctly inserting
...
data in MySQL.
Fixes #1922
2011-08-30 15:44:45 +01:00
Mark Story
9daa969783
Switching FixtureTask to use var_export() instead of custom
...
escaping code.
Fixes issues with quotes in text.
Fixes #1922
2011-08-20 20:08:45 -04:00
Mark Story
18acc65fe1
Adding Cache disabling to bake tasks and parent bakeshell.
...
Fixes #1889
2011-08-19 12:35:59 -04:00
Martin Ueding
00a77b41f5
prepared utf8 database connection option
2011-08-13 17:13:27 +02:00
Graham Weldon
f1400803e4
Added Bake-Banner to home.ctp for baked projects.
2011-07-26 03:11:05 +10:00
ADmad
a0c08cdba8
Synchronizing home.ctp file in skel directory with the one in default app, closes #1777
2011-06-25 18:33:08 +05:30
Jose Lorenzo Rodriguez
52a5c76138
Synchronizing default css file in skel directory, closes #1777
2011-06-17 11:35:16 -04:30
Juan Basso
6aca8dc11a
Updating the copyright to 2011.
2011-05-30 22:46:14 -04:00
Jose Lorenzo Rodriguez
d51e902036
Improving styles for url rewriting detection notice, and copying it to the skel app
2011-05-30 09:01:26 -04:30
mark_story
600609cc87
Adding testsuite icons to the repo, so they are local assets instead of remote ones.
...
Fixes #1708
2011-05-22 09:15:04 -04:00
Ceeram
104f6a52fd
Merge branch '1.3' into 1.3-1679
2011-05-20 00:35:51 +02:00
Thomas Ploch
8ef7016545
Fixed wrong validation init in Model bake task when having index starting at 1.
...
Added guess 'uuid' for type 'string' and length 36.
Updated missing calls to assertEqual() testFieldValidationGuessing().
Added test for uuid guessing.
2011-05-16 15:29:28 +02:00
mark_story
b6ef1305df
Backporting changes made to Memcache in 2.0 to address issues with persistent
...
connections. Refs #1705
2011-05-13 22:10:58 -04:00
Ceeram
5329c188d6
adding help info for bake connection parameter, closes #1679
2011-05-06 17:13:15 +02:00
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