aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/approve_post.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15940] Fix approve_* notificationsJakub Senko2019-09-281-4/+1
| | | | PHPBB3-15940
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* Merge branch '3.1.x'Marc Alexander2015-10-171-1/+1
|\ | | | | | | | | | | | | Conflicts: phpBB/phpbb/notification/type/bookmark.php phpBB/phpbb/notification/type/post.php phpBB/phpbb/notification/type/quote.php
| * [ticket/13892] Replace other uses of self with static.Cesar G2015-10-151-1/+1
| | | | | | | | PHPBB3-13892
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-271-1/+1
|/ | | | PHPBB3-13725
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-1/+1
| | | | PHPBB3-12990
* [ticket/12742] Replace authenticated with authorisedMarc Alexander2014-08-091-1/+1
| | | | PHPBB3-12742
* [ticket/12742] Add check for empty $users and add method to fitting methodsMarc Alexander2014-08-081-8/+1
| | | | | | | | | The method might now return an empty array in case of an empty users array, too. The notification types then check if the returned array is empty and return this if it is empty and if the notification types would otherwise carry out other operations afterwards. PHPBB3-12742
* [ticket/12557] Fix post data description for notificationsn-aleha2014-08-071-1/+1
| | | | PHPBB3-12557
* [ticket/12557] Notification fixesn-aleha2014-08-031-0/+1
| | | | PHPBB3-12557
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+8
| | | | PHPBB3-12594
* [ticket/12371] Fix redirect link for approve_post and post_in_queueJoas Schilling2014-04-251-0/+8
| | | | PHPBB3-12371
* [ticket/12032] Do not inherit read status in certain notifications.Cesar G2014-01-161-0/+7
| | | | PHPBB3-12032
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+140
PHPBB3-11698