Arhell
c967eec15c
update links
2022-08-06 13:54:29 +03:00
Konstantin Kovalenko
7b44abc817
Fixes #4130 : Fixed PHP 7 added an interception of the ParseError exception for the eval() usage
2017-02-24 00:29:35 +03:00
Carsten Brandt
d4445fb1ec
refactored fileHeader property added by #3346
2014-06-20 15:54:21 +02:00
mbdwey
3c63c42c51
update message commane cli | add file header config
...
it's New configuration feature
this would alllow developer to controlled if he need to add file header
to translations or not
'fileHeader' => true // default Yii header String
'fileHeader' => false // no file header added
'fileHeader' => "string" // add this string to file header
2014-04-30 01:15:21 +02:00
Klimov Paul
d634bcc23d
Unit test "MessageCommandTest" has been improved.
...
"MessageCommand" has been updated: config file including switched from "require_once" to "require"
2013-03-22 22:20:36 +02:00
Paul Klimov
5b3d84016e
E_NOTICE at "MessageCommand::generateMessageFile()" has been fixed.
2013-03-22 16:30:43 +02:00
Paul Klimov
021a541de8
"MessageCommand" has been updated, allowing to merge string with value '0' correctly.
2013-03-22 14:26:22 +02:00
CeBe
097a3a2ce1
Enh #2135 : Yii::t() messages in subfolders
...
Manual merge of PR #2209 of @firsyura
2013-03-15 23:20:08 +01:00
borales
07975cad64
Fixing spaces
...
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371
Fixing some typos, PHPDocs
...
[ci skip]
2013-03-06 00:24:35 +02:00
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
softark
a8f01008fc
Fix #1574 : MessageCommand::extractMessages fails to ignore invalid category definitions
2012-10-18 22:48:15 +09:00
resurtm
63b86f6407
Fixes #1400 . MessageCommand does not add @version $Id: $ to the message files anymore.
2012-09-14 18:46:07 +06:00
Alexander Makarov
d865a3bab8
Fixes #1057 Removed SVN ids
2012-09-09 22:23:45 +04:00
Alexander Makarov
fee50f1f4a
Enh #1228 : Added ability to MessageCommand to generate translation files for multiple functions
2012-09-08 16:01:23 +04:00
Arne
7034388ba8
Update framework/cli/commands/MessageCommand.php
2012-08-27 11:47:58 +03:00
Arne
b5f893c5f7
Changed indenting, renamed translator variable name.
2012-08-26 22:02:31 +02:00
Arne
029d497c46
Allow translator property to accept multiple translators in array format.
2012-08-14 23:49:52 +02:00
SATO Kentaro
de81ed829a
Add sort parameter to MessageCommand that sort messages when merging.
2012-03-03 15:05:11 +09:00
SATO Kentaro
846717250b
Avoid piling up obsolete marks of MessageCommand.
2012-03-03 15:01:47 +09:00
alexander.makarow
c2d0ddae51
(Fixes issue 2751) Added removeOld parameter to yiic message command that allows not to add obsolete lines to translation file generated
2011-09-14 21:31:30 +00:00
alexander.makarow
57982167ea
(Fixes issue 2389) MessageCommand now accepts overwrite option determining if merge result will overwrite existing file
2011-05-12 23:00:19 +00:00
alexander.makarow
c1357c13ad
2011-01-15 01:44:41 +00:00
qiang.xue
4be0af6917
changed copyright year.
2011-01-01 19:31:13 +00:00
alexander.makarow
de79271e84
Added more info to yiic message command help
2010-09-30 21:12:56 +00:00
qiang.xue
d62410d16b
2010-03-10 21:19:30 +00:00
qiang.xue
503ed3770c
(Fixes issue 996)
2010-03-10 19:28:56 +00:00
qiang.xue
eb54ba7407
modified copyright info.
2010-01-07 21:02:00 +00:00
qiang.xue@gmail.com
b124980319
merge from 1.0
2009-04-21 15:16:03 +00:00
qiang.xue
255d03acc6
merge from 1.0
2009-01-19 15:00:39 +00:00
qiang.xue
9488f00e36
merge from 1.0.
2009-01-04 20:57:35 +00:00
qiang.xue
20bf28469f
merge from 1.0.
2008-12-30 23:14:31 +00:00
qiang.xue
cf9b8dec6a
Changed Yii::t() and added a category parameter as its first parameter
2008-10-24 01:42:03 +00:00
qiang.xue
55bdd955a5
removed carriage returns from files.
2008-10-13 21:26:19 +00:00
qiang.xue
d8baee7a8f
changed translatable message format from yii## to yii#.
...
changed how translatable messages in validators are specified.
updated message extractor command.
updated requirement checker.
2008-10-03 02:10:43 +00:00
qiang.xue
662798d8a5
2008-09-28 12:03:53 +00:00