3814 Commits (b80c0c3bc0efc1bae6b6683334e5e2435323fad4)

Author SHA1 Message Date
Qiang Xue 7d8dfe52cd Fixed test break. 11 years ago
Kartik Visweswaran 82aedfb295 Update CHANGELOG.md 11 years ago
Kartik Visweswaran b1a26ff336 Fix the Y2K38 bug 11 years ago
Qiang Xue 02ff6f5536 updated change log. [skip ci] 11 years ago
Sergeygithub dd4464d670 Update yii.validation.js 11 years ago
ElisDN 8e48dcaa4e Updated CHANGELOG 11 years ago
ElisDN a615ef944a Fixed GridView cells calling order 11 years ago
ElisDN 1886877196 Render gridview table footer after table body 11 years ago
Ivan Kolmycheck 104a38a714 Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass 11 years ago
Alexander Makarov 20e4abeac1 Added changelog for #3175 that fixes #2925 11 years ago
Alexander Makarov d3277ecf4f InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException 11 years ago
Alexander Makarov 4d235f9f8b Fixed exception message to match the one in Component 11 years ago
Qiang Xue ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 11 years ago
Qiang Xue 55ea81163c typo fix [skip ci] 11 years ago
Sergey Gonimar 67e1135143 Fix typo 11 years ago
Ivan Kolmycheck 3705f17700 Issue #3154 - GridView - list of filter model validation errors added to summary 11 years ago
Ivan Kolmycheck c57e1fcb78 Issue #3154 - DataColumn filter model validation error indication added 11 years ago
Alexander Makarov 178417da9b Added title for trimmed strings 11 years ago
marsuboss db244a61b2 Fix typo 11 years ago
Qiang Xue 2fb70cf00b Fixes #3158 11 years ago
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Alexander Makarov dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 11 years ago
Qiang Xue 507a6f1068 Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules 11 years ago
Qiang Xue 7b44bc75ec added change log [skip ci] 11 years ago
Sergey Gonimar 322e9e2385 Fix BETWEEN and NOT BETWEEN conditions. 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Carsten Brandt d1aa19c8fe added emphatises to phpdoc in asset bundle 11 years ago
Klimov Paul 7f636fc525 `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Qiang Xue 66842a4806 Fixes test break. 11 years ago
Qiang Xue 14b782cf01 Added `$user` as the first parameter of `yii\rbac\Rule::execute()` 11 years ago
Thiago Talma 8546b41bb8 Update error.php 11 years ago
Thiago Talma 57692cd448 Update error.php 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 11 years ago
Qiang Xue 5fbb65ad81 Fixes #3121: `yii\base\Application::bootstrap` may fail to load some components if they are specified as class names 11 years ago
Qiang Xue 665aefbb55 Fixes #3042: `yii\widgets\Pjax` should end application right after it finishes responding to a pjax request 11 years ago
Qiang Xue ce9a8f209a Fixes #3132: `yii\rbac\PhpManager` now supports more compact data file format 11 years ago
Qiang Xue 8ac8d487ad Fixes #3128: Fixed the bug that `defaultRoles` set in RBAC manager was not working as specified 11 years ago
Qiang Xue 991a894596 Added missing `ROWS` token when building limit/offset for MSSQL. 11 years ago
Qiang Xue 1fd0068378 Fixes #3066: `yii\db\mssql\Schema::getTableSchema()` should return null when the table does not exist. 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Thiago Talma 563e7e0174 Update ActiveQuery.php 11 years ago
Qiang Xue c3f4e0057d Refactored `yii\rbac\PhpManager` 11 years ago
Qiang Xue 12c3b59b9b log fixes [skip ci] 11 years ago
Qiang Xue b0b8056f6c Fixes #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default 11 years ago
tof06 22596ca248 Implement new RBAC PhpManager 11 years ago
Thiago Talma 544243d517 Update ActiveRelationTrait.php 11 years ago
Qiang Xue a4809bca1b Fixes #3091: Fixed inconsistent treatment of `Widget::run()` when a widget is used as a container and as a self-contained object 11 years ago