aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5595 from rxu/ticket/16063Marc Alexander2019-06-171-0/+29
|\ | | | | | | [ticket/16063] Remove board_dst config value since unused
| * [ticket/16063] Move new migration file to 32x folderrxu2019-06-061-1/+1
| | | | | | | | PHPBB3-16063
| * [ticket/16063] Remove board_dst config value since unusedrxu2019-05-181-0/+29
| | | | | | | | PHPBB3-16063
* | [ticket/16061] Migrator to drop unique indexes when neededrxu2019-05-181-1/+1
|/ | | | PHPBB3-16061
* [prep-release-3.2.7] Add 3.2.7 migrationMarc Alexander2019-05-041-0/+37
|
* [prep-release-3.2.7] Add migration for 3.2.7-RC1Marc Alexander2019-05-021-0/+36
|
* [prep-release-3.2.6] Add migration to 3.2.6Marc Alexander2019-04-271-0/+39
|
* Merge pull request #47 from phpbb/ticket/security/233Marc Alexander2019-04-271-0/+42
|\ | | | | | | [ticket/security/233] Make smtp_password and smtp_username dynamic
| * [ticket/security/233] Make smtp_password and smtp_username dynamicMarc Alexander2019-04-211-0/+42
| | | | | | | | SECURITY-233
* | Merge pull request #46 from phpbb/ticket/security/231Marc Alexander2019-04-271-0/+34
|\ \ | |/ |/| | | [ticket/security/231] Disable remote avatar functionality & add warning
| * [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-0/+34
| | | | | | | | SECURITY-231
* | [prep-release-3.2.6] Add migration for 3.2.6-RC1Marc Alexander2019-04-201-0/+37
|/
* [prep-release-3.2.5] Add 3.2.5 migrationMarc Alexander2018-12-191-0/+38
|
* Merge pull request #43 from phpbb/security/229Marc Alexander2018-12-191-0/+37
|\ | | | | | | [security/229] Update jQuery to 1.12.4
| * [security/229] Adjust effectively_installed on jquery update migrationMarc Alexander2018-12-131-1/+1
| | | | | | | | SECURITY-229
| * [security/229] Update jQuery CDN linkMarc Alexander2018-12-091-0/+37
| | | | | | | | SECURITY-229
* | [ticket/15911] Add missing bracesMarc Alexander2018-12-181-0/+2
| | | | | | | | PHPBB3-15911
* | [ticket/15911] Resolve warnings when updating from 3.0.0 to latestMarc Alexander2018-12-181-2/+5
|/ | | | PHPBB3-15911
* [prep-release-3.2.5] Add 3.2.5-RC1 migrationMarc Alexander2018-11-291-0/+36
|
* [ticket/15665] fix double semicolonhubaishan2018-11-201-1/+1
| | | | PHPBB3-15665
* [ticket/15665] Fix MSSQL crashes if upload dir>2GBhubaishan2018-11-201-0/+8
| | | | | | Add cast_expr_to_bigint() to mssql_base PHPBB3-15665
* [prep-release-3.2.4] Correctly specify dependenciesMarc Alexander2018-11-113-3/+3
|
* [prep-release-3.2.4] Add migration for 3.2.4Marc Alexander2018-11-104-0/+41
|
* Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-101-0/+31
|\ | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * [ticket/security/227] Change migration depends_on to 3.2.4-RC1Derky2018-11-041-1/+1
| | | | | | | | SECURITY-227
| * [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-0/+31
| | | | | | | | SECURITY-227
* | [prep-release-3.2.4] Add migration for 3.2.4-RC1Marc Alexander2018-10-281-0/+36
|/
* Merge pull request #5326 from rubencm/ticket/15762Marc Alexander2018-10-091-0/+37
|\ | | | | | | [ticket/15762] Update type for forum_topics_per_page
| * [ticket/15762] Update migration dependencyrubencm2018-10-081-1/+1
| | | | | | PHPBB3-15762
| * [ticket/15762] Update type for forum_topics_per_pageRubén Calvo2018-08-301-0/+37
| | | | | | | | PHPBB3-15762
* | [ticket/15544] Delete cache through module managerOliver Schramm2018-09-241-2/+2
| | | | | | | | | | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544
* | Merge pull request #5325 from hubaishan/ticket/15612Marc Alexander2018-09-151-1/+1
|\ \ | | | | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
| * | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driverhubaishan2018-08-251-1/+1
| |/ | | | | | | | | | | | | sqlsrv_fetch_array() function returns an array when data found, null when no data or false on error. So we need to change null to false only. PHPBB3-15612
* | Merge pull request #5350 from Elsensee/ticket/15767Tristan Darricau2018-09-151-1/+1
|\ \ | | | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens
| * | [ticket/15767] Fix effictively_installed condition for oauth_tokensOliver Schramm2018-09-131-1/+1
| |/ | | | | | | PHPBB3-15767
* | Merge pull request #5352 from senky/ticket/15744-2Derky2018-09-151-4/+2
|\ \ | | | | | | | | | [ticket/15744] Remove useless sql_freeresults
| * | [ticket/15744] Remove useless sql_freeresultsJakub Senko2018-09-131-4/+2
| |/ | | | | | | PHPBB3-15744
* | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-09-091-0/+37
|\ \ | |/ |/|
| * [prep-release-3.2.3] Add 3.2.3 migrationMarc Alexander2018-08-261-0/+37
| |
* | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-08-021-0/+36
|\ \ | |/
| * [prep-release-3.2.3] Add migration for 3.2.3-RC2Marc Alexander2018-07-301-0/+36
| |
* | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-301-0/+5
|\ \ | |/
| * [ticket/11847] Add depends_on() to auth_provider_oauthJakub Senko2018-07-301-0/+5
| | | | | | | | PHPBB3-11847
* | Merge pull request #5257 from senky/ticket/15651Tristan Darricau2018-07-081-4/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15651] Remove unnecessary condition * github.com:/phpbb/phpbb: [ticket/15651] Remove unnecessary condition
| * | [ticket/15651] Remove unnecessary conditionJakub Senko2018-06-181-4/+1
| |/ | | | | | | | | | | module.remove internally check if the module exists PHPBB3-15651
* | [ticket/15696] Add support of other tools to 'if'Jakub Senko2018-06-191-1/+1
|/ | | | PHPBB3-15696
* Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\ | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | | | | | | | PHPBB3-15586
* | Merge pull request #5163 from VSEphpbb/ticket/15595Marc Alexander2018-03-261-2/+7
|\ \ | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check
| * | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
| | | | | | | | | | | | PHPBB3-15595