Bug 1010752

Summary: Add a way to include revision messages when saving via WebDAV
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: REST-APIAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1CC: cbredesen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Casperson 2013-09-23 01:24:32 UTC
When saving a topic via webdav, there is no way to specify a revision message.

One option is to add the message as an XML comment to the topic, like :

<!-- Revision Message: mcasperson: Fixed BZ#12345 -->
<section>
  <title>A title</title>
  <para>
    Whatever
  </para>
</section>