aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v32x
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket/15201] Migration to fix current invalid stylesRubén Calvo2017-08-281-0/+50
| | | | PHPBB3-15201
* [prep-release-3.2.1] Add missing .htaccess fileMarc Alexander2017-07-161-0/+33
|
* [prep-release-3.2.1] Add migration for 3.2.1Marc Alexander2017-07-161-0/+37
|
* [prep-release-3.2.1] Add migration for 3.2.1-RC1Marc Alexander2017-06-251-0/+39
|
* Merge pull request #4794 from lr94/ticket/15176Marc Alexander2017-06-241-0/+36
|\ | | | | | | [ticket/15176] Add setting for user activity display limit.
| * [ticket/15176] Add setting for user activity display limit.lr942017-04-161-0/+36
| | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* | [ticket/14992] Add temp index migration for removing duplicatesDavid Colón2017-05-254-3/+54
| |
* | [ticket/14992] Reduce notification table col sizesDavid Colón2017-05-252-1/+49
| |
* | [ticket/14992] 'method' is needed for the unique indexDavid Colón2017-05-241-1/+1
| |
* | [ticket/14992] Remove temp index migrationDavid Colón2017-05-233-52/+1
| |
* | [ticket/14992] Make unit tests run more verboseMarc Alexander2017-05-212-2/+2
| | | | | | | | PHPBB3-14992
* | [ticket/14992] Shorten index name for user_id and item_idMarc Alexander2017-05-211-2/+2
| | | | | | | | PHPBB3-14992
* | [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-016-7/+146
| | | | | | | | [ticket/14992] Add indexes to user_notifications table
* | [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-013-0/+151
|/ | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications
* [ticket/14967] Add cookie notice migration fixing invalid previous oneMarc Alexander2017-01-081-0/+36
PHPBB3-14967