| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12514] Remove tests/profiles as they're no longer required | Shitiz Garg | 2014-06-17 | 2 | -106/+0 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] custom_string_test is no longer required | Shitiz Garg | 2014-06-17 | 1 | -120/+0 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add test for "int" type custom profile field | Shitiz Garg | 2014-06-17 | 1 | -46/+0 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -9/+21 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/9040] Minor cleanup in the unit test file | Shitiz Garg | 2014-03-17 | 1 | -10/+9 |
| | | | | | PHPBB3-9040 | ||||
| * | [ticket/9040] Count HTML entities as single in custom profile fields | Shitiz Garg | 2014-03-17 | 1 | -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 > 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 Schilling | 2014-02-25 | 1 | -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 off | Joas Schilling | 2014-02-25 | 1 | -0/+42 |
| | | | | | | | | | PHPBB3-12205 | ||||
| * | | [ticket/12151] Remove old dependency from profile type in tests | Joas Schilling | 2014-02-02 | 1 | -10/+0 |
| | | | | | | | | | PHPBB3-12151 | ||||
| * | | [ticket/11201] Add tables to constructor in tests | Joas Schilling | 2014-01-18 | 1 | -3/+6 |
| | | | | | | | | | PHPBB3-11201 | ||||
| * | | [ticket/11201] Update schema files and unit test | Joas Schilling | 2014-01-17 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-11201 | ||||
| * | | [ticket/11201] Fix construction of dropdown type once again | Joas Schilling | 2014-01-17 | 1 | -2/+12 |
| | | | | | | | | | PHPBB3-11201 | ||||
| * | | [ticket/11201] Fix dropdown tests | Joas Schilling | 2014-01-15 | 2 | -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 run | Joas Schilling | 2014-01-14 | 1 | -0/+0 |
| |/ | | | | PHPBB3-11201 | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4 | Nils Adermann | 2011-09-27 | 1 | -1/+1 |
| | | | | | PHPBB3-10394 | ||||
| * | [ticket/10005] Add description to test cases | Nils Adermann | 2011-06-03 | 1 | -10/+13 |
| | | | | | PHPBB3-10005 | ||||
| * | [ticket/10005] Add validation of dropdown custom profile field values | Nils Adermann | 2011-06-02 | 2 | -0/+83 |
| PHPBB3-10005 | |||||
