aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-5/+1
| | | | PHPBB3-16051
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-221-0/+30
|\
| * [ticket/16143] Add new events before and after move topicsoxcom2019-08-301-0/+30
| | | | | | | | PHPBB3-16143
* | [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-061-39/+0
|/ | | | PHPBB3-14584
* [ticket/15960] Add SQL transactions to functions_admin.php3D-I2019-02-011-0/+4
| | | | PHPBB3-15960
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14972] Fix sizeof callsrxu2018-01-011-46/+46
| | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972
* [ticket/15471] Add core events to ACP when pruning a forumDaniel Sinn2017-11-301-0/+10
| | | | PHPBB3-15471
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-251-4/+26
|\
| * [ticket/14882] Correct type of topic_id for function_admin's move_posts eventsDaniel Sinn2016-12-201-3/+3
| | | | | | | | PHPBB3-14882
| * [ticket/14882] Add core event to MCP after move post syncDaniel Sinn2016-11-291-2/+24
| | | | | | | | PHPBB3-14882
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-2/+0
| | | | | | | | PHPBB3-14739
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | | | | | PHPBB3-10809
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-4/+20
|\ \ \ | |/ / |/| / | |/
| * [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-071-4/+20
| | | | | | | | PHPBB3-14738
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-1/+11
|\ \ | |/
| * [ticket/14713] Add core event to the admin function get_forum_list()rxu2016-07-171-1/+11
| | | | | | | | PHPBB3-14713
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-161-9/+22
|\ \ | |/
| * [ticket/14616] Switch prune limit to sql_query_limit instead of sql_andMax Krivanek2016-07-061-7/+2
| | | | | | | | PHPBB3-14616
| * [ticket/14616] Added comma expected by test scripts.Max Krivanek2016-07-011-1/+1
| | | | | | | | PHPBB3-14616
| * [ticket/14616] Added prune_limit to event core.prune_sqlMax Krivanek2016-06-281-1/+11
| | | | | | | | PHPBB3-14616
| * [ticket/14616] Removed misplaced tab.Max Krivanek2016-06-271-1/+1
| | | | | | | | PHPBB3-14616
| * [ticket/14616] Fixed auto-prune failing on large forumsMax Krivanek2016-06-271-6/+14
| | | | | | | | PHPBB3-14616
| * [ticket/14562] Language fallback for extension permissionskasimi2016-04-011-2/+31
| | | | | | | | PHPBB3-14562
* | [ticket/14562] Language fallback for extension permissions (3.2.x)kasimi2016-04-011-2/+2
| | | | | | | | PHPBB3-14562
* | Merge branch '3.1.x'Marc Alexander2016-01-211-1/+1
|\ \ | |/
| * [ticket/14423] Display database size for Aria storage enginelavigor2016-01-201-1/+1
| | | | | | | | PHPBB3-14423
* | Merge branch '3.1.x'Marc Alexander2016-01-161-2/+2
|\ \ | |/
| * [ticket/12441] Correct database size detection in MariaDB 10lavigor2016-01-141-2/+2
| | | | | | | | PHPBB3-12441
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+1
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge branch '3.1.x'Marc Alexander2015-10-151-0/+1
|\ \ | |/
| * [ticket/12616] Remove report notifications when post is deleted/disapproved.Cesar G2015-10-141-0/+1
| | | | | | | | PHPBB3-12616
* | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-12/+12
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Fix CS issueMarc Alexander2015-10-091-1/+1
| | | | | | | | PHPBB3-14168
* | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-1/+4
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-16/+8
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Unset prototype classes after useMarc Alexander2015-10-091-0/+1
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-315/+6
| | | | | | | | PHPBB3-14168
* | Merge branch '3.1.x'Marc Alexander2015-10-081-2/+2
|\ \ | |/
| * [ticket/14073] Fix trailing whitespacesrxu2015-10-081-2/+2
| | | | | | | | PHPBB3-14073
* | Merge branch '3.1.x'Marc Alexander2015-10-081-2/+176
|\ \ | |/
| * [ticket/14073] Add several core events to the functions_admin.phprxu2015-10-081-2/+176
| | | | | | | | | | | | | | Add core events to the functions move_posts(), delete_posts(), delete_attachments(). PHPBB3-14073
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-2/+5
| | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-091-1/+1
| |\ | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | | | | | | | | | PHPBB3-13685
* | | Merge branch '3.1.x'Marc Alexander2015-06-051-1/+1
|\ \ \ | |/ /
| * | [ticket/13841] Fix tests on 3.1 and master branchCHItA2015-06-051-1/+1
| | | | | | | | | | | | PHPBB3-13841