aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/type
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-072-4/+4
|\
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-4/+4
* | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into prep-r...Marc Alexander2018-01-072-2/+1
|\ \
| * | [ticket/security/211] Allow make_clickable() again after change to regexMarc Alexander2017-08-032-2/+1
* | | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-012-2/+16
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/security/211] Only run make_clickable() on URL type profile fieldsMarc Alexander2017-07-232-1/+15
| * [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-221-1/+1
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+1
|\ \ | |/
| * Merge pull request #4763 from javiexin/ticket/15146Tristan Darricau2017-04-191-1/+1
| |\
| | * [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
* | | [ticket/15010] Fix incorrect use of requestRichard McGirr2017-01-141-1/+1
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-0/+8
|\ \ \ | |/ /
| * | 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
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-051-1/+1
|\ \ \ | |/ /
| * | [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
| |/
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-274-12/+12
|\ \ | |/
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-064-12/+12
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
|/
* [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
* [ticket/13055] Add string profile fields validation options to support unicoderxu2014-09-181-2/+7
* [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
|/
* [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
* Merge pull request #2647 from Dragooon/ticket/12334Joas Schilling2014-07-036-0/+83
|\
| * [ticket/12334] Changed from valueid to value_rawPayBas2014-06-246-6/+6
| * [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-246-0/+83
* | [ticket/12759] Fix type_bool and type_dropdown's UCP fieldsShitiz Garg2014-06-272-2/+16
* | [ticket/12759] Cache all lang_options in lang_helper insteadShitiz Garg2014-06-272-5/+5
* | [ticket/12759] Allow multiple fields to be loaded via get_option_langShitiz Garg2014-06-272-5/+5
|/
* [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