Modify ↓
Opened 15 years ago
Closed 15 years ago
#6405 closed defect (fixed)
Name collision with TicketValidator
Reported by: | CM Lubinski | Owned by: | Richard Liao |
---|---|---|---|
Priority: | normal | Component: | TracTicketValidatorPlugin |
Severity: | minor | Keywords: | collision |
Cc: | cmc333333@… | Trac Release: | 0.11 |
Description
I cannot install both TracTicketValidatorPlugin and TicketValidatorPlugin because there is a collision of names. Ideally we'd merge the two projects as they offer very related but separate functionality (TracTicketValidatorPlugin allows for regular expressions, TicketValidatorPlugin allows for requirements when entering specific states).
To fix this, you basically just need to apply the attached patch and rename 0.11/ticketvalidator to 0.11/tracticketvalidator and ticketvalidator.py to tracticketvalidator.py
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | tracticketvalidator-rename.diff added |
---|
comment:1 Changed 15 years ago by
Cc: | cmc333333@… added; anonymous removed |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Diff (after renaming dirs and files)