Changes between Version 14 and Version 15 of TracTweakUiPlugin


Ignore:
Timestamp:
May 9, 2018, 8:37:12 PM (6 years ago)
Author:
figaro
Comment:

Moved example to description

Legend:

Unmodified
Added
Removed
Modified
  • TracTweakUiPlugin

    v14 v15  
    1010 * Apply different javascripts to different pages by matching regular expression.
    1111 * Supports Trac web admin.
    12 
    13 Alternative: the AddStaticResourcesPlugin accomplishes many of the same goals. Very simple deployment and trac.ini configuration, ie no webadmin screens. Doesn't require an environment upgrade.
    14 
    15 See: '''ZoomQuiet''' ~ Collection KSPEG Trac hacking
    16 
    17 == Bugs/Feature Requests
    18 
    19 Existing bugs and feature requests for TracTweakUiPlugin are
    20 [report:9?COMPONENT=TracTweakUiPlugin here].
    21 
    22 If you have any issues, create a
    23 [/newticket?component=TracTweakUiPlugin new ticket].
    24 
    25 [[TicketQuery(component=TracTweakUiPlugin&group=type,format=progress)]]
    26 
    27 == Download
    28 
    29 Download the zipped source from [export:tractweakuiplugin here].
    30 
    31 == Source
    32 
    33 You can check out TracTweakUiPlugin from [/svn/tractweakuiplugin here] using Subversion, or [source:tractweakuiplugin browse the source] with Trac.
    34 
    35 == Installation
    36 
    37 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    38 
    39 Enable the plugin with the following rule:
    40 {{{#!ini
    41 [components]
    42 tractweakui.* = enabled
    43 }}}
    44 
    45 == Example
    4612
    4713=== Admin Trac Tweak UI with addon javascript plugins
     
    8349 1. Now you can admin and test autocomplete Javascript plugins as described above.
    8450
     51Alternative: the AddStaticResourcesPlugin accomplishes many of the same goals of this plugin. Very simple deployment and trac.ini configuration, ie no webadmin screens. Doesn't require an environment upgrade.
     52
     53See: '''ZoomQuiet''' ~ Collection KSPEG Trac hacking
     54
     55== Bugs/Feature Requests
     56
     57Existing bugs and feature requests for TracTweakUiPlugin are
     58[report:9?COMPONENT=TracTweakUiPlugin here].
     59
     60If you have any issues, create a
     61[/newticket?component=TracTweakUiPlugin new ticket].
     62
     63[[TicketQuery(component=TracTweakUiPlugin&group=type,format=progress)]]
     64
     65== Download
     66
     67Download the zipped source from [export:tractweakuiplugin here].
     68
     69== Source
     70
     71You can check out TracTweakUiPlugin from [/svn/tractweakuiplugin here] using Subversion, or [source:tractweakuiplugin browse the source] with Trac.
     72
     73== Installation
     74
     75General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     76
     77Enable the plugin with the following rule:
     78{{{#!ini
     79[components]
     80tractweakui.* = enabled
     81}}}
     82
    8583== Recent Changes
    8684