-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
38 lines (26 loc) · 990 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TicketTemplate 0.7 (Feb 9, 2010)
* Fully i18n support with Trac 0.12dev r9098 above.
* Support '''My Template'''. Everyone can manage their own templates now.
* Template can include all fields, the default field is description.
TicketTemplate 0.5 (April 11, 2008)
* use trac db to store all templates data
* implement history manipulation feature
* implement upgrade template data from old version
TicketTemplate 0.4 (Mar 25, 2008)
* add preview to admin page
* use one persistence file to store all template texts
* fixed bug: leading space in template text is not stripped now
* add some default template text for trac's default install:
* defect
* enhancement
* task
* default
TicketTemplate 0.3 (Jan 2, 2008)
* Implement replace Trac's original 'New Ticket' handler
* Add tests scripts
* Add documents
TicketTemplate 0.2 (Dec 29, 2007)
* Implement WebAdmin support
TicketTemplate 0.1 (Dec 26, 2007)
* First release
* Support dynamic ticket template