- 23 Oct, 2014 3 commits
-
-
Alexander Makarov authored
Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" This reverts commit 0c8faedd.
-
valbar authored
-
Qiang Xue authored
-
- 22 Oct, 2014 7 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Alexander Makarov authored
Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names
-
Dima Vasilyev authored
Fixes #5682: The `asset` command would incorrectly combine CSS files when `UrlManager::linkAssets` is true
-
Qiang Xue authored
Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` Fixes #5572.
-
Niek Oost authored
-
- 21 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 20 Oct, 2014 3 commits
-
-
Qiang Xue authored
Fixes #5665: The `currentPage` meta data in the RESTful result should be 1-based, similar to that in HTTP headers
-
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
-