Shitiz Garg
8a48f6e267
[ticket/9040] Minor cleanup in the unit test file
...
PHPBB3-9040
2014-03-17 17:35:37 +05:30
Shitiz Garg
403ab49716
[ticket/9040] Count HTML entities as single in custom profile fields
...
Currently when an user adds a HTML entity to a custom profile field, the length
gets incremented by 4 since the code reads > instead of <. However, the
length is presentational and not DB storage so it should be treated as a
single character even if it takes four lengths in the DB by being stored as
a HTML entity.
Work around this by decoding html entities before counting. Also, added unit
tests for string field type
PHPBB3-9040
2014-03-17 17:35:30 +05:30
Joas Schilling
ae98810ddc
Merge remote-tracking branch 'nickvergessen/ticket/12205' into ticket/12205-develop
...
* nickvergessen/ticket/12205:
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
Conflicts:
phpBB/includes/functions_profile_fields.php
2014-02-25 18:35:03 +01:00
Joas Schilling
ffbc7ccb64
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
...
PHPBB3-12205
2014-02-25 18:24:45 +01:00
Joas Schilling
360862fad0
[ticket/12151] Remove old dependency from profile type in tests
...
PHPBB3-12151
2014-02-02 19:52:23 +01:00
Joas Schilling
ad8d4492a7
[ticket/11201] Add tables to constructor in tests
...
PHPBB3-11201
2014-01-18 13:16:28 +01:00
Joas Schilling
39ff387d36
[ticket/11201] Update schema files and unit test
...
PHPBB3-11201
2014-01-17 21:53:08 +01:00
Joas Schilling
0ec6af38a9
[ticket/11201] Fix construction of dropdown type once again
...
PHPBB3-11201
2014-01-17 21:13:58 +01:00
Joas Schilling
1dbc2d6218
[ticket/11201] Fix dropdown tests
...
The error message is now already the language string including the fieldname
and not the language key anymore.
PHPBB3-11201
2014-01-15 12:36:54 +01:00
Joas Schilling
dda5992a79
[ticket/11201] Rename test file for now, so the other tests run
...
PHPBB3-11201
2014-01-14 10:20:33 +01:00
Unknown
17991823ea
[ticket/9916] Updating License in the header
...
PHPBB3-9916
2012-01-02 16:18:32 +00:00
Nils Adermann
b571b3e032
[ticket/10394] Remove call-time pass by reference from tests for PHP 5.4
...
PHPBB3-10394
2011-09-27 17:31:24 +02:00
Nils Adermann
a2b6605ce8
[ticket/10005] Add description to test cases
...
PHPBB3-10005
2011-06-03 03:12:13 +02:00
Nils Adermann
7b10f859de
[ticket/10005] Add validation of dropdown custom profile field values
...
PHPBB3-10005
2011-06-02 08:49:59 +02:00