Modify ↓
Opened 17 years ago
Last modified 17 years ago
#4666 new enhancement
Add revision information for pages
| Reported by: | Owned by: | Kristian Kvilekval | |
|---|---|---|---|
| Priority: | normal | Component: | MoinToTracScript |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
It would be nice to have the author/date/ip information added with the wiki pages and attachments. I've made some modifications to that effect and attached an updated script.
Attachments (2)
Change History (4)
Changed 17 years ago by
| Attachment: | moin2trac.py added |
|---|
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
I've added an update in a second attachment (attachment:moin2trac.2.py), which does the following:
Update some of the content of the moin pages as well:
- inline images/drawings
- external and wiki links
- attachment links
- TableOfContents conversion
Don't check for revisions if edit-log is of size 0 (moin doesn't handle it well)
Change to more intuitive name 'author' instead of 'name' var
Note: See
TracTickets for help on using
tickets.



By the way, this also fixes a couple other issues (sorry to piggyback):