Commit Graph

6071 Commits

Author SHA1 Message Date
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
Borales
a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 2014-02-13 16:13:22 +02:00
Qiang Xue
f53863d7de Merge pull request #2413 from russianlagman/patch-1
error summary tag mistype
2014-02-13 00:44:43 -05:00
Alexey Samoylov
afb4aaefd8 error summary tag mistype 2014-02-13 13:42:35 +08:00
Tobias Munk
097ee6f874 first draft of the extension generator 2014-02-13 04:06:42 +01:00
Carsten Brandt
f1169ff037 added PHP 5.6 to unit tests 2014-02-12 23:48:49 +01:00
Carsten Brandt
d8508cdf05 added docs about inline validation
fixes #2406
2014-02-12 23:39:55 +01:00
Paul Klimov
db6d0a57f9 Unit test for yii\sphinx\Query::count() added. 2014-02-12 23:43:11 +02:00
Paul Klimov
be2b76d40f Method "callSnippetsInternal" for the Sphinx Query extracted 2014-02-12 23:20:12 +02:00
Paul Klimov
1e58570741 Unit test sphinx\ActiveRecordTest fixed 2014-02-12 23:10:17 +02: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
6ad357d93c Merge pull request #2385 from Ragazzo/debug_module_mail_panel
Debug module mail panel
2014-02-12 13:56:18 -05:00
Qiang Xue
f59598bb8b Added support for building SQLs with sub-queries 2014-02-11 23:23:02 -05:00
Qiang Xue
d8f725bdf1 doc improvement 2014-02-11 20:21:02 -05:00
Qiang Xue
92fb014980 Fixes #2405: The CSS class of MaskedInput now defaults to form-control 2014-02-11 16:36:00 -05:00
Qiang Xue
d30414153c Merge pull request #2404 from Jasrags/master
Added in an isset check because if you set a flash type that is not in o...
2014-02-11 16:21:49 -05:00
Jason Ragsdale
06c3086d0a Fixed where we remove invalid items 2014-02-11 15:20:53 -06:00
Jason Ragsdale
2ee8f89482 one more change 2014-02-11 15:11:22 -06:00
Jason Ragsdale
b906121e31 Maybe better formatting? 2014-02-11 15:10:28 -06:00
Jason Ragsdale
bc394198e2 Reformatting code with tabs 2014-02-11 14:47:42 -06:00