Modify ↓
      
        Opened 15 years ago
Closed 10 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 )
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.
- 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.
 - 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 10 years ago by
| Description: | modified (diff) | 
|---|---|
| Resolution: | → fixed | 
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    


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