Modify ↓
Opened 20 years ago
Closed 20 years ago
#949 closed defect (fixed)
"wiki upgrade" loads checkwiki.py onto the Wiki table
Reported by: | Juanma Barranquero | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | lowest | Milestone: | 0.8 |
Component: | admin/console | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (3)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 20 years ago
Yes, I know, but I'd bet there are quite a few people running Trac from the repository, as the last "official" release, 0.7.1, lacks a lot of features (like roadmap).
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in [1079].
Note:
See TracTickets
for help on using tickets.
This only happens when Trac is downloaded directly from the repository (checkwiki.py isn't included in the tar.gz release). Still annoying though :)