1024 Commits (d8848ebf2508c56bafd5651ff9d9c2e5fababcef)

Author SHA1 Message Date
Qiang Xue 5bdf36d9c8 Fixes #5780: `QueryBuilder::batchInsert()` may cause "undefined index" error 10 years ago
Qiang Xue 1ad7e5f77a Fixes #5508: Dropped the support for the `--append` option for the `fixture` command 10 years ago
Qiang Xue a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 10 years ago
Qiang Xue 2544e86d2c Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents 10 years ago
Alexander Makarov 50fd1f586c Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters 10 years ago
Alexander Makarov 99a818c0b8 Fixes #3630: `yii\db\Command::queryInternal()` is now protected 10 years ago
Alexander Makarov e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" 10 years ago
Qiang Xue cb90f31cbe Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error 10 years ago
Carsten Brandt 49961c4896 change Console::confirm() output to use stdout 10 years ago
Alexander Makarov 0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 10 years ago
Dima Vasilyev 935146901b Fixes #5682: The `asset` command would incorrectly combine CSS files when `UrlManager::linkAssets` is true 10 years ago
Qiang Xue 36ea0f321a Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` 10 years ago
Qiang Xue 78d37e4d0e Fixes #5657: `yii\caching\ApcCache::mset()` and `madd()` may cause warning in some APC setup 10 years ago
Qiang Xue 998076d0c8 Fixes #5665: The `currentPage` meta data in the RESTful result should be 1-based, similar to that in HTTP headers 10 years ago
Alexander Makarov 95732db93a Fixed changelog 10 years ago
Alexander Makarov e5fa813809 #4471: `yii\caching\ApcCache` now returns array in case of APC is installed but not enabled in CLI mode 10 years ago
Alexander Makarov b560c9bc90 Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Alexander Makarov 48ec791e4a 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()` 10 years ago
Alexander Makarov 6a794f6b1b Simpler fix for #5402 10 years ago
Alexander Makarov 084d355448 Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data 10 years ago
Ilya Antipenko 9061874bdb Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly 10 years ago
Carsten Brandt 292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
Qiang Xue 8c50ee9ef3 Fixes #5613: Added `--overwrite` option to Gii console command to support overwriting all files 10 years ago
Qiang Xue 0909e0252a Fixes #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings 10 years ago
Qiang Xue 999e8b84d4 Fixes #5584: `yii\rbac\DbRbacManager` should not delete items when deleting a rule on a database not supporting cascade update 10 years ago
mdmunir 3dd61bdc93 changelog 10 years ago
mdmunir dc8b8edb5f changelog 10 years ago
Qiang Xue 47f2272652 prepare for next release. 10 years ago
Qiang Xue ae8d978270 2.0.0 release. 10 years ago
Carsten Brandt de853a2552 UPGRADE note for #852 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Qiang Xue 7ba770ebd0 Fixes #5408: Gii console command incorrectly reports errors when there is actually no error 10 years ago
Alexander Makarov b66c4cf42d Fixes #5435: Added extra checks to `yii\rbac\DbManager` to prevent database exceptions when `$userId` is empty 10 years ago
Klimov Paul f5c5c2fd8b Fixed `yii\console\controllers\AssetController` breaks CSS URLs in case target file localed at `yii\web\AssetManager::basePath` root 10 years ago
Carsten Brandt 664fe08874 updated cebe/markdown to 1.0.0 10 years ago
Klimov Paul 13bc95ae52 Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows 10 years ago
Alexander Makarov 327dde72f4 Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter` 10 years ago
Qiang Xue 232bcd1dd5 Fixes #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once. 10 years ago
Qiang Xue 046b56ce8f Fixes #5423: `yii\behaviors\Cors` causes "undefined index" error when its `cors` is configured 10 years ago
Kartik Visweswaran 03b88dd618 Fixes #5424: `Html::addCssStyle()` wasn't correctly setting style passed in array 10 years ago
Carsten Brandt f3a6b1985d do not call afterAction() if beforeAction returned false 10 years ago
armab ef127f6855 Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
Qiang Xue 139ffad192 Fixes #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset 10 years ago
Qiang Xue 263684f362 Fixes #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` 10 years ago
Qiang Xue d6b797e236 Fixes #5252: Null values are not properly handled by `RangeValidator` 10 years ago
Qiang Xue eec716d88f Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
Qiang Xue 710e70b8fd Fixes #2037: Dropped the support for using `yii\base\Module` as concrete module classes 10 years ago
Qiang Xue 42609dbed5 Fixes #5314: Fixed typo in the implementation of `yii\web\Session::getHasSessionId()` 10 years ago
Qiang Xue 858ceb5039 Added `yii\base\Application::loadedModules` 10 years ago