1341 Commits (f620f4de901dbfc3615dd3cfa8d9368668043717)

Author SHA1 Message Date
Qiang Xue 33955a9e90 `yii\web\AssetManager` should not publish disabled asset bundles 10 years ago
Carsten Brandt d44c23bb00 ported fix for #6164 to sphinx 10 years ago
Carsten Brandt cc8ffe364e added support for yii\db\Expression to querybuilder BETWEEN and LIKE 10 years ago
Qiang Xue 280dd1651d Fixes #6172: `yii\rbac\DbManager` should properly quote table and column names 10 years ago
Alexander Makarov e88a5d9cc4 Fixes #4823 and #6005: `yii message` accuracy and error handling were improved by using PHP tokenizer instead of regular expressions. Removed eval() as well. 10 years ago
Alexander Makarov fb2dff8528 Fixes #6107 and #6112: `yii message` was emptying existing translations and incorrectly writing not yet translated strings in .po in case of multiple categories 10 years ago
Carsten Brandt 8039026ae2 added Formatter::defaultTimeZone to allow non UTC-values in DB 10 years ago
Tobias Munk 5cb9349273 Fixes #6113: Improved debugger configuration and request UI 10 years ago
Qiang Xue 3c63213de3 Added `yii\base\Controller::renderContent()` 10 years ago
Qiang Xue 439c2e4d11 Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()` 10 years ago
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