Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12734] Remove unnecessary error supressing | Jakub Senko | 2014-09-10 | 1 | -7/+3 |
| | | | | PHPBB3-12734 | ||||
* | [ticket/12791] Changed the if check | Stanislav Atanasov | 2014-07-10 | 1 | -2/+1 |
| | | | | | | Removed unneeded variable PHPBB3-12791 | ||||
* | [ticket/12791] String profile fields do not use links ... | Stanislav Atanasov | 2014-07-10 | 1 | -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/12782 | Joas Schilling | 2014-07-07 | 1 | -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_dispatcher | Tristan Darricau | 2014-06-28 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12782 | ||||
* | | [ticket/12334] Changed from valueid to value_raw | PayBas | 2014-06-24 | 1 | -10/+10 |
| | | | | | | | | PHPBB3-12334 | ||||
* | | [ticket/12334] Implemented get_profile_valueid method | PayBas | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12334 | ||||
* | | [ticket/12334] Added field_novalue fall-back as requested | PayBas | 2014-06-24 | 1 | -2/+3 |
| | | | | | | | | PHPBB3-12334 | ||||
* | | [ticket/12334] Add PROFILE_FIELD_VALUEID template var | PayBas | 2014-06-24 | 1 | -7/+9 |
|/ | | | | PHPBB3-12334 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12335] Remove $ from desc | PayBas | 2014-05-03 | 1 | -2/+2 |
| | | | | | | Come on travis, play nice this time PHPBB3-12335 | ||||
* | [ticket/12335] Added generate_profile_fields _ before | PayBas | 2014-05-03 | 1 | -0/+12 |
| | | | | PHPBB3-12335 | ||||
* | [ticket/12335] Documentation fix and added use_contact_fields | PayBas | 2014-05-03 | 1 | -2/+3 |
| | | | | PHPBB3-12335 | ||||
* | [ticket/12335] Fix phpBB version number | PayBas | 2014-05-03 | 1 | -2/+2 |
| | | | | PHPBB3-12335 | ||||
* | [ticket/12335] Add Events to phpbb\profilefields\manager | PayBas | 2014-05-03 | 1 | -1/+31 |
| | | | | PHPBB3-12335 | ||||
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into ↵ | Nils Adermann | 2014-04-10 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12331: [ticket/12331] Add functional test for saving custom profile fields [ticket/12331] Fix SQL error when inserting a new entry to profile field data | ||||
| * | [ticket/12331] Fix SQL error when inserting a new entry to profile field data | Joas Schilling | 2014-03-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | There was a "Field 'pf_phpbb_interests' doesn't have a default value" error, because we didn't specify values for the disabled fields. We can not disable the sql_return_on_error() thou, because it otherwise we run into "Duplicate entry '2' for key 'PRIMARY'" errors when the user submits the form again but didn't change any values. PHPBB3-12331 | ||||
* | | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -3/+3 |
|/ | | | | PHPBB3-12282 | ||||
* | [ticket/12187] Do not make clickable when using as contact field | Joas Schilling | 2014-03-04 | 1 | -14/+21 |
| | | | | PHPBB3-12187 | ||||
* | [ticket/12187] Split generate_profile_fields_template() into 2 methods | Joas Schilling | 2014-03-04 | 1 | -96/+96 |
| | | | | | | Removing the mode switch that wraps the content of the method PHPBB3-12187 | ||||
* | [ticket/12233] Allow profile fields to be contact fields | Joas Schilling | 2014-02-28 | 1 | -0/+19 |
| | | | | | | | | Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages PHPBB3-12233 | ||||
* | [ticket/12184] Fix undefined variable tpl_fields in profile field manager | Joas Schilling | 2014-02-11 | 1 | -0/+2 |
| | | | | PHPBB3-12184 | ||||
* | [ticket/12169] Split mode==headline into it's own function | Joas Schilling | 2014-02-10 | 1 | -23/+30 |
| | | | | PHPBB3-12169 | ||||
* | [ticket/12169] Allow displaying profile fields on memberlist | Joas Schilling | 2014-02-10 | 1 | -2/+28 |
| | | | | | | | We can not sort by profile field values atm. And also I'm not sure whether this is possible at all. PHPBB3-12169 | ||||
* | [ticket/12159] Fix codesniffer complaints due to profilefields and passwords | Marc Alexander | 2014-02-03 | 1 | -1/+1 |
| | | | | | | | The two PRs regarding profilefields and passwords manager that were recently merged caused a few codesniffer complaints that are fixed by these changes. PHPBB3-12159 | ||||
* | [ticket/11201] Remove dependency from types on the manager | Joas Schilling | 2014-02-02 | 1 | -43/+10 |
| | | | | PHPBB3-11201 | ||||
* | [ticket/11201] Rename profilefields class to manager | Joas Schilling | 2014-02-02 | 1 | -0/+408 |
PHPBB3-11201 |