aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profile
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12514] Remove tests/profiles as they're no longer requiredShitiz Garg2014-06-172-106/+0
| | | | PHPBB3-12514
* [ticket/12514] custom_string_test is no longer requiredShitiz Garg2014-06-171-120/+0
| | | | PHPBB3-12514
* [ticket/12514] Add test for "int" type custom profile fieldShitiz Garg2014-06-171-46/+0
| | | | PHPBB3-12514
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
| | | | PHPBB3-12594
* [ticket/9040] Minor cleanup in the unit test fileShitiz Garg2014-03-171-10/+9
| | | | PHPBB3-9040
* [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-0/+117
| | | | | | | | | | | | | 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
* Merge remote-tracking branch 'nickvergessen/ticket/12205' into ↵Joas Schilling2014-02-251-0/+42
|\ | | | | | | | | | | | | | | | | | | 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
| * [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-0/+42
| | | | | | | | PHPBB3-12205
* | [ticket/12151] Remove old dependency from profile type in testsJoas Schilling2014-02-021-10/+0
| | | | | | | | PHPBB3-12151
* | [ticket/11201] Add tables to constructor in testsJoas Schilling2014-01-181-3/+6
| | | | | | | | PHPBB3-11201
* | [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-3/+3
| | | | | | | | PHPBB3-11201
* | [ticket/11201] Fix construction of dropdown type once againJoas Schilling2014-01-171-2/+12
| | | | | | | | PHPBB3-11201
* | [ticket/11201] Fix dropdown testsJoas Schilling2014-01-152-55/+68
| | | | | | | | | | | | | | The error message is now already the language string including the fieldname and not the language key anymore. PHPBB3-11201
* | [ticket/11201] Rename test file for now, so the other tests runJoas Schilling2014-01-141-0/+0
|/ | | | PHPBB3-11201
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4Nils Adermann2011-09-271-1/+1
| | | | PHPBB3-10394
* [ticket/10005] Add description to test casesNils Adermann2011-06-031-10/+13
| | | | PHPBB3-10005
* [ticket/10005] Add validation of dropdown custom profile field valuesNils Adermann2011-06-022-0/+83
PHPBB3-10005