Changes between Initial Version and Version 1 of TracTweakUiPlugin


Ignore:
Timestamp:
Oct 13, 2008, 4:00:23 AM (16 years ago)
Author:
Richard Liao
Comment:

New hack TracTweakUiPlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracTweakUiPlugin

    v1 v1  
     1= Trac Tweak UI =
     2
     3== Description ==
     4
     5 * Its purpose is to implement a javascript deployment platform, which enable trac administrators to easy tweak trac pages by simply using javascript.
     6 * It can apply different javascripts to different pages by matching regular expression.
     7 * Support trac web admin
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracTweakUiPlugin are
     12[report:9?COMPONENT=TracTweakUiPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTweakUiPlugin&owner=richard new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tractweakuiplugin here].
     20
     21== Source ==
     22
     23You can check out TracTweakUiPlugin from [http://trac-hacks.org/svn/tractweakuiplugin here] using Subversion, or [source:tractweakuiplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27 1. Enter trac's web admin, select "TracTweakUI Admin"
     28 1. Add url path(regular expression): /newticket
     29 1. Select "/newticket", then select filter "editcc"
     30 1. Click "Load Default", and edit filter javascript, then "Save"
     31 1. Now click "New Ticket" to test the "editcc" javascript plugin.
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(tractweakuiplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:richard] [[BR]]
     40'''Contributors:'''