aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-071-4/+20
* [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
* [ticket/13311] Remove whitespace at end of lineMarc Alexander2015-07-221-1/+1
* [ticket/13311] Update @since to 3.1.6-RC1Marc Alexander2015-07-221-1/+1
* [ticket/13311] Add core event on acp_forums for forum content deletesalf0072015-07-221-1/+19
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-8/+8
* [ticket/12273] Update existing eventsJoas Schilling2014-04-251-2/+10
* [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
* [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-9/+9
* [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-0/+6
* [ticket/12150] Add options to acpMarc Alexander2014-03-291-0/+3
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-1/+1
|\
| * [ticket/11924] Fix some minor issues with the php event docsJoas Schilling2013-10-161-1/+1
* | [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-131-2/+5
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2013-09-261-1/+0
|\
| * [ticket/11864] Do not call exit after display_progress_bar in acp_forumsMarc Alexander2013-09-251-1/+0
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-031-3/+3
|\ \
| * | [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-3/+3
* | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-1/+1
* | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-5/+5
* | | [feature/soft-delete] Fix forum syncing in ACP and deleting postsJoas Schilling2012-10-221-9/+13
* | | [feature/soft-delete] Topic visibility is already synced by sync('topic')Joas Schilling2012-10-091-1/+0
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-4/+4
|/ /
* | [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forumJoas Schilling2012-08-181-5/+2
* | [feature/php-events] Fix core.acp_manage_forums_update_data_after varsJoas Schilling2012-08-181-1/+1
* | [feature/php-events] Add event core.acp_manage_forums_move_contentJoas Schilling2012-08-081-1/+24
* | [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_childrenJoas Schilling2012-08-081-4/+21
* | [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_afterJoas Schilling2012-08-081-2/+15
* | [feature/php-events] Add new event core.acp_manage_forums_update_data_beforeJoas Schilling2012-08-081-1/+19
* | [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_dataJoas Schilling2012-08-081-1/+10
* | [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_formJoas Schilling2012-08-081-2/+21
* | [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_dataJoas Schilling2012-08-081-6/+21
* | [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_dataJoas Schilling2012-08-081-1/+9
* | [feature/php-events] Proper name for request forum data to avoid confusionJoas Schilling2012-08-011-1/+1
* | [feature/php-events] Add additional events to acp_forums.phpJoas Schilling2012-08-011-5/+25
* | [feature/php-events] Replace core.acp_forums_add_forum_dataJoas Schilling2012-08-011-4/+4
* | [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
* | [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
* | [feature/events] Fixing core.acp_forums_add_forum_dataMichael Cullum2012-08-011-5/+5
* | [feature/events] Add core.acp_foruns_add_forum_data ledgeMichael Cullum2012-08-011-0/+5
* | [ticket/10328] Renamed the JSON class, also now using autoloading.Callum Macrae2012-03-311-1/+2
* | [ticket/10328] Added a JSON class.Callum Macrae2012-03-311-2/+1
* | [ticket/10271] Changed AJAX functions to $request->is_ajax().Callum Macrae2012-03-311-2/+2
* | [ticket/10281] AJAXified reordering forums in the ACP.Callum Macrae2012-03-311-0/+6
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-11-131-6/+2
|\ \ | |/
| * [ticket/10190] Do not show hint about permissions when editing forum settings.Andreas Fischer2011-10-291-6/+2