3108 Commits (0d720e06953c38d6cd0348805e21f94e3de4b888)

Author SHA1 Message Date
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 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
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
Qiang Xue 1571c72251 Fixes #2409: Added support for fetching data from database in batches 11 years ago
Qiang Xue e79af9117e ensure populateRelation() is called for lazy loading. 11 years ago
Borales a2db4e043e Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417) 11 years ago
Qiang Xue 20aff5330c added back fallback mechanism for generating salt. 11 years ago
Scott Arciszewski 660d3a57d6 Inconsistently insecure 11 years ago
Borales b4fd27a91b Removed unnecessary PHPDoc property (ce04134db2) 11 years ago
Qiang Xue 25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 11 years ago
Borales 36aab9e36c Removing @since tag 11 years ago
Borales 0a27360cd8 Adding @since tag and changelog line 11 years ago
Borales a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 11 years ago
Alexey Samoylov afb4aaefd8 error summary tag mistype 11 years ago
Qiang Xue 4e6aa21198 The directory holding email templates is renamed from `mails` to `mail` 11 years ago
Qiang Xue f59598bb8b Added support for building SQLs with sub-queries 11 years ago
Qiang Xue 92fb014980 Fixes #2405: The CSS class of `MaskedInput` now defaults to `form-control` 11 years ago
Qiang Xue 1cd3f2bbd7 Fixed test break. 11 years ago
Qiang Xue 65a8eae717 Fixes #2399: Fixed the bug that AssetBundle did not handle relative URLs correctly 11 years ago
Qiang Xue 80d69a6551 Renamed csrfParam back to csrfVar for consistency. 11 years ago
Carsten Brandt 8af941fb53 added note about usage to AR::instantiate() 11 years ago
Qiang Xue 677ee94bb1 Fixes #2386 11 years ago
Aleksandr Zelenin 4583c17923 gridview header/footer fix 11 years ago