[Trac-tickets] [The Trac Project] #949: "wiki upgrade" loads
checkwiki.py onto the Wiki table
The Trac Project
noreply at edgewall.com
Wed Nov 17 10:36:01 EST 2004
#949: "wiki upgrade" loads checkwiki.py onto the Wiki table
------------------------+---------------------------------------------------
Id: 949 | Status: new
Component: trac-admin | Modified: Wed Nov 17 10:36:01 2004
Severity: minor | Milestone:
Priority: lowest | Version: devel
Owner: daniel | Reporter: Juanma Barranquero
------------------------+---------------------------------------------------
The "wiki upgrade" command loads checkwiki.py onto the Wiki SQLite table,
so it appears in TitleIndex listings.
{{{
#!text/x-diff
Index: scripts/trac-admin
===================================================================
--- scripts/trac-admin (revision 1077)
+++ scripts/trac-admin (working copy)
@@ -636,3 +636,3 @@
self._do_wiki_load(trac.siteconfig.__default_wiki_dir__,
- ignore=['WikiStart'])
+ ignore=['WikiStart', 'checkwiki.py'])
else:
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/949>
The Trac Project <>
More information about the Trac-Tickets
mailing list