annotate CHANGES @ 35:16f733c676fc

Fixed the roundup CGI script for updates to cgi_client.py
author Richard Jones <richard@users.sourceforge.net>
date Mon, 23 Jul 2001 04:31:40 +0000
parents d64c32a499f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 2001-07-11 - 0.1.0
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 . Needed a bug tracking system. Looked around. Tried to install many
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 Perl-based systems, to no avail. Got tired of waiting for Roundup to be
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 released. Had just finished major product project, so needed something
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 different for a while. Roundup here I come...
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
8 2001-07-18 - 0.1.1
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
9 . Initial version release with consent of Roundup spec author, Ka-Ping Yee:
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 "Amazing! Nice work. I'll watch for the source code on your website."
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
11
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
12
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
13 2001-07-18 - 0.1.2
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
14 . Set default index to ?:group=priority&:columns=activity,status,title so
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
15 the priority column isn't displayed.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
16 . Thanks Anthony:
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
17 . added notes to the README about Python prerequisites
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
18 . added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
19 for python 2+ - and made the file itself parseable by 1.5.2 ;)
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
20 . python 2.0 didn't have the default args for the time module functions.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
21 . better handling of db directory in initDB
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
22 . Sorting on the extra properties defined by roundupdb classes was broken
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
23 due to the caching used. May now sort on activity and creation
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
24 properties, etc.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
25 . Set the default index to sort on activity
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
26
3
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
27
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
28 2001-07-19 - 0.1.3
0
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
29 . Reldate now takes an argument "pretty" - when true, it pretty-prints the
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
30 interval generated up to 5 days, then pretty-prints the date of last
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
31 activity. The issue index and item now use the pretty format.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
32 . Classes list for admin user in CGI interface.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
33 . Made the view configuration more accessible, neater and more realistic.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
34 . Fixed list view grouping handling grouping by a Multilink or String or Link
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
35 value of None or Date, ... (mind you, sorting by Date???)
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
36 . Fixed bug in the plain formatter when a Link was None.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
37 . Fixed ordering of list view column headings.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
38 . Fixed list view column heading sort links - and limited the number of
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
39 columns to sort by to 2.
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
40 . Added searching by glob to StringType filtering -
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
41 ^text - search for text at start of fields
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
42 text$ - search for text at end of fields
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
43 ^text$ - exactly match text in fields
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
44 te*xt - search for text matching "te"<any characters>"xt"
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
45 te?xt - search for text matching "te"<any one character>"xt"
5e92642cd1f8 Initial import of code
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
46 . Added more fields to the issue.filter and issue.index templates
3
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
47
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
48
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
49 2001-07-19 - 0.1.4
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
50 . Fixed bug in re generation in the filter (I hadn't finished the code ;)
97559f7bae2e Bug fixes:
Richard Jones <richard@users.sourceforge.net>
parents: 0
diff changeset
51 . Fixed handling of None String property in grouped list headings
14
bf8c1323d849 update for latest changes
Richard Jones <richard@users.sourceforge.net>
parents: 3
diff changeset
52 . Fixed adding new issue with no change note
bf8c1323d849 update for latest changes
Richard Jones <richard@users.sourceforge.net>
parents: 3
diff changeset
53 . Added an issue priority of support
18
bb0572c92f23 largish changes as a start of splitting off bits and pieces...
Richard Jones <richard@users.sourceforge.net>
parents: 14
diff changeset
54 . Fixed values in text input fields which contained quotes (") are now
bb0572c92f23 largish changes as a start of splitting off bits and pieces...
Richard Jones <richard@users.sourceforge.net>
parents: 14
diff changeset
55 quoted.
20
f2a4c8226179 update for recent changes
Richard Jones <richard@users.sourceforge.net>
parents: 18
diff changeset
56 . Fixed a bug in the hyperdb filter - wrong variable names in the error
f2a4c8226179 update for recent changes
Richard Jones <richard@users.sourceforge.net>
parents: 18
diff changeset
57 message.
22
d64c32a499f9 Initial commit of the Grande Splite
Richard Jones <richard@users.sourceforge.net>
parents: 20
diff changeset
58 . Major reshuffle of code to allow multiple roundup instances and a
d64c32a499f9 Initial commit of the Grande Splite
Richard Jones <richard@users.sourceforge.net>
parents: 20
diff changeset
59 single, site-packages -based installation. Also allows multiple database
d64c32a499f9 Initial commit of the Grande Splite
Richard Jones <richard@users.sourceforge.net>
parents: 20
diff changeset
60 back-ends.
35
16f733c676fc Fixed the roundup CGI script for updates to cgi_client.py
Richard Jones <richard@users.sourceforge.net>
parents: 22
diff changeset
61 . moved the bin/ proggies into the top dir, so that it all works
16f733c676fc Fixed the roundup CGI script for updates to cgi_client.py
Richard Jones <richard@users.sourceforge.net>
parents: 22
diff changeset
62 out-of-the-box

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