Edgewall Software
Modify

Opened 19 years ago

Closed 19 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

     
    636636                self._do_wiki_load(trac.siteconfig.__default_wiki_dir__,
    637                                    ignore=['WikiStart'])
     637                                   ignore=['WikiStart', 'checkwiki.py'])
    638638            else:   

Attachments (0)

Change History (3)

comment:1 by Jonas Borgström, 19 years ago

Milestone: 0.8
Owner: changed from daniel to Jonas Borgström
Status: newassigned

This only happens when Trac is downloaded directly from the repository (checkwiki.py isn't included in the tar.gz release). Still annoying though :)

comment:2 by Juanma Barranquero, 19 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 Jonas Borgström, 19 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in [1079].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.