#1334 closed enhancement (wontfix)
Checkpoint support in wiki editing
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.7 |
Severity: | normal | Keywords: | checkpoint |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Like the Twiki project it would be very nice to have a checkpoint button in wiki editing. The checkpoint button would save the page without creating a new revision then come back to editing mode immediately. This would allow:
- Avoiding multiple revisions of a wiki page when just saving your work
- Avoiding losing your work when trying to minimize revisions of a given page
Attachments (0)
Change History (6)
comment:1 by , 20 years ago
Severity: | normal → enhancement |
---|
comment:2 by , 20 years ago
Milestone: | 0.9 |
---|
follow-up: 4 comment:3 by , 18 years ago
comment:4 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Replying to sid:
Sounds interesting, but you could also just work in an external editor (saving your work there) and paste it back into the wiki box as needed. This solves the problem in the same way without code changes.
I don't think so. I think the motivation for saving often your work comes more from the risk of having the edit overwritten by someone else than by a crash of the application or similar.
I don't think we could provide a way to save changes without creating new versions, and I also don't think that would be a good thing to introduce this extra complexity in the way resource are stored. Think also about saving in a vc backend (#1132), how would you not create revisions then?
So I think the effort should rather be spent on better handling the concurrent edits (#152).
comment:5 by , 18 years ago
OK, I agree it does not make sens to save temporary edits in the backend. How about just saving those temp edits somewhere locally to the current session, outside of the backend. This would have the benefit to allow for recovery in case of browser crash or unexpected client side issue.
comment:6 by , 13 years ago
I too want this functionality .. gonna take a stab at it as we need it significantly.
Sounds interesting, but you could also just work in an external editor (saving your work there) and paste it back into the wiki box as needed. This solves the problem in the same way without code changes.