Commit Graph

6117 Commits

Author SHA1 Message Date
Pavel Solomienko
2300e9cbe5 Update BaseMigrateController.php 2016-01-13 19:33:53 +02:00
githubjeka
9ae21e5df2 phpDoc of joinWith updated to \yii\db\ActiveQuery 2016-01-12 12:20:12 +03:00
githubjeka
2b6ceb1eb7 phpDoc updated 2016-01-12 10:10:43 +03:00
Evgeniy Tkachenko
60086507db Updated phpDoc to ManagerInterface::addChild() 2016-01-09 00:05:10 +03:00
Klimov Paul
57ab949be5 Response::redirect() uses 200 status code if 'X-Ie-Redirect-Compatibility' header sent 2016-01-08 16:32:09 +02:00
SilverFire - Dmitry Naumenko
019587e544 yii\web\Response - fixed comparation bug introduced in #9670 2016-01-08 14:44:35 +02:00
Tom Worster
40fc49bf16 remove obsolete @throw tags 2016-01-04 15:08:04 -05:00
Carsten Brandt
cdb7d84fea added support for non-gregorian calendar to formatter
fixes #8687
close #10517
2016-01-02 19:42:35 +01:00
Carsten Brandt
74924ad134 updated fa messages after #10515 2016-01-02 16:32:20 +01:00
SilverFire - Dmitry Naumenko
adae5a96ba Fixed indent 2016-01-02 10:56:28 +02:00
Jafaripur
bd27d9f797 Update Persian translations.
Add new items to translations for fa locale.
2016-01-02 09:39:56 +03:30
Alexander Makarov
56f77a9070 Fixed typo 2016-01-01 14:33:41 +03:00
LAV45
fcf25e8fa1 Fixed \yii\di\Instance::ensure() to work with minimum settings 2016-01-01 10:39:04 +02:00
Dmitry Naumenko
0611ead043 Merge pull request #10483 from SilverFire/9670-ie-redirect
Bug #9670: Fixed PJAX redirect in IE
2015-12-31 10:33:17 +02:00
Pavel
b68613b746 Added support for events declared in interfaces #10108
Added guide in russian for events in interfaces
2015-12-27 23:07:36 +02:00
Alexander Makarov
5cecb09c1b Fixes #9443: Added unsigned() to ColumnSchemaBuilder 2015-12-26 15:20:21 +03:00
AnatolyRugalev
3b31aa771a #10363: Fixed i18n fallback float and integer formatting 2015-12-26 10:42:34 +02:00
Dmitry Naumenko
f29ba78a8f Merge pull request #10395 from AnatolyRugalev/issue-10255
Added warning to session component initialization
2015-12-26 10:33:56 +02:00
SilverFire - Dmitry Naumenko
dc93ec3812 Bug #9670: Fixed PJAX redirect in IE 2015-12-26 10:19:22 +02:00
Hereward Mills
a4acd048bc Add @throws tags to PHPDocs. 2015-12-24 11:11:03 +00:00
Sam Mousa
18fc8db32f Fixes #10372: Fixed console controller including DI arguments in help 2015-12-22 13:11:00 +03:00
SilverFire - Dmitry Naumenko
dcda2a2466 BaseHtml::checkboxList minor update 2015-12-21 18:09:44 +02:00
SilverFire - Dmitry Naumenko
6be34e1f81 Merge branch 'master' of github.com:yiisoft/yii2 2015-12-21 18:06:23 +02:00
cohen
85c6a903dc Enh #10390: Added ability to disable outer tag for \yii\helpers\BaseHtml::radiolist(), ::checkboxList 2015-12-21 18:04:49 +02:00
Carsten Brandt
159686906e updated german translation 2015-12-21 17:03:42 +01:00
Rudolf Jurišić
2778b4e613 Grammar fix 2015-12-21 13:49:14 +01:00
Nobuo Kihara
54d4036a39 framework/messages/ja/yii.php updated [ci skip] 2015-12-21 19:19:59 +09:00
Alexander Makarov
cb908451d5 Merge pull request #10440 from tom--/10435-file_get_contents(/dev/urandom)
fix #10435 with file get contents(/dev/urandom)
2015-12-21 11:27:06 +03:00
Tom Worster
ba19858e58 move private state var also 2015-12-20 21:28:03 -05:00
Tom Worster
83b61eae43 move "private" consts before generateRandomKey() 2015-12-20 21:25:33 -05:00
Tom Worster
358e9115ed comment lstat 2015-12-20 21:21:34 -05:00
Tom Worster
e7a888ad11 use file_get_contents and not magic numbers 2015-12-20 11:48:36 -05:00
SilverFire - Dmitry Naumenko
67cc16a07d AssetManager::publishDirectory - removed redundant is_dir check 2015-12-20 18:17:09 +02:00
SilverFire - Dmitry Naumenko
01a6235059 #9333: Fixed AssetManager to publish bundles using symlink with nested directories in hash
Closes #9333
2015-12-20 16:24:40 +02:00
Carsten Brandt
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
SilverFire - Dmitry Naumenko
6db63ed5fe Updates translations. Ima ployglot :D ‼️ 2015-12-19 22:18:42 +02:00
SilverFire - Dmitry Naumenko
8298588d5b Separated limit and formattedLimit for translations in FileValidator 2015-12-19 22:08:52 +02:00
SilverFire - Dmitry Naumenko
b83803460b Fixes #8466. FileValidator: units in tooBig and tooSmall error messsages are formated 2015-12-19 21:38:29 +02:00
Dmitry Naumenko
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
Tom Worster
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
AnatolyRugalev
c39c0b3ddd returned shutdown handler to it's original place 2015-12-18 17:28:58 +05:00
Evgeniy Tkachenko
ce94928a2c Enhancement to phpDoc of AssetManager 2015-12-18 10:21:34 +03:00
Carsten Brandt
d9f8933737 added prettyPrint option to JsonResponseFormatter
fixes #9762
close #10412
2015-12-18 02:42:59 +01:00
kidol
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
SilverFire - Dmitry Naumenko
2275156f7e PHPDoc updated 2015-12-15 19:14:55 +02:00
SilverFire - Dmitry Naumenko
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
SilverFire - Dmitry Naumenko
8c86310003 BaseInflaector: PHPDoc updated 2015-12-15 09:49:09 +02:00
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