Commit Graph

148 Commits

Author SHA1 Message Date
resurtm
e4c2717aa6 Minor fixes related to the feature of migrating to the certain date/time 2014-02-19 13:01:56 +06:00
resurtm
322c517b80 Fix #3228: added an ability to migrate to the certain time 2014-02-15 13:56:36 +06:00
Daniel Banck
2e1602a962 Fixes #3078: Migration table primary key is too long for utf8mb4 databases 2013-11-29 01:40:26 +01:00
Alexander Makarov
5a6357255b fixes #2852 2013-09-10 20:02:09 +04:00
Carsten Brandt
4ce94e9543 Always refresh migration table schema in MigrateCommand
value could be outdated in testing environment.
Fixes #1911
2013-05-27 02:01:42 +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
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02: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
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
resurtm
b37498daeb Fixes #1212. 2012-09-27 11:29:47 +06: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
resurtm
73833cbf7b Typo fix. 2012-07-26 20:22:46 +06:00
resurtm
06b59f750b Changelog and WebAppCommand help additions. 2012-07-26 19:23:45 +06:00
resurtm
629540bfb5 WebAppCommand now supports generation of additional files for hg and git. 2012-07-26 19:05:40 +06:00
Alexander Makarov
bf3c1f7d50 Enh #584: Refactored WebAppCommand to be more customizable, added more PHPDoc 2012-07-02 01:50:43 +04:00
Carsten Brandt
cb1f59de2f typo, added DIRECTORYSEPARATOR and / 2012-06-26 00:55:45 +02:00
Carsten Brandt
47a9534301 fixed webapp creation with relative paths like ../
was not working correctly when base name of path was ..
fixes #178
2012-06-26 00:39:51 +02:00
Steffen Dietz
71ff7f7156 matched confirm signature to CConsoleCommand 2012-05-14 21:43:29 +02:00
Carsten Brandt
a098f97b0e code style and small documentation fixes
due to comments in a6d8222 4fd934d
2012-04-28 00:32:09 +02:00
Carsten Brandt
4fd934d0bd adjusted all framework commands to use proper exit codes
use console exit codes introduced in pull request #647
2012-04-27 23:01:24 +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
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
e661101e0f and one more approach to schema cache refresh 2011-12-27 20:28:26 +00:00
alexander.makarow
3d8563fddf another approach to schema cleanup after DB migration 2011-12-27 19:20:45 +00:00
alexander.makarow
dcd17e7741 (Fixes issue 2872) Added CConsoleCommand::prompt() that asks for input and CConsoleCommand::confirm() that asks for confirmation 2011-12-06 22:33:37 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00: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
d96d9840cb (Fixes issue 2713) 2011-08-05 22:28:57 +00:00
alexander.makarow
a8f5b10c4b (Fixes issue 2717) Extracted MigrateCommand::createMigrationHistoryTable method from MigrateCommand::getMigrationHistory 2011-08-05 22:25:19 +00:00
alexander.makarow
d34cb72224 (Fixes issue 2635) MigrateCommand migration execution time is now measured correctly 2011-07-12 21:39:39 +00:00
alexander.makarow
9c2e4c616f (Fixes issue 2636) CConsoleCommand::init() wasn't called in yiic shell mode 2011-07-12 21:34:43 +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
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
6e353740a4 * Added transaction support for the DB migration feature. 2011-03-04 17:16:49 +00:00
qiang.xue
8974f8861a (Fixes issue 2169) 2011-03-04 15:48:00 +00:00
keyboard.idol@gmail.com
ad36b3ff52 (Fixes issue 2042) 2011-01-29 23:04:11 +00:00
qiang.xue
0f0c332385 (Fixes issue 2026) 2011-01-21 21:53:08 +00:00