aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+1
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+1
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+1
* [ticket/12187] Remove user_website fieldJoas Schilling2014-03-041-1/+0
* [ticket/12187] Convert website field data to custom profile fieldJoas Schilling2014-03-031-0/+1
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+1
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+3
* Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-201-2/+2
|\
| * [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convertMarc Alexander2014-02-171-2/+2
| * [ticket/12183] Update user_newpasswd column to length of 255 in schema filesMarc Alexander2014-02-101-1/+1
* | [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-101-0/+1
* | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+1
|/
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-1/+1
* [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-1/+1
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-2/+2
|\
| * [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-2/+2
* | [feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwordsMarc Alexander2013-10-131-1/+1
* | [feature/passwords] Modify forum_password column type for new hash typesMarc Alexander2013-10-131-1/+1
* | [feature/passwords] Add schema changes to schema_data for new hash typesMarc Alexander2013-09-271-1/+1
|/
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-101-0/+1219
|\
| * [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-031-0/+1194
* | [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-45/+0
* | [feature/oauth] Store anonymous user by session idJoseph Warner2013-07-141-2/+5
* | [feature/oauth] Use DB for OAuth token storageJoseph Warner2013-07-141-0/+42
|/
* [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-2486/+0
* [ticket/11696] Rename constructor to __construct()Joas Schilling2013-07-141-1/+1
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-0/+0
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1476-12621/+0
* [ticket/11692] Don't update search_type in dev migration if already appendedNathaniel Guse2013-07-131-1/+4
* Merge branch 'develop-olympus' into developNils Adermann2013-07-131-1/+1
|\
| * [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-1/+1
* | Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-132-0/+239
|\ \
| * \ Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-133-3/+60
| |\ \
| * \ \ Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-1116-343/+634
| |\ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-071-0/+45
| |\ \ \ \
| * | | | | [ticket/9657] Fix colum name in migration fileJoas Schilling2013-03-071-2/+2
| * | | | | [ticket/9657] Remove empty update_data() method from p2 migrationJoas Schilling2013-03-071-6/+0
| * | | | | [ticket/9657] Add migration files for updating the databaseJoas Schilling2013-03-062-0/+245
* | | | | | Merge remote-tracking branch 'EXreaction/ticket/11420' into developJoas Schilling2013-07-132-64/+118
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/11420] Fix comments, license linkNathan Guse2013-07-061-3/+15
| * | | | | [ticket/11420] Rename migrations file to something more helpfulNathan Guse2013-05-101-2/+2
| * | | | | [ticket/11420] Fix notification options conversionNathaniel Guse2013-05-022-64/+106
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into develop-olympusNathan Guse2013-01-151-0/+16
| |\ \ \ \ \
* | | | | | | [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-121-1/+1
* | | | | | | [ticket/8319] Add migration file for update changeJoas Schilling2013-07-101-0/+57
| |_|_|_|_|/ |/| | | | |
* | | | | | [ticket/11253] Put AND clause in correct SQL queryDavid King2013-06-231-3/+3
* | | | | | [ticket/11253] Fix a few things brought up in the PRDavid King2013-06-231-7/+6
* | | | | | [ticket/11253] Fix typo in constantDavid King2013-06-221-1/+1
* | | | | | [ticket/11253] Add migration to add auth check to UCP signature moduleDavid King2013-06-221-0/+52