aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-4/+2
| | | | | | | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103
| * [ticket/11103] Topic/Post in queue notificationNathan Guse2012-09-151-1/+20
| | | | | | | | | | | | Also, bug fixes and cleanup PHPBB3-11103
| * [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-151-46/+36
| | | | | | | | | | | | | | | | | | Remove the formatted title function, plaintext is not needed since email templates are used Fix a number of bugs. PHPBB3-11103
| * [ticket/11103] Starting approve_post type notificationNathan Guse2012-09-151-25/+8
| | | | | | | | PHPBB3-11103
| * [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-3/+3
| | | | | | | | | | | | | | Use $phpbb_notifications instead of $notifications everywhere for consistency and conflict prevention. PHPBB3-11103
| * [ticket/11103] Add/Update/Mark Read functions accept an array for the typeNathan Guse2012-09-141-1/+1
| | | | | | | | | | | | | | | | | | This saves a lot of code in some areas (where the same data is sent, just for different types) Notifications for bookmarks PHPBB3-11103
| * [ticket/11103] Restyle the notification listNathan Guse2012-09-091-1/+3
| | | | | | | | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103
| * [ticket/11103] Post notificationsNathan Guse2012-09-091-3/+3
| | | | | | | | PHPBB3-11103
* | [feature/soft-delete] Split deleting soft-deleted posts from unapproving postsJoas Schilling2012-12-201-6/+57
| | | | | | | | PHPBB3-9657
* | [feature/soft-delete] Split up on the initial switch instead of a second oneJoas Schilling2012-12-201-41/+30
| | | | | | | | | | | | Also fixing some documentation issues PHPBB3-9657
* | [feature/soft-delete] Fix a problem with "delete topics" in mcpJoas Schilling2012-12-181-1/+2
| | | | | | | | PHPBB3-9657
* | [feature/soft-delete] Add delete information to approve deatils pageJoas Schilling2012-12-181-0/+31
| | | | | | | | PHPBB3-9657
* | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-3/+3
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Use request object instead of direct accessJoas Schilling2012-11-091-16/+15
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix restoring/approving posts with mcp moderationJoas Schilling2012-10-311-8/+8
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix disapproving posts/topics in queueJoas Schilling2012-10-231-19/+44
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-1/+1
| | | | | | | | | | | | Only disapproving in queue is missing. PHPBB3-9567
* | [feature/soft-delete] Use correct language when restoring topics in MCPJoas Schilling2012-10-211-9/+5
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Split unapproved/soft deleted posts from topicsJoas Schilling2012-10-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If a topic is soft deleted through a moderator, the topic_delete_user is set. If it is passively soft deleted (f.e. while the only approved post is deleted) the topic_delete_user is not set. This way, we can distinguish between these two cases. The same also applies to unapproved posts. So we need to set the topic_delete_user when an unapproved topic is posted. Topics that were soft deleted/unapproved by a user (rather then passive) are going to be displayed in the Topics modules, while all others are in the posts modules of the MCP queue. PHPBB3-9567
* | [feature/soft-delete] Display guest username in topic list instead of "Guest"Joas Schilling2012-10-171-2/+2
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Removed unused old functionsJoas Schilling2012-10-161-200/+0
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Merge approving and restoring topics into one functionJoas Schilling2012-10-161-14/+173
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Merge approving and restoring posts into one functionJoas Schilling2012-10-161-65/+124
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Add module for soft deleted topicsJoas Schilling2012-10-151-16/+104
| | | | | | | | | | | | | | | | Unapproved/soft deleted posts are posts, that have a different visibility than the topic. All others will be hidden from the posts list and can be managed with the topic modules. PHPBB3-9567
* | [feature/soft-delete] Add checkbox to restoring posts like on approveJoas Schilling2012-10-151-27/+45
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Turn other functions into methods as wellJoas Schilling2012-10-151-319/+318
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Turn restore_post() into a method and add the docsJoas Schilling2012-10-151-76/+77
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix restoring posts via MCPJoas Schilling2012-10-131-13/+47
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Comment out user_posts update for the momentJoas Schilling2012-10-011-1/+1
| | | | | | | | | | | | It should rely on the permissions of the post not the current user. PHPBB3-9657
* | [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-10/+1
| | | | | | | | PHPBB3-9657
* | [feature/soft-delete] Update restoring feature to use ajax if requested.Joas Schilling2012-08-291-5/+18
| | | | | | | | | | | | | | | | Also fixes the mcp as a hole: - displayes a success message - gives a link to the post, if only one was restored PHPBB3-9657
* | [feature/soft-delete] Use the variable which holds the correct item statusJoas Schilling2012-08-291-1/+1
| | | | | | | | PHPBB3-9657
* | [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-1/+2
| | | | | | | | | | | | | | | | To wit: using non-existing constant POST_DELETED in posting.php; first test post was initially unapproved; soft delete checkbox appeared at post time Links pointing to the wrong place. PHPBB3-9657
* | [feature/soft-delete] Add a processor for action == restore in mcp_queue.phpJosh Woody2012-08-291-2/+43
| | | | | | | | | | | | Restoring a post within mcp_queue.php didn't do anything before this commit. Now it does, by way of a function which is very similar to approve_post. PHPBB3-9657
* | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-1/+1
| | | | | | | | | | | | Rename the class to more accurately reflect what it does. PHPBB3-9657
* | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-127/+25
| | | | | | | | | | | | The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue PHPBB3-9657
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-6/+6
|/ | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
| | | | | | | Add a new parameter to hold the name of the start variable. This fulfills ticket PHPBB3-8535. PHPBB3-10968
* [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
| | | | | | | Re-remove deprecated functions, change on_page to phpbb_on_page, add null returns, remove globals and pass as params. PHPBB3-10968
* [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
| | | | | | | Returned and marked deprecated topic_generate_pagination. Rename new function in line with coding guidelines. PHPBB3-10968
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
| | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+2
| | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* [ticket/10871] Delete the unwanted implodeBruno Ais2012-05-041-2/+0
| | | | | | Deleted the implode that had no reason to be there PHPBB3-10871
* [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-311-2/+29
| | | | PHPBB3-10273
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
| | | | PHPBB3-10345
* Merge remote-tracking branch 'nickvergessen/ticket/10344' into developOleg Pudeyev2011-11-201-4/+5
|\ | | | | | | | | * nickvergessen/ticket/10344: [ticket/10344] Add attachment icons to list of reported and queued posts/topics
| * [ticket/10344] Add attachment icons to list of reported and queued posts/topicsJoas Schilling2011-08-271-4/+5
| | | | | | | | PHPBB3-10344
* | Merge branch 'develop-olympus' into developNils Adermann2011-11-181-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9956] Display error message if no disapprove reason given Conflicts: phpBB/includes/mcp/mcp_queue.php