Changes between Initial Version and Version 1 of SimpleTicketPlugin


Ignore:
Timestamp:
Jul 4, 2006, 10:17:57 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

New hack SimpleTicketPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • SimpleTicketPlugin

    v1 v1  
     1= Simplified Ticket Entry Plugin =
     2
     3== Description ==
     4
     5Allows you to hide ticket fields for simplified entry.
     6
     7The full list of built-in properties you can hide is:
     8 * priority
     9 * milestone
     10 * component
     11 * severity
     12 * keywords
     13 * cc
     14
     15== Bugs/Feature Requests ==
     16
     17Existing bugs and feature requests for SimpleTicketPlugin are
     18[report:9?COMPONENT=SimpleTicketPlugin here].
     19
     20If you have any issues, create a
     21[http://trac-hacks.org/newticket?component=SimpleTicketPlugin&owner=coderanger new ticket].
     22
     23== Download ==
     24
     25Download the zipped source from [download:simpleticketplugin here].
     26
     27== Source ==
     28
     29You can check out SimpleTicketPlugin from [http://trac-hacks.org/svn/simpleticketplugin here] using Subversion, or [source:simpleticketplugin browse the source] with Trac.
     30
     31== Example ==
     32
     33Add a section like this to your trac.ini:
     34{{{
     35[simpleticket]
     36hide = milestone, owner, component
     37}}}
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(simpleticketplugin, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:coderanger] [[BR]]
     46'''Contributors:'''