Ticket #949 (closed defect: fixed)
"wiki upgrade" loads checkwiki.py onto the Wiki table
| Reported by: | Juanma Barranquero | Owned by: | jonas |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.8 |
| Component: | admin/console | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The "wiki upgrade" command loads checkwiki.py onto the Wiki SQLite table, so it appears in TitleIndex listings.
-
scripts/trac-admin
636 636 self._do_wiki_load(trac.siteconfig.__default_wiki_dir__, 637 ignore=['WikiStart' ])637 ignore=['WikiStart', 'checkwiki.py']) 638 638 else:
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


