Modify ↓
      
        Opened 13 years ago
Closed 6 years ago
#11010 closed enhancement (wontfix)
Add support for Trac 1.0 and later
| Reported by: | Ryan J Ollos | Owned by: | Michael Henke | 
|---|---|---|---|
| Priority: | normal | Component: | PrivateCommentPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Laurent Lafon | Trac Release: | 1.0 | 
Description (last modified by )
It was discovered in #11008 that the plugin is not compatible with Trac 1.0. There are several issues:
- The XPath selector need to be modified to account for changes in the ticket template.
- cnumis no longer passed as a request arg. The database schema may need to be changed to link the- private_commenttable through a different variable. Alternatively, it might be possible to add a- privatefield to the- ticket_changetable to avoid the need for a second table.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Trac Release: | → 1.0 | 
|---|
comment:2 Changed 13 years ago by
| Description: | modified (diff) | 
|---|
comment:3 Changed 13 years ago by
| Cc: | Laurent Lafon added; anonymous removed | 
|---|
comment:4 Changed 6 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



Wontfix, but see #13776 for Trac 1.4+.