aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v320
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15744] Remove useless sql_freeresultsJakub Senko2018-09-131-4/+2
| | | | PHPBB3-15744
* [ticket/15651] Remove unnecessary conditionJakub Senko2018-06-181-4/+1
| | | | | | module.remove internally check if the module exists PHPBB3-15651
* [ticket/14972] Fix use of deprecated media attachment constantsrxu2018-01-011-3/+10
| | | | PHPBB3-14972
* Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-281-1/+3
|\ | | | | | | [ticket/15339] Use manual method when adding modules
| * [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-221-1/+3
| | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339
* | [ticket/15379] Only initialize reparsers on first call in migrationOliver Schramm2017-09-251-6/+9
|/ | | | PHPBB3-15379
* Merge pull request #30 from phpbb/ticket/security-181-rheaMarc Alexander2017-07-161-0/+33
|\ | | | | | | [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
* | [ticket/15090] Ensure send stats module exists before removingMarc Alexander2017-04-151-4/+3
| | | | | | | | PHPBB3-15090
* | [prep-release-3.2.0] Update version numbers and add 3.2.0 migrationMarc Alexander2017-01-071-0/+40
| |
* | [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+31
| | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2Marc Alexander2016-12-091-0/+40
| |
* | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-0/+49
|/ | | | PHPBB3-14492
* [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-3/+17
| | | | PHPBB3-14814
* Merge pull request #4349 from marc1706/ticket/14665Andreas Fischer2016-07-101-1/+2
|\ | | | | | | | | | | | | [ticket/14665] Remove invalid syntax in report_id_auto_increment migration * marc1706/ticket/14665: [ticket/14665] Remove invalid syntax in report_id_auto_increment migration
| * [ticket/14665] Remove invalid syntax in report_id_auto_increment migrationMarc Alexander2016-06-081-1/+2
| | | | | | PHPBB3-14665
* | [prep-release-3.2.0-RC1] Add migrationTristan Darricau2016-06-191-0/+40
|/
* [ticket/14607] Add missing auto_increment to report_idMarc Alexander2016-05-011-0/+45
| | | | PHPBB3-14607
* Merge branch 'prep-release-3.2.0-b2' into 3.2.xTristan Darricau2016-04-281-0/+40
|\ | | | | | | | | | | | | | | * prep-release-3.2.0-b2: [prep-release-3.2.0-b2] Add schema.json [prep-release-3.2.0-b2] Add changelog for 3.2.0-b2 [prep-release-3.2.0-b2] Add migration for 3.2.0-b2 [prep-release-3.2.0-b2] Update version to 3.2.0-b2
| * [prep-release-3.2.0-b2] Add migration for 3.2.0-b2Tristan Darricau2016-03-031-0/+40
| |
* | [ticket/14318] Fix SQL error in Notifications Board migrationJakub Senko2016-03-181-1/+1
|/ | | | PHPBB3-14318
* Merge pull request #4159 from marc1706/ticket/14448Tristan Darricau2016-02-111-0/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14448] Use guzzle for remote files uploading * marc1706/ticket/14448: [ticket/14448] Correctly pass verify setting if available [ticket/14448] Let user decide if remote upload certs should be checked [ticket/14448] Add new vendor files and dirs to clean task [ticket/14448] Do not try to test remote upload timeout [ticket/14448] Remove no longer needed guzzle 3.9.3 [ticket/14448] Use GuzzleHttp and try to verify certs [ticket/14448] Update composer.json and lock file for guzzlehttp [ticket/14431] Remote avatar uploading [ticket/14431] Remote avatar uploading
| * [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-0/+31
| | | | | | | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* | [ticket/14461] Correctly count up $processed_recordsOliver Schramm2016-02-061-1/+1
| | | | | | | | PHPBB3-14461
* | [ticket/14453] Add missing dependency in the text_reparser migrationTristan Darricau2016-02-051-1/+4
| | | | | | | | PHPBB3-14453
* | [prep-release-3.2.0-b1] Add migration for 3.2.0-b1Tristan Darricau2016-02-051-0/+39
|/
* [ticket/14436] Add dependency on oauth_states migrationMarc Alexander2016-01-271-1/+4
| | | | PHPBB3-14436
* [ticket/11875] Change more columns to use UINT and add missings onesMarc Alexander2016-01-131-14/+120
| | | | PHPBB3-11875
* [ticket/11875] Add migration fileMarc Alexander2016-01-131-0/+252
| | | | PHPBB3-11875
* [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-041-0/+56
| | | | PHPBB3-14250
* [prep-release-3.2.0-a2] Add migration for 3.2.0-a2Tristan Darricau2015-12-191-0/+38
|
* Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-051-0/+101
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * [ticket/14257] Fix CLI reparser and set cron intervalOliver Schramm2015-11-081-5/+5
| | | | | | | | PHPBB3-14257
| * [ticket/14257] Add text_reparser managerOliver Schramm2015-10-261-2/+16
| | | | | | | | PHPBB3-14257
| * [ticket/14257] Use migrations instead of cron job for some reparsersOliver Schramm2015-10-251-0/+87
| | | | | | | | PHPBB3-14257
* | [prep-release-3.2.0-a1] Add migration for 3.2.0-a1Tristan Darricau2015-11-0910-5/+116
|/
* Merge pull request #3903 from Zoddo/ticket/13101Marc Alexander2015-10-101-0/+150
|\ | | | | | | [ticket/13101] Remove MSN/WLM custom profile field
| * [ticket/13101] Remove existing MSN/WLM custom profile fieldZoddo2015-10-101-0/+150
| | | | | | | | PHPBB3-13101
* | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-0/+44
|\ \ | |/ |/| | | [ticket/14157] Allow to set the alt/title attribute on post icons
| * [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-0/+44
| | | | | | | | PHPBB3-14157
* | [ticket/14182] Move v310\notifications_board migration to v320\...Tristan Darricau2015-09-211-0/+73
| | | | | | | | PHPBB3-14182
* | [ticket/12769] Properly include FAMichael Miday2015-09-171-0/+29
|/
* [ticket/9485] Add a "View post" link in the moderation logsZoddo2015-08-301-0/+44
| | | | PHPBB3-9485
* [ticket/12505] Fix variable usage in migration filen-aleha2015-08-241-1/+1
| | | | PHPBB3-12505
* [ticket/12505] Add migrationn-aleha2015-08-241-0/+83
| | | | PHPBB3-12505
* Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-0/+24
|\ | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
| * [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-0/+24
| | | | PHPBB3-13935
* [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-191-0/+41
PHPBB3-8708