jgarber / radiant-chronicle-extension

Provides history, diffs, and dev-only drafts to Radiant CMS
Other
42 stars 17 forks source link

Don't create a new draft/reviewed version if "save and continue editing" is clicked #33

Open andreash opened 15 years ago

andreash commented 15 years ago

If I intend "just to save" and then continue my work, it might be a good idea, that no new version is created, at least not if the page isn't published yet. How about just saving the updated page into the current version?

Cheers, Andreas

jgarber commented 15 years ago

Yeah, I agree. I think we're going to have 100 drafts between published versions if we don't. The only thing I worry about is how it affects rollback. If I keep making a change and clicking Save and Continue Editing but then I accidently delete a chunk of text, there's no way to go back.

jgarber commented 15 years ago

So I'm thinking there might be a way to group minor revisions by some combination of time, button clicked, and status.

nicholasjhenry commented 14 years ago

I commented about this in Issue #11, but it appears my comments maybe more relevant here:

An alternative implementation could be a "Save without Revision" option which overwrites the last revision (similar to Writeboard)