annotate CHANGES.TXT @ 89:b6b30ba53986

Fixed some of the exceptions so they're the right type. Removed the str()-ification of node ids so we don't mask oopsy errors any more.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 27 Jul 2001 06:25:35 +0000
parents 04ca1ed7862b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 2001-07-11 - 0.1.0
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 . Needed a bug tracking system. Looked around. Tried to install many
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 Perl-based systems, to no avail. Got tired of waiting for Roundup to be
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 released. Had just finished major product project, so needed something
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 different for a while. Roundup here I come...
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
8 2001-07-18 - 0.1.1
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
9 . Initial version release with consent of Roundup spec author, Ka-Ping Yee:
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 "Amazing! Nice work. I'll watch for the source code on your website."
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
11
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
12
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
13 2001-07-18 - 0.1.2
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
14 . Set default index to ?:group=priority&:columns=activity,status,title so
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
15 the priority column isn't displayed.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
16 . Thanks Anthony:
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
17 . added notes to the README about Python prerequisites
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
18 . added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
19 for python 2+ - and made the file itself parseable by 1.5.2 ;)
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
20 . python 2.0 didn't have the default args for the time module functions.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
21 . better handling of db directory in initDB
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
22 . Sorting on the extra properties defined by roundupdb classes was broken
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
23 due to the caching used. May now sort on activity and creation
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
24 properties, etc.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
25 . Set the default index to sort on activity
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
26
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
27
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
28 2001-07-19 - 0.1.3
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
29 . Reldate now takes an argument "pretty" - when true, it pretty-prints the
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
30 interval generated up to 5 days, then pretty-prints the date of last
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
31 activity. The issue index and item now use the pretty format.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
32 . Classes list for admin user in CGI interface.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
33 . Made the view configuration more accessible, neater and more realistic.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
34 . Fixed list view grouping handling grouping by a Multilink or String or Link
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
35 value of None or Date, ... (mind you, sorting by Date???)
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
36 . Fixed bug in the plain formatter when a Link was None.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
37 . Fixed ordering of list view column headings.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
38 . Fixed list view column heading sort links - and limited the number of
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
39 columns to sort by to 2.
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
40 . Added searching by glob to StringType filtering -
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
41 ^text - search for text at start of fields
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
42 text$ - search for text at end of fields
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
43 ^text$ - exactly match text in fields
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
44 te*xt - search for text matching "te"<any characters>"xt"
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
45 te?xt - search for text matching "te"<any one character>"xt"
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
46 . Added more fields to the issue.filter and issue.index templates
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
47
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
48
84
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
49 2001-07-26 - 0.2.0
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
50 Features:
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
51 . Major reorganisation of code to allow multiple roundup instances and a
53
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
52 single, site-packages -based installation. Also allows multiple database
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
53 back-ends.
58
f5fe54f1be83 added mention of the new template
Richard Jones <richard@users.sourceforge.net>
parents: 53
diff changeset
54 . Moved the bin/ proggies into the top dir, so that it all works
53
a117296dd59c renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
55 out-of-the-box
58
f5fe54f1be83 added mention of the new template
Richard Jones <richard@users.sourceforge.net>
parents: 53
diff changeset
56 . Added the "classic" template - a direct implementation of the Roundup
f5fe54f1be83 added mention of the new template
Richard Jones <richard@users.sourceforge.net>
parents: 53
diff changeset
57 spec. Well, as close as we're going to get, anyway.
84
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
58 . Added an issue priority of support to "extended"
62
dee8210416b6 noted changes in changes.txt
Richard Jones <richard@users.sourceforge.net>
parents: 58
diff changeset
59 . Added command-line arg handling to roundup-server so it's more useful
dee8210416b6 noted changes in changes.txt
Richard Jones <richard@users.sourceforge.net>
parents: 58
diff changeset
60 out-of-the-box.
84
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
61 . Added distutils-style installation of "lib" files.
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
62 . Added some unit tests.
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
63
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
64 Fixes:
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
65 . Fixed bug in re generation in the filter
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
66 . Fixed handling of None String property in grouped list headings
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
67 . Fixed adding new issue with no change note
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
68 . Fixed values in text input fields which contained quotes (") are now
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
69 quoted.
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
70 . Fixed a bug in the hyperdb filter - wrong variable names in the error
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
71 message.
04ca1ed7862b More changes
Richard Jones <richard@users.sourceforge.net>
parents: 62
diff changeset
72

Roundup Issue Tracker: http://roundup-tracker.org/