cakephp2-php8/cake
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
..
config Updating version numbers 2011-07-26 13:16:14 -04:30
console Ticket #1669, i18n: parse (multiline) strings concatenated with "." (for 1.3 branch) 2011-09-08 19:48:53 -04:00
libs Fix create() and onsubmit option. 2011-09-07 21:07:34 -04:00
tests Fix create() and onsubmit option. 2011-09-07 21:07:34 -04:00
basics.php Add cross version constants. 2011-09-07 20:12:22 -04:00
bootstrap.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
dispatcher.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
LICENSE.txt Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
VERSION.txt Updating version numbers 2011-07-26 13:16:14 -04:30