aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
...
* | [ticket/12759] Fix type_bool and type_dropdown's UCP fieldsShitiz Garg2014-06-272-2/+16
* | [ticket/12759] Remove lang_helper from profilefields_managerShitiz Garg2014-06-271-9/+1
* | [ticket/12759] Cache all lang_options in lang_helper insteadShitiz Garg2014-06-274-66/+34
* | [ticket/12759] Extra line in profilefields_managerShitiz Garg2014-06-271-1/+0
* | [ticket/12759] Add phpDoc comments to explain get_option_langShitiz Garg2014-06-271-0/+4
* | [ticket/12759] Little code cleanupShitiz Garg2014-06-271-5/+1
* | [ticket/12759] Make sure $field_id has unique elementsShitiz Garg2014-06-271-0/+1
* | [ticket/12759] Cache the lang options earlierShitiz Garg2014-06-271-19/+28
* | [ticket/12759] Cache lang options for all fields while displayingShitiz Garg2014-06-271-1/+28
* | [ticket/12759] Allow multiple fields to be loaded via get_option_langShitiz Garg2014-06-273-10/+21
|/
* [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-211-1/+1
* [ticket/12730] Update field_length to be 20 by default for Google+Shitiz Garg2014-06-211-1/+1
* [ticket/12730] Switch service name to googleplus for type_googleplusShitiz Garg2014-06-211-10/+2
* [ticket/12730] Restore field_length to 10 for type_googleplusShitiz Garg2014-06-211-5/+5
* [ticket/12730] Add missing brackets to type_googleplus.phpShitiz Garg2014-06-211-0/+2
* [ticket/12730] Use string template for Google+ CPF instead of a new oneShitiz Garg2014-06-211-0/+8
* [ticket/12730] Minor formatting fixesShitiz Garg2014-06-211-6/+6
* [ticket/12730] Incorrect indentation for type_googleplusShitiz Garg2014-06-211-21/+21
* [ticket/12730] Spaces in block headerShitiz Garg2014-06-211-10/+10
* [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+56
* Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-201-0/+1
|\
| * [ticket/12732] Missing comma after validation definitionShitiz Garg2014-06-201-1/+1
| * [ticket/12732] Add Skype custom profile fieldShitiz Garg2014-06-201-0/+1
* | [ticket/12729] Move ALPHA_DOTS to above ALPHA_SPACERSShitiz Garg2014-06-201-1/+1
* | [ticket/12729] Add Facebook custom profile fieldShitiz Garg2014-06-201-0/+1
|/
* [ticket/12715] Cleanup comments in \phpbb\profilefields\*Tristan Darricau2014-06-157-7/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2712-38/+84
* [ticket/12335] Remove $ from descPayBas2014-05-031-2/+2
* [ticket/12335] Added generate_profile_fields _ beforePayBas2014-05-031-0/+12
* [ticket/12335] Documentation fix and added use_contact_fieldsPayBas2014-05-031-2/+3
* [ticket/12335] Fix phpBB version numberPayBas2014-05-031-2/+2
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-1/+31
* Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into develop...Nils Adermann2014-04-101-0/+1
|\
| * [ticket/12331] Fix SQL error when inserting a new entry to profile field dataJoas Schilling2014-03-301-0/+1
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-012-5/+5
|/
* [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
* [ticket/12251] Add string validation for a-zA-Z0-9 and underscoreJoas Schilling2014-03-061-13/+14
* Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-051-1/+1
|\
| * [ticket/12249] Fix "Undefined variable: row" when editing profileJoas Schilling2014-03-051-1/+1
* | Merge pull request #2058 from nickvergessen/ticket/12216Nathan Guse2014-03-051-0/+1
|\ \ | |/ |/|
| * [ticket/12216] Undefined index: lang_options when creating date profile fieldJoas Schilling2014-02-241-0/+1
* | [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-045-27/+53
* | [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-96/+96
* | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-033-2/+85
* | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+19
* | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ticket/12205-d...Joas Schilling2014-02-251-1/+1
|/
* [ticket/12184] Fix undefined variable tpl_fields in profile field managerJoas Schilling2014-02-111-0/+2
* [ticket/12169] Split mode==headline into it's own functionJoas Schilling2014-02-101-23/+30
* [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-2/+28
* [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+1