3756 Commits (c144d8b7ba2bd1bfcf854a50d350cd1598667e2a)

Author SHA1 Message Date
Qiang Xue 7d31cba3a8 Finished event guide. [skip ci] 11 years ago
Qiang Xue d954618796 Added support to insert an event handler at the beginning of class-level event handler queue 11 years ago
Alexander Makarov 340278b59c Fixes #3183: fixed regression after #3175 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
Paul K b09d0f12af overwrite -> override 11 years ago
Carsten Brandt 6f7be5ee5c filterWhere for postgres ILIKE 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Qiang Xue 453ed4d93a fixed #3268 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
Carsten Brandt 3437c571a1 phpdoc controller did not find some setters 11 years ago
Qiang Xue 7b374c4126 Fixes #3230: Added `yii\filters\AccessControl::user` to support access control with different actors 11 years ago
Carsten Brandt c27ac8ef0e updated phpdoc 11 years ago
lynicidn 7c390d62d6 typo in comments 11 years ago
Qiang Xue f48a7aedfa Fixes #3251: controller should be created using DI container. 11 years ago
Carsten Brandt 4f9e4e2c78 ensure assetmanager and baseurl to handle relative urls correctly 11 years ago
Carsten Brandt 6fe63a217f view did not use the correct assetmanager 11 years ago
Carsten Brandt 78a8694eb5 file helper did not preserve relative paths 11 years ago
Philippe Gaultier 4727ecdb1b Set correct ticked ID 11 years ago
Philippe Gaultier f0acb178b3 Update changelog 11 years ago
Philippe Gaultier 20e96cca05 Fix DateTime cast 11 years ago
Michael Härtl 1e3989e5d1 Fix call to AssetConverter::convert() in AssetBundle 11 years ago
Ceana Razvan 48635c2d3e Update Response.php 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
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago
Carsten Brandt 12d34849cc improved phpdoc command 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 051b4194e9 Fixes #3216. 11 years ago
Carsten Brandt 2b593da08f phpdoc issue 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 9c5429740d Fixes #3212: removed unnecessary prepare() call. 11 years ago
Ivan Kolmycheck bb4e8eb736 DataColumn - error detection moved into renderFilterCellContent() 11 years ago
Qiang Xue 480114e820 Fixes #3036: Upgraded Twitter Bootstrap to 3.1.x 11 years ago
Ivan Kolmycheck cd1152acb5 GridView/DataColumn - moved error list display into GridView 11 years ago
Carsten Brandt f6f0e66598 ensure gridview query is reusable 11 years ago
Ivan Kolmycheck 031fddd48c GridView - error rendering scheme changed 11 years ago
Ivan Kolmycheck 7eaf83ba9e BaseListView - errors rendering added 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Alex-Code 46f381daf9 Changelog update 11 years ago
Alex-Code ca6583a045 Update BaseStringHelper.php 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
Qiang Xue 7d8dfe52cd Fixed test break. 11 years ago