Modify ↓
Opened 15 years ago
Closed 12 years ago
#6729 closed enhancement (wontfix)
Intern Developer Task: split ticket dependencies
Reported by: | Andreas | Owned by: | Matthias |
---|---|---|---|
Priority: | normal | Component: | ProjectPlanPlugin |
Severity: | major | Keywords: | pputil |
Cc: | Trac Release: | 0.11 |
Description
refactor ticket dependencies splitting to pputil
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Current question is still, which ticket id "detection" should be used?
- Option 1. "old style", all numbers (simple re matching)
- Option 2. "new style", splitting like in ppticketviewtweak.py
comment:5 Changed 15 years ago by
Priority: | high → normal |
---|---|
Severity: | normal → major |
Allow Subset of InterTrac and TracLinks ( InterTrac Examples ):
- TicketLinks: #123
- InterTrac Link with explicit Ticket module: trac:ticket:123 ( !<it>(:<path>)*:ticket:123 )
- InterTrac Link with implicit Ticket module: trac:#123 ( !<it>(:<path>)*:#123 )
- InterTrac Link Shortform/Aliasform: #T123 or #t123 ( !#<alias>123 )
- delimited with either semicolon, comma or space
Dependency field formatting may be possible with: http://trac.edgewall.org/browser/tags/trac-0.11.6/trac/wiki/formatter.py?rev=8866#L1033
comment:7 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
closed as invalid because of re-implemented functionality in v1.0.0
Note: See
TracTickets for help on using
tickets.
(In [7728]) separated ticket id enumeration from dependency extension, refs #6729