Edgewall Software

Ticket #949 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

"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

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

Attachments

Change History

Changed 4 years ago by jonas

  • owner changed from daniel to jonas
  • status changed from new to assigned
  • milestone set to 0.8

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

Changed 4 years ago by Juanma Barranquero

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).

Changed 4 years ago by jonas

  • status changed from assigned to closed
  • resolution set to fixed

Should be fixed in [1079].

Add/Change #949 ("wiki upgrade" loads checkwiki.py onto the Wiki table)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.