aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4558 from javiexin/ticket/14889Tristan Darricau2016-12-111-0/+8
|\
| * [ticket/14889] Missing method in profile fields type interfacejaviexin2016-12-051-0/+8
* | [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
|/
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-064-12/+12
* [ticket/14037] Minor coding style improvements to eventMarc Alexander2015-08-201-0/+2
* [ticket/14037] Allows adapting memberlist profile fields headlinejaviexin2015-08-201-0/+18
* [ticket/13528] Return correct translation instead of is_set()Joas Schilling2015-01-201-1/+1
* Merge pull request #3138 from prototech/ticket/12642Joas Schilling2015-01-201-19/+19
|\
| * [ticket/12642] Ensure CPF type specific options are set when editing booleans.Cesar G2014-11-111-19/+19
* | Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-101-5/+5
|\ \
| * | [ticket/12866] Assume underscore is part of \wJakub Senko2014-11-281-5/+5
* | | [ticket/12926] Support for IDN (IRI)rxu2014-11-271-1/+1
|/ /
* | [ticket/13209] Gather language field values for boolean CPF's in all steps.Cesar G2014-11-111-1/+1
* | [ticket/13209] Fix expected request value of CPF language fields.Cesar G2014-11-111-1/+13
|/
* [ticket/13111] Dropdown options are already an array in the field dataJoas Schilling2014-09-301-1/+1
* Merge pull request #2954 from rxu/ticket/13055Joas Schilling2014-09-241-2/+7
|\
| * [ticket/13055] Add string profile fields validation options to support unicoderxu2014-09-181-2/+7
* | [ticket/12734] Remove unnecessary error supressingJakub Senko2014-09-101-7/+3
|/
* [ticket/12794] Properly validate google+ field against valid character setMarc Alexander2014-08-081-1/+1
* 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