Changes between Version 11 and Version 12 of TracTweakUiPlugin


Ignore:
Timestamp:
May 9, 2018, 6:21:44 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Fix formatting.

Legend:

Unmodified
Added
Removed
Modified
  • TracTweakUiPlugin

    v11 v12  
    5454htdocs/tractweakui/
    5555}}}
    56 
    57   Or you can simply copy the htdocs/tractweakui/ in source to the Trac environment's htdocs directory.
     56 Or you can simply copy the htdocs/tractweakui/ in source to the Trac environment's htdocs directory.
    5857
    5958== Example
     
    8079 1. Prepare autocomplete directory in the Trac environment:
    8180  {{{#!sh
    82 mkdir /path/to/trac/environment/htdocs/tractweakui/autocomplete
    83 cp main.css /path/to/trac/environment/htdocs/tractweakui/autocomplete/
    84 cp jquery.autocomplete.css /path/to/trac/environment/htdocs/tractweakui/autocomplete/
    85 cp jquery.autocomplete.js /path/to/trac/environment/htdocs/tractweakui/autocomplete/
    86 cp jquery.bgiframe.min.js /path/to/trac/environment/htdocs/tractweakui/autocomplete/
    87 cp indicator.gif /path/to/trac/environment/htdocs/tractweakui/autocomplete/
    88 touch /path/to/trac/environment/htdocs/tractweakui/autocomplete/__template__.js
     81$ mkdir /path/to/trac/environment/htdocs/tractweakui/autocomplete
     82$ cp main.css /path/to/trac/environment/htdocs/tractweakui/autocomplete/
     83$ cp jquery.autocomplete.css /path/to/trac/environment/htdocs/tractweakui/autocomplete/
     84$ cp jquery.autocomplete.js /path/to/trac/environment/htdocs/tractweakui/autocomplete/
     85$ cp jquery.bgiframe.min.js /path/to/trac/environment/htdocs/tractweakui/autocomplete/
     86$ cp indicator.gif /path/to/trac/environment/htdocs/tractweakui/autocomplete/
     87$ touch /path/to/trac/environment/htdocs/tractweakui/autocomplete/__template__.js
    8988}}}
    90  1. Edit __template__.js (optional):
    91  {{{
     89 1. Edit `__template__.js` (optional):
     90 {{{#!js
    9291$(function() {
    9392        var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];