aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/base.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-2/+2
* [ticket/14648] Remove whitespace at the end of a lineMark Shaw2016-05-251-1/+1
* [ticket/14648] Fix bug where default notifications stop working if another se...Mark Shaw2016-05-251-8/+31
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-26/+38
* [ticket/14079] Correctly mark notifications as readTristan Darricau2015-08-081-1/+1
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-24/+1
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-27/+23
* [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-271-1/+1
* [ticket/12742] Add sort options for notification types requiring sortingMarc Alexander2014-08-091-1/+7
* [ticket/12742] Remove unneeded sort of usersMarc Alexander2014-08-091-1/+0
* [ticket/12742] Replace authenticated with authorisedMarc Alexander2014-08-091-3/+3
* [ticket/12742] Add check for empty $users and add method to fitting methodsMarc Alexander2014-08-081-0/+5
* [ticket/12742] Add method for getting authenticated recipientsMarc Alexander2014-08-081-0/+23
* [ticket/12557] Notification fixesn-aleha2014-08-031-1/+2
* [ticket/12608] Changed get_styling() to get_style_class()PayBas2014-06-151-12/+3
* [ticket/12608] Clean up whitespacePayBas2014-06-151-3/+3
* [ticket/12608] Add styling (CSS class) options to notificationsPayBas2014-06-151-0/+12
* [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-151-0/+36
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12371] Allow notification types to redirect to a different urlJoas Schilling2014-04-251-0/+8
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
* [ticket/12034] AJAXify notifications popup.Cesar G2013-12-301-2/+4
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11700] And some last comments with backslashesNils Adermann2013-09-161-1/+1
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-13/+13
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-22/+24
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+489