Modify ↓
#1650 closed defect (fixed)
Wiki dump doesn't work in development tree
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | admin/console | Version: | devel |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Attachments (2)
Change History (5)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [1829]
(cmlenz, sorry for hijacking the ticket from you ;)
Note:
See TracTickets
for help on using tickets.
This patch [against r1826] fixes the problem (evidently introduced around r1712).
Index: trac/scripts/admin.py =================================================================== —- trac/scripts/admin.py (revision 1826) +++ trac/scripts/admin.py (working copy) @@ -768,8 +768,9 @@
+ rows = self.db_query("SELECT text FROM wiki WHERE name='%s' "
+ data = list(rows)