Commit Graph

7547 Commits

Author SHA1 Message Date
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
Jason Ragsdale
2a282c64be Added in an isset check because if you set a flash type that is not in our expected index it will throw a undefined index error 2014-02-11 14:39:36 -06:00
Qiang Xue
1cd3f2bbd7 Fixed test break. 2014-02-11 10:22:23 -05:00
Qiang Xue
bb7a687267 Merge pull request #2401 from schmunk42/feature/toolbar-ui-3
Feature/toolbar ui 3
2014-02-11 08:37:22 -05:00
Qiang Xue
65a8eae717 Fixes #2399: Fixed the bug that AssetBundle did not handle relative URLs correctly 2014-02-11 08:33:46 -05:00
Tobias Munk
e1c30eab4b Merge commit 'b2a2853eabbd5d91cf4772dd0dbd4c3003e61e33' into feature/toolbar-ui-3 2014-02-11 12:53:36 +01:00
Tobias Munk
4d6162980a added check for db and request panel, disabled output if one is missing 2014-02-11 12:52:21 +01:00
Tobias Munk
87cb3e5b04 added h1 for request panel 2014-02-11 12:51:17 +01:00
Tobias Munk
02f3bc7ecf applied coding standards 2014-02-11 12:51:00 +01:00
Tobias Munk
028570b902 spaces to tabs 2014-02-11 12:50:30 +01:00
Larry Ullman
b2a2853eab Very minor edits 2014-02-10 19:36:38 -05:00
Qiang Xue
e10939a464 adjusted wording. 2014-02-10 15:39:38 -05:00
Qiang Xue
5fe474713c Merge pull request #2394 from Ragazzo/mail_view
view improved
2014-02-10 15:23:23 -05:00
Mark
ea7e611064 fixed message 2014-02-11 00:21:12 +04:00
Mark
157af3a37e added check for file name 2014-02-11 00:17:09 +04:00
Mark
50a5286959 view improved 2014-02-11 00:13:21 +04:00
Paul Klimov
08131477a2 yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly. 2014-02-10 21:51:38 +02:00
Mark
b96fec7bb9 fixed path traversal 2014-02-10 23:49:36 +04:00
Qiang Xue
80d69a6551 Renamed csrfParam back to csrfVar for consistency. 2014-02-10 11:27:54 -05:00
Alexander Makarov
e44c328865 Merge pull request #2389 from Ragazzo/basic_app_mail_config
improved config
2014-02-10 16:13:08 +03:00
Mark
2d1c695feb improved config 2014-02-10 17:11:08 +04:00
Carsten Brandt
8af941fb53 added note about usage to AR::instantiate()
fixes #2370
2014-02-10 10:51:16 +01:00
Qiang Xue
677ee94bb1 Fixes #2386 2014-02-09 13:54:01 -05:00
Qiang Xue
38df4801ba Merge pull request #2381 from Ragazzo/fixture_controller_imporved
improved fixture command
2014-02-09 13:41:10 -05:00
Qiang Xue
a6e45c43a4 ar doc. 2014-02-09 13:39:34 -05:00