1101 Commits (63f9ec4da688305746ef64eeff949de0298f5b6d)

Author SHA1 Message Date
Qiang Xue 2782adcca4 Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks 10 years ago
Qiang Xue 9eedfd054e Fixed test break. 10 years ago
Qiang Xue ab1f32ef76 Fixes #4492: Support PostgreSQL-specific syntax for `QueryBuilder::alterColumn()` 10 years ago
Qiang Xue 865a94f321 Fixes #4739: Better display of exceptions when the response format is set as "raw" format 10 years ago
Qiang Xue 6b52b03523 Fixes #6049: `yii\db\Connection::getSchema()` for Oracle should return false when the table does not exist. Oracle does not support `ON UPDATE` clause. 10 years ago
Qiang Xue de8966079f Fixes #5367: Added `yii\grid\DataColumn::encodeLabel` 10 years ago
Qiang Xue b7012ca935 Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` 10 years ago
Qiang Xue 866214e75a Fixes #6018: When setting the `encode` option via `yii\widgets\ActiveRecord::errorOptions`, it works the other way around [skip ci] 10 years ago
Klimov Paul 112ad80d6e Fixed `yii\console\controllers\AssetController` breaks CSS URLs, which start from '/' 10 years ago
Qiang Xue cf0c8c37dd Fixes #5983: Added `Inflector::sentence()` 10 years ago
Qiang Xue 88caccd61d Fixes #5997: The same message may be exported twice to log targets 10 years ago
Alexander Makarov dab2b03f09 Fixes #5863: Selecting all individual `yii\grid\CheckboxColumn` checkboxes in grid view wasn't resulting in "all" checkbox selected 10 years ago
Qiang Xue 880a305ee4 Fixes #5452: Errors occurring after the response is sent are not displayed 10 years ago
Qiang Xue fe546cd22f Fixes #5688: Added optional `$formName` to `Model::loadMultiple()` to support customizing form name directly 10 years ago
Qiang Xue f1812210a8 Fixes #5768: When setting `data-confirm` attribute to a submit button, clicking on the button would not trigger form submission 10 years ago
Qiang Xue 8923d20a3f Fixes #5619: `yii\log\Target` should not attempt to start session when there is none 10 years ago
Alexander Makarov e2b6cb69b0 Fixes #4889: Application was getting into redirect loop when user wasn't allowed accessing login page. Now shows 403 10 years ago
Alexander Makarov 3485596bc7 Reordered changelog 10 years ago
Denis M 511535ec0a Fixes #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions` 10 years ago
Alexander Makarov 4b97abacc7 Fixes #5954: `yii message` command now shows user friendly error if it's not able to parse source file 10 years ago
Alexander Makarov b8cb5e2a28 Fixes #4263: Added migration and SQL schema files for `yii\log\DbTarget` 10 years ago
Qiang Xue f423f15781 Fixes #5925: `ArrayHelper::htmlEncode()` does not work properly when the value being encoded is a nested array 10 years ago
Alexander Makarov 6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 10 years ago
Artem Belov bcd2392673 ArrayHelper::toArray() now uses $properties parameter in recursive calls for descending objects 10 years ago
Qiang Xue 10cc19d0b6 Fixes #5833: The `message` command fails with a FK constraint error when trying to update messages 10 years ago
Qiang Xue a92e214b9e Fixes #5770: Added more PHP error names for `ErrorException` 10 years ago
Qiang Xue f9fba181d6 Fixes #5806: Allow `Html::encode()` to be used when the application is not started 10 years ago
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