aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/schema_data.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+1
| | | | PHPBB3-12236
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+1
| | | | PHPBB3-12237
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+1
| | | | PHPBB3-12235
* [ticket/12187] Remove user_website fieldJoas Schilling2014-03-041-1/+0
| | | | PHPBB3-12187
* [ticket/12187] Convert website field data to custom profile fieldJoas Schilling2014-03-031-0/+1
| | | | PHPBB3-12187
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+1
| | | | PHPBB3-12234
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+3
| | | | | | | | 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 pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-201-2/+2
|\ | | | | [ticket/12183] Update user_newpasswd column in users table for passwords manager
| * [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convertMarc Alexander2014-02-171-2/+2
| | | | | | | | PHPBB3-12183
| * [ticket/12183] Update user_newpasswd column to length of 255 in schema filesMarc Alexander2014-02-101-1/+1
| | | | | | | | PHPBB3-12183
* | [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-101-0/+1
| | | | | | | | 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] Also port user interests to profile fieldsJoas Schilling2014-02-061-1/+1
| | | | PHPBB3-12115
* [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-1/+1
| | | | PHPBB3-12115
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-2/+2
| | | | | | | | PHPBB3-11201
* | [feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwordsMarc Alexander2013-10-131-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Modify forum_password column type for new hash typesMarc Alexander2013-10-131-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Add schema changes to schema_data for new hash typesMarc Alexander2013-09-271-1/+1
|/ | | | PHPBB3-11610
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-101-0/+25
|
* [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-031-0/+1194
PHPBB3-11825