aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Mark topic/post subscription notification read when approvedNathan Guse2012-12-151-1/+13
| | | | PHPBB3-11103
* [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-4/+9
| | | | | | https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-14/+14
| | | | | | | | | | | | | Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-12/+16
| | | | | | This is going to require you recreate the db tables. PHPBB3-11103
* [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-11/+0
| | | | | | | Comments that are not needed because the actions are completely self-explanatory PHPBB3-11103
* [ticket/11103] Ability to query data before running create_insert_array()Nathan Guse2012-10-121-0/+7
| | | | | | | | | | | | | Mark post/topic in queue notifications read when visiting mcp Change post/topic in queue notification url to use MCP. Fix the bug: Approving a topic marks the topic as read, but before the notification is created for the user approving the topic (if they would get a notification that the topic has been made). This causes it to be stuck "unread". PHPBB3-11103
* [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/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
| * | [ticket/9956] Display error message if no disapprove reason givenJoas Schilling2011-10-141-0/+3
| | | | | | | | | | | | PHPBB3-9956
* | | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-43/+18
| |/ |/| | | | | | | | | Topic-Tracking is still missing. PHPBB3-9684
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-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
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-1/+2
|/ | | | PHPBB3-9716
* Merge branch 'ticket/bantu/9503' into develop-olympusIgor Wiedler2010-09-121-1/+1
|\ | | | | | | | | * ticket/bantu/9503: [ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.
| * [ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.Andreas Fischer2010-07-231-1/+1
| | | | | | | | | | | | | | Show 'No subject specified' in 'Posts awaiting approval' if post subject is empty. PHPBB3-9503
* | [ticket/9679] phpBB offers to notify poster even if notification is disabledJosh Woody2010-07-291-8/+11
|/ | | | | | | | The "notify user" check box would not do anything if checked in this case, but it was still presented. The checkbox is now only shown if there are notification options enabled. PHPBB3-9679
* [ticket/7720] Fix alternative image-description for unread posts.Joas Schilling2010-07-141-1/+1
| | | | | | | | Changed the wrong word "new" to "unread" as that is, what we show with the red-icons, not whether the post is new or not. Language variables were kept for backwards compatibility. PHPBB3-7720
* Fix Bug #53545 - javascript error in templateMeik Sievertsen2009-11-031-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make sure only logs for existing users are displayed and user-specific logs ↵Meik Sievertsen2009-08-251-1/+2
| | | | | | removed on user deletion. (Bug #49855) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10053 89ea8834-ac86-4346-8a33-228a782c2dd0
* A little precautionChris Smith2009-08-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10012 89ea8834-ac86-4346-8a33-228a782c2dd0
* Function approve_post adjustment (migrating to sync())Ruslan Uzdenov2009-08-101-70/+5
| | | | | | Authorised by: Kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47705 - Out of range value for column 'topic_replies_real'Ruslan Uzdenov2009-08-101-77/+44
| | | | | | Authorised by: Kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9946 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #'ers 42585, 35505, 36675, and 42705Jim Wigginton2009-04-241-6/+9
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9482 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-2/+2
| | | | | | please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40325 - Friend/foe system displays posts madeJim Wigginton2009-01-231-2/+13
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not increment users post count after post approval if post had been ↵Meik Sievertsen2008-11-301-2/+6
| | | | | | posted in a forum with no post count increasing set (Bug #37865) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9133 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moderators can only see reports/queue/logs from forums they can actually ↵Chris Smith2008-10-141-0/+11
| | | | | | read. #31085 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9015 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send localised disapproval reasons in the recipients local language. #31645Chris Smith2008-09-081-2/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8837 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix one design failure in phpBB3. Do not count non-approved posts to the ↵Meik Sievertsen2008-09-021-0/+23
| | | | | | | | user_posts. Before, a user was able to circumvent basically any protection based on post counts. At the same time implement the queue_trigger feature. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8805 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28455Meik Sievertsen2008-06-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8609 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove the _f_ portion from redirect urls now they no longer existMeik Sievertsen2008-04-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8520 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), ↵Nils Adermann2007-08-191-1/+3
| | | | | | | | | bbcode_nl2br(), smiley_text(), parse_attachments() - using \r on custom bbcodes to allow line breaks [Bug #10758] git-svn-id: file:///svn/phpbb/trunk@8050 89ea8834-ac86-4346-8a33-228a782c2dd0