- 20 Oct, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
#4471: `yii\caching\ApcCache` now returns array in case of APC is installed but not enabled in CLI mode
-
- 19 Oct, 2014 6 commits
-
-
Alexander Makarov authored
Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper
-
Qiang Xue authored
-
Alexander Makarov authored
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data
-
Ilya Antipenko authored
-
- 18 Oct, 2014 2 commits
-
-
Alexander Makarov authored
Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message
-
Alexander Makarov authored
-
- 17 Oct, 2014 2 commits
-
-
Carsten Brandt authored
fixes #5601
-
Qiang Xue authored
Fixed the bug that Gii console command help information does not contain global options
-
- 16 Oct, 2014 6 commits
-
-
db6178 authored
-
Qiang Xue authored
Fixes #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings
-
Qiang Xue authored
Fixes #5584: `yii\rbac\DbRbacManager` should not delete items when deleting a rule on a database not supporting cascade update
-
mdmunir authored
-
mdmunir authored
-
mdmunir authored
-
- 15 Oct, 2014 1 commit
-
-
Tom Lindelius authored
-
- 14 Oct, 2014 1 commit
-
-
Carsten Brandt authored
before: failed with undefined index PHP error now: fail with proper error complaining about missing argument.
-
- 13 Oct, 2014 3 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Carsten Brandt authored
ensure syntax highlighting
-
- 12 Oct, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
there is no reliable way to determine the cubrid PDO extension version used and also no reliable way to detect which combination of server and client produces wrong behavior. By requiering 9.3 or higher in both client and server we can be sure it works. fixes #852
-
- 11 Oct, 2014 2 commits
- 10 Oct, 2014 10 commits
-
-
Carsten Brandt authored
API is not finished. issue #5082
-
Alexander Makarov authored
Fixes #5435: Added extra checks to `yii\rbac\DbManager` to prevent database exceptions when `$userId` is empty
-
Qiang Xue authored
-
Klimov Paul authored
-
Klimov Paul authored
Fixed `yii\console\controllers\AssetController` breaks CSS URLs in case target file localed at `yii\web\AssetManager::basePath` root
-
Klimov Paul authored
-
Carsten Brandt authored
this commit breaks the apidoc extension. will adjust it afterwards.
-
Jani Mikkonen authored
-
Klimov Paul authored
-
Alexander Makarov authored
Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter`
-