#581 - Possible error when going to 'full editor' in Conversr

Identifier #581
Issue type Minor issue (breaks specific functionality)
Title Possible error when going to 'full editor' in Conversr
Status Completed
Handling member Chris Graham
Version 8.1
Addon General / Uncategorised
Description If you're on a non-threaded topic, Conversr tries to show the post being quoted when typing your reply, so you can cut up the quotation into pieces if you like. It also tries to remove that quotation if unchanged, so that a cleaner direct-parent-post-reference may be used instead.

When moving to the full editor it loses the reference to the prepopulated quote, so it passes one via a 'stub' parameter.

However this is done as a 'GET' parameter, which has a length limit on Apache. Doing it for a very long quoted post will produce a server-side error.

Move to using a 'POST' request. This will require making the quick reply form a bit more sophisticated.
Steps to reproduce

Funded? No
Commits

4c67ed0

The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated