Changes between Version 24 and Version 25 of CcSelectorPlugin


Ignore:
Timestamp:
Nov 10, 2015, 9:02:27 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CcSelectorPlugin

    v24 v25  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 {{{#!NewsFlash
    3 '''!ToDo'''
    4  * long-term: research reducing JavaScript logic in favor of a more capable Genshi template, or even a JS free plugin implementation
    5 '''News'''
    6  18-Nov-2010:: add some enhancements and i18n support (open: 0)
    7  13-Nov-2010:: changed repository layout, long-standing enhancement (#6266) added to ''trunk'' branch (open: 1)
    8  12-Nov-2010:: Maintainership handed over from [wiki:vnaum] to [wiki:hasienda] (open: 3 tickets)
    9 }}}
    102
    113= CC selector plugin
     
    1911'''!JavaScript is required''' and working with Firefox, Mozilla and Internet Explorer 6.
    2012Reports of this working under Opera / Safari are welcome!
     13
     14A long-term ambition is to reduce JavaScript logic in favor of a more capable Genshi template, or even a JS free plugin implementation.
    2115
    2216It works with both Trac 0.10, 0.11, and 0.12 (since rev3531).
     
    3529
    3630Existing bugs and feature requests for CcSelectorPlugin are
    37 [query:?status=new&status=assigned&status=reopened&group=&component=CcSelectorPlugin&order=priority here]. If you have any issues, create a [/newticket?component=CcSelectorPlugin&owner=hasienda new ticket].
     31[report:9?COMPONENT=CcSelectorPlugin here].
     32
     33If you have any issues, create a [/newticket?component=CcSelectorPlugin new ticket].
    3834
    3935[[TicketQuery(component=CcSelectorPlugin&group=type,format=progress)]]
    4036
    41 == Download and Source
     37== Download
    4238
    43 Download the [download:ccselectorplugin zipped source], check out [http://trac-hacks.org/svn/ccselectorplugin using Subversion], or [source:ccselectorplugin browse the source] with Trac.
     39Download the zipped source from [export:ccselectorplugin here].
     40
     41== Source
     42
     43Check out [/svn/ccselectorplugin using Subversion], or [source:ccselectorplugin browse the source] with Trac.
    4444
    4545== Configuration
    4646
    4747The following options should be added to the `trac.ini` file to configure this plugin:
    48 {{{
    49 #!ini
     48{{{#!ini
    5049[cc_selector]
    5150show_fullname = true
     
    6463=== Want drop-down box for "assign to" field?
    6564
    66 If you want drop-down box for "assign to" field - it's already in Trac since 0.9. All you have to do is set restrict_owner option in [http://trac.edgewall.org/wiki/TracIni trac.ini] like:
    67 {{{
    68 #!ini
     65If you want a drop-down box for "assign to" field - it's already in Trac since 0.9. All you have to do is set restrict_owner option in TracIni like:
     66{{{#!ini
    6967[ticket]
    7068restrict_owner = true
    7169}}}
    7270
    73 [http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList This] page has more info on this.
     71This [t:TracTickets#Assign-toasDrop-DownList page] has more info on this.
    7472
    7573== Example
     
    9896Preparing the plugin from source requires '''no additional steps''' for compiling message catalog files. Only to include translations marked as `# fuzzy` by the translator, you'll want to do a manual message catalog compilation with the extra `-f` argument before packaging:
    9997
    100 {{{
    101 #!sh
     98{{{#!sh
    10299cd ccselectorplugin/
    103100python ./setup.py compile_catalog -f