Modify

Opened 13 years ago

Closed 9 years ago

#8554 closed defect (fixed)

meta data may never be created

Reported by: Sven Owned by: Ryan J Ollos
Priority: normal Component: SearchAttachmentsPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Fresh install, on Ubuntu 10.04.2 LTS, trac 0.11, python 2.6

Just a couple of points I'd like to raise regarding the trac-seat.

  1. Global trac config. This file may not and more than likely will not be in /usr/shar/trac/conf/trac.ini. I commented this section out of my trac-seat to allow it to continue.
  2. The ENV trac attachment extensions will never match due to a mistake in the trac-seat file:
        try:
                for entry in trac.options('attachment'):
                    ip = re.compile ('^filter.(.*)$')
                    m = p.match ( entry )

The variables do not match, so will never actually find attachments with the specific extensions for that specific trac.

Once I changed the "p" to an "ip" it worked.

Thanks, just thought you'd like to know.

Attachments (0)

Change History (1)

comment:1 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)
Resolution: fixed
Status: newclosed

These issues seem to be fixed as of [13178].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.