cakephp2-php8/cake/console/libs/tasks
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
..
bake.php Adding Cache disabling to bake tasks and parent bakeshell. 2011-08-19 12:35:59 -04:00
controller.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
db_config.php Removing database names that are no longer supported. 2011-09-01 12:01:26 +01:00
extract.php Ticket #1669, i18n: parse (multiline) strings concatenated with "." (for 1.3 branch) 2011-09-08 19:48:53 -04:00
fixture.php Fixing issue with boolean columns not correctly inserting 2011-08-30 15:44:45 +01:00
model.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
plugin.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
project.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
template.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
view.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00