Changes between Version 12 and Version 13 of TicketNavPlugin


Ignore:
Timestamp:
Sep 30, 2011, 9:17:26 AM (13 years ago)
Author:
anonymous
Comment:

placed deprecated and old plugins at the buttom; and copied documentation from [10709]

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v12 v13  
    3131|| `ticket_additional.css` || only added for `ticket.html` pages ||
    3232
     33=== Component `CustomizedTicketView` ===
    3334
    34 === Component `HtmlContent` ===
     35Small changes of ticket view.
    3536
    36 '''Deprecated - use [http://ckeditor.com/ CKEditor]-Plugin instead! '''
    37 '''See also''' CkEditorPlugin or Ticket [https://trac-hacks.org/ticket/8586 8586] for discussion of implementation.
     37Concretely:
     38 * disables field `field-reporter`, so it cannot be changed anymore
     39 * disables button `Reply`, so no comment could be made to any description
     40
     41This plugin might interested you as well: SimpleTicketPlugin
     42
     43=== Component `SortMilestoneVersion` ===
     44Sorts drop-down lists of version and milestone regardless of the case and
     45make milestone a must field, when a default milestone is set.
     46
     47Default behavior of Trac for sorting milestones is:
     48{{{
     49inbox, v1, v2, Inbox, V1, V2
     50}}}
     51
     52This plugin sorts it as following:
     53{{{
     54inbox, Inbox, v1, V1, v2, V2
     55}}}
     56
     57
     58=== Component `TicketNavigation` ===
     59
     60Implements an extra Navigation menu by dividing the main ticket information in an several div areas an providing a "jump-to" to the anker with are represented in the navigation box.
     61
     62
     63=== __OLD__ ~~Component~~ `HtmlContent` ===
     64
     65'''Deprecated - use CkEditorPlugin instead! '''
     66'''See also''' CkEditorPlugin-Tickets #8586 for discussion of implementation.
    3867The scope of CkEditorPlugin is changing output of CKEditor to trac wiki syntax, which would be better tha saving in HTML (as this Component is doing).
    3968
     
    87116
    88117
    89 === Component `CustomizedTicketView` ===
    90 
    91 Small changes of ticket view.
    92 
    93 Concretely:
    94  * disables field `field-reporter`, so it cannot be changed anymore
    95  * disables button `Reply`, so no comment could be made to any description
    96 
    97 This plugin might interested you as well: SimpleTicketPlugin
    98 
    99 === Component `SortMilestoneVersion` ===
    100 Sorts drop-down lists of version and milestone.
    101 
    102 
    103 === Component `TicketNavigation` ===
    104 
    105 Implements an extra Navigation menu by dividing the main ticket information in an several div areas an providing a "jump-to" to the anker with are represented in the navigation box.
    106 
    107 === Component `DisplayDate` ===
     118=== __OLD__ ~~Component~~ `DisplayDate` ===
    108119
    109120'''This Component is removed in version 0.5, since it is fixed in Trac itself with revision 10629'''