aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-112-0/+134
|\
| * [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-012-6/+14
| * [ticket/12352] Add checks for existing user_pass_convert to migrationsMarc Alexander2014-06-012-0/+11
| * [ticket/12352] Remove user_pass_convert column from databaseMarc Alexander2014-06-011-0/+40
| * [ticket/12352] Add $CP$ prefix to passwords that need to be convertedMarc Alexander2014-06-011-0/+75
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-092-0/+64
|\ \ | |/ |/|
| * [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-091-4/+6
| * [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+27
| * [ticket/10073] Add configs for contact info textJoas Schilling2014-05-291-0/+10
| * [ticket/10073] Use namespaces and fix all class namesJoas Schilling2014-05-291-0/+25
* | [prep-release-3.1.0-b4] Add migration for 3.1.0-b4Joas Schilling2014-05-301-0/+33
* | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-301-3/+7
|/
* Merge pull request #2309 from Nicofuma/ticket/11366Joas Schilling2014-05-281-0/+25
|\
| * [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+25
* | Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-281-1/+19
|\ \ | |/ |/|
| * [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-261-2/+2
| * [ticket/12561] Add check to see if "after" column actually existsPayBas2014-05-261-1/+9
| * [ticket/12561] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
* | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-272-2/+22
|\ \
| * | [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| * | [ticket/12570] Fix MySQL affectedrowsJoas Schilling2014-05-261-1/+20
| * | [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
| |/
* | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-27137-449/+962
|/
* [ticket/12402] CAPTCHA plugin migration fails to detect missing pluginsTristan Darricau2014-05-061-0/+33
* [prep-release-3.1.0-b3] Add migration for 3.1.0-b3Joas Schilling2014-05-041-0/+32
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-0/+25
|\
| * [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-0/+25
* | [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-021-4/+2
* | [feature/sqlite3] Correctly recreate indexes when recreating a tableJoas Schilling2014-05-021-82/+135
* | [feature/sqlite3] Fix sql_index_drop() for sqlite3Joas Schilling2014-05-021-1/+1
* | [feature/sqlite3] Remove trailing comma from column listJoas Schilling2014-05-021-1/+6
* | [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
* | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-022-47/+449
* | Merge branch 'exreaction/ticket/11881' into develop-ascraeusNils Adermann2014-05-021-10/+35
|\ \
| * | [ticket/11881] Limit to 500Nathan Guse2013-10-041-1/+1
| * | [ticket/11881] Make sure user_timezone isn't converted twiceNathan Guse2013-10-041-1/+6
| * | [ticket/11881] Better split the timezone conversion into chunks; add testNathan Guse2013-10-041-12/+20
| * | [ticket/11881] Timezone migration can take a long timeNathan2013-10-021-2/+14
* | | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into dev...Nils Adermann2014-05-021-0/+30
|\ \ \
| * | | [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-171-0/+30
| | |/ | |/|
* | | [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
* | | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-76/+226
|\ \ \
| * | | [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| * | | [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| * | | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| * | | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| * | | [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17