aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/post.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
* [ticket/14949] Pass full notification array and post data for updatingMarc Alexander2017-01-051-1/+7
* Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-291-4/+7
|\
| * [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-4/+7
* | Merge branch '3.1.x'Marc Alexander2015-10-171-1/+1
|\ \ | |/ |/|
| * [ticket/13892] Replace other uses of self with static.Cesar G2015-10-151-1/+1
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-0/+17
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-26/+15
* | Merge branch '3.1.x'Marc Alexander2015-06-161-1/+1
|\ \ | |/
| * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-1/+1
* | [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-271-3/+3
|/
* [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-0/+1
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-1/+1
* [ticket/12742] Add sort options for notification types requiring sortingMarc Alexander2014-08-091-1/+1
* [ticket/12742] Replace authenticated with authorisedMarc Alexander2014-08-091-1/+1
* [ticket/12742] Add check for empty $users and add method to fitting methodsMarc Alexander2014-08-081-12/+2
* [ticket/12557] Fix post data description for notificationsn-aleha2014-08-071-1/+1
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-0/+1
* [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-151-1/+13
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+8
* [ticket/12371] Fix typos in commentJoas Schilling2014-05-021-1/+1
* [ticket/12371] Fix language in commentJoas Schilling2014-04-251-3/+2
* [ticket/12371] Do not add unlimited users as respondersJoas Schilling2014-04-251-1/+22
* [ticket/12371] Do not update the notification entry unneccessarilyJoas Schilling2014-04-251-7/+12
* [ticket/12371] Allow notification types to redirect to a different urlJoas Schilling2014-04-251-0/+8
* Merge remote-tracking branch 'prototech/ticket/11959' into develop-ascraeusJoas Schilling2014-03-291-5/+4
|\
| * [ticket/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-5/+0
| * [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name.Cesar G2014-03-191-3/+3
| * [ticket/11959] Simplify how the users are trimmed.Cesar G2014-03-191-15/+7
| * [ticket/11959] List the last user with "and" instead of a comma.Cesar G2014-03-191-0/+7
| * [ticket/11959] Use the plurals system for the untrimmed language strings.Cesar G2014-03-191-1/+6
* | [ticket/12317] Cast string to int to refix DBMSes not using int for integers.Andreas Fischer2014-03-281-2/+2
|/
* [ticket/12032] Do not inherit read status in certain notifications.Cesar G2014-01-161-2/+9
* Merge pull request #1882 from prototech/ticket/11959Nathan Guse2013-11-211-3/+30
|\
| * [ticket/11959] Rename $extra_cnt to something more descriptive.Cesar G2013-11-211-3/+3
| * [ticket/11959] Use COMMA_SEPARATOR to join the user list.Cesar G2013-11-211-1/+1
| * [ticket/11959] Trim the list of users from post notifications.Cesar G2013-11-211-2/+29
* | [ticket/11484] Display login box for users following email notification link.Cesar G2013-11-211-1/+1
|/
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+4
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+385