|
93a9c5eb3f
|
Fixed some class references in the guide
|
2014-02-16 23:47:41 +04:00 |
|
|
76f6896b22
|
doc fix. [skip ci]
|
2014-02-16 13:41:17 -05:00 |
|
|
9d8c95e18b
|
Merge pull request #2451 from gonimar/patch-10
Consistent column naming
|
2014-02-16 19:04:36 +01:00 |
|
|
b5b2c7c7c0
|
Fixes #2453
|
2014-02-16 22:00:03 +04:00 |
|
|
4b7b28bcfe
|
Merge pull request #2452 from joni-jones/master
Changed '_' to equal html code.
|
2014-02-16 16:10:35 +01:00 |
|
|
b83435ea5b
|
Merge pull request #2446 from Theill11/update-apps
Minor updates to apps
|
2014-02-16 13:42:13 +03:00 |
|
|
dedc41b86a
|
Changed '_' to equal html code.
|
2014-02-16 12:08:06 +02:00 |
|
|
ee2a6b7e76
|
Update Migration.php
|
2014-02-16 14:05:07 +05:00 |
|
|
e1f4a9cc8f
|
Added Connection::enableSavepoint.
|
2014-02-15 23:00:30 -05:00 |
|
|
bea9e3fc06
|
Fixes #1645: Added support for nested DB transactions
|
2014-02-15 22:16:09 -05:00 |
|
|
f42af951e1
|
Fix newlines and missing parameter description
|
2014-02-16 03:14:28 +01:00 |
|
|
f6c0b4c26c
|
minor doc fix.
|
2014-02-15 20:12:47 -05:00 |
|
|
04b2936d82
|
Fixes #1881: Improved yii\bootstrap\NavBar with containerOptions , innerContainerOptions and renderInnerContainer
|
2014-02-15 19:44:26 -05:00 |
|
|
54ea78d9ab
|
Fixes #1562: Added yii\bootstrap\Tabs::linkOptions
|
2014-02-15 19:28:24 -05:00 |
|
|
26cb7b2a3c
|
Renamed fooVar to fooParam for various classes.
|
2014-02-15 18:18:27 -05:00 |
|
|
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 |
|
|
abb2a0db97
|
minor improvement of label generation.
|
2014-02-15 14:25:32 -05:00 |
|
|
eeff0ea619
|
minor doc fix.
|
2014-02-15 14:18:12 -05:00 |
|
|
d8836f637e
|
Fixes #2267: added "Handling variable number of models with a single form" to form docs
|
2014-02-15 21:32:13 +04:00 |
|
|
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 |
|
|
63272f4166
|
Update doc-blocks and small fixes according to coding standards
|
2014-02-15 17:53:57 +01:00 |
|
|
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 |
|
|
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 |
|
|
9a068f50f4
|
Refactored batch query.
|
2014-02-15 11:22:48 -05:00 |
|
|
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 |
|
|
94576de926
|
Merge pull request #2444 from Theill11/patch-1
Minor typo
|
2014-02-15 09:19:38 -05:00 |
|
|
b2c44c4658
|
Minor typo
|
2014-02-15 15:18:11 +01:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
3a930bd675
|
Finished batch query feature.
|
2014-02-14 18:13:42 -05:00 |
|
|
1571c72251
|
Fixes #2409: Added support for fetching data from database in batches
|
2014-02-14 16:45:46 -05:00 |
|
|
f198f65527
|
Merge pull request #2438 from Ragazzo/debug_module_mail_improvements
Debug module mail improvements
|
2014-02-14 12:26:11 -05:00 |
|
|
5534b513d5
|
fixed label in view
|
2014-02-14 21:01:57 +04:00 |
|
|
90a6c67825
|
changed labels
|
2014-02-14 20:59:07 +04:00 |
|
|
f7f30f4ef7
|
added mail count filtering
|
2014-02-14 20:33:06 +04:00 |
|
|
efea5711a4
|
fixed matcher to work with strings that represents integer values
|
2014-02-14 20:32:21 +04:00 |
|
|
edb6bca1b5
|
Merge pull request #2437 from maximal/patch-1
Mistype fix
|
2014-02-14 18:35:59 +03:00 |
|
|
b801aa1382
|
Mistype fix
|
2014-02-14 18:15:11 +03:00 |
|
|
e79af9117e
|
ensure populateRelation() is called for lazy loading.
|
2014-02-14 10:07:19 -05:00 |
|
|
9f85756329
|
Merge pull request #2434 from Ragazzo/tests_improved
Tests improved
|
2014-02-14 09:49:03 -05:00 |
|
|
96f2f6e52e
|
visibility changed
|
2014-02-14 18:08:07 +04:00 |
|
|
c943fc28e2
|
forcing user component to logout
|
2014-02-14 18:05:56 +04:00 |
|
|
a2db4e043e
|
Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417)
|
2014-02-14 13:40:13 +02:00 |
|
|
9db3790bb2
|
Fixed test break.
|
2014-02-13 21:18:43 -05:00 |
|
|
bbc3edd7bd
|
minor doc improvement.
|
2014-02-13 21:10:47 -05:00 |
|
|
270669aa22
|
fixed test break.
|
2014-02-13 20:00:12 -05:00 |
|
|
78e4da8c1f
|
Fixed test break.
|
2014-02-13 19:37:49 -05:00 |
|
|
e6a353f952
|
Added helpers.md
|
2014-02-13 15:06:10 -05:00 |
|