5036 Commits (379319d14491d27bf9971807b6c3e1fe50dbc019)

Author SHA1 Message Date
Qiang Xue 3c63213de3 Added `yii\base\Controller::renderContent()` 10 years ago
Mircəlal 940562d301 improve 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
Carsten Brandt 38d0570843 fixed unlink() for array valued attributes 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
wenbin1989 3d25f76e59 Fix batchInsert bug in oci. default batchInsert sql is ``` insert into tableName(col1, col2, col3...) value(`col11`, `col12`,`col13`.... ),(`col21`, `col22`,`col23`.... ); ``` which is illegal in oracle db. Change it to ``` insert into tableName(col1, col2, col3...) select 'col11', 'col12', 'col13' from dual union select 'col21', 'col22', 'col23' from dual union select 'col31', 'col32', 'col33' from dual; ``` 10 years ago
wenbin1989 39a358c269 oracle db doesn't support `ON UPDATE` in FOREIGN KEY. remove `ON UPDATE` section in method `addForeignKey`. 10 years ago
wenbin1989 b733a18904 fix oci bugs: \yii\db\oci\Schema::findColumns($table) return true when table doesn't exist When table doesn't exist, query in method `findColumns` return empty array instead of throw a exception. 10 years ago
Carsten Brandt 9869e67df8 fixed phpdoc 10 years ago
Qiang Xue de8966079f Fixes #5367: Added `yii\grid\DataColumn::encodeLabel` 10 years ago
Serge Postrash c6cb205653 Added encodeLabel param to \yii\grid\DataColumn 10 years ago
Andrei Chugunov 0afd13f0da Update BaseHtml.php 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
Alexander Makarov 42ca4bb991 Fixed `yii\log\DbTarget` migration and SQLs to use float column for log_time 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 63e434b473 Safe real path resolving added to `yii\console\controllers\AssetController::combineCssFiles()` 10 years ago
Qiang Xue 61b7079993 Fixes #6007: added doc about asset bundle name [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
pana1990 a61c869256 fix docs 10 years ago
pana1990 eddbb6bedb dropped locale option 10 years ago
pana1990 a87c55ff97 fix camelCase syntax 10 years ago
pana1990 05263692e5 Fixes #5938: add sentence method in Arrayhelper for convert the array to a comma-separated sentence 10 years ago
Qiang Xue 88caccd61d Fixes #5997: The same message may be exported twice to log targets 10 years ago
Klimov Paul f91929761a `yii\log\Logger::flush()` updated to reset messages before passing them to the dispatcher. 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 1008249b54 Fixes incorrect submit button detection. 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
Tomek Romik 69662aa432 Fix typo in polish translation [ci skip] 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
Peter Kokot 761d1fce1d Slovenian translation added 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 add2413e08 better way of generating html code. 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
Vasiliy Baukin ba68986df0 Update BaseArrayHelper.php 10 years ago
Nikola Basic 6debbf39ec Translations update 10 years ago
munawer 33b760eca2 [ci skip] Guide typos fixed 10 years ago
Carsten Brandt a81482b967 more on bootstrap upgrade 10 years ago
Carsten Brandt 40368ee2a0 Update UPGRADE.md 10 years ago
Alexander Makarov 6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 10 years ago