* cunha17-master:
[ticket/14253] Show group requests pending aproval at the ACP groups summary
[ticket/14253] Show group requests pending aproval at the ACP groups summary
fixes#4009
Currenty, you need to open each existing group in ACP to know if there
are pending group requests or not. Doing so is really boring and
annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
Currenty, you need to open each existing group in ACP to know if there are
pending group requests or not. Doing so is really boring and annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
[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