forked from jszakmeister/trac-backlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
63 lines (37 loc) · 1.88 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
In Development
TracBacklog 0.3.1 (April 29, 2013)
* The corresponding row in the rank table is now deleted when a ticket is
deleted.
* Implemented a better algorithm for assigning a default rank when tickets have
been deleted.
* Added some checks to detect ranks without tickets and tickets without ranks,
and clean up the tables. These new checks will require you to run a
trac-admin env upgrade.
* Changed queries to use single quotes for better compatibility with
PostgreSQL.
* Updated queries to use the `db.cast()` method for compatibility with MySQL.
TracBacklog 0.3.0 (March 1, 2013)
* Added the ability to send tickets to the top or bottom via a context menu.
A huge thanks to Brent Atkinson for implementing this feature.
* TICKET_MODIFY is no longer required to view the backlog, only TICKET_VIEW.
Modifying the backlog now requires BACKLOG_MODIFY. Patch by Brent Atkinson.
* Added a preference pane to allow users to customize what they see in the
backlog. Patch by Brent Atkinson.
* Added a Content-Length to the response header, allowing tracd to work
* correctly. Patch by Hiroyuki Wada.
* Fixed the source distribution on Python 2.6.
* Added support for Trac 0.12 and 1.0.
TracBacklog 0.2.2 (October 10, 2011)
* Fixed a bug where tickets were missing in the unscheduled view after a
milestone was deleted (and the tickets were re-target to None).
TracBacklog 0.2.1 (September 22, 2009)
* Fixed ticket links when viewing the backlog for a specific milestone.
TracBacklog 0.2.0 (August 28, 2009)
* Fixed ticket links when viewing the backlog for a specific milestone.
TracBacklog 0.2.0 (August 28, 2009)
* Added ticket counts on the milestone targets.
TracBacklog 0.1.1 (August 25, 2009)
* Fix the backlog page titles to reflect the milestone you're viewing.
* Add more metadata to setup.py.
TracBacklog 0.1 (August 24, 2009)
First release!