
noreply at edgewall
Nov 17, 2004, 10:36 AM
Post #1 of 4
(119 views)
Permalink
|
|
[The Trac Project] #949: "wiki upgrade" loads checkwiki.py onto the Wiki table
|
|
#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 <>
|