aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-7/+7
* [ticket/13189] Do not use confirm box for marking all notifications readMarc Alexander2014-10-201-24/+14
* [ticket/12990] Use protected instead of privateTristan Darricau2014-08-171-1/+1
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-5/+5
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* [ticket/12034] AJAXify notifications popup.Cesar G2013-12-301-1/+13
* [ticket/11849] Update UCP notifications and pm folderJoas Schilling2013-12-181-2/+4
* [ticket/11896] Use $form_time and fix out of bounds $form_timeMarc Alexander2013-11-141-2/+3
* [ŧicket/11896] Set form_time with time() when marking all notifications readMarc Alexander2013-11-091-1/+1
* [ticket/11983] Add missing argument to docblock in ucp_notificationsMarc Alexander2013-11-021-0/+1
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-6/+6
* [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-161-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-8/+8
* [ticket/11533] Columns counter for notification settingsVjacheslav Trushkin2013-05-111-0/+4
* [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-1/+3
* [ticket/11103] Use $request->variable rather than request_varNathan Guse2012-12-081-4/+4
* [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-091-12/+12
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-13/+12
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-2/+2
* [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-4/+0
* [ticket/11103] Remove todo comments that are no longer todoNathan Guse2012-10-141-1/+0
* [ticket/11103] UCP Notification option groupingNathan Guse2012-10-131-28/+39
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-5/+77
* [ticket/11103] Starting work on UCP Notifications listNathan Guse2012-10-131-41/+48
* [ticket/11103] trigger_error message when preferences updated in UCPNathan Guse2012-10-051-0/+4
* [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-6/+1
* [ticket/11103] Rename classesNathan Guse2012-10-041-4/+4
* [ticket/11103] UCP Notifications Options Form KeyNathan Guse2012-09-271-0/+7
* [ticket/11103] UCP Notification Options can now be setNathan Guse2012-09-271-13/+30
* [ticket/11103] Allow grouping of multiple types in ucp notification optionsNathaniel Guse2012-09-271-2/+2
* [ticket/11103] More work on the UCP Notifications pageNathan Guse2012-09-261-2/+93
* [ticket/11103] UCP base files for notification optionsNathaniel Guse2012-09-261-0/+26