Modify ↓
#1864 closed enhancement (fixed)
Extend wiki API to return the comment of a wiki page
Reported by: | xg | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The wiki.getPageInfo() and wiki.getPageInfoVersion() methods currently do not return the comment of the page. It would be useful to extend these methods or add a new API for returning page comment.
Mylyn is working on integration of Wiki page editting in Eclipse for Trac repositories. The page comment information would be very useful in, for example, a page history view.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [2615]) Wiki change comment now returned by
wiki.getRecentChanges()
andwiki.getPageInfo()
. Fixes #1864.