|
|
e0962a5eba
|
replace wrong quoteblock identifiers.
|
2015-12-20 23:36:12 +08:00 |
|
|
|
85b2e5ae5a
|
Merge pull request #10434 from SilverFire/8466-file-formatter
#8466: FileValidator - fixed tooBig and tooSmall error messages
|
2015-12-20 04:17:30 +01:00 |
|
|
|
6db63ed5fe
|
Updates translations. Ima ployglot :D ‼️
|
2015-12-19 22:18:42 +02:00 |
|
|
|
8298588d5b
|
Separated limit and formattedLimit for translations in FileValidator
|
2015-12-19 22:08:52 +02:00 |
|
|
|
b83803460b
|
Fixes #8466. FileValidator: units in tooBig and tooSmall error messsages are formated
|
2015-12-19 21:38:29 +02:00 |
|
|
|
f95a6d9d08
|
Merge pull request #10292 from Faryshta/patch-5
use ArrayHelper::remove() for the html helper methods
|
2015-12-19 18:59:44 +02:00 |
|
|
|
ddf1a91ae9
|
Removed old security test
|
2015-12-19 13:26:14 +03:00 |
|
|
|
1f41a2c9af
|
Fixes #9878,9879,9880: Make \base\Security use random_bytes(), LibreSSL, mcrypt, limit OpenSSL to Windows, and to prefer password_hash() over crypt()
|
2015-12-19 13:13:23 +03:00 |
|
|
|
699bfe57a5
|
Merge pull request #10424 from Disassem/patch-2
Fix punctuation, typos and some style [skip ci]
|
2015-12-18 11:24:22 +03:00 |
|
|
|
98b0bada46
|
Merge pull request #10425 from githubjeka/patch-1
Enhancement to phpDoc of AssetManager [skip ci]
|
2015-12-18 11:20:58 +03:00 |
|
|
|
ce94928a2c
|
Enhancement to phpDoc of AssetManager
|
2015-12-18 10:21:34 +03:00 |
|
|
|
0c707baae8
|
Fix punctuation, typos and some style
|
2015-12-18 13:00:06 +06:00 |
|
|
|
d9f8933737
|
added prettyPrint option to JsonResponseFormatter
fixes #9762
close #10412
|
2015-12-18 02:42:59 +01:00 |
|
|
|
d94f8793a7
|
Merge pull request #10416 from Disassem/patch-1
Fix punctuation and typos [skip ci]
|
2015-12-17 14:36:53 +03:00 |
|
|
|
fb4f748de2
|
Fix punctuation and typos
|
2015-12-17 17:31:10 +06:00 |
|
|
|
603092db28
|
\yii\web\Response::sendHeaders() does not send status header last
to avoid php magic about Location: header to take effect.
Fixes #9412
close #9485
|
2015-12-17 06:13:41 +01:00 |
|
|
|
64d25c4e9f
|
Added Gitter to guide-ru/start-looking-ahead.md
|
2015-12-15 22:28:52 +02:00 |
|
|
|
fc7bfd61c9
|
Added Gitter to start-looking-ahead.md
|
2015-12-15 22:27:29 +02:00 |
|
|
|
2275156f7e
|
PHPDoc updated
|
2015-12-15 19:14:55 +02:00 |
|
|
|
090a9875d9
|
Fixed CaptchaValidator to pass correct hashKey
Fixed `yii\validators\CaptchaValidator` passed incorrect hashKey to JS validator when `captchaAction` begins with `/`
Closes #10385
|
2015-12-15 12:45:00 +02:00 |
|
|
|
8c86310003
|
BaseInflaector: PHPDoc updated
|
2015-12-15 09:49:09 +02:00 |
|
|
|
d17993c82c
|
ApcCache is now able to handle PHP 7 APCu
|
2015-12-15 03:48:44 +03:00 |
|
|
|
b6054acdb2
|
Merge pull request #10387 from rmrevin/master
Support wildcard category name in export messages config #10359
|
2015-12-14 14:10:51 +02:00 |
|
|
|
62fd874413
|
Update phpdoc comments and changelog
|
2015-12-14 14:56:39 +03:00 |
|
|
|
b711d39164
|
Update changelog
|
2015-12-14 14:50:31 +03:00 |
|
|
|
c22a9c0d84
|
Method isIgnoredCategory renamed to isCategoryIgnored and update phpdoc comments
|
2015-12-14 14:50:22 +03:00 |
|
|
|
229f9a8364
|
Support wildcard category name in export messages config #10359
|
2015-12-14 14:04:06 +03:00 |
|
|
|
cc4849a3ae
|
Renamed getUserIDsByRole → getUserIdsByRole for consistency
See 0e0079bcae (commitcomment-14953758)
|
2015-12-14 12:34:00 +03:00 |
|
|
|
4fa25f264d
|
docs/guide-uk adjusted block types [ci skip]
|
2015-12-14 10:19:24 +02:00 |
|
|
|
4238e4fdd7
|
Merge branch 'master' of github.com:yiisoft/yii2
|
2015-12-14 09:46:55 +02:00 |
|
|
|
53979bb80c
|
fixed more broken links
|
2015-12-14 04:40:51 +01:00 |
|
|
|
c1c8cdcd1b
|
fixed broken links in the guide
|
2015-12-14 04:36:00 +01:00 |
|
|
|
1c3b66f332
|
removed Unicode BOM from guide files
|
2015-12-14 04:10:44 +01:00 |
|
|
|
619a2328e3
|
Block types in the guide should not be translated in the code
close #10384
|
2015-12-14 03:58:50 +01:00 |
|
|
|
e3a1afc66c
|
Add blocktypes to China mainland version guide(zh-CN)
See cebe @ 838414118a94451fa7ba150ecd8ba4a7ae0c15ac
|
2015-12-14 03:55:23 +01:00 |
|
|
|
b9a89c2be3
|
Update guide-es [skip ci]
close #10380
|
2015-12-14 03:53:27 +01:00 |
|
|
|
1be78a3bff
|
docs/internals-ja/translation-workflow.md updated [ci skip]
close #10383
|
2015-12-14 03:28:44 +01:00 |
|
|
|
059bc72e48
|
docs/guide-ja adjusted block types [ci skip]
|
2015-12-14 03:28:23 +01:00 |
|
|
|
c5c0c59b84
|
Merge pull request #10381 from pana1990/patch
Add @since [skip ci]
|
2015-12-14 02:59:13 +03:00 |
|
|
|
08034bbe10
|
Add @since [skip ci]
|
2015-12-14 00:03:46 +01:00 |
|
|
|
31ee08ed15
|
Merge pull request #10355 from yiisoft/rbac-get-user-ids-by-role
Fixes #9573: Added `yii\rbac\ManagerInterface::getUserIDsByRole()` and implementations
|
2015-12-14 01:41:41 +03:00 |
|
|
|
fbcd1a5014
|
Russian translation: special block marks should not be translated
|
2015-12-14 01:39:42 +03:00 |
|
|
|
5653a4781c
|
Added blocktypes definition to Russian translation, fixed wrong special marks format
|
2015-12-13 15:24:12 +03:00 |
|
|
|
2aff467414
|
Updated Russian translation of git workflow
|
2015-12-13 15:13:55 +03:00 |
|
|
|
af577eae98
|
Various updates to Russian translation
|
2015-12-13 15:07:24 +03:00 |
|
|
|
d2bef234a3
|
Added suggested translation for "time zone"
|
2015-12-13 14:32:03 +03:00 |
|
|
|
2c7387795b
|
Added suggested translation for "junction table"
|
2015-12-13 14:13:07 +03:00 |
|
|
|
6fb1b297a5
|
typo
|
2015-12-13 05:50:39 +01:00 |
|
|
|
a204b491ae
|
some guide fixes that prevent compiling
|
2015-12-13 05:25:09 +01:00 |
|
|
|
838414118a
|
block types in the guide should not be translated in the code
otherwise parsing them is not easy. also translation becomes redundant.
We now introduce a json file to have translations for these blocks in a central place.
see also https://github.com/yiisoft-contrib/yiiframework.com/issues/77#issuecomment-164208003
|
2015-12-13 02:45:21 +01:00 |
|