resurtm
35bdf64990
Fixes #2217 : CHtml::radioButtonList() now supports $empty option.
2013-03-18 20:55:15 +06:00
resurtm
52657ec5fb
Fixes: CActiveForm::telField() used to display time input, not tel.
2013-03-15 20:27:30 +06:00
resurtm
24d98144d8
Fixes: CHtml::activeTelField() used to display time input, not tel.
2013-03-15 20:25:00 +06:00
Sergey Malyshev
4cbbaef2ed
Issue #2205 : CActiveForm the tag name for the error container tag is hardcoded
2013-03-14 19:41:14 +02:00
resurtm
e67f7c1612
Changes introduced in #2186 reverted.
2013-03-11 18:55:38 +06:00
Alexander Makarov
1e3a178d76
Merge pull request #2186 from resurtm/fixes-1955
...
Fixes #1955 : Some validators used to cause warnings or errors in case non-scalar array typed values being checked.
2013-03-10 05:42:20 -07:00
resurtm
692390f2f5
CHtml::activeInputField() and CHtml::activeTextField() is not intended to display array values.
2013-03-10 16:09:49 +06:00
Alexander Makarov
0fde5cf9fc
Merge pull request #2172 from klimov-paul/1724-Allow-script-html-options
...
Issue #1724 : allow script html options.
2013-03-09 11:55:37 -08:00
resurtm
173d4c8d42
punycode.js updated from 1.1.1 (June 27, 2012) to 1.2.0 (October 10, 2012).
2013-03-09 22:33:55 +06:00
resurtm
fa4b384f67
CWebApplication::$controllerMap property: PHPDoc typo.
2013-03-08 23:03:11 +06:00
Paul Klimov
847a786555
Code intending at "CClientScript" has been fixed: spaces have been replaced by tabs.
2013-03-06 13:45:05 +02:00
Paul Klimov
acaac347a1
Merge branch 'master' of git://github.com/yiisoft/yii into 1724-Allow-script-html-options
2013-03-06 13:41:48 +02:00
Paul Klimov
a92dfe544b
"CClientScript::renderScriptBatch()" has been refactored allowing to group scripts with the same HTML options.
2013-03-06 13:36:33 +02:00
Paul Klimov
10d356c28a
E_NOTICE at "CClientScript::renderScriptBatch()" has been fixed.
2013-03-06 13:28:22 +02:00
Paul Klimov
4299c0d309
"CClientScript" has been updated allowing to register scripts with HTML options.
2013-03-06 13:25:31 +02:00
Paul Klimov
a046e44e95
"CClientScriptTest" has been updated allowing to register script files with html options.
2013-03-06 12:41:20 +02:00
Paul Klimov
1210dcbe42
"CHtml::script()" and "CHtml::scriptFile()" have been updated allowing to compose HTML options.
2013-03-06 11:32:13 +02:00
Alexander Makarov
1b8c6d4d17
Revert "Merge branch 'master' of git://github.com/horechek/yii into horechek-master"
...
This reverts commit c6670657b7 , reversing
changes made to 903c0a991f .
2013-03-06 03:59:36 +04:00
Alexander Makarov
6edf25f97d
Fixes #2069 : Upgraded jQuery BBQ Plugin to 1.4pre to fix jQuery compatibility problems
2013-03-06 02:52:33 +04:00
Alexander Makarov
e37a9fe3e2
Refactored CHttpRequest::getDelete and CHttpRequest::getPut not to use _restParams directly
2013-03-06 02:08:13 +04:00
Alexander Makarov
c6670657b7
Merge branch 'master' of git://github.com/horechek/yii into horechek-master
2013-03-06 01:33:33 +04:00
David Baker
c26e3198dc
Fixed inaccurate information about default location for session savePath
...
Session's save path is set to session.save_path by default. On
some distros, that is set to /tmp, but it isn't always. Updated the
docs to reflect that.
2013-03-04 13:23:48 -07:00
Artem
072bebb432
Update framework/web/CClientScript.php
...
fixed error
2013-02-26 11:12:23 +02:00
Tomislav Biscan
aa527343c8
CJavaScriptExpressoin changed to CJavaScriptExpression in comments
2013-02-21 13:10:08 +01:00
Carsten Brandt
61dbc00c84
Merge pull request #2024 branch '2023-chttprequest-stripslashes' of https://github.com/etienneq/yii into etienneq-2023-chttprequest-stripslashes
...
* '2023-chttprequest-stripslashes' of https://github.com/etienneq/yii :
added Changelog
fix: empty array were not handled
using tabs for indentation
CHttpRequest::stripSlashes() changed to modify array keys as well
Conflicts:
CHANGELOG
2013-02-13 04:20:16 +01:00
Charles Pick
ba7b7c4dc6
1948 fix tiny whitespace issue
2013-02-12 14:50:55 +00:00
Charles Pick
e29f76747e
Merge branch 'master' of github.com:yiisoft/yii into 1948-fix-html5-input-types
2013-02-12 14:33:55 +00:00
Charles Pick
c3df18844c
1948 minor tweaks
2013-02-12 14:31:29 +00:00
Charles Pick
d55fd536eb
1948 tidy up version info
2013-02-12 10:37:26 +00:00
Charles Pick
bda3ed4bd2
1948 tidy up version info
2013-02-12 10:36:01 +00:00
Charles Pick
afc69d47be
1948 tidy up whitespace
2013-02-12 10:35:32 +00:00
Charles Pick
d912cd0f63
1948 tidy up whitespace
2013-02-12 10:34:37 +00:00
Charles Pick
f4959b2e86
tidy up html5 input types
2013-02-12 10:29:39 +00:00
Anders Persson
144de3f745
optimized by replacing a function reference with direct syntax
2013-02-02 23:37:41 +01:00
Etienne Quiel
0324c5d2f7
fix: empty array were not handled
2013-01-22 11:00:04 +01:00
Etienne Quiel
7fd79cee09
using tabs for indentation
2013-01-22 10:48:46 +01:00
Etienne Quiel
2c6dbf21fc
CHttpRequest::stripSlashes() changed to modify array keys as well
2013-01-22 10:43:04 +01:00
tom tomsen
0680f4c994
addtional -> additional
...
fixed a typo
2013-01-21 16:03:20 +01:00
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Attila Szakolczai
72db523c6f
Fixes #1763 CSqlDataProvider order by bug
2013-01-13 16:27:56 +01:00
Carsten Brandt
ed9f87d15e
Improved docs for CArrayDataProvider::$keyField
...
Issue #1943
2013-01-11 11:00:32 +01:00
Maurizio Domba (mdwork)
c07976d487
Fixes #1942 CActiveForm client validation
2013-01-10 15:22:00 +01:00
Maurizio Domba (mdwork)
ac084c590f
send CHtml::errorCss to JS file
2013-01-10 14:03:35 +01:00
Maurizio Domba (mdwork)
e583a85c65
Fixes #1941 reset CHtml:: instad of hardcoded value
2013-01-10 13:56:45 +01:00
Maurizio Domba (mdwork)
77493f2817
minor doc fixes
2013-01-10 13:54:46 +01:00
Carsten Brandt
3f65dce4e4
Fixed transparent background for ImageMagick in CCaptchaAction
...
thanks to @manuel-84
https://github.com/yiisoft/yii/pull/1464#issuecomment-12046268
2013-01-09 17:18:13 +01:00
Tonin De Rosso Bolzan
8ccac75190
Javascript elseif => else if
2013-01-08 09:21:25 -02:00
Alexander Makarov
ece7f7d277
Merge branch 'cwidget-issue-150' of git://github.com/antonCPU/yii into antonCPU-cwidget-issue-150
2013-01-08 01:08:17 +04:00
Alexander Makarov
6e5ba54082
Fixes #1847 : Added COutputCache::varyByLanguage to generate separate cache for different laguages
2013-01-08 01:04:36 +04:00