Modify ↓
#69 closed defect (fixed)
Default set of wiki pages
Reported by: | Jonas Borgström | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.5 |
Component: | wiki system | Version: | 0.1 |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (3)
comment:1 by , 21 years ago
Severity: | normal → blocker |
---|
comment:2 by , 21 years ago
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → 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@…