Commit Graph

14105 Commits

Author SHA1 Message Date
AnatolyRugalev
c9463235d1 Added changelog line 2015-12-15 12:15:17 +05:00
AnatolyRugalev
84702f1e6f 1. Added init() warning to session component
2. register_shutdown_function() for Session::close now only calls after successful session open
2015-12-15 12:12:27 +05:00
Alexander Makarov
d17993c82c ApcCache is now able to handle PHP 7 APCu 2015-12-15 03:48:44 +03:00
Dmitry Naumenko
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
Revin Roman
62fd874413 Update phpdoc comments and changelog 2015-12-14 14:56:39 +03:00
Revin Roman
b711d39164 Update changelog 2015-12-14 14:50:31 +03:00
Revin Roman
c22a9c0d84 Method isIgnoredCategory renamed to isCategoryIgnored and update phpdoc comments 2015-12-14 14:50:22 +03:00
Revin Roman
229f9a8364 Support wildcard category name in export messages config #10359 2015-12-14 14:04:06 +03:00
Alexander Makarov
cc4849a3ae Renamed getUserIDsByRole → getUserIdsByRole for consistency
See 0e0079bcae (commitcomment-14953758)
2015-12-14 12:34:00 +03:00
SilverFire - Dmitry Naumenko
4fa25f264d docs/guide-uk adjusted block types [ci skip] 2015-12-14 10:19:24 +02:00
SilverFire - Dmitry Naumenko
4238e4fdd7 Merge branch 'master' of github.com:yiisoft/yii2 2015-12-14 09:46:55 +02:00
Carsten Brandt
53979bb80c fixed more broken links 2015-12-14 04:40:51 +01:00
Carsten Brandt
c1c8cdcd1b fixed broken links in the guide 2015-12-14 04:36:00 +01:00
Carsten Brandt
1c3b66f332 removed Unicode BOM from guide files 2015-12-14 04:10:44 +01:00
abrahamgreyson
619a2328e3 Block types in the guide should not be translated in the code
close #10384
2015-12-14 03:58:50 +01:00
abrahamgreyson
e3a1afc66c Add blocktypes to China mainland version guide(zh-CN)
See cebe @ 838414118a
2015-12-14 03:55:23 +01:00
Daniel Gomez Pan
b9a89c2be3 Update guide-es [skip ci]
close #10380
2015-12-14 03:53:27 +01:00
Nobuo Kihara
1be78a3bff docs/internals-ja/translation-workflow.md updated [ci skip]
close #10383
2015-12-14 03:28:44 +01:00
Nobuo Kihara
059bc72e48 docs/guide-ja adjusted block types [ci skip] 2015-12-14 03:28:23 +01:00
Alexander Makarov
c5c0c59b84 Merge pull request #10381 from pana1990/patch
Add @since [skip ci]
2015-12-14 02:59:13 +03:00
Daniel Gomez Pan
08034bbe10 Add @since [skip ci] 2015-12-14 00:03:46 +01:00
Alexander Makarov
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
Alexander Makarov
fbcd1a5014 Russian translation: special block marks should not be translated 2015-12-14 01:39:42 +03:00
Alexander Makarov
5653a4781c Added blocktypes definition to Russian translation, fixed wrong special marks format 2015-12-13 15:24:12 +03:00
Alexander Makarov
2aff467414 Updated Russian translation of git workflow 2015-12-13 15:13:55 +03:00
Alexander Makarov
af577eae98 Various updates to Russian translation 2015-12-13 15:07:24 +03:00
Alexander Makarov
d2bef234a3 Added suggested translation for "time zone" 2015-12-13 14:32:03 +03:00
Alexander Makarov
2c7387795b Added suggested translation for "junction table" 2015-12-13 14:13:07 +03:00
Carsten Brandt
6fb1b297a5 typo 2015-12-13 05:50:39 +01:00
Carsten Brandt
a204b491ae some guide fixes that prevent compiling 2015-12-13 05:25:09 +01:00
Carsten Brandt
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
Carsten Brandt
51c2fce463 typo 2015-12-12 05:10:25 +01:00
Carsten Brandt
c7033712b9 fixed some code highlighting tags in the guide
to match better the languages in highlight.js
2015-12-12 05:07:36 +01:00
Carsten Brandt
5ffcd7b577 added nested array test to vardumper
issue #10376
2015-12-12 03:24:39 +01:00
Alexander Makarov
cdfe6a2627 Merge pull request #10370 from gael-wogenstahl/patch-1
Fix french translation for compare validator [skip ci]
2015-12-11 12:42:00 +03:00
Gaël Wogenstahl
d5a0b9a4b4 Fix french translation for compare validator
Compare validator error messages translation are incorrect in french.
`{compareValue}` is used instead of `{compareValueOrAttribute}`
2015-12-11 17:01:47 +11:00
Alexander Makarov
4a3a94346d Merge pull request #10365 from pana1990/update-messages-es
Update messages-es [skip ci]
2015-12-10 03:01:09 +03:00
Daniel Gomez Pan
cb3557c30d Update messages-es [skip ci] 2015-12-10 00:29:04 +01:00
Alexander Makarov
51287fa61f Merge pull request #10364 from ruslanbat/patch-1
FIX rule for camelCase controller name in REST example [skip ci]
2015-12-10 01:04:07 +03:00
Ruslan Bat
4a1a0fb4d8 FIX rule for camelCase controllerName
<controller:\w+>s
if use this variant of rule  you cant get controller with camelCase name as  camel-case
2015-12-09 23:57:01 +02:00
Alexander Makarov
e86af93478 Merge pull request #10360 from callmez/master
Update yii.php [skip ci]
2015-12-09 15:42:39 +03:00
callmez
a18423493c Update yii.php 2015-12-09 20:37:20 +08:00
SilverFire - Dmitry Naumenko
61d8bb0cd5 Changelog updated 2015-12-09 10:47:20 +02:00
Alexander Makarov
615a29f04e More fixes for MSSQL tests 2015-12-09 03:07:32 +03:00
Alexander Makarov
619c50d933 Fixed MSSQL initial schema for tests 2015-12-08 23:46:01 +03:00
Alexander Makarov
97b40bf705 Added note for upgrade guide 2015-12-08 20:54:55 +03:00
Alexander Makarov
0e0079bcae Fixes #9573: Added yii\rbac\ManagerInterface::getUserIDsByRole() and implementations 2015-12-08 20:00:48 +03:00
Alexander Makarov
11e1ffcdf4 Merge pull request #10354 from Pontorez/patch-1
Typo, style
2015-12-08 18:39:58 +03:00
Pontorez
77deee4230 Typo, style 2015-12-08 15:33:16 +00:00
Carsten Brandt
1b26a0dca2 Merge pull request #10343 from pana1990/update-travis
Remove block comment [skip ci]
2015-12-07 17:58:03 +01:00