aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ticket/11586] Combine administrator/moderator checks together.Andreas Fischer2013-06-031-7/+7
| * | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-031-10/+10
| |\ \ | | |/
| | * [ticket/11145] Wrong error thrown when uploading a bigger image.erangamapa2013-05-251-10/+10
* | | [ticket/9657] Fix wrongly added notifications when post is posted softdeletedJoas Schilling2013-03-061-1/+27
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-031-237/+71
|\ \ \ | |/ /
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-151-2/+3
| |\ \
| * | | [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-2/+4
| * | | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-15/+15
| * | | [ticket/11103] Revert an overwrite that occured on merging from developNathan Guse2012-10-291-1/+3
| * | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-7/+23
| * | | [ticket/11103] Spacing consistencyNathan Guse2012-10-141-14/+14
| * | | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-2/+2
| * | | [ticket/11103] Only notify a user once for a single itemNathan Guse2012-09-271-1/+1
| * | | [ticket/11103] Fixing some bugs with the post/topic notificationsNathaniel Guse2012-09-251-30/+13
| * | | [ticket/11103] Bug fixingNathaniel Guse2012-09-201-0/+4
| * | | [ticket/11103] Topic/Post in queue notificationNathan Guse2012-09-151-2/+29
| * | | [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-151-0/+2
| * | | [ticket/11103] Use appropriate email templates to send notificationsNathan Guse2012-09-141-0/+2
| * | | [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-5/+5
| * | | [ticket/11103] Add/Update/Mark Read functions accept an array for the typeNathan Guse2012-09-141-12/+4
| * | | [ticket/11103] Allow notification types to override update functionalityNathan Guse2012-09-141-1/+1
| * | | [ticket/11103] Quote notificationsNathan Guse2012-09-121-0/+9
| * | | [ticket/11103] Update notifications on post/topic editNathan Guse2012-09-091-3/+16
| * | | [ticket/11103] Post notificationsNathan Guse2012-09-091-233/+19
* | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-201-2/+3
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/10880] The m_approve permisson no longer implies f_noapprove.Andreas Fischer2012-12-191-2/+3
* | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-3/+7
|\ \ \ \ | |/ / /
| * | | Merge PR #624 branch 'develop-olympus' into developOleg Pudeyev2012-10-161-2/+4
| |\ \ \ | | |/ /
| | * | Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympusOleg Pudeyev2012-10-161-2/+4
| | |\ \
| | | * | [ticket/8743] Include posterĀ“s name in mail notificationsJoas Schilling2012-03-151-2/+4
| * | | | Merge PR #917 branch 'develop-olympus' into developOleg Pudeyev2012-10-161-1/+3
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | [ticket/10967] adding $root_path to posting_get_topic_iconsSenky2012-10-111-2/+4
* | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-8/+7
* | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-4/+5
* | | | [feature/soft-delete] Correctly manage softdeleting via posting.phpJoas Schilling2012-11-021-4/+4
* | | | [feature/soft-delete] Correctly increase topics post counts when postingJoas Schilling2012-10-281-0/+2
* | | | [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-2/+1
* | | | [feature/soft-delete] Fix forum syncing in ACP and deleting postsJoas Schilling2012-10-221-3/+12
* | | | [feature/soft-delete] Fix submit_post() topic_replies* usageJoas Schilling2012-10-221-10/+37
* | | | [feature/soft-delete] Split unapproved/soft deleted posts from topicsJoas Schilling2012-10-171-0/+1
* | | | [feature/soft-delete] Fix several issues within submit_post()Joas Schilling2012-10-091-200/+91
* | | | [feature/soft-delete] Fix restoring a post via editingJoas Schilling2012-10-081-1/+1
* | | | [feature/soft-delete] Update post counts within set_post_visibilityJoas Schilling2012-10-081-12/+10
* | | | [feature/soft-delete] Allow to update multiple posts with set_post_visibilityJoas Schilling2012-10-081-2/+0
* | | | [feature/soft-delete] Add test case for (soft)deleting the only post + fixJoas Schilling2012-10-061-3/+2
* | | | [feature/soft-delete] Fix delete_post() functionJoas Schilling2012-10-061-16/+32
* | | | [feature/soft-delete] Update and simplify the logic on delete_post()Joas Schilling2012-10-061-42/+38
* | | | [feature/soft-delete] Allow setting the visibility change reasonJoas Schilling2012-09-281-4/+4
* | | | [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-4/+4