Modify ↓
Ticket #69 (closed defect: fixed)
Opened 8 years ago
Last modified 7 years ago
Default set of wiki pages
| Reported by: | jonas | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5 |
| Component: | wiki system | Version: | 0.1 |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
We need to create a default set of wiki pages that will be installed
automatically into newly created databases. Most of these pages can be taken from the Trac wiki but some have to be custom made (like WikiStart).
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Severity changed from normal to blocker
comment:2 Changed 8 years ago by jburley
comment:3 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
This works in 0.5.1.
The bug mentioned by jburley was fixed in changeset [185].
Note: See
TracTickets for help on using
tickets.



There seems to be an error, for me, in the python script for _do_wiki_import. Line number 726 is:
f = file(filename,'r')
For me to get this to work, this must be "open", and not "file". Changing it here, and on line 754 fixes the script for me.
-jburley@…