[ticket/13733] Allow non-migration files inside migrations folder
* marc1706/ticket/13733:
[ticket/13733] Remove validate_classes method argument
[ticket/13733] Make sure migration classes always have same order in tests
[ticket/13733] Properly test setting validate_classes to false/true
[ticket/13733] Use interface for migratinos
[ticket/13733] Update comment explaining migration class validation
[ticket/13733] Add isInstantiable() check.
[ticket/13733] Braces on their own lines
[ticket/13733] Allow tests the skip class validation
[ticket/13733] Properly handle nonexistent classes as well
[ticket/13733] Handle nonexistent classes as well
[ticket/13733] Only use migration classes that extension the base migration class.
[ticket/14418] Wrong language variable in viewtopic_topic_tools.html …
* Crizz0/ticket/14418:
[ticket/14418] Wrong language variable in viewtopic_topic_tools.html fixed
[ticket/14411] Permanently delete post if delete_permanent is set
* marc1706/ticket/14411:
[ticket/14411] Permanently delete post if delete_permanent is set
In viewtopic_topic_tools.html was used the language variable L_PM_TOOLS it
had to be changed to L_TOPIC_TOOLS to display the right title in the
moderation wrench in viewtopic.php
PHPBB3-14418
[ticket/14402] Tidy plupload cron should not rely on user id/ip being available
* marc1706/ticket/14402:
[ticket/14402] Directly pass user id and ip
[ticket/14402] Get rid of globals in tidy_plupload cron
[ticket/14402] Do not expect user id and ip to be available in cron
[ticket/11875] Use 4-byte integer instead of 3-byte integer for ID columns
* marc1706/ticket/11875:
[ticket/11875] Add back new line
[ticket/11875] Change more columns to use UINT and add missings ones
[ticket/11875] Add migration file
[ticket/11875] Recreate schemas for install
[ticket/11875] Create new map for UNSIGNED 4-byte integer
[ticket/11875] Upgrade default data type from MEDIUMINT to INT
[ticket/14419] Update composer dependencies and lock file
* marc1706/ticket/14419:
[ticket/14419] Update composer dependencies and lock file
[ticket/13908] "After" clause in migration not working
[ticket/13908] "After" clause in migration not working
[ticket/11875] Set default data type from MEDIUMINT (3byte) to INT(10) (4byte)
Conflicts:
phpBB/includes/db/schema_data.php
phpBB/install/schemas/mysql_40_schema.sql
phpBB/install/schemas/mysql_41_schema.sql
phpBB/install/schemas/oracle_schema.sql
phpBB/install/schemas/postgres_schema.sql
phpBB/phpbb/db/tools/tools.php