5063 Commits (c808932c24f9bf4c485dc4d77a41d94e742724b0)

Author SHA1 Message Date
Carsten Brandt a375a62070 bump minimum required cubrid version 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
Carsten Brandt 3e3948d8ea fix breaking changes in markdown for console and API 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
Qiang Xue 1c428ec5dc Fixes #5475: bumped up yii2-pjax to 2.0.1 10 years ago
Klimov Paul 0fa3694088 Created template content at `yii\console\controllers\AssetController` adjusted 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
Klimov Paul 37e0295c01 Error prone `realpath()` call removed 10 years ago
Carsten Brandt 664fe08874 updated cebe/markdown to 1.0.0 10 years ago
Jani Mikkonen cf62bf67fe Update Finnish translation 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
Alexey Kolmakov ce4bf84452 #5467 Allow pass options to Html:a in Formatter:asUrl 10 years ago
Qiang Xue 232bcd1dd5 Fixes #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once. 10 years ago
Nobuo Kihara a1e3d2108c messages/ja/yii.php updated 10 years ago
Sergey 783d1ccaed typo fix 10 years ago
Sergey 366852647b typo fix 10 years ago
Klimov Paul 15c8935db1 Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` 10 years ago
Carsten Brandt 1b052f3e94 updated formatter docs and allow using DateTimeImmutable 10 years ago
Alexander Makarov c489f8228d Removed unnecessary token generation. We already have it. 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
Qiang Xue 22dac1af62 wording fix [skip ci] 10 years ago
Sergey 3611b51bd3 typo fix 10 years ago
Carsten Brandt f3a6b1985d do not call afterAction() if beforeAction returned false 10 years ago
Alexander Makarov df82aabe7b Fixes #5395: added note about session table id column length 10 years ago
Jared Feng 798a22be4d add missing semicolon, fixes #5393 10 years ago
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Carsten Brandt 4054b2196f fixed broken links 10 years ago
Carsten Brandt 3bdf04a6af exclude BaseYii from message command 10 years ago
Carsten Brandt dfd68954a5 finished guide on formatting 10 years ago
Carsten Brandt 5617f29563 removed app.php 10 years ago
Vasileios Lourdas 84efa4b733 Updated Greek translation. 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
Serge Postrash 5acf17e658 Fixed phpdoc for yii\db\Query [skip ci] 10 years ago
Nikola Trifunovic 2c02765229 Fixing wrong docs in RBAC PHPManager and wrong paths in security-authorization.md 10 years ago
Carsten Brandt 15c54de666 added yii version to the console help output 10 years ago
Carsten Brandt 79815252db fixed console help code block color 10 years ago
Carsten Brandt dfc4de877f ensure integer is formatted without fraction digits 10 years ago
Carsten Brandt fc8f6c469c reverted color change of de87f43d70 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
Carsten Brandt 0df9a82a7f updated documentation and tests 10 years ago
Qiang Xue de87f43d70 Fixes #4292: The error messages for console commands will not be translated 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
kirill 0cf1093b1e fix docs typo on \yii/filters/Cors 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