1023 Commits (f964ae90053a152ee61248af58dce4056aef550e)

Author SHA1 Message Date
Alexander Makarov 7c5938f902 #4791: Added more colors to `yii migrate` command 10 years ago
Alexander Makarov 3c70d3c317 Fixes #3305: `yii migrate` now automatically flushes DB schema cache after successful migration 10 years ago
Alexander Makarov eaf8ece568 Fixes #5627: Added `yii cache/flush-schema` console command to flush DB schema cache of a given database connection 10 years ago
wenbin1989 402d58cfd8 Fixes #6081: `yii\rbac\DbManager::getChildren()` was not quoting column name properly 10 years ago
Alexander Makarov de8adda565 Fixes #5748: Smarty `{path` was generating absolute URLs instead of relative ones 10 years ago
Alexander Makarov c2ef433ef9 Fixes #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions` 10 years ago
Alexander Makarov e6450be665 Fixes #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly 10 years ago
Andrey Grachov 25a7c84ef2 Fixes #6271: Query caching returns the same data when running the same SQL with different fetch modes 10 years ago
Qiang Xue 2a0797dd23 Fixes #6266: Clicking on reset button does not hide error summary when using `ActiveForm` 10 years ago
Qiang Xue f509ed2448 Fixes #6236: No JS scripts should be registered when `yii\widgets\ActiveForm::enableClientScript` is false 10 years ago
Carsten Brandt 6a8f4b0e50 fixed date formatter to display date-only values correctly 10 years ago
Qiang Xue 87c002d5b3 Fixes #6207: Added support for truncating HTML strings using `StringHelper::truncate()` and `StringHelper::truncateWords()` 10 years ago
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