aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/12732] Add Skype custom profile fieldShitiz Garg2014-06-201-0/+1
| | | | | | | | PHPBB3-12732
* | [ticket/12729] Move ALPHA_DOTS to above ALPHA_SPACERSShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | Have easier matches first for better performance PHPBB3-12729
* | [ticket/12729] Add Facebook custom profile fieldShitiz Garg2014-06-201-0/+1
|/ | | | PHPBB3-12729
* [ticket/12715] Cleanup comments in \phpbb\profilefields\*Tristan Darricau2014-06-157-7/+0
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2712-38/+84
| | | | PHPBB3-12594
* [ticket/12335] Remove $ from descPayBas2014-05-031-2/+2
| | | | | | Come on travis, play nice this time PHPBB3-12335
* [ticket/12335] Added generate_profile_fields _ beforePayBas2014-05-031-0/+12
| | | | PHPBB3-12335
* [ticket/12335] Documentation fix and added use_contact_fieldsPayBas2014-05-031-2/+3
| | | | PHPBB3-12335
* [ticket/12335] Fix phpBB version numberPayBas2014-05-031-2/+2
| | | | PHPBB3-12335
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-1/+31
| | | | PHPBB3-12335
* Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into ↵Nils Adermann2014-04-101-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 dataJoas Schilling2014-03-301-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 hintingJoas Schilling2014-04-012-5/+5
|/ | | | PHPBB3-12282
* [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
| | | | | | | | | | | | | Currently when an user adds a HTML entity to a custom profile field, the length gets incremented by 4 since the code reads &gt; instead of <. However, the length is presentational and not DB storage so it should be treated as a single character even if it takes four lengths in the DB by being stored as a HTML entity. Work around this by decoding html entities before counting. Also, added unit tests for string field type PHPBB3-9040
* [ticket/12251] Add string validation for a-zA-Z0-9 and underscoreJoas Schilling2014-03-061-13/+14
| | | | PHPBB3-12251
* Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-051-1/+1
|\ | | | | Ticket/12236 Convert AOL and Yahoo to custom profile fields
| * [ticket/12249] Fix "Undefined variable: row" when editing profileJoas Schilling2014-03-051-1/+1
| | | | | | | | PHPBB3-12249
* | Merge pull request #2058 from nickvergessen/ticket/12216Nathan Guse2014-03-051-0/+1
|\ \ | |/ |/| [ticket/12216] Undefined index: lang_options when creating date profile field
| * [ticket/12216] Undefined index: lang_options when creating date profile fieldJoas Schilling2014-02-241-0/+1
| | | | | | | | PHPBB3-12216
* | [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-045-27/+53
| | | | | | | | PHPBB3-12187
* | [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-96/+96
| | | | | | | | | | | | Removing the mode switch that wraps the content of the method PHPBB3-12187
* | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-033-2/+85
| | | | | | | | PHPBB3-12187
* | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-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
* | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ↵Joas Schilling2014-02-251-1/+1
|/ | | | | | | | | | ticket/12205-develop * nickvergessen/ticket/12205: [ticket/12205] Do not display 0 for empty integers when show_novalue is off Conflicts: phpBB/includes/functions_profile_fields.php
* [ticket/12184] Fix undefined variable tpl_fields in profile field managerJoas Schilling2014-02-111-0/+2
| | | | PHPBB3-12184
* [ticket/12169] Split mode==headline into it's own functionJoas Schilling2014-02-101-23/+30
| | | | PHPBB3-12169
* [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-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/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+1
| | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* [ticket/12115] Add methods to interfaceJoas Schilling2014-02-061-2/+10
| | | | PHPBB3-12115
* [ticket/12115] Translate profile field name before displaying it in errorsJoas Schilling2014-02-067-14/+31
| | | | PHPBB3-12115
* [ticket/12159] Fix codesniffer complaints due to profilefields and passwordsMarc Alexander2014-02-034-4/+2
| | | | | | | 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] Split template file into multiple filesJoas Schilling2014-02-021-2/+10
| | | | PHPBB3-11201
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-025-74/+39
| | | | PHPBB3-11201
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-024-19/+19
| | | | PHPBB3-11201
* [ticket/11201] Also translate profile fields in UCP and ACPJoas Schilling2014-01-191-2/+2
| | | | PHPBB3-11201
* [ticket/11201] Add parameters and variables to profile field classJoas Schilling2014-01-191-1/+46
| | | | PHPBB3-11201
* [ticket/11201] Add commas on last array entryJoas Schilling2014-01-191-2/+2
| | | | PHPBB3-11201
* [ticket/11201] Allow translation of profile field name and explanationJoas Schilling2014-01-191-4/+4
| | | | PHPBB3-11201
* [ticket/11201] Fix some variable namesJoas Schilling2014-01-181-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Add a method to return the translated full name of the typeJoas Schilling2014-01-189-10/+25
| | | | PHPBB3-11201
* [ticket/11201] Remove db depending code from field classJoas Schilling2014-01-181-35/+4
| | | | | | sql_build_array() should already take care of that PHPBB3-11201
* [ticket/11201] Add variables to classes and add constructor doc blocksJoas Schilling2014-01-187-0/+196
| | | | PHPBB3-11201
* [ticket/11201] Update copyright in class fileJoas Schilling2014-01-181-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Add visibility and remove unused variableJoas Schilling2014-01-181-2/+1
| | | | PHPBB3-11201
* [ticket/11201] Add some commas at the last array entryJoas Schilling2014-01-182-6/+6
| | | | PHPBB3-11201
* [ticket/11201] Cast some variables to integerJoas Schilling2014-01-182-9/+9
| | | | PHPBB3-11201
* [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-182-10/+22
| | | | PHPBB3-11201
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-1710-16/+85
| | | | PHPBB3-11201
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-177-11/+82
| | | | PHPBB3-11201
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-175-0/+101
| | | | PHPBB3-11201