Commit Graph

1497 Commits

Author SHA1 Message Date
Alexander Makarov
7fc9bc0b4d Better fix for <script async="false" 2014-04-05 15:02:58 +04:00
Wil Wade
3e1e4be6c3 Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314 2014-04-03 18:13:23 -04:00
hwmaier
906a31dd06 checkBoxList and radioButtonList to take into account closeSingleTags parameter for <br> tag
Changed checkBoxList and radioButtonList methods to generate <br/> or
<br> separator tags depending on closeSingleTags setting.
2014-03-19 10:51:10 +10:00
munawer-t
2f5981cc81 Typo 2014-03-04 13:31:15 +05:30
munawer-t
f833c68416 Typo 2014-03-04 13:25:54 +05:30
munawer-t
e920887629 Typo fix 2014-03-04 13:16:42 +05:30
Alexander Pletnev
1fd6c1aa8c strict string comparison is always better 2014-02-26 21:26:37 +04:00
Muhammad Mahad Azad
1552209695 removed display:none on hidden form fields 2014-02-22 23:54:45 +05:00
resurtm
0490e653cb Code performance fix related to #3185 2014-02-19 14:24:18 +06:00
resurtm
52b1e4ca44 Updated CHtml to add maxlength support to all HTML5 fields
Fixes #3185. Fixes #2741.
2014-02-19 13:12:04 +06:00
pzaremba
7b68959372 Adding support for the X-HTTP-Method-Override header. 2014-02-04 22:50:38 +01:00
Jan Was
dc0503625d fix wsdl generator 2014-01-31 10:44:56 +01:00
Carsten Brandt
990cce4bb1 Merge PR #2140 branch '94-document-literal-wsdl' of https://github.com/nineinchnick/yii into nineinchnick-94-document-literal-wsdl
* '94-document-literal-wsdl' of https://github.com/nineinchnick/yii:
  use consts in place of 'rpc' and 'encoded' for operationBodyStyle and bindingStyle properties
  enh #94, added a wrapper in CWebService handling method arguments and response in document mode
  enh #94, added support for document/literal WSDL in generator, inspired by Zend 2.0 Soap Autodiscover class
2014-01-30 12:36:45 +01:00
Jan Was
0904589a5e Merge branch 'master' into 89-soap-header 2014-01-30 12:13:11 +01:00
Jan Was
f1abb793a0 Merge branch 'master' into 94-document-literal-wsdl 2014-01-30 12:12:55 +01:00
Carsten Brandt
9a1eac10c4 reverted pull request #2671 for issue #2670 2014-01-29 01:40:05 +01:00
Jani Mikkonen
ca25bc19b8 Merge branch 'master' of git://github.com/yiisoft/yii into user_host_address 2014-01-28 15:44:28 +02:00
Carsten Brandt
b06792d4e9 fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.

fixes #3113
2014-01-28 14:27:48 +01:00
Carsten Brandt
000a2167a9 Updated Request::getIsSecureConnection()
now works case insensitive

fixes #3147
2014-01-28 14:11:09 +01:00
Carsten Brandt
5555becf7e Added support for HTTP PATCH requests to CHttpRequest
fixes #2664
2014-01-28 13:14:10 +01:00
Carsten Brandt
86547f5dcb docs about html options
fixes #2844
2014-01-28 11:34:20 +01:00
Carsten Brandt
ffef1e47c9 updated docs for active radiobuttonlist and checkboxlist
fixes #3028
2014-01-28 11:24:50 +01:00
Alexander Makarov
cac49af2ac Fixes #3182: Added namespace support for controllers in subdirectories 2014-01-27 00:22:49 +04:00
Carsten Brandt
32b8f82e58 Update CHttpRequest.php
Improved fix in 2cc4a81713
2014-01-07 17:17:56 +01:00
Alexander Makarov
2cc4a81713 Fixed uninitialized string offset: -1 when accessing frontpage w/o slash 2014-01-07 16:35:58 +04:00
Alexander Makarov
3a8e8c58f0 Fixed homepage 404 2014-01-07 13:00:04 +04:00
Alexander Makarov
4e6c118e6e Fixed URL parsing so it's now properly giving 404 for URLs like "http://example.com//////site/about/////" 2014-01-07 04:55:11 +04:00
Alexander Makarov
dcec697c06 Fixes #3115: Updated phpdoc for better code completion in modern IDEs 2013-12-31 12:12:09 +01:00
Eirik Hoem
065b251457 No longer using basename for in CAssetManager::generatePath, fixes #2963 2013-10-15 08:22:30 +02:00
Qiang Xue
7e0ee3d6c7 Fixes #2945: dots in url rules should not match any character 2013-10-10 11:38:22 -04:00
Paul Klimov
f0a04d3dd1 CCaptchaAction updated to use DIRECTORY_SEPARATOR while composing font file name. 2013-10-02 15:47:52 +03:00
Paul Klimov
c5fca58f78 Merge branch '2540-CJSON-JsonSerializable' of https://github.com/SamMousa/yii into SamMousa-2540-CJSON-JsonSerializable 2013-10-01 16:25:33 +03:00
Paul Klimov
f47f7ed713 Merge pull request #2891 from bijibox/2887-cformelement-__isset
#2887 Add __isset method for CFormElement
2013-10-01 05:11:32 -07:00
gureedo
41b6efa098 updated phpdoc and input types list in CFormInputElement 2013-09-23 13:29:07 +06:00
Nikita Starshinov
30c1f0ea9c Fix indention from spaces to tabs in CFormElement 2013-09-22 16:33:24 +04:00
Nikita Starshinov
7ae1fb53d6 2887 Add __isset method for CFormElement 2013-09-20 19:41:36 +04:00
Carsten Brandt
1a5a166109 fixed code style 2013-09-18 14:19:42 +02:00
Alexander Makarov
fd088f94f7 Merge pull request #2799 from codemix/html5-elements-squash
Add HTML5 input support
2013-09-17 04:37:57 -07:00
Charles Pick
ca7a21d6ea Update CFormInputElement.php 2013-09-17 12:36:14 +01:00
Domrachev Roman
ec584acbd7 Fix CHtml::radioButtonList(). It worked incorrectly with numeric keys in $data. 2013-09-12 17:07:01 +07:00
Charles Pick
74310e9dac Fix indents 2013-09-11 21:09:44 +01:00
Charles Pick
29d6485eba Add new inputs to CFormInputElement, update CHANGELOG 2013-09-11 21:06:34 +01:00
Charles Pick
41112e7921 Merge branch 'master' of git://github.com/yiisoft/yii into HEAD 2013-09-11 21:01:50 +01:00
Alexander Makarov
e3e6518cf1 fixed phpdoc tag 2013-09-10 19:51:39 +04:00
Alexander Makarov
3d60a36b94 fixed formatting, adjusted changelog 2013-09-03 00:00:21 +04:00
Raphaël Cohen
b5f92df886 Changing from "ob_end_flush" to "ob_end_clean" 2013-08-31 12:58:40 +02:00
Raphaël Cohen
6742f79674 Code formatting 2013-08-31 12:06:36 +02:00
Sam Mousa
84991e6cd7 Added a guard to prevent the autoload bug as mentioned by @cebe. 2013-08-30 22:59:12 +02:00
Raphaël Cohen
c19ee647b7 Handle thrown exception in widgets when 'captureOutput' is set to true. 2013-08-30 19:22:12 +02:00
Sam Mousa
987058667a Encoding a JsonSerializable object will now have it's serializable result
encoded by CJSON.
2013-08-30 16:15:57 +02:00