Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98249 - Cannot edit a post immediately after posting
Summary: Cannot edit a post immediately after posting
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Forum Moderators
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 10:55 UTC by michael@smith-li.com
Modified: 2005-07-30 07:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael@smith-li.com 2005-07-07 10:55:42 UTC
I discovered that I had forgotten to mark a solved post "[Solved]", and people
were still replying with possible solutions. So I thanked the repliers, but when
I tried to update the title of the post with "[Solved]" I got a message saying
that I couldn't post again in the same thread so soon after posting.

Reproducible: Always
Steps to Reproduce:
1. Post in a thread.
2. Try to edit a previous post in the same thread right away.

Actual Results:  
My edit was rejected and I got a message saying I had to wait a little while.

Expected Results:  
It makes sense to prevent multiple posts, but not edits. The software should
allow multiple edits even right after a post is submitted.
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2005-07-07 12:00:32 UTC
This is not a bug. Due to efficiency and security reasons (avoid spammers to
post a lot), you cannot post more than once every 30 seconds. Editing a post in
phpBB is considered the same as posting, as you likewise click on the submit button.
Comment 2 Forum Moderators gentoo-dev 2005-07-07 13:39:32 UTC
Reopening pending further discussion on the feasibility to implement this or
tuning the flood protection time limit.

kallamej
Comment 3 Tom Knight (RETIRED) gentoo-dev 2005-07-17 05:05:55 UTC
Having had a look at the code it's pretty easy to disable the flood control for
edits. I think this would be the best solution whilst keeping the 30 second wait
for new posts. Once this has been tested I'll add it in.
Comment 4 Tom Knight (RETIRED) gentoo-dev 2005-07-30 07:31:20 UTC
The flood control has now been disabled if you you're editing a post.