Mercurial > p > roundup > code
annotate README.TXT @ 53:a117296dd59c
renamed the text files so that they're recognised as text files on windows
added INSTALL.TXT
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jul 2001 08:55:04 +0000 |
| parents | |
| children | 8233840961e3 |
| 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 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
61 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
|
62 |
|
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 ... with some modifications. I've marked these in the source with 'XXX' |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
64 comments when I remember to. |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
65 |
|
a117296dd59c
renamed the text files so that they're recognised as text files on windows
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
66 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
|
67 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
|
68 |
|
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 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
|
70 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
|
71 |
|
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 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
|
73 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
|
74 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
|
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 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
|
77 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
|
78 "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
|
79 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
|
80 |
|
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 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
|
82 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
|
83 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
|
84 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
|
85 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
|
86 |
|
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 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
|
88 (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
|
89 |
|
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 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
|
91 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
|
92 |
|
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 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
|
94 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
|
95 |
|
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 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
|
97 <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
|
98 |
|
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 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
|
100 |
|
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 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
|
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 |
|
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 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
|
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 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
|
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 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
|
110 . 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
|
111 . 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
|
112 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
|
113 . 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
|
114 . 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
|
115 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
|
116 . 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
|
117 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
|
118 . 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
|
119 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
|
120 . 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
|
121 . 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
|
122 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
|
123 . 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
|
124 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
|
125 . 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
|
126 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
|
127 . 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
|
128 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
|
129 . 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
|
130 . 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
|
131 . 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
|
132 |
|
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 |
|
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 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
|
135 ============= |
|
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 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
|
138 . 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
|
139 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
|
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 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
|
142 . 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
|
143 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
|
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 |
|
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 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
|
147 ========= |
|
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 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
|
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 |
|
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 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
|
152 ========= |
|
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 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
|
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 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
|
156 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
|
157 |
