Qiang Xue
bea9e3fc06
Fixes #1645 : Added support for nested DB transactions
2014-02-15 22:16:09 -05:00
Johnny Theill
f42af951e1
Fix newlines and missing parameter description
2014-02-16 03:14:28 +01:00
Qiang Xue
f6c0b4c26c
minor doc fix.
2014-02-15 20:12:47 -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
eeff0ea619
minor doc fix.
2014-02-15 14:18:12 -05:00
Alexander Makarov
d8836f637e
Fixes #2267 : added "Handling variable number of models with a single form" to form docs
2014-02-15 21:32:13 +04:00
Alexander Makarov
20dad5e551
Fixes #2295 : basic app description now doesn't insist it is for websites containing mainly informational pages since it was misleading
2014-02-15 20:57:11 +04:00
Johnny Theill
63272f4166
Update doc-blocks and small fixes according to coding standards
2014-02-15 17:53:57 +01: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
22bfd43124
Merge pull request #2383 from Ragazzo/add_yii_command_to_tests
...
added yii console command to tests
2014-02-15 11:32:07 -05:00
Qiang Xue
9a068f50f4
Refactored batch query.
2014-02-15 11:22:48 -05:00
Johnny Theill
ca12241811
Fixed minor consistency bugs in apps
...
* Added 'return' to goHome() calls in actions
* Changed $_POST to Yii::$app->request->post()
2014-02-15 16:32:24 +01:00
Qiang Xue
94576de926
Merge pull request #2444 from Theill11/patch-1
...
Minor typo
2014-02-15 09:19:38 -05:00
Johnny Theill
b2c44c4658
Minor typo
2014-02-15 15:18:11 +01: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
f198f65527
Merge pull request #2438 from Ragazzo/debug_module_mail_improvements
...
Debug module mail improvements
2014-02-14 12:26:11 -05:00
Mark
5534b513d5
fixed label in view
2014-02-14 21:01:57 +04:00
Mark
90a6c67825
changed labels
2014-02-14 20:59:07 +04:00
Mark
f7f30f4ef7
added mail count filtering
2014-02-14 20:33:06 +04:00
Mark
efea5711a4
fixed matcher to work with strings that represents integer values
2014-02-14 20:32:21 +04:00
Alexander Makarov
edb6bca1b5
Merge pull request #2437 from maximal/patch-1
...
Mistype fix
2014-02-14 18:35:59 +03:00
MaximAL
b801aa1382
Mistype fix
2014-02-14 18:15:11 +03:00
Qiang Xue
e79af9117e
ensure populateRelation() is called for lazy loading.
2014-02-14 10:07:19 -05:00
Qiang Xue
9f85756329
Merge pull request #2434 from Ragazzo/tests_improved
...
Tests improved
2014-02-14 09:49:03 -05:00
Mark
96f2f6e52e
visibility changed
2014-02-14 18:08:07 +04:00
Mark
c943fc28e2
forcing user component to logout
2014-02-14 18:05:56 +04:00
Borales
a2db4e043e
Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417 )
2014-02-14 13:40:13 +02:00
Qiang Xue
9db3790bb2
Fixed test break.
2014-02-13 21:18:43 -05:00
Qiang Xue
bbc3edd7bd
minor doc improvement.
2014-02-13 21:10:47 -05:00
Qiang Xue
270669aa22
fixed test break.
2014-02-13 20:00:12 -05:00
Qiang Xue
78e4da8c1f
Fixed test break.
2014-02-13 19:37:49 -05:00
Qiang Xue
e6a353f952
Added helpers.md
2014-02-13 15:06:10 -05:00
Qiang Xue
20aff5330c
added back fallback mechanism for generating salt.
2014-02-13 14:04:15 -05:00
Qiang Xue
564048a12d
Merge pull request #2422 from sarciszewski/patch-1
...
Inconsistently insecure
2014-02-13 14:00:03 -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
Qiang Xue
08db928553
Merge pull request #2421 from yiiframework-com-ua/master
...
Removed unnecessary PHPDoc property
2014-02-13 12:13:57 -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
Alexander Makarov
d445ab9d6f
Merge pull request #2418 from yiiframework-com-ua/2417-active-form-ajax-data-type
...
PullRequest for #2417
2014-02-13 17:47:51 +03: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