aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/ucp_profile_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12730] Add functional test for Google+ fieldShitiz Garg2014-06-211-0/+2
| | | | PHPBB3-12730
* Merge pull request #2628 from Dragooon/ticket/12731Joas Schilling2014-06-201-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12731] Add YouTube custom profile field * Dragooon/ticket/12731: [ticket/12731] Add functional test for youtube field [ticket/12731] Set field_active to 1 for YouTube field [ticket/12731] Add YouTube custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * [ticket/12731] Add functional test for youtube fieldShitiz Garg2014-06-201-0/+2
| | | | | | | | PHPBB3-12731
* | Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-201-2/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12732] Add Skype custom profile field * Dragooon/ticket/12732: [ticket/12732] Update schema.json for Skype [ticket/12732] Add functional test for Skype profile field [ticket/12732] Values shouldn't be escaped for schema_data.sql [ticket/12732] Set field_active to 1 for Skype's field [ticket/12732] Add unit tests for ALPHA_PUNCTUATION [ticket/12732] Missing comma after validation definition [ticket/12732] Improve ALPHA_PUNCTUATION description [ticket/12732] Use user info instead of chat as default Skype action [ticket/12732] Add Skype custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php tests/profilefields/type_string_test.php
| * | [ticket/12732] Add functional test for Skype profile fieldShitiz Garg2014-06-201-0/+2
| |/ | | | | | | PHPBB3-12732
* | Merge pull request #2612 from Dragooon/ticket/12733Joas Schilling2014-06-201-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12733] Add Twitter custom profile field * Dragooon/ticket/12733: [ticket/12733] Add functional test for twitter profile field [ticket/12733] Values needn't be escaped for schema_data.sql [ticket/12733] Set field_active to 1 for Twitter [ticket/12733] Convert spaces to tabs [ticket/12733] Fix spacing for block header in profilefield_twitter.php [ticket/12733] Update schema.json [ticket/12733] Add Twitter custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * | [ticket/12733] Add functional test for twitter profile fieldShitiz Garg2014-06-201-0/+2
| |/ | | | | | | PHPBB3-12733
* | [ticket/12729] Add functional test for Facebook fieldShitiz Garg2014-06-201-0/+2
|/ | | | PHPBB3-12729
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12331] Add functional test for saving custom profile fieldsJoas Schilling2014-04-011-0/+33
PHPBB3-12331