aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+1
|\ \ | |/
| * [ticket/10400] Allow forum name to be '0'Joas Schilling2011-10-071-1/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Merge branch 'ticket/bantu/9167' into develop-olympusJosh Woody2010-08-191-0/+3
|\
| * [ticket/9167] Remove shadow topics from remaining forums when deleting a forumAndreas Fischer2010-06-111-0/+3
* | [ticket/9697] Backlink broken when the select parent forum does not exist.Joas Schilling2010-07-021-1/+1
|/
* [ticket/9094] Hide "Copy permissions" message, when permissions were copied.Joas Schilling2010-05-271-2/+4
* Merge branch 'ticket/bantu/9547' into develop-olympusNils Adermann2010-05-161-2/+3
|\
| * [ticket/9547] Use separate constants for display/enable active topics.Andreas Fischer2010-05-161-2/+3
* | [ticket/9510] Unable to copy permissions from and to forums you cannot seeJosh Woody2010-05-161-2/+2
|/
* [ticket/9514] Correctly delete big datasets when deleting a forum including t...Andreas Fischer2010-05-141-2/+5
* Allow setting parent forums regardless of permission settings. (Bug #58415)Josh Woody2010-03-171-2/+2
* Fix Bug #53435 - unneccessary error on forum creation screen, actually, this ...Meik Sievertsen2009-11-081-7/+0
* Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024Meik Sievertsen2009-10-251-1/+6
* Disable copy forum permissions screen in forums creation/update workflow - al...Meik Sievertsen2009-09-301-4/+6
* Fix bug #51905 - Only check whether forum image exists if forum image is spec...Andreas Fischer2009-09-241-1/+1
* forgot to add display active flag to forum data in r10169 for bug #19135Meik Sievertsen2009-09-201-1/+1
* set "display active topics" to true by default for new forum creation... regr...Meik Sievertsen2009-09-201-1/+1
* Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Rela...Andreas Fischer2009-09-101-1/+1
* fix sql error due to us using STRICT db mode. ;)Meik Sievertsen2009-08-201-3/+5
* More r9896 cleanup.Andreas Fischer2009-08-141-13/+8
* fix #49685 introduced in r9896Joas Schilling2009-08-141-1/+1
* Add box if users decided not to select a forum to copy permissions from on fo...Henry Sudhof2009-07-311-0/+67
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-281-57/+1
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-231-0/+5
* - Removed redundant code and unnecessary queries in forum management. #42265Chris Smith2009-02-271-18/+12