410 Commits (c144d8b7ba2bd1bfcf854a50d350cd1598667e2a)

Author SHA1 Message Date
Qiang Xue d954618796 Added support to insert an event handler at the beginning of class-level event handler queue 11 years ago
Alexander Makarov d1558770d9 Added issue number to bootstrap/preload change 11 years ago
Alexander Makarov a620342315 Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Qiang Xue 9b71adb4fa Fixes #3268: Fixed the bug that the schema name in a table name was not respected by `yii\db\mysql\Schema` 11 years ago
Qiang Xue 4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 11 years ago
Qiang Xue 7b374c4126 Fixes #3230: Added `yii\filters\AccessControl::user` to support access control with different actors 11 years ago
Philippe Gaultier 4727ecdb1b Set correct ticked ID 11 years ago
Philippe Gaultier f0acb178b3 Update changelog 11 years ago
Qiang Xue 3e3e443544 Refactored the fix for #3222. 11 years ago
Qiang Xue cbcc7b6a48 Fixes #2264: `CookieCollection::has()` will return false for expired or removed cookies 11 years ago
Qiang Xue 7ca1be3504 Fixes #3008: Added `Html::errorSummary()` 11 years ago
Carsten Brandt 83a63f2346 fixed wrong client validation issue in numbervalidator 11 years ago
Qiang Xue 4f6e1d305f Refactored the code for #3154 11 years ago
Qiang Xue d859fca569 Fixes #3216: Fixed the bug that `yii.activeForm.destroy()` did not remove `submit` event handlers 11 years ago
Qiang Xue b55ce76479 Fixes #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration 11 years ago
Qiang Xue 480114e820 Fixes #3036: Upgraded Twitter Bootstrap to 3.1.x 11 years ago
Carsten Brandt f6f0e66598 ensure gridview query is reusable 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Alex-Code 46f381daf9 Changelog update 11 years ago
Qiang Xue 7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 11 years ago
Qiang Xue 4eb7906a3e Fixes #3204: `yii\di\Container` did not handle the `$config` parameter well in case when it does not have a default value 11 years ago
Carsten Brandt 0076aac0a1 Update CHANGELOG.md 11 years ago
Kartik Visweswaran 82aedfb295 Update CHANGELOG.md 11 years ago
Qiang Xue 02ff6f5536 updated change log. [skip ci] 11 years ago
ElisDN 8e48dcaa4e Updated CHANGELOG 11 years ago
Alexander Makarov 20e4abeac1 Added changelog for #3175 that fixes #2925 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 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
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Qiang Xue 14b782cf01 Added `$user` as the first parameter of `yii\rbac\Rule::execute()` 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 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 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 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
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Carsten Brandt 8eddf5606e fixed changelog about languages 11 years ago
Carsten Brandt 85d32c75a3 Update CHANGELOG.md 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago