aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | [ticket/12759] Fix type_bool and type_dropdown's UCP fieldsShitiz Garg2014-06-272-2/+16
| | | | | | | | PHPBB3-12759
* | [ticket/12759] Remove lang_helper from profilefields_managerShitiz Garg2014-06-271-9/+1
| | | | | | | | | | | | No longer required PHPBB3-12759
* | [ticket/12759] Cache all lang_options in lang_helper insteadShitiz Garg2014-06-274-66/+34
| | | | | | | | PHPBB3-12759
* | [ticket/12759] Extra line in profilefields_managerShitiz Garg2014-06-271-1/+0
| | | | | | | | PHPBB3-12759
* | [ticket/12759] Add phpDoc comments to explain get_option_langShitiz Garg2014-06-271-0/+4
| | | | | | | | PHPBB3-12759
* | [ticket/12759] Little code cleanupShitiz Garg2014-06-271-5/+1
| | | | | | | | PHPBB3-12759
* | [ticket/12759] Make sure $field_id has unique elementsShitiz Garg2014-06-271-0/+1
| | | | | | | | | | | | Otherwise it would cause a bunch of repetitive IDs passed to the IN clause PHPBB3-12759
* | [ticket/12759] Cache the lang options earlierShitiz Garg2014-06-271-19/+28
| | | | | | | | | | | | Previously it would re-run on every post PHPBB3-12759
* | [ticket/12759] Cache lang options for all fields while displayingShitiz Garg2014-06-271-1/+28
| | | | | | | | | | | | | | | | | | Previously these would be fetched one field at one time, causing a large number of queries in case there were large number of custom profile fields and/or unique number of users in areas such as viewing topics. Resolve this by caching them at once when generating data for displaying them in templates. PHPBB3-12759
* | [ticket/12759] Allow multiple fields to be loaded via get_option_langShitiz Garg2014-06-273-10/+21
|/ | | | PHPBB3-12759
* [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-211-1/+1
| | | | PHPBB3-12730
* [ticket/12730] Update field_length to be 20 by default for Google+Shitiz Garg2014-06-211-1/+1
| | | | PHPBB3-12730
* [ticket/12730] Switch service name to googleplus for type_googleplusShitiz Garg2014-06-211-10/+2
| | | | PHPBB3-12730
* [ticket/12730] Restore field_length to 10 for type_googleplusShitiz Garg2014-06-211-5/+5
| | | | PHPBB3-12730
* [ticket/12730] Add missing brackets to type_googleplus.phpShitiz Garg2014-06-211-0/+2
| | | | PHPBB3-12730
* [ticket/12730] Use string template for Google+ CPF instead of a new oneShitiz Garg2014-06-211-0/+8
| | | | PHPBB3-12730
* [ticket/12730] Minor formatting fixesShitiz Garg2014-06-211-6/+6
| | | | PHPBB3-12730
* [ticket/12730] Incorrect indentation for type_googleplusShitiz Garg2014-06-211-21/+21
| | | | PHPBB3-12730
* [ticket/12730] Spaces in block headerShitiz Garg2014-06-211-10/+10
| | | | PHPBB3-12730
* [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+56
| | | | | | | Google+ has a "+" before a custom URL but doesn't for those which are using their integer ID. To cover that we need to have an extra profile field PHPBB3-12730
* Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12732] Add Skype custom profile field * Dragooon/ticket/12732: [ticket/12732] Update schema.json for Skype [ticket/12732] Add functional test for Skype profile field [ticket/12732] Values shouldn't be escaped for schema_data.sql [ticket/12732] Set field_active to 1 for Skype's field [ticket/12732] Add unit tests for ALPHA_PUNCTUATION [ticket/12732] Missing comma after validation definition [ticket/12732] Improve ALPHA_PUNCTUATION description [ticket/12732] Use user info instead of chat as default Skype action [ticket/12732] Add Skype custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php tests/profilefields/type_string_test.php
| * [ticket/12732] Missing comma after validation definitionShitiz Garg2014-06-201-1/+1
| | | | | | | | PHPBB3-12732