Edgewall Software

Changes between Initial Version and Version 1 of TracDev/TracTickets


Ignore:
Timestamp:
Jan 21, 2017, 1:12:40 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/TracTickets

    v1 v1  
     1== Miscellaneous
     2
     3* Use `/ticket` as the path for new tickets rather than `/newticket`. Currently [/ticket] with no ticket id specified leads to an error page. Usually the first element in the path matches the realm and the path `/ticket` rather than `/newticket` would make it easier for `IRequestFilter` implementations to match for both ticket and new ticket pages. For backward compatibility we could have `/newticket` redirect to `/ticket`.