Commit Graph

62 Commits

Author SHA1 Message Date
Carsten Brandt
369e4218a9 Merge branch 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2 into Ragazzo-fixtures_except_option_added
* 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2:
  filter fix
  changelog added
  changes of other pr reverted
  except option added

Conflicts:
	framework/CHANGELOG.md
2014-01-17 22:15:59 +01:00
Jacob Morrison
5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 2014-01-17 12:07:15 -08:00
Mark
e1c921a28c filter fix 2014-01-16 15:24:15 +04:00
Mark
6f9949a04c changes of other pr reverted 2014-01-16 12:38:39 +04:00
Mark
55c686cbf5 except option added 2014-01-16 12:36:06 +04:00
Mark
dad238f60d changed truncate to delete 2014-01-16 12:06:33 +04:00
Alexander Makarov
e0f20abd55 minor formatting fixes 2014-01-15 23:41:55 +04:00
SergeiKutanov
a937e970c6 fixes for previous solution 2014-01-15 16:40:26 +04:00
SergeiKutanov
92cfdb33c7 po now supports obsolete messages 2014-01-15 16:08:13 +04:00
SergeiKutanov
2ce5e652d7 code style fixed 2014-01-15 14:44:57 +04:00
SergeiKutanov
08cf7e7b94 po filles generation.
All the quotation marks must be screened by adding a backslash before them. Otherwise we cannot generate .mo file.
2014-01-15 13:29:03 +04:00
Alexander Makarov
edf98ced99 Fixes #1973: Re-implemented solution for yii message/extract is now able to generate .po files 2014-01-14 23:09:37 +04:00
SergeiKutanov
7777657639 po file generatin added.
Files are generated using message/extract command.
E.g.: ./yii message/extract message/config.php po
2014-01-14 22:46:55 +04:00
Alexander Makarov
3091024e78 And optimized even more 2014-01-13 23:39:40 +04:00
Alexander Makarov
1e291ec4d5 Optimized code a bit 2014-01-13 23:37:16 +04:00
Alexander Makarov
a5d5e80400 Re-added removed initialization of array 2014-01-13 22:31:05 +04:00
Alexander Kochetov
3de7bce631 Migration command show correct directory path while it not exist 2014-01-13 06:53:25 +04:00
Alexander Makarov
349f2c9e32 phpdoc fixes, unused variable 2014-01-12 23:40:21 +04:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Alexander Kochetov
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
Alexander Kochetov
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
Zander Baldwin
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Qiang Xue
e132ed8d18 initial implementation of asset command. 2013-04-22 17:22:38 -04:00
Qiang Xue
f21499dd9b script WIP 2013-04-22 16:03:27 -04:00
Qiang Xue
7775e927e1 script command WIP 2013-04-22 06:50:22 -04:00
Qiang Xue
304122ebe4 Fixed bug in yiic.php.
Refactoring AssetConverter.
2013-04-19 20:44:59 -04:00
Alexander Makarov
c006ebeb49 added .hgignore to list of typically ignored files 2013-04-18 20:46:37 +04:00
Qiang Xue
5b412b8f84 script WIP 2013-04-16 17:42:31 -04:00
Alexander Makarov
ac5b25e3f7 fixed typos 2013-04-16 00:52:58 +04:00
Qiang Xue
78457bf009 fetching plural rule data. 2013-04-01 14:58:44 -04:00
Qiang Xue
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
Qiang Xue
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
Qiang Xue
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
Alexander Makarov
c00c2dcb1a renamed yiic webapp -> yiic app 2013-02-21 16:12:49 +04:00
Alexander Makarov
a25f870090 renamed create -> webapp/create, specified global options 2013-02-20 00:30:02 +04:00
Alexander Makarov
137d472838 console command to flush cache 2013-02-08 00:29:03 +04:00
Qiang Xue
a07a67ad8d minor fix of console commands. 2013-02-05 16:17:07 -05:00
Qiang Xue
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
Qiang Xue
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
Qiang Xue
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
Qiang Xue
398ac25456 added UserException. 2013-02-03 19:45:44 -05:00
Qiang Xue
af4455eb03 Finished console support.
Finished migrate command.
2013-02-03 19:37:29 -05:00
Qiang Xue
6a595de4be refactored MVC. 2013-02-03 13:54:27 -05:00
Qiang Xue
225d2bb1b3 help cleanup 2013-02-03 09:52:10 -05:00
Qiang Xue
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
Qiang Xue
2d7f048b74 Refactored usage error in console commands. 2013-02-01 19:28:38 -05:00
Qiang Xue
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
Qiang Xue
5b357d2eed console app cleanup. 2013-01-31 16:19:27 -05:00