aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11769] Allow using 0 as poster nameJoas Schilling2013-09-021-1/+1
| | | | PHPBB3-11769
* [ticket/11769] Fix language issues in the doc blocksJoas Schilling2013-08-231-3/+4
| | | | PHPBB3-11769
* [ticket/11769] Correctly supply the post author's username in posting.phpJoas Schilling2013-08-231-1/+6
| | | | | | | | Only supply the username, when it is a guest posting or we edit and it was supplied, otherwise post_data might hold data of the post we quote, in which case username is the original poster, not the current one. PHPBB3-11769
* [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-1/+1
| | | | | | Replace spaces with tabs PHPBB3-11144
* [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-0/+1
| | | | | | | The template variable {FORUM_NAME} was missing from the login page of a password protected forum PHPBB3-11144
* [ticket/10880] The m_approve permisson no longer implies f_noapprove.Andreas Fischer2012-12-191-3/+4
| | | | PHPBB3-10880
* [ticket/10503] Debug error "Invalid arguments" when previewing editsJoas Schilling2011-11-281-3/+4
| | | | | | | Empty value of poll_options should be an empty array, so that sizeof() is 0. PHPBB3-9776 PHPBB3-10503
* [ticket/9776] Delete poll if no poll options were submitted.Joas Schilling2011-11-181-0/+17
| | | | PHPBB3-9776
* Merge branch 'ticket/rxu/6712' into develop-olympusNils Adermann2011-06-101-29/+1
|\ | | | | | | | | | | | | | | * ticket/rxu/6712: [ticket/6712] Properly explain result of setting the bump interval to 0. [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time [ticket/6712] Pass $post_data by the value instead of by the reference. [ticket/6712] Bump does not create new topic icon on index.
| * [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_timerxu2011-05-011-1/+1
| | | | | | | | PHPBB3-6712
| * [ticket/6712] Bump does not create new topic icon on index.rxu2010-10-181-29/+1
| | | | | | | | | | | | Handle the topic bumping process more properly. PHPBB3-6712
* | [ticket/10047] Do not put session id in URL on posting.php when cookies are on.Andreas Fischer2011-02-191-2/+2
| | | | | | | | PHPBB3-10047
* | [ticket/8736] guest can have 255 chars long usernameRMcGirr832010-12-041-1/+8
|/ | | | | | | | when you post as a guest (anonymous) you can fill the field username with 255 chars. that will destroy the prosilver and subsilver2 style at viewtopic. settings for username in ACP: 6-16 Chars PHPBB3-8736
* [ticket/9162] Prevent notice on unset poll titleIgor Wiedler2010-10-161-1/+1
| | | | | | Regression from a81c857c96ee1a2a9be559ff3c9b71ca9514287e PHPBB3-9162
* Merge branch 'ticket/nickvergessen/9162' into develop-olympusAndreas Fischer2010-09-141-1/+1
|\ | | | | | | | | * ticket/nickvergessen/9162: [ticket/9162] BBCode in poll options is broken, when posting without question.
| * [ticket/9162] BBCode in poll options is broken, when posting without question.Joas Schilling2010-09-141-1/+1
| | | | | | | | PHPBB3-9162
* | [ticket/9820] phpBB Debug Error when trying to post a new topic.Joas Schilling2010-09-141-9/+12
|/ | | | | | | Regression from aa4519fb44f4ff83e923c6cc4d5bde3f20082340 PHPBB3-9820 PHPBB3-7260
* [ticket/7260] Don't delete poll if one exists and editing user lacks permissionJoas Schilling2010-08-221-0/+26
| | | | PHPBB3-7260
* Merge branch 'ticket/nickvergessen/9531' into develop-olympusNils Adermann2010-05-161-1/+1
|\ | | | | | | | | * ticket/nickvergessen/9531: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
| * [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" ↵Joas Schilling2010-05-161-1/+1
| | | | | | | | | | | | line when quoting from topic-review. PHPBB3-9531
* | [ticket/8894] Fix JavaScript-Error and hide Quote-Button on topic review if ↵Joas Schilling2010-05-161-1/+1
|/ | | | | | BBCodes are not allowed. PHPBB3-8894
* Parse urls in signature taking into account the allow_sig_links config ↵Cullen Walsh2010-03-021-1/+1
| | | | option introduced in phpBB 3.0.6, per bug #57105
* #57715 - Correct behavior of "force_approved_state" when value is false. Josh Woody2010-02-181-1/+1
| | | | | | (Merging r10507 into branches/phpBB-3_0_0) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10508 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug #56255 - Moving topics to a forum where you are on queue Josh Woody2010-01-181-1/+1
| | | | | | - Allow some error handling in compress class by returning false if file does not exist. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10427 89ea8834-ac86-4346-8a33-228a782c2dd0
* One issue solved possily others, so not closing yet. #55245Chris Smith2009-12-081-7/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10306 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is not perfect... i know, but at least it gives out more information ↵Meik Sievertsen2009-11-031-3/+10
| | | | | | | | than a simple "this topic/post does not exist". ;) Related to r9971 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10253 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #51835 - editing posts with attachments - regression from r9843 ↵Joas Schilling2009-09-251-22/+1
| | | | | | | | introduced in #48265 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10186 89ea8834-ac86-4346-8a33-228a782c2dd0
* note correct username if post/topic get's removed if user is anonymousMeik Sievertsen2009-09-201-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10170 89ea8834-ac86-4346-8a33-228a782c2dd0
* although we do not use force_approved_state check it nevertheless for the ↵Meik Sievertsen2009-09-201-2/+2
| | | | | | message displayed to the user - bug #51325 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10166 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r10076 for #48615 - Ability to specify amount of time user is able to ↵Joas Schilling2009-08-311-2/+2
| | | | | | | | | delete his last post in topic. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10080 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not take edit post time into account for determining permission to delete ↵Meik Sievertsen2009-08-311-2/+2
| | | | | | last post in topic. (Bug #48615) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10076 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, on the contrary; can that reset callHenry Sudhof2009-08-161-0/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9999 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, on the contrary; can that reset callHenry Sudhof2009-08-161-6/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9998 89ea8834-ac86-4346-8a33-228a782c2dd0
* add missing spaceMeik Sievertsen2009-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9981 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Unapproved topics can no longer be replied to (Bug #44005)Jim Wigginton2009-08-131-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9971 89ea8834-ac86-4346-8a33-228a782c2dd0
* populate who is online only where requiredHenry Sudhof2009-08-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
* #49465Henry Sudhof2009-08-121-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9960 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix r9955 for Bug #49435Meik Sievertsen2009-08-121-2/+2
| | | | | | (Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before]) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9959 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update search index if only post subject changed. (Bug #49435)Meik Sievertsen2009-08-111-1/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9955 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preserve post options when refusing to save the post as a draft. #39115Chris Smith2009-07-261-0/+41
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9859 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms ↵Joas Schilling2009-07-241-1/+22
| | | | | | | | | after deleting attachments - Patch by WorldWar and nickvergessen Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9843 89ea8834-ac86-4346-8a33-228a782c2dd0
* primitive one-level nestingHenry Sudhof2009-07-231-2/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9838 89ea8834-ac86-4346-8a33-228a782c2dd0
* handle newlinesHenry Sudhof2009-07-221-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9837 89ea8834-ac86-4346-8a33-228a782c2dd0
* fall back to bbcode-less quotesHenry Sudhof2009-07-221-1/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9835 89ea8834-ac86-4346-8a33-228a782c2dd0
* Addition to r9731: Add seperate language entry for more flexibility in other ↵Andreas Fischer2009-07-091-0/+1
| | | | | | | | languages. Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another feature: Detect when a post has been altered by someone else while ↵Andreas Fischer2009-07-081-0/+40
| | | | | | | | editing. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add some data for akismet et alHenry Sudhof2009-06-291-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9702 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks NVHenry Sudhof2009-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9680 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks NVHenry Sudhof2009-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9679 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46225 - Add poster-name to moderator-log when deleting post/topicJoas Schilling2009-06-261-2/+2
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0