Changes between Version 17 and Version 18 of TicketNavPlugin


Ignore:
Timestamp:
Jun 16, 2015, 6:25:55 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v17 v18  
    77=== Component `TextAreaDescription`
    88
    9 Shows next to a text area (like description itself or any custom description) an description for what the field is for.
     9Shows next to a text area a description what the field is for, such as the description itself or any custom description.
    1010
    1111Default values for options:
     
    2222Add links to style sheets located in templates folder.
    2323
    24 [http://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] files started with `"all_templates"` are added for all Trac sites.
     24[http://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] files starting with `"all_templates"` are added for all Trac sites.
    2525CSS files starting with template name (without `.html`-suffix) are added for specific template.
    2626
    27 To apply changes you need to restart the server.
     27To apply the changes you need to restart the server.
    2828
    2929Examples for files which resides in projects `templates` folder:
     
    3535=== Component `CustomizedTicketView`
    3636
    37 Small changes of ticket view.
     37Supports changes of the ticket view:
     38 * disables field `field-reporter`, so it cannot be changed anymore
     39 * disables button `Reply`, so no comment can be made to any description
    3840
    39 Concretely:
    40  * disables field `field-reporter`, so it cannot be changed anymore
    41  * disables button `Reply`, so no comment could be made to any description
    42 
    43 This plugin might interested you as well: SimpleTicketPlugin
     41See also: SimpleTicketPlugin
    4442
    4543See [/attachment/wiki/TicketNavPlugin/CustomizedTicketView.png Screenshot].
     
    4745=== Component `SortMilestoneVersion`
    4846
    49 Sorts drop-down lists of version and milestone regardless of the case and make milestone a must field, when a default milestone is set.
     47Sorts drop-down lists of version and milestone regardless of the case and make milestone a mandatory field, when a default milestone is set.
    5048
    5149Default behavior of Trac for sorting milestones is:
     
    5452}}}
    5553
    56 This plugin sorts it as following:
     54This plugin sorts it as follows:
    5755{{{
    5856inbox, Inbox, v1, V1, v2, V2
     
    6159=== Component `TicketNavigation`
    6260
    63 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.
     61Implements an extra Navigation menu by dividing the main ticket information in several div areas and providing a "jump-to" to the areas which are represented in the navigation box.
    6462
    6563== Screenshots
    6664
     65'''Screenshot of `TextAreaDescription`''' - red box under "Beschreibung" aka description) and `HtmlContent` (Editor):
     66
    6767[[Image(TextAreaDescription.png)]]
    6868
    69 ''Screenshot of `TextAreaDescription` (red box under Beschreibung aka description) and `HtmlContent` (Editor)''
     69
     70'''Screenshot of `CustomizedTicketView`''' - creator "Ersteller" is disabled, so it cannot be changed:
    7071
    7172[[Image(CustomizedTicketView.png)]]
    7273
    73 ''Screenshot of `CustomizedTicketView` -- creator "Ersteller" is disabled, so it cannot be changed''
     74'''Screenshot of `TicketNavigation`''' - list of headers are as toolbox under mainnav:
    7475
    7576[[Image(TicketNavigation.png)]]
    7677
    77 ''Screenshot of `TicketNavigation` -- list of headers are as toolbox under mainnav''
     78'''Screenshot of `SortMilestoneVersion`''' - milestones are sorted by name regardless of their case (uppercase "TBD" is next to lowercase "tbd"):
    7879
    7980[[Image(SortMilestones.png)]]
    8081
    81 ''Screenshot of `SortMilestoneVersion` -- milestones are sorted by name regardless of their case (upper case "TBD" is next to lower case "tbd")''
     82'''Screenshot of `SortMilestoneVersion`''' - versions are sorted in alphabetical order instead of their due / completion date:
    8283
    8384[[Image(Sortversions.png)]]
    84 
    85 ''Screenshot of `SortMilestoneVersion` -- versions are sorted in alphabetical order instead of their due / completion date''
    8685
    8786== Bugs/Feature Requests