Changes between Version 8 and Version 9 of TracMultiSelectBoxPlugin


Ignore:
Timestamp:
May 10, 2015, 7:18:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracMultiSelectBoxPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Support simple multi selectbox field =
     3= Support simple multi selectbox field
    44
    5 == Description ==
     5== Description
    66
    7 TracMultiSelectBoxPlugin treats pseudo multiple select values with the ticket custom field.
     7This plugin treats pseudo multiple select values with the ticket custom field. It requires Trac 1.0 or higher, since it uses the `list` format of text type. See also [http://trac.edgewall.org/wiki/TracTicketsCustomFields TracTicketsCustomFields].
    88
    9 Note: TracMultiSelectBoxPlugin requires Trac 1.0 or higher since it uses
    10 the `list` format of text type. ([http://trac.edgewall.org/wiki/TracTicketsCustomFields TracTicketsCustomFields])
     9Key features:
    1110
     11 * Provide simple multiple select values field
     12 * Compared to other alternatives, this plugin is intended to be simple and light weight, easy to use.
    1213
    13 === Features ===
     14This plugin was inspired by [http://trac-hacks.org/wiki/MultiSelectFieldPlugin MultiSelectFieldPlugin].
     15It is a good choice, if you are looking for a more feature-rich selectbox.
    1416
    15  - Provide simple multiple select values field
     17== Bugs/Feature Requests
    1618
    17 As compared to other alternatives,
    18 this plugin is intended to be simple and light weight, easy to use.
     19Existing bugs and feature requests for TracMultiSelectBoxPlugin are
     20[https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues here].
    1921
     22If you have any issues, create a
     23[https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues/new new ticket].
    2024
    21 == Configuration ==
     25== Download
     26
     27Download the archived source from [http://pypi.python.org/pypi/TracMultiSelectBoxPlugin here].
     28
     29== Source
     30
     31You can clone TracMultiSelectBoxPlugin from [https://bitbucket.org/t2y/trac.plugins.multiselectbox/ here] using Mercurial, or [https://bitbucket.org/t2y/trac.plugins.multiselectbox/src browse the source].
     32
     33== Configuration
    2234
    2335To use multiple select values like this:
     
    3749}}}
    3850
    39 
    40 == Example ==
     51== Example
    4152
    4253'''''Select multiple values'''''
     
    4960[[Image(multiselectbox2.png)]]
    5061
     62== Operation Tips
    5163
    52 == Operation Tips ==
    53 
    54 === revert function ===
     64=== Revert function
    5565
    5666'''''Revert selected multiple values'''''
     
    6979}}}
    7080
    71 
    72 == Bugs/Feature Requests ==
    73 
    74 Existing bugs and feature requests for TracMultiSelectBoxPlugin are
    75 [https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues here].
    76 
    77 If you have any issues, create a
    78 [https://bitbucket.org/t2y/trac.plugins.multiselectbox/issues/new new ticket].
    79 
    80 
    81 == Download ==
    82 
    83 Download the archived source from [http://pypi.python.org/pypi/TracMultiSelectBoxPlugin here].
    84 
    85 == Source ==
    86 
    87 You can clone TracMultiSelectBoxPlugin from [https://bitbucket.org/t2y/trac.plugins.multiselectbox/ here] using Mercurial, or [https://bitbucket.org/t2y/trac.plugins.multiselectbox/src browse the source].
    88 
    89 == Acknowledgment ==
    90 
    91 This plugin was inspired by [http://trac-hacks.org/wiki/MultiSelectFieldPlugin MultiSelectFieldPlugin].
    92 It is good choice if you're finding more rich selectbox.
    93 
    94 
    95 == Recent Changes ==
     81== Recent Changes
    9682
    9783See https://bitbucket.org/t2y/trac.plugins.multiselectbox/commits.
    9884
    99 == Author/Contributors ==
     85== Author/Contributors
    10086
    10187'''Author:''' [wiki:t2y] [[BR]]
    102 '''Maintainer:''' [wiki:t2y] [[BR]]
     88'''Maintainer:''' [[Maintainer]] [[BR]]
    10389'''Contributors:'''