phpbb/phpBB/phpbb/profilefields
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 &gt; 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
..
type [ticket/9040] Count HTML entities as single in custom profile fields 2014-03-17 17:35:30 +05:30
lang_helper.php [ticket/11201] Cast some variables to integer 2014-01-18 12:40:12 +01:00
manager.php [ticket/12187] Do not make clickable when using as contact field 2014-03-04 09:10:57 +01:00