aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-3/+13
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-1/+1
| * [ticket/12273] Update existing eventsJoas Schilling2014-04-251-2/+10
| * [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
| * [ticket/12273] Fix missing $vars lineJoas Schilling2014-04-181-1/+2
| * [ticket/12273] Fix invalid @event and @since tagsJoas Schilling2014-04-181-1/+1
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...Nils Adermann2014-05-021-27/+45
|\ \
| * | [ticket/12371] Delete the approve_post notification when editing a postJoas Schilling2014-04-251-0/+8
| * | [ticket/12371] Correctly set is_starter when editing first post of the topicJoas Schilling2014-04-251-1/+1
| * | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-4/+35
| * | [ticket/12371] Do not delete post related notifications when a post is deletedJoas Schilling2014-04-251-23/+2
| |/
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
|/
* Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-141-1/+1
|\
| * [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-1/+1
* | [ticket/12370] Do not delete topic notifications when the topic is visibleJoas Schilling2014-04-071-4/+8
|/
* Merge branch 'ticket/10851' into ticket/10851-ascraeusMarc Alexander2014-04-041-0/+4
|\
| * [ticket/10851] Set disallowed content to empty array if checking is disabledMarc Alexander2014-04-031-0/+4
* | Merge pull request #2030 from rxu/ticket/12190Nathan Guse2014-02-191-0/+16
|\ \
| * | [ticket/12190] Add core event "core.modify_submit_post_data"rxu2014-02-201-0/+16
* | | [ticket/12136] Use new pagination class in generate_smilies().Cesar G2014-01-261-4/+7
|/ /
* | [ticket/11915] Provide the attachment file size to the template.Cesar G2014-01-171-0/+1
* | [ticket/12069] Globalize in submit_post()David King2013-12-081-1/+1
* | [ticket/12069] Fix event documentationDavid King2013-12-081-2/+2
* | [ticket/12069] Add core.submit_post_end eventDavid King2013-12-081-0/+17
* | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-2/+17
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-021-0/+5
|\ \ | |/
| * [ticket/11769] Allow '0' as usernameJoas Schilling2013-09-021-1/+1
| * [ticket/11769] Fix language issues in the doc blocksJoas Schilling2013-08-231-3/+3
| * [ticket/11769] Correctly supply the post author's username in posting.phpJoas Schilling2013-08-231-1/+4
* | Merge remote-tracking branch 'brunoais/ticket11639' into developJoas Schilling2013-08-041-9/+4
|\ \
| * | [ticket/11639] Changing how censorship is handled.brunoais2013-08-031-4/+2
| * | [ticket/11639] Removed a non-needed unsetBruno Ais2013-07-241-2/+0
| * | [ticket/11639] Whitespace fixingBruno Ais2013-07-201-1/+1
| * | [ticket/11639] Whitespace fixingBruno Ais2013-07-151-2/+2
| * | [ticket/11639] Added an useful comment.Bruno Ais2013-07-151-1/+2
| * | [ticket/11639] generate_text_for_display on functions_posting.phpBruno Ais2013-07-151-8/+6
* | | [ticket/11717] Add 'has' to boolean variable and reduce line lengthMarc Alexander2013-07-221-4/+5
* | | [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-201-1/+4
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-9/+14
* | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-111-32/+25
|\ \ \ | |/ /
| * | [ticket/11586] Move $filedata['thumbnail'] to where it might be returned.Andreas Fischer2013-06-031-3/+3
| * | [ticket/11586] Combine $filedata['post_attach'] assign into a single statement.Andreas Fischer2013-06-031-8/+1
| * | [ticket/11586] Use a variable for $cat_id == ATTACHMENT_CATEGORY_IMAGE.Andreas Fischer2013-06-031-8/+8
| * | [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