Changes between Version 19 and Version 20 of TicketNavPlugin


Ignore:
Timestamp:
Sep 19, 2016, 6:50:01 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v19 v20  
    1616}}}
    1717
    18 See [/attachment/wiki/TicketNavPlugin/TextAreaDescription.png Screenshot].
     18'''`TextAreaDescription`''' - red box under "Beschreibung" (Description) and `HtmlContent` (Editor):
     19
     20[[Image(TextAreaDescription.png, border=2)]]
    1921
    2022=== Component `CssTemplate`
     
    3840 * disables button `Reply`, so no comment can be made to any description
    3941
     42'''`CustomizedTicketView`''' - creator "Ersteller" is disabled, so it cannot be changed:
     43
     44[[Image(CustomizedTicketView.png, border=2)]]
     45
    4046See also: SimpleTicketPlugin
    41 
    42 See [/attachment/wiki/TicketNavPlugin/CustomizedTicketView.png Screenshot].
    4347
    4448=== Component `SortMilestoneVersion`
     
    5660}}}
    5761
     62'''`SortMilestoneVersion`''' - milestones are sorted by name regardless of their case (uppercase "TBD" is next to lowercase "tbd"):
     63
     64[[Image(SortMilestones.png, border=2)]]
     65
     66'''`SortMilestoneVersion`''' - versions are sorted in alphabetical order instead of their due / completion date:
     67
     68[[Image(Sortversions.png, border=2)]]
     69
    5870=== Component `TicketNavigation`
    5971
    6072Implements 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.
    6173
    62 == Screenshots
     74'''`TicketNavigation`''' - list of headers are as toolbox under mainnav:
    6375
    64 '''Screenshot of `TextAreaDescription`''' - red box under "Beschreibung" aka description) and `HtmlContent` (Editor):
    65 
    66 [[Image(TextAreaDescription.png)]]
    67 
    68 
    69 '''Screenshot of `CustomizedTicketView`''' - creator "Ersteller" is disabled, so it cannot be changed:
    70 
    71 [[Image(CustomizedTicketView.png)]]
    72 
    73 
    74 '''Screenshot of `TicketNavigation`''' - list of headers are as toolbox under mainnav:
    75 
    76 [[Image(TicketNavigation.png)]]
    77 
    78 
    79 '''Screenshot of `SortMilestoneVersion`''' - milestones are sorted by name regardless of their case (uppercase "TBD" is next to lowercase "tbd"):
    80 
    81 [[Image(SortMilestones.png)]]
    82 
    83 
    84 '''Screenshot of `SortMilestoneVersion`''' - versions are sorted in alphabetical order instead of their due / completion date:
    85 
    86 [[Image(Sortversions.png)]]
     76[[Image(TicketNavigation.png, border=2)]]
    8777
    8878== Bugs/Feature Requests
     
    10696You can check out TicketNavPlugin from [/svn/ticketnavplugin here] using Subversion, or [source:ticketnavplugin browse the source] with Trac.
    10797
    108 == Example
     98== Installation
     99
     100General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     101
     102== Configuration
    109103
    110104=== Sample configuration of `TextAreaDescription`