3194 Commits (61cacdfc81294a5911eab81c67732c33c5968969)

Author SHA1 Message Date
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
Carsten Brandt 8f491f2836 moved `@include` tags of api docs directly into the class 11 years ago
Carsten Brandt b7fddd8dd6 Added LinkPager::$linkOptions 11 years ago
Carsten Brandt ac3ac5d107 added link about rendering of HTML attributes to Html helper 11 years ago
Alexander Makarov 752b7cf9d1 Fixes #2502: Unclear error message when `$_SERVER['DOCUMENT_ROOT']` is empty 11 years ago
Alexander Makarov 6a1816a94e Allow using string for URL in case there are no parameters 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
Alexander Makarov 7660827dd3 Fixes #2460: custom listview/gridview summary was broken 11 years ago
Qiang Xue ddb7141ea6 doc update about behavior. 11 years ago
Luciano Baraglia a625b79bf2 Some minimal doc blocks changes for consitency 11 years ago
Carsten Brandt 314b897fa4 updated classmap 11 years ago
Carsten Brandt 098567ce16 fixed phpdoc errors and updated properties 11 years ago
resurtm 1974524ed9 Add changelog line related to #2499 11 years ago
resurtm 65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 11 years ago
Carsten Brandt 3b40d44909 made createQuery() config param optional 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Qiang Xue 02d5b20bda Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
Qiang Xue fb3b2f2c7d Fixes #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause 11 years ago
Qiang Xue c92a260a3d Fixes #2415: Added support for inverse relations 11 years ago
Carsten Brandt c9c7db9ae5 fixed several issues with apidoc generator 11 years ago
Carsten Brandt 9190e0f4dd Changed markdown library to cebe/markdown 11 years ago
Carsten Brandt 5558fa1297 small code style fix 11 years ago
Qiang Xue 76f6896b22 doc fix. [skip ci] 11 years ago
Sergey Gonimar ee2a6b7e76 Update Migration.php 11 years ago
Qiang Xue e1f4a9cc8f Added Connection::enableSavepoint. 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Qiang Xue 04b2936d82 Fixes #1881: Improved `yii\bootstrap\NavBar` with `containerOptions`, `innerContainerOptions` and `renderInnerContainer` 11 years ago
Qiang Xue 54ea78d9ab Fixes #1562: Added `yii\bootstrap\Tabs::linkOptions` 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue c0bac44f10 Fixes #1186: Changed `Sort` to use comma to separate multiple sort fields and use negative sign to indicate descending sort 11 years ago
Qiang Xue abb2a0db97 minor improvement of label generation. 11 years ago
Qiang Xue 9a068f50f4 Refactored batch query. 11 years ago
djagya d27073648c #2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model 11 years ago
djagya da16f508c2 #2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model 11 years ago
djagya 44f5c73111 #2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model 11 years ago
Qiang Xue 3a930bd675 Finished batch query feature. 11 years ago