Commit Graph

3111 Commits

Author SHA1 Message Date
Carsten Brandt
c46b35b13c allow configuring asset converter property with default class 2014-02-21 17:45:33 +01:00
Alexander Makarov
e3e26540a2 Fixes #2508 2014-02-21 15:03:10 +04:00
Carsten Brandt
8f491f2836 moved @include tags of api docs directly into the class 2014-02-20 21:30:47 +01:00
Carsten Brandt
b7fddd8dd6 Added LinkPager::$linkOptions
fixes #2367
2014-02-20 19:14:46 +01:00
Carsten Brandt
ac3ac5d107 added link about rendering of HTML attributes to Html helper 2014-02-20 19:14:46 +01:00
Alexander Makarov
752b7cf9d1 Fixes #2502: Unclear error message when $_SERVER['DOCUMENT_ROOT'] is empty 2014-02-20 20:55:02 +04:00
Alexander Makarov
7660827dd3 Fixes #2460: custom listview/gridview summary was broken 2014-02-20 17:37:30 +04:00
Alexander Makarov
8a048e998d Merge pull request #2499 from resurtm/migrate-to-datetime
Add an ability to downgrade migrations by the absolute apply time
2014-02-20 16:23:24 +03:00
Qiang Xue
ddb7141ea6 doc update about behavior. 2014-02-20 08:21:37 -05:00
Alexander Makarov
0129efcb57 Merge pull request #2500 from lucianobaraglia/master
Some minimal doc blocks changes for consitency
2014-02-20 16:03:08 +03:00
Luciano Baraglia
a625b79bf2 Some minimal doc blocks changes for consitency 2014-02-20 09:57:17 -03:00
Carsten Brandt
314b897fa4 updated classmap 2014-02-20 13:44:00 +01:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
resurtm
1974524ed9 Add changelog line related to #2499 2014-02-20 16:24:26 +06:00
resurtm
65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 2014-02-20 16:03:22 +06:00
Qiang Xue
02d5b20bda Fixes #2360: Added AttributeBehavior and BlameableBehavior, and renamed AutoTimestamp to TimestampBehavior 2014-02-19 21:47:25 -05:00
Qiang Xue
fb3b2f2c7d Fixes #2490: yii\db\Query::count() and other query scalar methods now properly handle queries with GROUP BY clause 2014-02-19 08:38:43 -05:00
Qiang Xue
c92a260a3d Fixes #2415: Added support for inverse relations 2014-02-18 19:43:05 -05:00
Carsten Brandt
c9c7db9ae5 fixed several issues with apidoc generator 2014-02-18 05:01:49 +01:00
Carsten Brandt
9190e0f4dd Changed markdown library to cebe/markdown
- supports GFM now
- allows defining different flavors

fixes #47
2014-02-18 03:48:31 +01:00
Carsten Brandt
5558fa1297 small code style fix 2014-02-17 03:56:35 +01:00
Qiang Xue
76f6896b22 doc fix. [skip ci] 2014-02-16 13:41:17 -05:00
Sergey Gonimar
ee2a6b7e76 Update Migration.php 2014-02-16 14:05:07 +05:00
Qiang Xue
e1f4a9cc8f Added Connection::enableSavepoint. 2014-02-15 23:00:30 -05:00
Qiang Xue
bea9e3fc06 Fixes #1645: Added support for nested DB transactions 2014-02-15 22:16:09 -05:00
Qiang Xue
04b2936d82 Fixes #1881: Improved yii\bootstrap\NavBar with containerOptions, innerContainerOptions and renderInnerContainer 2014-02-15 19:44:26 -05:00
Qiang Xue
54ea78d9ab Fixes #1562: Added yii\bootstrap\Tabs::linkOptions 2014-02-15 19:28:24 -05:00
Qiang Xue
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
Qiang Xue
c0bac44f10 Fixes #1186: Changed Sort to use comma to separate multiple sort fields and use negative sign to indicate descending sort 2014-02-15 17:54:33 -05:00
Qiang Xue
abb2a0db97 minor improvement of label generation. 2014-02-15 14:25:32 -05:00
Qiang Xue
10e7bca3f4 Merge pull request #2443 from djagya/2436-related-model-attributes
#2436 receive label of the attribute from related model
2014-02-15 11:38:21 -05:00
Qiang Xue
9a068f50f4 Refactored batch query. 2014-02-15 11:22:48 -05:00
Qiang Xue
e93c313aa4 Merge pull request #2429 from yiiframework-com-ua/master
Fix for multiple $.ajax calls with "JSONP" dataType
2014-02-15 09:05:38 -05:00
djagya
d27073648c #2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model 2014-02-15 13:45:08 +01:00
djagya
da16f508c2 #2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model 2014-02-15 12:19:27 +01:00
djagya
44f5c73111 #2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model 2014-02-15 12:08:10 +01:00
Qiang Xue
3a930bd675 Finished batch query feature. 2014-02-14 18:13:42 -05:00
Qiang Xue
1571c72251 Fixes #2409: Added support for fetching data from database in batches 2014-02-14 16:45:46 -05:00
Qiang Xue
e79af9117e ensure populateRelation() is called for lazy loading. 2014-02-14 10:07:19 -05:00
Borales
a2db4e043e Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417) 2014-02-14 13:40:13 +02:00
Qiang Xue
20aff5330c added back fallback mechanism for generating salt. 2014-02-13 14:04:15 -05:00
Scott Arciszewski
660d3a57d6 Inconsistently insecure
Why use a strong random number generator in one place, but not another? I know salts have no cryptographic security requirement, but collisions are less likely if you use one.
2014-02-13 13:26:54 -05:00
Borales
b4fd27a91b Removed unnecessary PHPDoc property (ce04134db2) 2014-02-13 19:09:50 +02:00
Qiang Xue
25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 2014-02-13 12:04:37 -05:00
Borales
36aab9e36c Removing @since tag 2014-02-13 16:42:08 +02:00
Borales
0a27360cd8 Adding @since tag and changelog line 2014-02-13 16:41:27 +02:00
Borales
a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 2014-02-13 16:13:22 +02:00
Alexey Samoylov
afb4aaefd8 error summary tag mistype 2014-02-13 13:42:35 +08:00
Qiang Xue
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
Qiang Xue
f59598bb8b Added support for building SQLs with sub-queries 2014-02-11 23:23:02 -05:00