aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2672 from Nicofuma/ticket/12782Joas Schilling2014-07-071-3/+3
|\
| * [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-281-3/+3
* | Merge pull request #2647 from Dragooon/ticket/12334Joas Schilling2014-07-037-14/+100
|\ \ | |/ |/|
| * [ticket/12334] Changed from valueid to value_rawPayBas2014-06-247-16/+16
| * [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-247-1/+84
| * [ticket/12334] Added field_novalue fall-back as requestedPayBas2014-06-241-2/+3
| * [ticket/12334] Add PROFILE_FIELD_VALUEID template varPayBas2014-06-241-7/+9
* | [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