aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v31x
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/14396] Use VCHAR_UNI and correct depends_on() versionMarc Alexander2016-01-081-2/+2
| | | | | | | | PHPBB3-14396
* | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+0
| | | | | | | | | | | | remove empty line as marc1706 guided PHPBB3-13180
* | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-0/+36
|/ | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* [prep-release-3.1.7] Add migration to update the versionJoas Schilling2015-12-191-0/+31
|
* [prep-release-3.1.7] Add migration for 3.1.7-RC1Joas Schilling2015-12-121-0/+32
|
* Merge pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-111-0/+64
|\ | | | | | | [ticket/8920] Add a MCP PM reports view permission
| * [ticket/8920] Revert update_module_auth() on revert_data()Zoddo2015-09-131-0/+21
| | | | | | | | PHPBB3-8920
| * [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-301-0/+43
| | | | | | | | | | | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* | [prep-release-3.1.6] Add migration for 3.1.6Joas Schilling2015-09-051-0/+31
|/
* [prep-release-3.1.6] Add migration for 3.1.6-RC1Joas Schilling2015-08-231-0/+31
|
* [prep-release-3.1.5] Add migration for 3.1.5Joas Schilling2015-06-141-0/+31
|
* [prep-release-3.1.5] Add migration for 3.1.5-RC1Joas Schilling2015-06-091-0/+31
|
* [prep-release-3.1.4] Add migrationJoas Schilling2015-05-031-0/+32
|
* [prep-release-3.1.4] Increase version number to 3.1.4-RC2Joas Schilling2015-04-291-0/+32
|
* [prep-release-3.1.4] Add migration for 3.1.4-RC1Joas Schilling2015-04-091-0/+31
|
* [prep-release-3.1.3] Add migration for 3.1.3Joas Schilling2015-02-011-0/+31
|
* [prep-release-3.1.3] Add migration for 3.1.3-RC2Joas Schilling2015-01-311-0/+32
|
* [prep-release-3.1.3] Add migration for 3.1.3-RC1Joas Schilling2015-01-261-0/+35
|
* [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-0/+70
| | | | | | Also fix the $utf8 checking regexp removing the curly braces. PHPBB3-13492
* [ticket/13486] Fix typo in method nameJoas Schilling2015-01-101-2/+2
| | | | PHPBB3-13486
* Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-101-0/+47
|\ | | | | | | [ticket/12866] Wrong profile field validation options
| * [ticket/12866] Update existing profile fields with the new validationJoas Schilling2014-11-281-0/+47
| | | | | | | | PHPBB3-12866
* | Merge pull request #3227 from prototech/ticket/13366Joas Schilling2015-01-091-0/+31
|\ \ | | | | | | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic.
| * | [ticket/13366] Ensure plupload_last_gc config entry is dynamic.Cesar G2014-12-091-0/+31
| |/ | | | | | | PHPBB3-13366
* | [ticket/13098] Repair Yahoo contact fieldn-aleha2014-12-121-0/+38
|/ | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098
* [ticket/13381] Fix header intendation of v312.phpJoas Schilling2014-11-251-10/+10
| | | | PHPBB3-13381
* [prep-release-3.1.2] Add migration to update version to 3.1.2Joas Schilling2014-11-241-0/+31
|
* [prep-release-3.1.2] Add migration for 3.1.2-RC1Joas Schilling2014-11-221-0/+32
|
* [ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.Cesar G2014-11-071-0/+31
| | | | PHPBB3-13270
* [prep-release-3.1.1] Add 3.1.1 migration fileNils Adermann2014-11-021-0/+32
|
* [ticket/13263] Make sure default style exists and clean up codeMarc Alexander2014-11-011-47/+12
| | | | PHPBB3-13263
* [ticket/13263] Only install/set prosilver if no style availableMarc Alexander2014-11-011-28/+24
| | | | | | | Users that have a nonexistent style selectd will revert back to the default style. PHPBB3-13263
* [ticket/13263] Use prosilver as default style if user's style doesn't existMarc Alexander2014-11-011-0/+175
If prosilver is not installed for whatever reason, it will be installed by the newly added migration. PHPBB3-13263