aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/12561] Add check to see if "after" column actually existsPayBas2014-05-261-1/+9
| | | | | | | | | | | | If not, just append to the end PHPBB3-12561
| * [ticket/12561] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
| | | | | | | | PHPBB3-12561
* | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
| | | | | | | | PHPBB3-12594
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-272-2/+22
|\ \ | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| | | | | | | | | | | | PHPBB3-12570
| * | [ticket/12570] Fix MySQL affectedrowsJoas Schilling2014-05-261-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | We always want the number of matched rows instead of changed rows, when running an update. So when mysql_info() returns the number of matched rows we return that one instead of mysql_affected_rows() PHPBB3-12570
| * | [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
| |/ | | | | | | PHPBB3-12570
* | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | | | | | PHPBB3-12594
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-27137-449/+962
|/ | | | PHPBB3-12594
* [ticket/12402] CAPTCHA plugin migration fails to detect missing pluginsTristan Darricau2014-05-061-0/+33
| | | | PHPBB3-12402
* [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 live member search. * prototech/ticket/10737: [ticket/10737] Remove loading indicator. [ticket/10737] Enforce allow_live_searches setting in memberlist.php. [ticket/10737] Add config setting to disable live searches. [ticket/10737] Add loading indicator and alert box code to simple_footer.html. [ticket/10737] Load core.js and ajax.js in simple_footer.html. [ticket/10737] Set the username as the input value instead of redirecting. [ticket/10737] Drop subsilver2 changes. [ticket/10737] Add a more generic live search implementation. [ticket/10737] Clean up memberlist.php. [ticket/10737] Use dropdown for search results container. [ticket/10737] Adding delayed keyup and removing target_blank. [ticket/10737] Using UTF-8 aware alternatives in PHP code. [ticket/10737] Removing obsolete code. [ticket/10737] Avoid hard-coding table row and use case-insensitive search. [ticket/10737] Removing unnecessary/obsolete code. [ticket/10737] Using JQuery events and JSON response. [ticket/10737] Code fixes in AJAX search feature [ticket/10737] Improvements over last commit [ticket/10737] Adding username suggestions in "Find a member" using AJAX
| * [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-0/+25
| | | | | | | | PHPBB3-10737
* | [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-021-4/+2
| | | | | | | | PHPBB3-9728
* | [feature/sqlite3] Correctly recreate indexes when recreating a tableJoas Schilling2014-05-021-82/+135
| | | | | | | | PHPBB3-9728
* | [feature/sqlite3] Fix sql_index_drop() for sqlite3Joas Schilling2014-05-021-1/+1
| | | | | | | | PHPBB3-9728
* | [feature/sqlite3] Remove trailing comma from column listJoas Schilling2014-05-021-1/+6
| | | | | | | | PHPBB3-9728
* | [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
| | | | | | | | | | | | Added missing docblock annotations and added visibility identifiers. PHPBB3-9728
* | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-022-47/+449
| | | | | | | | | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* | Merge branch 'exreaction/ticket/11881' into develop-ascraeusNils Adermann2014-05-021-10/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * exreaction/ticket/11881: [ticket/11881] Move convert_timezones_test to migrator [ticket/11881] Fix test filename [ticket/11881] Limit to 500 [ticket/11881] Make sure user_timezone isn't converted twice [ticket/11881] Better split the timezone conversion into chunks; add test [ticket/11881] Timezone migration can take a long time
| * | [ticket/11881] Limit to 500Nathan Guse2013-10-041-1/+1
| | | | | | | | | | | | PHPBB3-11881
| * | [ticket/11881] Make sure user_timezone isn't converted twiceNathan Guse2013-10-041-1/+6
| | | | | | | | | | | | PHPBB3-11881
| * | [ticket/11881] Better split the timezone conversion into chunks; add testNathan Guse2013-10-041-12/+20
| | | | | | | | | | | | PHPBB3-11881
| * | [ticket/11881] Timezone migration can take a long timeNathan2013-10-021-2/+14
| | | | | | | | | | | | PHPBB3-11881
* | | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into ↵Nils Adermann2014-05-021-0/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-elsensee/ticket/stenudd/8558-2: [ticket/8558] Fix operator [ticket/8558] Fix field length in ACP [ticket/8558] Use only one variable and improve explain string [ticket/8558] Add config in migrations and schema_data [ticket/8558] Add display name in emails from board Conflicts: phpBB/includes/functions_messenger.php
| * | | [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-171-0/+30
| | |/ | |/| | | | | | | PHPBB3-8558
* | | [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12432 PHPBB3-12432
* | | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-76/+226
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12012] Correctly drop default value constraints * nickvergessen/ticket/12012: [ticket/12012] Move property to the top [ticket/12012] Move MS SQL server comparison into a method [ticket/12012] Fix docs in connection manager [ticket/12012] Remove duplicated code (only the $sql are different) [ticket/12012] Handle begin and commit transactions in tests [ticket/12012] Drop and recreate indexes when removing columns [ticket/12012] Add a unit test for removing a column with indexes [ticket/12012] Add a unit test for changing the column type [ticket/12012] Return SQL statements for index drop/create [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 [ticket/12012] Drop and recreate indexes when changing a column on MSSQL [ticket/12012] Fix query layout [ticket/12012] Correctly drop default value constraints on MSSQL
| * | | [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise we recreate the index before changing the column PHPBB3-12012
| * | | [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
| |/ / | | | | | | | | | | | | | | | | | | We need to drop the default constraints of a column, before being able to change their type or deleting them. PHPBB3-12012
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into ↵Nils Adermann2014-04-241-0/+40
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11917: [ticket/11917] Move OAuth Module to the bottom while installing [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend Conflicts: phpBB/install/install_install.php
| * | [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backendJoas Schilling2014-04-121-0/+40
| | | | | | | | | | | | PHPBB3-11917
* | | [ticket/12121] Preserve link redirect counts when updating from 3.0.x.Cesar G2014-04-151-0/+9
| | | | | | | | | | | | PHPBB3-12121
* | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-04-151-2/+2
|/ / | | | | | | | | * develop-olympus: [ticket/12397] Fix sql_unique_index_exists doc block
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵Nils Adermann2014-04-1020-308/+490
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12282: [ticket/12282] Update new references [ticket/12282] Update container db mock [ticket/12282] Add new line at EOF of the interface [ticket/12282] Use interface for type hinting [ticket/12282] Use {@inheritDoc} for inherited methods [ticket/12282] Add Interface for DBAL drivers
| * | [ticket/12282] Update new referencesJoas Schilling2014-04-011-2/+2
| | | | | | | | | | | | PHPBB3-12282
| * | [ticket/12282] Add new line at EOF of the interfaceJoas Schilling2014-04-011-1/+1
| | | | | | | | | | | | PHPBB3-12282
| * | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-016-16/+16
| | | | | | | | | | | | PHPBB3-12282
| * | [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
| | | | | | | | | | | | PHPBB3-12282
| * | [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
| | | | | | | | | | | | PHPBB3-12282
* | | Merge remote-tracking branch 'nickvergessen/ticket/12349' into develop-ascraeusDhruv2014-04-0881-81/+81
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/12349: [ticket/12349] Fix Sniffer for @license tag [ticket/12349] Update license header in several new files
| * | | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-0381-81/+81
| |/ / | | | | | | | | | PHPBB3-12349
* | | Merge remote-tracking branch 'Marc/ticket/12362' into develop-ascraeusJoas Schilling2014-04-071-0/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12362: [ticket/12362] Do not use database test case as it's not needed [ticket/12362] Add tests for schema generator [ticket/12362] Throw exception in schema generator on unresolvable dependency