6711 Commits (0a3f4e85f18352c9ad8ef63ad2dd96d5f0651915)
 

Author SHA1 Message Date
Qiang Xue 7b44bc75ec added change log [skip ci] 11 years ago
Qiang Xue 08b785fdfc Merge pull request #3153 from gonimar/patch-14 11 years ago
Sergey Gonimar 322e9e2385 Fix BETWEEN and NOT BETWEEN conditions. 11 years ago
Carsten Brandt f210ec825c Merge pull request #3134 from joaorjose/dev 11 years ago
João José 831be93868 Typecast model id only if using mongodb AR class 11 years ago
João José 21dff54d6b Typecast model id only if using mongodb AR class 11 years ago
Qiang Xue a42b80ec9c minor doc update [skip ci] 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 11 years ago
Alexander Makarov 7295540c72 Code style and phpdoc fixes 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
João José b1beae71f3 Fixed format 11 years ago
João José de1df94552 Typecast model id only if using mongodb AR class 11 years ago
Klimov Paul e5280470b0 Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
Klimov Paul cd9eb31035 Notes about `jsCompressor` and `cssCompressor` added to `assets.md` 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
Alexander Makarov 650440d941 Added info about theming widget views. Fixes #3142 11 years ago
Alexander Makarov 0842c4a723 Adjusted statc pages docs 11 years ago
Alexander Makarov e842dec5f6 Merge pull request #3141 from githubjeka/patch-3 11 years ago
Evgeniy Tkachenko 2edc895342 Update view.md 11 years ago
Qiang Xue a3632dbb51 Fixes #3129: added RBAC documentation. 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
Qiang Xue e5f9edbfaf Merge pull request #3138 from thiagotalma/inspections 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
João José 377b01d2c1 Typecast model Id so that urls don't break when using MongoDB object Id's 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 65dfedf0fd Fixes #3127: added more doc [skip ci] 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
Alexander Makarov 8ca7fa8df3 Merge pull request #3122 from mikehaertl/update-bootstrap-guide 11 years ago
Michael Härtl 50d4d93bdf Add yii\bootstrap\ActiveForm to the bootstrap guide 11 years ago
Carsten Brandt cb95efe8b9 Added info about assets dir 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
Qiang Xue 46cbe63cc7 Merge pull request #3114 from thiagotalma/patch-1 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
Qiang Xue 740f53256f Merge pull request #3110 from tof06/rbac-php-manager 11 years ago
tof06 22596ca248 Implement new RBAC PhpManager 11 years ago
Qiang Xue d552bc2664 Merge pull request #3099 from thiagotalma/patch-1 11 years ago
Alexander Makarov d79d01278a Merge pull request #3102 from githubjeka/origin/patch-2 11 years ago