aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Collapse)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
| | | | | | | | PHPBB3-14972
* | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into ↵Marc Alexander2018-01-072-2/+1
|\ \ | | | | | | | | | prep-release-3.2.2
| * | [ticket/security/211] Allow make_clickable() again after change to regexMarc Alexander2017-08-032-2/+1
| | | | | | | | | | | | SECURITY-211
* | | 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
| | | | | | | | SECURITY-211
| * [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-221-1/+1
| | | | | | | | SECURITY-211
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/15146] Date profile field validation incorrect
| * Merge pull request #4763 from javiexin/ticket/15146Tristan Darricau2017-04-191-1/+1
| |\ | | | | | | | | | | | | | | | | | | [ticket/15146] Date profile field validation incorrect * github.com:phpbb/phpbb: [ticket/15146] Date profile field validation incorrect
| | * [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
| | | | | | | | | | | | | | | | | | Fix by changing select input field options to match validation range PHPBB3-15146
* | | [ticket/15010] Fix incorrect use of requestRichard McGirr2017-01-141-1/+1
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15010 PHPBB3-15010
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-0/+8
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14889] Missing method in profile fields type interface
| * | Merge pull request #4558 from javiexin/ticket/14889Tristan Darricau2016-12-111-0/+8
| |\ \ | | |/ | |/| | | | | | | | | | | | | [ticket/14889] Missing method in profile fields type interface * javiexin/ticket/14889: [ticket/14889] Missing method in profile fields type interface
| | * [ticket/14889] Missing method in profile fields type interfacejaviexin2016-12-051-0/+8
| | | | | | | | | | | | | | | | | | | | | Completes the profile fields type interface by defining a missing required method for all implementations of a type. PHPBB3-14889
* | | 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
| |/ | | | | | | | | | | This bug was introduced by PHPBB3-14272 PHPBB3-14890
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-274-12/+12
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-064-12/+12
| | | | | | | | PHPBB3-14272
* | Merge branch '3.1.x'Marc Alexander2015-08-201-0/+20
|\ \ | |/
| * [ticket/14037] Minor coding style improvements to eventMarc Alexander2015-08-201-0/+2
| | | | | | | | PHPBB3-14037
| * [ticket/14037] Allows adapting memberlist profile fields headlinejaviexin2015-08-201-0/+18
| | | | | | | | | | | | | | Adds an event to allow modifying the profile fields headline in line with modifications to profile fields data. PHPBB3-14037
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
|/ | | | PHPBB3-13455
* [ticket/13528] Return correct translation instead of is_set()Joas Schilling2015-01-201-1/+1
| | | | PHPBB3-13528
* 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.
| * [ticket/12642] Ensure CPF type specific options are set when editing booleans.Cesar G2014-11-111-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | prepare_hidden_fields is expected to return null if the option is not sent in the request. The boolean method returns false instead, which results in the options being set as false in hidden fields when accessing the first edit step. When checking the "Default value" option, there is also a failure to check whether the "Field type" option is set to checkbox, thus resulting in this option getting lost as well. PHPBB3-12642
* | Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-101-5/+5
|\ \ | | | | | | | | | [ticket/12866] Wrong profile field validation options
| * | [ticket/12866] Assume underscore is part of \wJakub Senko2014-11-281-5/+5
| | | | | | | | | | | | PHPBB3-12866
* | | [ticket/12926] Support for IDN (IRI)rxu2014-11-271-1/+1
|/ / | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926
* | [ticket/13209] Gather language field values for boolean CPF's in all steps.Cesar G2014-11-111-1/+1
| | | | | | | | | | | | | | The user can move back and forth between all three steps and as such the lang field data should be expected in all steps. PHPBB3-13209
* | [ticket/13209] Fix expected request value of CPF language fields.Cesar G2014-11-111-1/+13
|/ | | | | | Multiple languages can be edited, thus the expected value is an array. PHPBB3-13209
* [ticket/13111] Dropdown options are already an array in the field dataJoas Schilling2014-09-301-1/+1
| | | | PHPBB3-13111
* Merge pull request #2954 from rxu/ticket/13055Joas Schilling2014-09-241-2/+7
|\ | | | | | | [ticket/13055] Fix string profile fields validation to support unicode
| * [ticket/13055] Add string profile fields validation options to support unicoderxu2014-09-181-2/+7
| | | | | | | | PHPBB3-13055
* | [ticket/12734] Remove unnecessary error supressingJakub Senko2014-09-101-7/+3
|/ | | | PHPBB3-12734
* [ticket/12794] Properly validate google+ field against valid character setMarc Alexander2014-08-081-1/+1
| | | | PHPBB3-12794
* Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-071-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12557] Fix doc block errors found by Sami for ascraeus * n-aleha/ticket/12557ascraeus: [ticket/12557] Fix load active module description [ticket/12557] Fix php file description [ticket/12557] Fix post data description for notifications [ticket/12557] Fix pass by reference doc blocks [ticket/12557] Fix doc block in extension base class [ticket/12557] Fix doc block in mimetype guesser [ticket/12557] Fix var $preserve_cr description [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Template fixes [ticket/12557] Search, cron and profilefields fixes [ticket/12557] Notification fixes [ticket/12557] Fix doc block errors found by Sami pt1 [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami
| * [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-1/+1
| | | | | | | | PHPBB3-12557
* | [ticket/12910] Set get_name for Google+ fieldsShitiz Garg2014-08-031-0/+8
|/ | | | PHPBB3-12910
* Merge pull request #2718 from lucifer4o/ticket/12793Joas Schilling2014-07-271-8/+3
|\ | | | | | | | | | | | | | | | | [ticket/12793] String '0' does not display for string profile fields * lucifer4o/ticket/12793: [ticket/12793] Tests (added and changed) [ticket/12793] Changing get_profile_contact_value to get_profile_value_raw [ticket/12793] String '0' does not display for string profile fields
| * [ticket/12793] Changing get_profile_contact_value to get_profile_value_rawStanislav Atanasov2014-07-101-6/+1
| | | | | | | | | | | | Changing the return to get_profile_value_raw PHPBB3-12793
| * [ticket/12793] String '0' does not display for string profile fieldsStanislav Atanasov2014-07-101-3/+3
| | | | | | | | | | | | See https://github.com/phpbb/phpbb/pull/2647#discussion_r14503051 PHPBB3-12793
* | [ticket/12791] Changed the if checkStanislav Atanasov2014-07-101-2/+1
| | | | | | | | | | | | Removed unneeded variable PHPBB3-12791
* | [ticket/12791] String profile fields do not use links ...Stanislav Atanasov2014-07-101-1/+2
|/ | | | | | | | | smilies and line breaks in memberlist The value is overwritten with the contact value Added aditional check if the field is a contact so we don't overwrite it. PHPBB3-12791
* Merge pull request #2672 from Nicofuma/ticket/12782Joas Schilling2014-07-071-3/+3
|\ | | | | | | | | | | | | | | [ticket/12782] Use an interface for the phpbb event_dispatcher * Nicofuma/ticket/12782: [ticket/12782] Add doc block [ticket/12782] Use an interface for the phpbb event_dispatcher
| * [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-281-3/+3
| | | | | | | | PHPBB3-12782
* | Merge pull request #2647 from Dragooon/ticket/12334Joas Schilling2014-07-037-14/+100
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12334] Add PROFILE_FIELD_VALUE_RAW template var * Dragooon/ticket/12334: [ticket/12334] Remove profile fields test group [ticket/12334] Add additional test for type_string [ticket/12334] Add string test for type_int [ticket/12334] Improve type_dropdown's test description [ticket/12334] Group profile fields test [ticket/12334] Change get_profile_value_raw_data to profile_value_raw_data [ticket/12334] Add get_profile_value_raw unit test for type_bool [ticket/12334] Add get_profile_value_raw unit test for type_date [ticket/12334] Add get_profile_value_raw unit tests for type_dropdown [ticket/12334] Add get_profile_value_raw unit test for type_string [ticket/12334] Add get_profile_value_raw unit test for type_url [ticket/12334] Add get_profile_value_raw unit tests for type_int [ticket/12334] Removed tests [ticket/12334] Dropdowns cannot be tested this way [ticket/12334] Added test get_profile_value_raw [ticket/12334] Changed from valueid to value_raw [ticket/12334] Implemented get_profile_valueid method [ticket/12334] Added field_novalue fall-back as requested [ticket/12334] Add PROFILE_FIELD_VALUEID template var
| * [ticket/12334] Changed from valueid to value_rawPayBas2014-06-247-16/+16
| | | | | | | | PHPBB3-12334
| * [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-247-1/+84
| | | | | | | | PHPBB3-12334
| * [ticket/12334] Added field_novalue fall-back as requestedPayBas2014-06-241-2/+3
| | | | | | | | PHPBB3-12334
| * [ticket/12334] Add PROFILE_FIELD_VALUEID template varPayBas2014-06-241-7/+9
| | | | | | | | PHPBB3-12334