Commit Graph

2770 Commits

Author SHA1 Message Date
Carsten Brandt
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00
Carsten Brandt
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00
Carsten Brandt
65179b100a code style in fixtures 2014-01-20 14:51:04 +01:00
Carsten Brandt
ed14eaaae5 added docs about # link to sort and paginiation
fixes #2072
2014-01-20 14:33:04 +01:00
Alexander Makarov
86933cd745 Fixed hash doc for pagination 2014-01-20 17:15:40 +04:00
Alexander Makarov
26514419cc Added note about hash to Pagination::$params phpdoc 2014-01-20 16:39:25 +04:00
Carsten Brandt
36c296378b remove _method param from rest params 2014-01-20 13:31:32 +01:00
Carsten Brandt
813a008da2 improved request body parser docs and configuration
added a fallback for handling all request types

fixes #2066, related to #2043
2014-01-20 12:51:43 +01:00
Carsten Brandt
8a94eb1ff2 Merge PR #2066 branch '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2
* '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2:
  Fixed type in JsonParser
  Tabs vs. spaces
  Added support for custom web\Request parsers (#2043)
  Adds customizable parsing functionality to the web\Request class (Issue #2043)
2014-01-20 11:45:21 +01:00
Qiang Xue
b496a04f49 refactored fixture feature. 2014-01-19 23:17:53 -05:00
Daniel Schmidt
7c98ef591c Fixed type in JsonParser 2014-01-19 14:51:16 -08:00
Daniel Schmidt
1026b9da57 Tabs vs. spaces 2014-01-19 14:48:35 -08:00
Daniel Schmidt
00785d38c0 Added support for custom web\Request parsers (#2043) 2014-01-19 14:45:23 -08:00
Daniel Schmidt
7f8850bc70 Adds customizable parsing functionality to the web\Request class (Issue #2043) 2014-01-19 14:36:10 -08:00
Carsten Brandt
7ae8b8b50f added support to parse json request to Request::getRestParams() 2014-01-19 20:52:58 +01:00
Qiang Xue
68fdb52551 doc improved. 2014-01-19 12:58:33 -05:00
Qiang Xue
88059439f6 Fixes #2063: Removed yii\web\Request::acceptTypes and renamed yii\web\Request::acceptedContentTypes to acceptableContentTypes.
Renamed `yii\web\Request::acceptedLanguages` to `acceptableLanguages`
2014-01-19 12:55:05 -05:00
Qiang Xue
75ee05b90e more null fixes. 2014-01-19 12:23:32 -05:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Alexander Makarov
c978b9c25e Merge pull request #2057 from creocoder/auto-timestamp-field-renaming
AutoTimestamp field renaming
2014-01-19 02:13:10 -08:00
Alexander Kochetov
fe6d897f0e CHANGELOG typo fix 2014-01-19 14:07:02 +04:00
Alexander Kochetov
1b0ed00f40 CHANGELOG 2014-01-19 14:06:11 +04:00
Alexander Kochetov
6051253e6e BaseArrayHelper updated 2014-01-19 13:51:21 +04:00
Alexander Kochetov
a766a00027 Sort updated 2014-01-19 13:51:01 +04:00
Alexander Kochetov
404a219ac3 AutoTimestamp updated 2014-01-19 13:50:47 +04:00
Alexander Kochetov
40b0606d45 AutoTimestamp field renaming 2014-01-19 12:44:28 +04:00
Qiang Xue
ab5d7bd54c Fixes #2051: Do not save null data into database when using RBAC 2014-01-19 00:22:07 -05:00
Qiang Xue
8e8eca3691 updated change log [skip ci] 2014-01-19 00:14:15 -05:00
Qiang Xue
3e9a074394 Merge pull request #2050 from yiisoft/feature-fixture
Feature fixture
2014-01-18 21:08:55 -08:00
Qiang Xue
87be9deaf0 refactored fixture. 2014-01-18 16:18:33 -05:00
Veaceslav Medvedev
fc35bc1d49 Removing abstract in Module 2014-01-18 19:19:57 +02:00
Vladimir
d5cd6b0dfe Update Migration.php
add ability to use an array in multi columns parameters
2014-01-18 17:12:20 +03:00
Qiang Xue
12ff86305a refactored fixture implementation. 2014-01-17 23:35:14 -05:00
Qiang Xue
106e912401 Added tests for Fixture feature. 2014-01-17 16:22:11 -05:00
Carsten Brandt
369e4218a9 Merge branch 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2 into Ragazzo-fixtures_except_option_added
* 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2:
  filter fix
  changelog added
  changes of other pr reverted
  except option added

Conflicts:
	framework/CHANGELOG.md
2014-01-17 22:15:59 +01:00
Jacob Morrison
5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 2014-01-17 12:07:15 -08:00
Qiang Xue
bbe3334630 finished fixture feature. 2014-01-17 14:27:33 -05:00
Qiang Xue
18291c5b93 Added FixtureTrait. 2014-01-17 12:07:06 -05:00
Alexander Makarov
462c50031a Fixes #1930: Fixed domain based URL matching for website root 2014-01-17 21:06:13 +04:00
Qiang Xue
0c226154ba Merge pull request #2021 from klevron/frenchfix
French : minor fixes
2014-01-17 08:40:31 -08:00
Alexander Makarov
6e7165133e Fixes #1991: regression in index.php handling 2014-01-17 20:38:27 +04:00
Kevin LEVRON
a3c926f814 Fix french messages 2014-01-17 17:27:27 +01:00
Qiang Xue
77469a6472 Merge pull request #2009 from callmez/master
fix #1992: when set yii\captcha\CaptchaValidator::$captchaAction = '/sit...
2014-01-16 20:02:50 -08:00
callmez
00ce53946c CHANGELOG.md typo 2014-01-17 11:52:41 +08:00
Qiang Xue
96990c8d04 Merge pull request #2012 from creocoder/listbox-fix2
BaseHtml::listBox() incorrect array_key_exists() usage fix
2014-01-16 19:43:41 -08:00
Alexander Kochetov
e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 2014-01-17 07:42:45 +04:00
Qiang Xue
0e7de3e351 removed trash code. 2014-01-16 22:37:43 -05:00
Qiang Xue
2dec35cfe3 Added fixture classes. 2014-01-16 22:36:38 -05:00
Alexander Kochetov
0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 2014-01-17 07:36:24 +04:00
Alexander Kochetov
bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 2014-01-17 07:35:48 +04:00