| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forum | Joas Schilling | 2012-08-18 | 1 | -5/+2 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix core.acp_manage_forums_update_data_after vars | Joas Schilling | 2012-08-18 | 1 | -1/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Add event core.acp_manage_forums_move_content | Joas Schilling | 2012-08-08 | 1 | -1/+24 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_children | Joas Schilling | 2012-08-08 | 1 | -4/+21 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_after | Joas Schilling | 2012-08-08 | 1 | -2/+15 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Add new event core.acp_manage_forums_update_data_before | Joas Schilling | 2012-08-08 | 1 | -1/+19 |
| | | | | | | | Allows you to remove data from forum_data_sql before we update/create the forum PHPBB3-9550 | ||||
| * | [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_data | Joas Schilling | 2012-08-08 | 1 | -1/+10 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_form | Joas Schilling | 2012-08-08 | 1 | -2/+21 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_data | Joas Schilling | 2012-08-08 | 1 | -6/+21 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_data | Joas Schilling | 2012-08-08 | 1 | -1/+9 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Proper name for request forum data to avoid confusion | Joas Schilling | 2012-08-01 | 1 | -1/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Add additional events to acp_forums.php | Joas Schilling | 2012-08-01 | 1 | -5/+25 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/php-events] Replace core.acp_forums_add_forum_data | Joas Schilling | 2012-08-01 | 1 | -4/+4 |
| | | | | | | | Add missing global $phpbb_dispatcher, add $action and name the event better PHPBB3-9550 | ||||
| * | [feature/events] Removing the third trigger_event parameter | Michael Cullum | 2012-08-01 | 1 | -1/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Change to use the new method of adding events | Michael Cullum | 2012-08-01 | 1 | -3/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Fixing core.acp_forums_add_forum_data | Michael Cullum | 2012-08-01 | 1 | -5/+5 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Add core.acp_foruns_add_forum_data ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 |
| | | | | | PHPBB3-9550 | ||||
| * | [ticket/10328] Renamed the JSON class, also now using autoloading. | Callum Macrae | 2012-03-31 | 1 | -1/+2 |
| | | | | | | | | It is no longer static, and uses autoloading. It has also been renamed from JSON to phpbb_json_response. PHPBB3-10328 | ||||
| * | [ticket/10328] Added a JSON class. | Callum Macrae | 2012-03-31 | 1 | -2/+1 |
| | | | | | | | | The JSON class adds a consistent way to send JSON to the client, making it perfect for AJAX (jQuery automatically parses it). PHPBB3-10328 | ||||
| * | [ticket/10271] Changed AJAX functions to $request->is_ajax(). | Callum Macrae | 2012-03-31 | 1 | -2/+2 |
| | | | | | PHPBB3-10271 | ||||
| * | [ticket/10281] AJAXified reordering forums in the ACP. | Callum Macrae | 2012-03-31 | 1 | -0/+6 |
| | | | | | PHPBB3-10281 | ||||
| * | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-11-13 | 1 | -6/+2 |
| |\ | | | | | | | | | * develop-olympus: [ticket/10190] Do not show hint about permissions when editing forum settings. | ||||
| | * | [ticket/10190] Do not show hint about permissions when editing forum settings. | Andreas Fischer | 2011-10-29 | 1 | -6/+2 |
| | | | | | | | | | PHPBB3-10190 | ||||
| * | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-10-13 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * develop-olympus: [ticket/10400] Allow forum name to be '0' | ||||
| | * | [ticket/10400] Allow forum name to be '0' | Joas Schilling | 2011-10-07 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10400 | ||||
| * | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
| |/ | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 | ||||
| * | Merge branch 'ticket/bantu/9167' into develop-olympus | Josh Woody | 2010-08-19 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | * ticket/bantu/9167: [ticket/9167] Detect and remove any dead left over shadow topics on update. [ticket/9167] Remove shadow topics from remaining forums when deleting a forum Conflicts: phpBB/install/database_update.php | ||||
| | * | [ticket/9167] Remove shadow topics from remaining forums when deleting a forum | Andreas Fischer | 2010-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | including posts. The function delete_topic_shadows() had to be reimplemented. It was there but it was completly broken and hasn't been used at all. PHPBB3-9167 | ||||
| * | | [ticket/9697] Backlink broken when the select parent forum does not exist. | Joas Schilling | 2010-07-02 | 1 | -1/+1 |
| |/ | | | | PHPBB3-9697 | ||||
| * | [ticket/9094] Hide "Copy permissions" message, when permissions were copied. | Joas Schilling | 2010-05-27 | 1 | -2/+4 |
| | | | | | | | When creating a forum, you afterwards read "Forum created successfully. Now you are able to set permissions for this forum.", also when you already copied the permissions from another forum. PHPBB3-9094 | ||||
| * | Merge branch 'ticket/bantu/9547' into develop-olympus | Nils Adermann | 2010-05-16 | 1 | -2/+3 |
| |\ | | | | | | | | | * ticket/bantu/9547: [ticket/9547] Use separate constants for display/enable active topics. | ||||
| | * | [ticket/9547] Use separate constants for display/enable active topics. | Andreas Fischer | 2010-05-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | Split S_DISPLAY_ACTIVE_TOPICS into S_DISPLAY_ACTIVE_TOPICS and S_ENABLE_ACTIVE_TOPICS so we have correct default values when changing the forum type. PHPBB3-9547 | ||||
| * | | [ticket/9510] Unable to copy permissions from and to forums you cannot see | Josh Woody | 2010-05-16 | 1 | -2/+2 |
| |/ | | | | | | This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed. PHPBB3-9510 | ||||
| * | [ticket/9514] Correctly delete big datasets when deleting a forum including ↵ | Andreas Fischer | 2010-05-14 | 1 | -2/+5 |
| | | | | | | | topics/posts on non-MySQL databases. PHPBB3-9514 | ||||
| * | Allow setting parent forums regardless of permission settings. (Bug #58415) | Josh Woody | 2010-03-17 | 1 | -2/+2 |
| | | |||||
| * | Fix Bug #53435 - unneccessary error on forum creation screen, actually, this ↵ | Meik Sievertsen | 2009-11-08 | 1 | -7/+0 |
| | | | | | | | code is no longer even executed since RC4 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10258 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024 | Meik Sievertsen | 2009-10-25 | 1 | -1/+6 |
| | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10233 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | Disable copy forum permissions screen in forums creation/update workflow - ↵ | Meik Sievertsen | 2009-09-30 | 1 | -4/+6 |
| | | | | | | | | | also fixes Bug #52035 We will revisit this one later git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10198 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | Fix bug #51905 - Only check whether forum image exists if forum image is ↵ | Andreas Fischer | 2009-09-24 | 1 | -1/+1 |
| | | | | | | | | | | specified. Related to bug #39005. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10184 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | forgot to add display active flag to forum data in r10169 for bug #19135 | Meik Sievertsen | 2009-09-20 | 1 | -1/+1 |
| | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10171 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | set "display active topics" to true by default for new forum creation... ↵ | Meik Sievertsen | 2009-09-20 | 1 | -1/+1 |
| | | | | | | | regression/addition from/to bug #19135 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10169 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | Fix bug #51105. - Ignore (disable) newly generated forum in forums list. ↵ | Andreas Fischer | 2009-09-10 | 1 | -1/+1 |
| | | | | | | | Related to r9896. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10135 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | fix sql error due to us using STRICT db mode. ;) | Meik Sievertsen | 2009-08-20 | 1 | -3/+5 |
| | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10024 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | More r9896 cleanup. | Andreas Fischer | 2009-08-14 | 1 | -13/+8 |
| | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9978 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | fix #49685 introduced in r9896 | Joas Schilling | 2009-08-14 | 1 | -1/+1 |
| | | | | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9977 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | Add box if users decided not to select a forum to copy permissions from on ↵ | Henry Sudhof | 2009-07-31 | 1 | -0/+67 |
| | | | | | | | forum creation git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | [Feature] Ability to copy permissions from one forum to several other forums. | Andreas Fischer | 2009-07-28 | 1 | -57/+1 |
| | | | | | | | [Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | - add options for quick reply (forum-based and board-wide) | Meik Sievertsen | 2009-06-23 | 1 | -0/+5 |
| | | | | | | | | - add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
| * | - Removed redundant code and unnecessary queries in forum management. #42265 | Chris Smith | 2009-02-27 | 1 | -18/+12 |
| | | | | | | | | - Fixed use of <b> instead of <strong> in ACP git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
