@helado
Just clicking on "New Post" seems to cause drafts to pile up without having to save the draft. This seems like a vulnerability. (A malicious user could eat up server storage space and post IDs.)
It is happening with me, too, @shiftalow. Many many drafts. No way to delete them
Suggest, @zep, that drafts are deleted according to how old they are. Any drafts that exceed one month from the time they are written are automatically deleted.
Please no automatic deletion.
I think we can delete a published post, right? So you could try to publish your draft (replace the text with anything if you don’t want it to be ever seen) then delete it immediately after.
This is an example of reusing a previous draft.
When NEW POST is selected, if there is already an "untitled" and "no body" draft, it will be displayed; if not, a new draft will be created.
HERE IS HOW TO DELETE DRAFTS:
You will have to publish the draft. After that, go to its page and click on "DELETE" and "CLICK TO CONFIRM!"
I have about two dozen of these. All of them are completely blank with default titles.
None of those should have been saved—they were still in the state you get to by clicking [New Post]
.
Seems like the BBS is being a little too cautious about saving drafts in the first place, even aside from the fact that we can't delete them.
I agree, @merwok. There could be an option to delete them, preferably en masse. I don't know if this is possible but certainly desired.
i worked out experimentally how to delete a draft. go to the page where you edit it to find its tid, then request https://www.lexaloffle.com/bbs/?tid=
[the tid of the post]&action=delete
. ostensibly this is a bug as GET requests are not supposed to mutate resources; it should require a POST (or DELETE).
[Please log in to post a comment]