3396 Commits (ac0a56e9d0d6ad4bbad22358f4baa69214db618e)

Author SHA1 Message Date
Jacob Morrison a3e128bb0b Query::queryScalar wasn't making SELECT DISTINCT queries subqueries 11 years ago
Qiang Xue f2a3dafb21 Added `Pagination::getLinks()` 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Qiang Xue 49010df192 Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
andy5 b9837d8d69 Change AssetBundle.register() return type to static 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 11 years ago
Carsten Brandt 33d6acba25 Improved behavior support, fixes #2550 11 years ago
Qiang Xue 6f9e9cd5b0 minor fix. 11 years ago
ivokund 7c63c6db3b Update Action.php 11 years ago
Qiang Xue c79d233ea4 Fixes #2552. 11 years ago
Qiang Xue f9648fed4e Fixed action beforeRun/afterRun calls. 11 years ago
Tobias Munk 1d835e8aa6 fixed order 11 years ago
Tobias Munk 3bd6c1ac27 updated CHANGELOG 11 years ago
Qiang Xue eaa1ba029f minor cs fixes. 11 years ago
Alexander Makarov 3d1d7f72ed Fixes #2544: Changed `DetailView`'s `name:format:label` to `attribute:format:label` to match `GridView` 11 years ago
Alexander Makarov 03b2fc3e58 Adjusted code formatting 11 years ago
Carsten Brandt d2d94ab358 fixed arrayHelper::toArray() recursive call 11 years ago
Carsten Brandt d3d832a3bf phpdoc fixes 11 years ago
Alexander Makarov 1a5ccebef2 Fixes #2527: Source language for `app` message category was always `en` no matter which application `sourceLanguage` was used 11 years ago
Jacob Morrison 614bffb01a Fixed issue with preventing from clearing events and behaviors on clone 11 years ago
Vincent 84a48ac93e updated changelog 11 years ago
Vincent 9f6cc54154 updated code according to code style and removed unused property 11 years ago
Qiang Xue da13b336be minor css fixes. 11 years ago
Vincent 3cb97fb8c8 updated formatting 11 years ago
Vincent d12c8d5820 #2524 updated as size method to include translation and verbose mode 11 years ago
Carsten Brandt f9024dbec1 fixed Migration::execute() to use params correctly 11 years ago
Carsten Brandt 8d2e68b40e removed duplicate arguments from base formattter 11 years ago
Alex-Code f7911bc9ac Unused? 11 years ago
Alex-Code 72ff9c58df Pjax container only required on first load. 11 years ago
Carsten Brandt 36af49d90e added code coverage using scrutinizer.com 11 years ago
Qiang Xue 3aa15b709f CS fix. 11 years ago
Qiang Xue 3dead3386c CS fix. 11 years ago
tof06 61767861fb Add X-PJAX-URL header when redirect a pjax request 11 years ago
tof06 8c1d39b348 Add getIsPjax method to Request 11 years ago
Scott Tester 6526f0cbfa Document commit 7ce4702 (Allow nulls in batchInsert) in CHANGELOG 11 years ago
Vincent Gabriel 9427f4e76b no need for as number #2524 11 years ago
Vincent Gabriel 9e231eb8c8 added asSize method to format file size #2524 11 years ago
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
Qiang Xue ba2c35b894 Fixes #2482. 11 years ago
Scott Tester 7ce4702426 Allow null values for fields in batchInsert 11 years ago
Qiang Xue 9f37e133e3 Fixed test break. 11 years ago
Qiang Xue 2a6bc68ca6 minor fixes. 11 years ago
Carsten Brandt c229ba729a fixed a bug in MessageSource and missingtranslation event 11 years ago
Qiang Xue 50308d8788 Fixes #2491: Added support for using the same base class name of search model and data model in Gii [skip ci] 11 years ago
Carsten Brandt 26717e3e76 allow referencing the guide from API docs 11 years ago
Qiang Xue 992f8edcb0 proper implementation of View::viewFile. 11 years ago
Qiang Xue 97d291ca6a Added `View::viewFile` and removed `ViewEvent::viewFile` 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Carsten Brandt c46b35b13c allow configuring asset converter property with default class 11 years ago
Alexander Makarov e3e26540a2 Fixes #2508 11 years ago