aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15767] Fix effictively_installed condition for oauth_tokensOliver Schramm2018-09-131-1/+1
| | | | PHPBB3-15767
* [ticket/11847] Add depends_on() to auth_provider_oauthJakub Senko2018-07-301-0/+5
| | | | PHPBB3-11847
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-3/+3
| | | | PHPBB3-14972
* Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-286-11/+41
|\ | | | | | | [ticket/15339] Use manual method when adding modules
| * [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-226-11/+41
| | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339
* | [ticket/15201] Add castingRubén Calvo2017-09-081-1/+1
| | | | | | | | PHPBB3-15201
* | [ticket/15201] Fix testsRubén Calvo2017-09-081-2/+2
| | | | | | | | PHPBB3-15201
* | [ticket/15201] Remove wrong user style checkRubén Calvo2017-08-281-4/+4
|/ | | | PHPBB3-15201
* 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
| * Merge branch 'ticket/security-181' into ticket/security-181-rheaMarc Alexander2016-11-131-0/+33
| |\
| | * [ticket/security-181] Deny access to migrations foldersMarc Alexander2016-11-131-0/+33
| | | | | | | | | | | | SECURITY-181
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-251-0/+1
|\ \ \ | |/ / |/| |
| * | [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-251-0/+1
| |/ | | | | | | PHPBB3-14923
* | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-221-1/+1
| | | | | | | | PHPBB3-14793
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-3114-0/+70
|\ \ | |/
| * [ticket/14570] Use phpbb_version_compareMatt Friedman2016-03-2914-14/+14
| | | | | | | | PHPBB3-14570
| * [ticket/14570] Add effectively installed to 3.1.x versionsMatt Friedman2016-03-2914-0/+70
| | | | | | | | PHPBB3-14570
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-071-8/+5
|\ \ | |/
| * [ticket/14514] Don't skip users when converting passwordsOliver Schramm2016-03-061-8/+5
| | | | | | | | PHPBB3-14514
* | [ticket/14182] Move v310\notifications_board migration to v320\...Tristan Darricau2015-09-211-73/+0
| | | | | | | | PHPBB3-14182
* | Merge branch '3.1.x'Andreas Fischer2015-08-101-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
| * [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migrationMarco Kubuntu2015-08-051-1/+1
| | | | | | | | | | | | Changed the sql_fetchfield() call to comply to the function definition. PHPBB3-14069
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | [ticket/13777] Use module manager in phpBB core filesMateBartus2015-05-312-16/+6
|/ | | | PHPBB3-13777
* [ticket/13861] Fix undefined variables in style update migrationMatt Friedman2015-05-211-3/+3
| | | | PHPBB3-13861
* [ticket/12368] Fix comment in docblockMarc Alexander2015-03-261-1/+1
| | | | PHPBB3-12368
* [ticket/12368] Correctly check if avatars migration is installedMarc Alexander2015-02-241-1/+23
| | | | | | | Try to set the avatar type to string value to check if new avatar types are supported. PHPBB3-12368
* [ticket/13489] Fix service configurationTristan Darricau2015-01-201-16/+2
| | | | PHPBB3-13489
* [ticket/13489] Update migrationsTristan Darricau2015-01-141-13/+21
| | | | PHPBB3-13489
* Merge pull request #3195 from nickvergessen/ticket/13238-ascMarc Alexander2015-01-102-12/+70
|\ | | | | | | [ticket/13238] Do not drop indexes that do not exist from fulltext search
| * [ticket/13238] Do not drop indexes that do not exist from fulltext searchJoas Schilling2014-11-282-12/+70
| | | | | | | | PHPBB3-13238
* | [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.phprxu2014-11-301-1/+1
|/ | | | PHPBB3-13405
* Merge pull request #3149 from prototech/ticket/13342Tristan Darricau2014-11-181-2/+6
|\ | | | | | | | | | | | | [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha * prototech/ticket/13342: [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
| * [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.Cesar G2014-11-161-2/+6
| | | | | | | | | | | | | | | | The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix convention as all others. Instead it simply uses phpbb_, hence the check for its existence under phpbb/captcha/plugins/ fails. PHPBB3-13342
* | [ticket/13315] Check for the includes/captcha/plugins/ directory instead.Cesar G2014-11-181-1/+1
| | | | | | | | PHPBB3-13315
* | [ticket/13315] Fix loss of CAPTCHA plugin config value.Cesar G2014-11-161-1/+2
|/ | | | | | | | The plugins were moved to phpbb/captcha/plugins/ after this migration was created, thus the check is no longer valid and ends up resetting the value prematurely. PHPBB3-13315
* [ticket/13231] Update the dependencies of the migration contact_admin_formTristan Darricau2014-10-271-0/+5
| | | | PHPBB3-13231
* [ticket/13221] Add bot_update as a dependency to goldJoas Schilling2014-10-261-0/+1
| | | | PHPBB3-13221
* [ticket/13221] Perform bot updates after user table changesJoas Schilling2014-10-261-0/+150
| | | | PHPBB3-13221
* [prep-release-3.1.0] Add 3.1.0 gold release migrationNils Adermann2014-10-251-0/+31
|
* [prep-release-3.1.0-RC6] Add migration for 3.1.0-RC6Joas Schilling2014-10-231-0/+31
|
* [prep-release-3.1.0-RC5] Add migration for 3.1.0-RC5Joas Schilling2014-10-071-0/+33
|
* [ticket/13033] Fix "Duplicate entry 'notification.type.*' for key 'type'"Joas Schilling2014-10-021-8/+70
| | | | | | Caused by the solution of PHPBB3-12990 PHPBB3-13033
* [ticket/13121] Fix migration fileMatt Friedman2014-10-011-3/+3
| | | | PHPBB3-13121
* [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-011-0/+51
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121
* Merge pull request #2954 from rxu/ticket/13055Joas Schilling2014-09-241-0/+90
|\ | | | | | | [ticket/13055] Fix string profile fields validation to support unicode
| * [ticket/13055] Add string profile fields validation options to support unicoderxu2014-09-181-0/+90
| | | | | | | | PHPBB3-13055
* | [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4Joas Schilling2014-09-191-0/+32
|/
* [ticket/12990] Disable all the notifications types which are not in the coreTristan Darricau2014-08-231-0/+5
| | | | PHPBB3-12990