aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-073-9/+9
|\
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-013-9/+9
* | 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
* | Merge branch '3.1.x'Marc Alexander2015-08-201-0/+20
|\ \ | |/
| * [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/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
* 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