Paul Klimov
|
518954dafe
|
Merge branch 'master' of git://github.com/yiisoft/yii2
|
2014-01-30 23:03:05 +02:00 |
|
Carsten Brandt
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
John Was
|
62a7e397e0
|
fix the _only_ option in calls to FileHelper::findFiles()
|
2014-01-27 21:04:49 +01:00 |
|
Alexander Makarov
|
5cab2a8745
|
Fixes #2156: yii migrate now automatically creates migrations directory if it does not exist
|
2014-01-27 06:57:22 +04:00 |
|
Klimov Paul
|
1f4d94d5db
|
AssetController default 'cssCompressor' command fixed.
|
2014-01-23 20:48:12 +02:00 |
|
Carsten Brandt
|
9630c807a7
|
doc link fixes
|
2014-01-23 12:04:02 +01:00 |
|
Qiang Xue
|
4fe0eeb1b6
|
refacotring.
|
2014-01-21 19:12:10 -05:00 |
|
Alexander Makarov
|
b95fcf442d
|
Removed unused import
|
2014-01-22 03:32:49 +04:00 |
|
Alexander Makarov
|
05db070b32
|
Adjusted #2008
|
2014-01-22 03:31:22 +04:00 |
|
Alexander Makarov
|
ec1c85bb34
|
Merge pull request #2008 from kate-kate/db-message-command
added possibility to save messages to be translated
|
2014-01-21 15:11:24 -08:00 |
|
Carsten Brandt
|
b8558a860a
|
fixed migrate command output
|
2014-01-21 17:09:29 +01:00 |
|
Paul Klimov
|
b7be79b5d7
|
AssetController default 'cssCompressor' value changed to enforce type css.
|
2014-01-21 17:09:01 +02:00 |
|
Paul Klimov
|
b6eba6583a
|
AssetController config template adjusted.
|
2014-01-21 16:58:10 +02:00 |
|
Paul Klimov
|
dcf8f450f5
|
AssetController adjusting URLs at same line has been fixed.
|
2014-01-21 12:45:56 +02:00 |
|
Paul Klimov
|
1181b7b965
|
AssetController has been fixed to override 'js' and 'css' for compressed bundles.
|
2014-01-20 17:05:58 +02:00 |
|
Qiang Xue
|
b496a04f49
|
refactored fixture feature.
|
2014-01-19 23:17:53 -05:00 |
|
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 |
|
Digimon
|
6ea98bf39a
|
format fixed, substr changed to mb_substr, database-related settings added
|
2014-01-17 19:35:43 +02:00 |
|
Digimon
|
48eb4c2685
|
algorithm of data insertion approved
|
2014-01-17 17:01:22 +02:00 |
|
Digimon
|
7b1b7a3740
|
forgotten rows
|
2014-01-17 14:14:22 +02:00 |
|
Digimon
|
48b8089d63
|
code format fixed
|
2014-01-17 01:31:52 +02:00 |
|
Digimon
|
c3976b0f63
|
added possibility to save messages to be translated
|
2014-01-17 00:16:10 +02: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 |
|
Carsten Brandt
|
51357e58f0
|
more console helper and controller refactoring
changed name of ansi switch to --colors
69cad905dd (commitcomment-3168489)
issue #33
|
2013-05-08 12:46:54 +02:00 |
|
Carsten Brandt
|
fc5045fd0c
|
Fixed Copy paste error console/Controller
also naming of formatString -> ansiFormat
|
2013-05-08 12:16:30 +02:00 |
|
Carsten Brandt
|
69cad905dd
|
Refactoring Console commands
added method wrappers in console/Controller
issue #33
|
2013-05-08 02:41:29 +02: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 |
|
Qiang Xue
|
14699b5ec3
|
reorganized app code.
removed app template from framework folder.
|
2013-05-05 18:32:32 -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 |
|