Commit Graph

7316 Commits

Author SHA1 Message Date
Johnny Theill
276883b890 Use 'Yii::$app->request->post()' instead of $_POST 2014-02-17 03:29:48 +01:00
Larry Ullman
7e3b4c2bdb Edited the intro and first section 2014-02-16 20:02:17 -05:00
Larry Ullman
9be933c4ce Mild edits 2014-02-16 20:02:17 -05:00
Alexander Makarov
93a9c5eb3f Fixed some class references in the guide 2014-02-16 23:47:41 +04:00
Qiang Xue
76f6896b22 doc fix. [skip ci] 2014-02-16 13:41:17 -05:00
Carsten Brandt
9d8c95e18b Merge pull request #2451 from gonimar/patch-10
Consistent column naming
2014-02-16 19:04:36 +01:00
Alexander Makarov
b5b2c7c7c0 Fixes #2453 2014-02-16 22:00:03 +04:00
Mark
69fbbe91ee correct lists fixed 2014-02-16 19:55:43 +04:00
Mark
2806c01ec3 formatting improved 2014-02-16 19:54:20 +04:00
Mark
184cd7aee5 removed ordered list 2014-02-16 19:52:38 +04:00
Mark
9c2dd28385 improved dependencies, guide 2014-02-16 19:51:15 +04:00
Mark
bf35e19da8 newlines fixed, code-guy deleted 2014-02-16 19:42:30 +04:00
Mark
290f6d3c3f added guide notes 2014-02-16 19:31:28 +04:00
Mark
dac615c86b added index tests files to application 2014-02-16 19:22:03 +04:00
Mark
c67deed6a2 added codeception tests to console 2014-02-16 19:20:37 +04:00
Mark
9d3596c05e added codeception main yaml 2014-02-16 19:18:47 +04:00
Mark
22a6bf5a79 added codeception tests to common 2014-02-16 19:18:25 +04:00
Mark
4a1610f421 added button attributes to skip sf-crawler bug 2014-02-16 19:16:02 +04:00
Mark
d2d27747bf added codeception to backend 2014-02-16 19:15:13 +04:00
Mark
a7506039a7 modified buttons attributes to skip sf-crawler bug 2014-02-16 19:12:04 +04:00
Carsten Brandt
4b7b28bcfe Merge pull request #2452 from joni-jones/master
Changed '_' to equal html code.
2014-02-16 16:10:35 +01:00
Mark
1406ab78f2 added codeception tests to frontend 2014-02-16 19:10:03 +04:00
Alexander Makarov
b83435ea5b Merge pull request #2446 from Theill11/update-apps
Minor updates to apps
2014-02-16 13:42:13 +03:00
joni-jones
dedc41b86a Changed '_' to equal html code. 2014-02-16 12:08:06 +02: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
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