Tommy
|
773f4ae5e1
|
FIX: spaces to tabs
|
2022-12-22 15:37:35 +01:00 |
|
Tommy
|
6c751eb6c6
|
ADD: add tests testing CHtml with arrays with null or empty strings as
keys
|
2022-12-22 15:35:01 +01:00 |
|
Tommy
|
1f3b62f2a9
|
FIX: cast nullable strings to strings for mb_strlen, strlen and explode
|
2022-12-19 12:36:43 +01:00 |
|
Tommy
|
8598082d28
|
FIX: do not pass null to mb_strpos#3
|
2022-12-19 09:53:45 +01:00 |
|
Arhell
|
8518f95605
|
update yii & php.net links
|
2022-08-09 00:11:49 +03:00 |
|
Marco van 't Wout
|
243755e8b6
|
Add option to omit [CDATA wrapping from contents of <script> and <style> for HTML 5 applications.
|
2021-03-11 18:13:44 +01:00 |
|
Marco van 't Wout
|
097c482656
|
Add option to omit type="text/javascript" from <script> in HTML 5 applications. Keep original order of src and type attributes.
|
2021-03-11 17:49:24 +01:00 |
|
Alexander Makarov
|
464158a78a
|
Fix formatting
|
2020-08-07 00:55:24 +03:00 |
|
Alexander Makarov
|
aa5780550c
|
Skip testing for create_function for PHP 8
|
2020-08-03 20:45:22 +03:00 |
|
Alexander Makarov
|
1e1c5b7b05
|
Fixes #4043: Fixed CJavaScript::quote() to properly escape Unicode characters
|
2017-04-18 15:45:27 +03:00 |
|
Alexander Makarov
|
9b14ff3e3f
|
Fixes #4064: Fixed CHtml::beginForm which produced wrong HTML when using an anchor in the action URL of a GET form
|
2017-03-14 00:30:12 +03:00 |
|
Alexander Makarov
|
d3f0398ef0
|
Removed broken unused code from test
|
2014-10-13 15:40:36 +04:00 |
|
Ger Hobbelt
|
b1a8ba6365
|
Fixes #3584: Incorrect constructor in CHtmlTestModel
|
2014-10-13 15:17:47 +04:00 |
|
Alexander Makarov
|
7fc9bc0b4d
|
Better fix for <script async="false"
|
2014-04-05 15:02:58 +04:00 |
|
Alexander Makarov
|
e031b44847
|
Adjusted tests
|
2014-02-23 23:17:59 +04:00 |
|
Paul Klimov
|
e9e929aa09
|
"CHtml::activeLabel()" has been fixed to resolve attribute label for tabular input in case custom "for" has been specified.
|
2013-05-29 12:40:46 +03:00 |
|
Paul Klimov
|
9532a46280
|
Unit test "CHtmlTest" has been updated exposing issue #2423
|
2013-04-29 16:07:51 +03:00 |
|
Maurizio Domba (mdwork)
|
43998cdb19
|
Adjusted tests for CHtml::refresh() regarding to fix for issue #2239
|
2013-03-25 10:52:31 +01:00 |
|
Paul Klimov
|
d1ebfa41ab
|
Code intending at "CHtmlTest" has been changed from spaces to tabs.
|
2013-03-06 11:35:16 +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 |
|
resurtm
|
3f3f520917
|
Added NULL check into CHtml::value(), $attribute.
|
2012-12-23 14:12:49 +06:00 |
|
resurtm
|
694dcb885c
|
Second parameter of the CHtml::value() doesn't support functions created by "create_function" anymore.
|
2012-12-21 21:19:26 +06:00 |
|
resurtm
|
fd5672978e
|
Fixes CHtml::value() bug.
|
2012-12-21 17:04:09 +06:00 |
|
resurtm
|
80ba017193
|
Additional unit test for dot syntax access.
|
2012-12-19 20:57:47 +06:00 |
|
resurtm
|
a6d98dc7ed
|
#1861: PHP 5.2 testing issues and forgot about create_function.
|
2012-12-19 20:12:42 +06:00 |
|
resurtm
|
321e812e24
|
Fixes #1861. CHtml::value() didn't worked properly with array-typed $model parameter and integer-typed $attribute parameter.
|
2012-12-19 19:37:39 +06:00 |
|
Maurizio Domba (mdlap)
|
57227293e8
|
Fixing tests for PR #1502 (issue #1492)
|
2012-11-14 19:18:04 +01:00 |
|
DaSourcerer
|
642de21873
|
Replaced assertEquals(null, ...) with assertNull(...)
|
2012-08-13 18:52:34 +02:00 |
|
Alexander Makarov
|
14a33f0153
|
#1109: Fixed "js:" encoding BC-break in CHtml::ajax() and related methods introduced in 1.1.11, added tests
|
2012-08-06 22:57:45 +04:00 |
|
resurtm
|
02ccba9e49
|
Possible fix of CHtml's tests failings.
|
2012-07-04 22:23:08 +06:00 |
|
resurtm
|
fcde793910
|
Added tests for CHtml::resolveName().
|
2012-06-24 17:12:10 +06:00 |
|
resurtm
|
cb575ea874
|
Merge branch 'master' of git://github.com/yiisoft/yii into more-chtml-tests
Conflicts:
CHANGELOG
tests/framework/web/helpers/CHtmlTest.php
|
2012-06-24 16:34:54 +06:00 |
|
Alexander Makarov
|
ee36805900
|
fixed CHtml test (line-separators difference)
|
2012-06-22 11:46:34 +04:00 |
|
resurtm
|
f2a845802d
|
Added unit tests for CHtml::button(), CHtml::htmlButton(), CHtml::submitButton(), CHtml::resetButton() and CHtml::linkButton().
|
2012-06-21 20:35:23 +06:00 |
|
resurtm
|
9b8f7737f7
|
Added unit test for CHtml::activeUrlField().
|
2012-06-20 22:45:56 +06:00 |
|
resurtm
|
6cd7a3ecb5
|
Merge branch 'master' of git://github.com/yiisoft/yii into more-chtml-tests
Conflicts:
CHANGELOG
|
2012-06-20 22:09:50 +06:00 |
|
resurtm
|
6bacceaf40
|
Unit tests for CHtml::activeLabel(), CHtml::activeLabelEx() and CHtml::activeTextField().
|
2012-05-28 23:01:48 +06:00 |
|
resurtm
|
89445cb474
|
Unit tests for CHtml::statefulForm(), CHtml::mailto(), CHtml::image().
|
2012-05-27 12:17:54 +06:00 |
|
resurtm
|
8a29076396
|
Providers should be static. Added CHtmlTestCase::tearDown() and CHtmlTestCase::setUp() for cleaning CClientScript global app component.
|
2012-05-27 11:48:37 +06:00 |
|
resurtm
|
066940755a
|
Unit tests for CHtml::pageStateField(), CHtml::encode(), CHtml::decode() and CHtml::refresh().
|
2012-05-27 11:39:04 +06:00 |
|
resurtm
|
ea18ccb92b
|
Full unit tests for CHtml::resolveValue().
|
2012-05-27 01:24:20 +06:00 |
|
resurtm
|
81bce10769
|
Added unit tests for CHtml::resolveValue().
|
2012-05-26 13:09:12 +06:00 |
|
resurtm
|
ab469d4ed0
|
Added unit tests for CHtml::activeId(), CHtml::activeName() and CHtml::getIdByName().
|
2012-05-26 12:09:06 +06:00 |
|
resurtm
|
0df5b56352
|
Added unit tests for CHtml::linkTag(), CHtml::css(), CHtml::cssFile(), CHtml::endForm(), CHtml::scriptFile(), CHtml::script().
|
2012-05-26 11:51:36 +06:00 |
|
resurtm
|
a3ab21bc3c
|
CHtml::metaTag test.
|
2012-05-25 22:55:23 +06:00 |
|
resurtm
|
e007d8e870
|
Added tests for CHtml::cdata, CHtml::openTag, CHtml::closeTag.
|
2012-05-19 15:21:29 +06:00 |
|
Steven Wexler
|
d2e5d7088e
|
Added some testing coverage for CHtml
|
2012-03-11 09:56:35 -04:00 |
|