aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-012-6/+29
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Specify utf8 as character set in sqlsrv_connectMarc Alexander2018-01-011-1/+2
| | | | | | | | | | | | | | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055
| | * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+2
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-0/+35
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
| | | | | | | | | | | | PHPBB3-15055
| * | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-0113-21/+21
| | | | | | | | | | | | PHPBB3-14972
| * | [ticket/14972] Fix use of deprecated media attachment constantsrxu2018-01-011-3/+10
| | | | | | | | | | | | PHPBB3-14972
| * | [ticket/14972] Fix sizeof callsrxu2018-01-011-11/+8
| |/ | | | | | | | | | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972
* | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into ↵Marc Alexander2018-01-071-0/+36
|\ \ | |/ |/| | | prep-release-3.2.2
| * [prep-release-3.1.12] Add migration for 3.1.12Marc Alexander2017-12-311-0/+36
| |
* | [prep-release-3.2.2] Add migration for 3.2.2-RC1Marc Alexander2017-12-282-0/+41
| |
* | Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-2810-141/+221
|\ \ | | | | | | | | | [ticket/15339] Use manual method when adding modules
| * | [ticket/15339] Fix testsOliver Schramm2017-12-241-1/+1
| | | | | | | | | | | | PHPBB3-15339
| * | [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
| | | | | | | | | | | | PHPBB3-15339
| * | [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-173-123/+136
| | | | | | | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
| * | [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-229-18/+83
| | | | | | | | | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339
* | | Merge pull request #5061 from marc1706/ticket/15322Derky2017-12-271-0/+37
|\ \ \ | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting
| * | | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15322
| * | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* | | | [ticket/15444] Add a migration to merge duplicate BBCodesJoshyPHP2017-12-101-0/+75
|/ / / | | | | | | | | | PHPBB3-15444
* | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-0/+39
|\ \ \ | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | [ticket/15171] Add migrationRubén Calvo2017-10-311-0/+39
| | | | | | | | | | | | | | | | PHPBB3-15171
* | | | [ticket/15372] Add permission to schema and copy from f_readDavid Colón2017-10-261-1/+1
| | | |
* | | | [ticket/15372] Remove revert_data from migrationDavid Colón2017-10-261-7/+0
| | | |
* | | | [ticket/15372] Migration for adding f_list_topic permissionDavid Colón2017-10-261-0/+38
|/ / /
* | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-222-5/+55
|\ \ \ | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | [ticket/15201] Add castingRubén Calvo2017-09-082-4/+4
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] Fix testsRubén Calvo2017-09-081-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] Migration to fix current invalid stylesRubén Calvo2017-08-281-0/+50
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] Remove wrong user style checkRubén Calvo2017-08-281-4/+4
| | | | | | | | | | | | | | | | PHPBB3-15201
* | | | [ticket/15396] Fix revert_schema() steps not executed in correct orderkasimi2017-10-131-2/+5
| | | | | | | | | | | | | | | | PHPBB3-15396
* | | | [ticket/15379] Only initialize reparsers on first call in migrationOliver Schramm2017-09-251-6/+9
| |/ / |/| | | | | | | | PHPBB3-15379
* | | [ticket/15368] Correct function reference in MSSQL db toolsDavid Colón2017-09-171-2/+2
|/ /
* | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE querySerge Skripchuk2017-08-132-2/+2
| |
* | [prep-release-3.2.1] Add missing .htaccess fileMarc Alexander2017-07-161-0/+33
| |
* | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1Marc Alexander2017-07-161-0/+36
|\ \ | |/
| * [prep-release-3.1.11] Add migration for 3.1.11Marc Alexander2017-07-161-0/+36
| |
| * Merge pull request #29 from phpbb/ticket/security-181Marc Alexander2017-07-163-0/+99
| |\ | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
* | \ Merge pull request #4864 from lavigor/ticket/15259Marc Alexander2017-07-161-22/+14
|\ \ \ | | | | | | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update
| * | | [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-011-22/+14
| | | | | | | | | | | | | | | | PHPBB3-15259
* | | | [prep-release-3.2.1] Add migration for 3.2.1Marc Alexander2017-07-161-0/+37
| | | |
* | | | Merge pull request #30 from phpbb/ticket/security-181-rheaMarc Alexander2017-07-164-0/+132
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
| * | | | [ticket/security-181] Add .htaccess to 3.2.x migrationsMarc Alexander2016-11-131-0/+33
| | | | | | | | | | | | | | | | | | | | SECURITY-181
| * | | | Merge branch 'ticket/security-181' into ticket/security-181-rheaMarc Alexander2016-11-133-0/+99
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | [ticket/security-181] Deny access to migrations foldersMarc Alexander2016-11-133-0/+99
| | | | | | | | | | | | | | | | | | | | SECURITY-181
* | | | | [prep-release-3.2.1] Add migration for 3.2.1-RC1Marc Alexander2017-06-251-0/+39
| | | | |
* | | | | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1Marc Alexander2017-06-251-0/+43
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | [prep-release-3.1.11] Add migration for update to 3.1.11-RC1Marc Alexander2017-06-251-0/+43
| | | |
| * | | Merge pull request #4825 from marc1706/ticket/15219Tristan Darricau2017-06-061-0/+33
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron
* | \ \ \ Merge pull request #4794 from lr94/ticket/15176Marc Alexander2017-06-241-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15176] Add setting for user activity display limit.