- 27 Jun, 2014 2 commits
-
-
Qiang Xue authored
Fixes #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module
-
Carsten Brandt authored
-
- 26 Jun, 2014 7 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer`
-
Carsten Brandt authored
-
Alexander Makarov authored
Fixes #3101: Improved handling of log target failures. It will now skip target and log reason instead of going into infinite cycle
-
Qiang Xue authored
Fixes #3568: When the primary query sets `asArray`, it is not respected by the `via` relational query
-
Qiang Xue authored
Fixes #3638: `yii\filters\HttpCache` does not work as expected when session is started before the filter
-
- 25 Jun, 2014 9 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
one method for fetching data and one for sending to db. fixes #2287
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #3583
-
Carsten Brandt authored
fixes #3559
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #3893
-
Carsten Brandt authored
fixes #3899
-
Carsten Brandt authored
fixes #422
-
- 24 Jun, 2014 3 commits
-
-
Carsten Brandt authored
fixes #4012
-
Qiang Xue authored
Fixes #2558: Enhanced support for memcached by adding `yii\caching\MemCache::persistentId` and `yii\caching\MemCache::options`
-
Qiang Xue authored
-
- 23 Jun, 2014 6 commits
-
-
Dmitry Chernikov authored
-
Dmitry Chernikov authored
-
Carsten Brandt authored
fixes #3220
-
Dmitry Chernikov authored
-
Dmitry Chernikov authored
-
Carsten Brandt authored
made it consistent with the GD function. See also https://github.com/yiisoft/yii/pull/3406
-
- 21 Jun, 2014 1 commit
-
-
Qiang Xue authored
-
- 20 Jun, 2014 1 commit
-
-
Qiang Xue authored
Fixes #3956: Flash messages set via `Yii::$app->session->setFlash()` will be removed only if they are accessed
-
- 19 Jun, 2014 6 commits
-
-
Qiang Xue authored
-
Alexander Makarov authored
-
Alexander Makarov authored
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation. - Added proper tests for both intl-based slug and PHP fallback. - Removed character maps for non-latin languages. - Improved overall slug results. - Added note about the fact that intl is required for non-latin languages to requirements checker.
-
Qiang Xue authored
-
Qiang Xue authored
-
joni-jones authored
-
- 18 Jun, 2014 2 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
Fixes #3934: yii.handleAction() in yii.js does not handle the case when a hyperlink is a hash character
-
- 17 Jun, 2014 3 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Dmitry Chernikov authored
-