Mercurial > p > roundup > code
annotate README.TXT @ 92:fa44da8d9df2
moving tests -> test
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 27 Jul 2001 06:55:07 +0000 |
| parents | 8233840961e3 |
| children |
| 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 Roundup |
|
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 ======= |
|
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 |
|
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 |
|
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 1. License |
|
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 This software is released under the GNU GPL. The copyright is held by Bizar |
|
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 Software Pty Ltd (http://www.bizarsoftware.com.au). |
|
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 |
|
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 The stylesheet included with this package has been copied from the Zope |
|
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 management interface and presumably belongs to Digital Creations. |
|
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 |
|
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 2. Installation |
|
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 =============== |
|
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 For installation notes, please see the file INSTALL.TXT |
|
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 |
|
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 |
|
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 3. Usage |
|
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 ======== |
|
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 The system is designed to accessed through the command-line, e-mail or web |
|
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 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
|
23 |
|
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 3.1 Command-line |
|
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 ---------------- |
|
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 The command-line tool is called "roundup-admin" and is used for most low-level |
|
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 database manipulations such as: |
|
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 . creating a database instance |
|
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 . redefining the list of products ("create" and "retire" commands) |
|
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 . adding users manually, or setting their passwords ("create" and "set") |
|
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 . other stuff - run it with no arguments to get a better description 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
|
32 what it does. |
|
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 |
|
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 |
|
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 3.2 E-mail |
|
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 ---------- |
|
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 See the docstring at the start of the roundup/mailgw.py source file. |
|
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 |
|
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 |
|
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 3.3 Web |
|
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 ------- |
|
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 Hopefully, this interface is pretty self-explanatory... |
|
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 |
|
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 Index views may be modified by the following arguments: |
|
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 :sort - sort by prop name, optionally preceeded with '-' |
|
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 to give descending or nothing for ascending sorting. |
|
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 :group - group by prop name, optionally preceeded with '-' or |
|
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 to sort in descending or nothing for ascending order. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
49 :filter - selects which props should be displayed in the filter |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
50 section. Default is all. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
51 :columns - selects the columns that should be 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
|
52 Default is all. |
|
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 propname - selects the values the node properties given by propname |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
54 must have (very basic search/filter). |
|
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 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
56 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
57 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
58 3. Design |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
59 ========= |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
60 This software was written according to the specification found at |
|
74
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
61 |
|
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
|
62 http://software-carpentry.codesourcery.com/entries/second-round/track/Roundup/ |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
63 |
|
74
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
64 a copy of the spec is distributed with roundup as doc/spec.html. |
|
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
65 |
|
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
66 |
|
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
67 There have been some modifications. I've marked these in the source with |
|
8233840961e3
added note about the spec
Richard Jones <richard@users.sourceforge.net>
parents:
53
diff
changeset
|
68 'XXX' comments when I remember to. |
|
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
|
69 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
70 In short: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
71 Class.find() - may match multiple properties, uses keyword args. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
72 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
73 Class.filter() - isn't in the spec and it's very useful to have at the Class |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
74 level. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
75 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
76 CGI interface index view specifier layout part - lose the '+' from 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
|
77 sorting arguments (it's a reserved URL character ;). Just made no |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
78 prefix mean ascending and '-' prefix descending. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
79 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
80 ItemClass - renamed to IssueClass to better match it only having one |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
81 hypderdb class "issue". Allowing > 1 hyperdb class breaks 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
|
82 "superseder" multilink (since it can only link to one thing, and we'd |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
83 want bugs to link to support and vice-versa). |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
84 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
85 templates - the call="link()" is handled by special-case mechanisms in my |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
86 top-level CGI handler. In a nutshell, the handler looks for a method on |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
87 itself called 'index%s' or 'item%s' where %s is a class. Most items |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
88 pass on to the templating mechanism, but the file class _always_ does |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
89 downloading. It'll probably stay this way too... |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
90 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
91 template - call="link(property)" may be used to link "the current node" |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
92 (from an index) - the link text is the property specified. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
93 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
94 template - added functions that I found very useful: List, History and |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
95 Submit. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
96 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
97 template - items must specify the message lists, history, etc. Having them |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
98 by default was sometimes not wanted. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
99 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
100 template - index view determines its default columns from the template's |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
101 <property> tags. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
102 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
103 template - menu() and field() look awfully similar now .... ;) |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
104 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
105 roundup.py - the command-line tool has a lot more commands at its disposal |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
106 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
107 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
108 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
109 4. TODO |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
110 ======= |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
111 Most of the TODO items are captured in comments in the code. In summary: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
112 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
113 in general: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
114 . better error handling (nicer messages for users) |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
115 . possibly revert the entire damn thing to 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
|
116 roundup.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
|
117 . getopt() for command line |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
118 . default init db in some way? |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
119 hyperdb: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
120 . transaction support |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
121 roundupdb: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
122 . split the file storage into multiple files |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
123 roundup-mailgw: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
124 . errors as attachments |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
125 . snip signatures? |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
126 server: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
127 . check the source file timestamps before reloading |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
128 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
|
129 . blue Date.__sub__ needs food, badly |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
130 config |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
131 . default to blank config in distribution and warn appropriately |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
132 roundup_cgi |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
133 . searching |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
134 . keep form fields in form on bad submission - only clear it if all ok |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
135 . messages should have the roundup CGI URL in them |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
136 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
137 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
138 5. Known Bugs |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
139 ============= |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
140 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
141 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
|
142 . date subtraction doesn't work correctly "if the dates cross leap years, |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
143 phases of the moon, ..." |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
144 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
145 filter: |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
146 . incorrectly embeds hidden fields for filters being displayed - and |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
147 doesn't use the existing values for filters being displayed either. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
148 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
149 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
150 6. Author |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
151 ========= |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
152 richard@bizarsoftware.com.au |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
153 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
154 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
155 7. Thanks |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
156 ========= |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
157 Well, Ping, of course ;) |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
158 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
159 Anthony Baxter, for some good first-release feedback. And then continuing |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
160 support through development on sourceforge. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
161 |
