aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-071-1/+1
|\
| * [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-1/+1
* | [ticket/12910] Set get_name for Google+ fieldsShitiz Garg2014-08-031-0/+8
|/
* Merge pull request #2718 from lucifer4o/ticket/12793Joas Schilling2014-07-271-8/+3
|\
| * [ticket/12793] Changing get_profile_contact_value to get_profile_value_rawStanislav Atanasov2014-07-101-6/+1
| * [ticket/12793] String '0' does not display for string profile fieldsStanislav Atanasov2014-07-101-3/+3
* | [ticket/12791] Changed the if checkStanislav Atanasov2014-07-101-2/+1
* | [ticket/12791] String profile fields do not use links ...Stanislav Atanasov2014-07-101-1/+2
|/
* 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
|/