aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10851] Set disallowed content to empty array if checking is disabledMarc Alexander2014-04-031-0/+4
* [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
* [ticket/11145] Wrong error thrown when uploading a bigger image.erangamapa2013-05-251-10/+10
* [ticket/10880] The m_approve permisson no longer implies f_noapprove.Andreas Fischer2012-12-191-2/+3
* 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
* | [ticket/10967] adding $root_path to posting_get_topic_iconsSenky2012-10-111-2/+4
* | Merge remote-tracking branch 'Dickyf/ticket/10675' into develop-olympusIgor Wiedler2012-03-311-1/+8
|\ \
| * | [ticket/10675] Add disk full language string when posting attachmentsRichard Foote2012-03-191-1/+8
* | | [ticket/10684] Adjust function and parameter name, minor changes.rxu2012-03-221-2/+2
* | | [ticket/10684] Cast user_id to integerrxu2012-03-111-5/+7
* | | [ticket/10684] Refactor $sql_ignore_users array updaterxu2012-03-101-10/+3
* | | [ticket/10684] Remove isset() for $sql_ignore_users updaterxu2012-03-091-4/+1
* | | [ticket/10684] Fix 2 typos in comment lines.rxu2012-03-091-1/+1
* | | [ticket/10684] Send notifications for users with stale bansrxu2012-03-081-17/+19
|/ /
* | [ticket/8652] Comment for also updating forum watch table in user_notification.Andreas Fischer2012-03-021-2/+10
* | [ticket/8652] Sending 2 emails on 2 repliesBruno Ais2012-03-021-0/+6
|/
* [ticket/9776] Delete poll if no poll options were submitted.Joas Schilling2011-11-181-4/+4
* Merge branch 'ticket/rxu/6712' into develop-olympusNils Adermann2011-06-101-0/+102
|\
| * [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_timerxu2011-05-011-10/+21
| * [ticket/6712] Pass $post_data by the value instead of by the reference.rxu2011-04-031-1/+1
| * [ticket/6712] Bump does not create new topic icon on index.rxu2010-10-181-0/+91
* | [ticket/7834] Topic time didn't update when first post was deletedCallum Macrae2011-02-241-2/+2
* | [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-281-1/+1
|/
* Merge branch 'ticket/bantu/9644' into develop-olympusIgor Wiedler2010-09-161-1/+1
|\
| * [ticket/9644] Check $mode before calling user_notification() from submit_post()Andreas Fischer2010-07-231-1/+1
* | [ticket/9635] Useless parameter $data['post_time'] in function submit_post.Joas Schilling2010-08-191-1/+1
|/
* [ticket/9147] "Change topic type"-option "Normal" always selected.Joas Schilling2010-05-281-1/+1
* [feature/notify_status] Define'd constants for notify_statusMark2010-05-161-8/+8
* [ticket/9529] Topic review is not showing all selected posts.Joas Schilling2010-05-161-1/+1
* Bug #54945 again: MySQL 4 does not support aggregation in ORDER BY.Marek A. Ruszczyński2010-03-021-2/+2
* Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a c...Andreas Fischer2010-02-081-1/+1
* [Fix] Do not automatically unsubscribe users from topics, when email and jabb...Joas Schilling2010-01-241-1/+1
* Fix for #54945Marek A. R2009-12-241-1/+1
* Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...Meik Sievertsen2009-08-171-1/+3
* Fix r9955 for Bug #49435Meik Sievertsen2009-08-121-2/+3
* fix r9927 - of course isset()Meik Sievertsen2009-08-051-1/+1
* submit_post() now accepts force_approved_state key passed to $data to indicat...Meik Sievertsen2009-08-051-0/+8
* Fix bug #15729 - Global announcements marked as read if all new topics in for...Ruslan Uzdenov2009-08-051-6/+15
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-5/+5
* Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg...Ruslan Uzdenov2009-08-011-0/+1
* Fix bug #48695 - Do not try to create thumbnails for images we cannot open pr...Andreas Fischer2009-07-311-0/+5
* Fix bug #48885, introduced in r9843Joas Schilling2009-07-301-2/+2
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...Joas Schilling2009-07-241-0/+15
* A small correction to #r9763Meik Sievertsen2009-07-171-6/+10
* - Add pagination for icons and smilies in the ACP and smilies in the smiley p...Marek A. R2009-07-161-6/+30
* Another feature: Detect when a post has been altered by someone else while ed...Andreas Fischer2009-07-081-0/+7
* Fix bug #38395 - Loading draft removes recipients when replying to PMJoas Schilling2009-06-261-2/+2