aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-011-0/+3
| | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* Merge pull request #5719 from rubencm/ticket/15958Marc Alexander2019-11-011-5/+5
|\ | | | | | | [ticket/15958] Standarize create forums default options
| * [ticket/15958] Standarize create forums default optionsrubencm2019-10-241-5/+5
| | | | | | | | PHPBB3-15958
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-1/+11
|\ \
| * \ Merge pull request #5682 from 3D-I/ticket/16151Marc Alexander2019-10-281-1/+11
| |\ \ | | | | | | | | | | | | [ticket/16151] Enable Emojis and rich text in forum name
| | * | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-10-281-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | Move to a new function() PHPBB3-16151
| | * | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-09-081-1/+21
| | | | | | | | | | | | | | | | PHPBB3-16151
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-4/+17
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/16146] Fix typos in event descriptionMarc Alexander2019-10-261-6/+6
| | | | | | | | | | | | PHPBB3-16146
| * | [ticket/16146] fix event name in commentoxcom2019-09-031-1/+1
| | | | | | | | | | | | PHPBB3-16146
| * | [ticket/16146] New core event: after move forumoxcom2019-09-021-0/+13
| |/ | | | | | | PHPBB3-16146
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-1/+0
|/ | | | PHPBB3-16051
* [ticket/15211] Fix Emoji characters in forum name3D-I2019-06-111-0/+7
| | | | PHPBB3-15211
* Merge pull request #5402 from 3D-I/ticket/15825Marc Alexander2018-10-281-0/+10
|\ | | | | | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before
| * [ticket/15825] Add core.acp_manage_forums_move_content_sql_before3D-I2018-10-021-0/+10
| | | | | | | | PHPBB3-15825
* | [ticket/15762] Update type for forum_topics_per_page in acp_forumsRubén Calvo2018-08-301-1/+1
|/ | | | PHPBB3-15762
* Merge pull request #5071 from dsinn/ticket/15495Marc Alexander2018-01-161-0/+4
|\ | | | | | | [ticket/15495] Use transaction in ACP move_forum
| * [ticket/15495] Use transaction in ACP move_forumDaniel Sinn2018-01-031-0/+4
| | | | | | | | | | | | | | Should prevent the forums table from getting messed up if an error or concurrent execution happens. PHPBB3-15495
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-25/+25
|/ | | | PHPBB3-14972
* 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 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_modules.php
| * [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
| | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | 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
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-42/+39
| | | | | | | | PHPBB3-14325
* | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-6/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-3/+3
| | | | | | | | | | | | PHPBB3-14234
| * | [ticket/14234] Use replacement variables instead of references in eventsMarc Alexander2015-10-121-6/+18
| | | | | | | | | | | | PHPBB3-14234
* | | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-4/+4
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-2/+5
|/ / | | | | | | PHPBB3-14168
* | Merge branch '3.1.x'Marc Alexander2015-07-221-1/+19
|\ \ | |/
| * [ticket/13311] Remove whitespace at end of lineMarc Alexander2015-07-221-1/+1
| | | | | | | | PHPBB3-13311
| * [ticket/13311] Update @since to 3.1.6-RC1Marc Alexander2015-07-221-1/+1
| | | | | | | | PHPBB3-13311
| * [ticket/13311] Add core event on acp_forums for forum content deletesalf0072015-07-221-1/+19
| | | | | | | | | | | | | | | | | | Event added for the function delete_forum_content() in includes/acp/acp_forums.php, so that you can insert any extension's table(s) to be updated when forum content is deleted Incude parameters forum_id, topic_ids and post_counts PHPBB3-13311
* | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-62/+62
| | | | | | | | PHPBB3-13455
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-4/+4
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-16/+17
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ | | | PHPBB3-13450
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-8/+8
| | | | PHPBB3-12273
* [ticket/12273] Update existing eventsJoas Schilling2014-04-251-2/+10
| | | | PHPBB3-12273
* [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
| | | | PHPBB3-12273
* [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-9/+9
| | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
* [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-0/+6
| | | | PHPBB3-12150
* [ticket/12150] Add options to acpMarc Alexander2014-03-291-0/+3
| | | | PHPBB3-12150