wiki:TracTweakUI

Version 3 (modified by Richard Liao, 15 years ago) (diff)

--

Javascript deployment platform for Trac 0.11 or above

Description

  • Its purpose is to implement a javascript deployment platform, which enable trac administrators to easy tweak trac pages by simply using javascript.
  • It can apply different javascripts to different pages by matching regular expression.
  • Support trac web admin

Bugs/Feature Requests

Existing bugs and feature requests for TracTweakUI are here.

If you have any issues, create a new ticket.

Download and Source

Check out TracTweakUI using Subversion, or browse the source with Trac.

Configuration

  1. Uninstall Trac Tweak UI if you have installed before.
  1. Change to the directory containning setup.py.
  1. If you want to install this plugin globally, that will install this plugin to the python path:
    • python setup.py install
  1. If you want to install this plugin to trac instance only:
    • python setup.py bdist_egg
    • copy the generated egg file to the trac instance's plugin directory
      cp dist/*.egg /srv/trac/env/plugins
      
  1. Config trac.ini:
    [components]
    tractweakui.* = enabled
    
  1. Add following directory structure to trac environment's htdocs directory(using editcc as example):
    htdocs/tractweakui/
    

Or you can simply copy the htdocs/tractweakui/ in source to trac environment's htdocs directory.

Usage

  1. Enter trac's web admin, select "TracTweakUI Admin"
  2. Add url path(regular expression): /newticket
  3. Select "/newticket", then select filter "editcc"
  4. Click "Load Default", and edit filter javascript, then "Save"
  5. Now click "New Ticket" to test the "editcc" javascript plugin.

Recent Changes

ChangeLog macro failed
No node zoomquiettranslation/plugins/KSTracTweakUI at revision 18622

Author/Contributors

Author: richard

Attachments (1)

Download all attachments as: .zip