Skip to content

Commit 9009245

Browse files
author
Anthony Baxter
committed
regenerated on Tue Jul 24 14:19:02 EST 2001
1 parent 64fa779 commit 9009245

File tree

1 file changed

+321
-0
lines changed

1 file changed

+321
-0
lines changed

ChangeLog

Lines changed: 321 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,321 @@
1+
2001-07-24 11:08 richard
2+
3+
* CHANGES.TXT: noted changes in changes.txt
4+
5+
2001-07-24 11:07 richard
6+
7+
* roundup-server: Added command-line arg handling to roundup-server
8+
so it's more useful out-of-the-box.
9+
10+
2001-07-24 11:06 richard
11+
12+
* roundup/templates/classic/dbinit.py: Oops - accidentally duped
13+
the keywords class
14+
15+
2001-07-24 09:32 richard
16+
17+
* INSTALL.TXT: minor edit
18+
19+
2001-07-24 09:32 richard
20+
21+
* CHANGES.TXT: added mention of the new template
22+
23+
2001-07-24 09:28 richard
24+
25+
* roundup/templates/: README.txt, classic/__init__.py,
26+
classic/dbinit.py, classic/instance_config.py,
27+
classic/interfaces.py, classic/detectors/__init__.py,
28+
classic/detectors/nosyreaction.py, classic/html/file.index,
29+
classic/html/issue.filter, classic/html/issue.index,
30+
classic/html/issue.item, classic/html/msg.index,
31+
classic/html/msg.item, classic/html/style.css,
32+
classic/html/user.index, classic/html/user.item: Adding the classic
33+
template
34+
35+
2001-07-24 09:20 richard
36+
37+
* roundup/templates/extended/dbinit.py: forgot to remove the
38+
interfaces from the dbinit module ;)
39+
40+
2001-07-24 09:16 richard
41+
42+
* roundup/templates/extended/: __init__.py, interfaces.py: Split
43+
off the interfaces (CGI, mailgw) into a separate file from the DB
44+
stuff.
45+
46+
2001-07-23 20:31 richard
47+
48+
* roundup-server: disabled the reloading until it can be done
49+
properly
50+
51+
2001-07-23 18:55 richard
52+
53+
* CHANGES, CHANGES.TXT, INSTALL.TXT, README, README.TXT: renamed
54+
the text files so that they're recognised as text files on windows
55+
added INSTALL.TXT
56+
57+
2001-07-23 18:53 richard
58+
59+
* README, roundup-server: Fixed the ROUNDUPS decl in roundup-server
60+
Move the installation notes to INSTALL
61+
62+
2001-07-23 18:45 richard
63+
64+
* roundup-admin, roundup/init.py,
65+
roundup/templates/extended/dbinit.py: ok, so now "./roundup-admin
66+
init" will ask questions in an attempt to get a workable
67+
instance_home set up :) _and_ anydbm has had its first test :)
68+
69+
2001-07-23 18:25 richard
70+
71+
* roundup/backends/back_bsddb.py: more handling of bad journals
72+
73+
2001-07-23 18:20 richard
74+
75+
* roundup-admin, roundup/backends/back_anydbm.py,
76+
roundup/backends/back_bsddb.py: Moved over to using marshal in the
77+
bsddb and anydbm backends. roundup-admin now has a "freshen"
78+
command that'll load/save all nodes (not retired - mod
79+
hyperdb.Class.list() so it lists retired nodes)
80+
81+
2001-07-23 17:56 richard
82+
83+
* roundup/: date.py, backends/back_bsddb.py: Storing only
84+
marshallable data in the db - no nasty pickled class references.
85+
86+
2001-07-23 17:22 richard
87+
88+
* roundup/backends/: __init__.py, _anydbm.py, _bsddb.py,
89+
back_anydbm.py, back_bsddb.py: *sigh* some databases have _foo.so
90+
as their underlying implementation. This time for sure, Rocky.
91+
92+
2001-07-23 17:15 richard
93+
94+
* roundup/backends/: _anydbm.py, _bsddb.py, bsddb.py: Moved the
95+
backends into the backends package. Anydbm hasn't been tested at
96+
all.
97+
98+
2001-07-23 17:14 richard
99+
100+
* roundup/: roundupdb.py, backends/__init__.py,
101+
templates/extended/dbinit.py: Moved the database backends off into
102+
backends.
103+
104+
2001-07-23 16:25 richard
105+
106+
* roundup/templates/extended/dbinit.py: relfected the move to
107+
roundup/backends
108+
109+
2001-07-23 16:24 richard
110+
111+
* roundup/backends/__init__.py: made backends a package
112+
113+
2001-07-23 16:23 richard
114+
115+
* roundup/: hyper_bsddb.py, backends/bsddb.py: moved hyper_bsddb.py
116+
to the new backends package as bsddb.py
117+
118+
2001-07-23 14:49 anthonybaxter
119+
120+
* README: changed the 'snip' lines so they don't look like CVS
121+
conflict markers.
122+
123+
2001-07-23 14:47 anthonybaxter
124+
125+
* cgi-bin/roundup.cgi: renamed ROUNDUPS to ROUNDUP_INSTANCE_HOMES
126+
sys.exit(0) if python version wrong.
127+
128+
2001-07-23 14:33 richard
129+
130+
* cgi-bin/roundup.cgi: brought the CGI instance config dict in line
131+
with roundup-server
132+
133+
2001-07-23 14:33 anthonybaxter
134+
135+
* roundup/templates/extended/: __init__.py, dbinit.py,
136+
instance_config.py: split __init__.py into 2. dbinit and
137+
instance_config.
138+
139+
2001-07-23 14:31 richard
140+
141+
* CHANGES, cgi-bin/roundup.cgi: Fixed the roundup CGI script for
142+
updates to cgi_client.py
143+
144+
2001-07-23 14:21 richard
145+
146+
* roundup/templates/extended/: html/file.index, html/issue.filter,
147+
html/issue.index, html/issue.item, html/msg.index, html/msg.item,
148+
html/style.css, html/user.index, html/user.item, issue.filter,
149+
issue.item, msg.item, style.css, user.item: moving HTML templates
150+
to their own dir
151+
152+
2001-07-23 14:19 richard
153+
154+
* roundup/templates/extended/: file.index, issue.index, msg.index,
155+
user.index: moving the HTML templates into their own dir
156+
157+
2001-07-23 14:05 anthonybaxter
158+
159+
* roundup-server: actually quit if python version wrong
160+
161+
2001-07-23 13:56 richard
162+
163+
* roundup/cgi_client.py: oops, missed a config removal
164+
165+
2001-07-23 13:50 anthonybaxter
166+
167+
* roundup/templates/extended/: __init__.py, file.index,
168+
issue.filter, issue.index, issue.item, msg.index, msg.item,
169+
style.css, user.index, user.item, detectors/__init__.py,
170+
detectors/nosyreaction.py: moved templates to proper location
171+
172+
2001-07-23 13:46 richard
173+
174+
* roundup-admin, roundup-mailgw, roundup-server: moving the bin
175+
files to facilitate out-of-the-boxness
176+
177+
2001-07-22 22:09 richard
178+
179+
* roundup/: __init__.py, cgi_client.py, cgitb.py, date.py,
180+
htmltemplate.py, hyper_bsddb.py, hyperdb.py, init.py, mailgw.py,
181+
roundupdb.py: Final commit of Grande Splite
182+
183+
2001-07-22 21:58 richard
184+
185+
* roundup/: __init__.py, cgi_client.py, cgitb.py, date.py,
186+
htmltemplate.py, hyper_bsddb.py, hyperdb.py, init.py, mailgw.py,
187+
roundupdb.py: More Grande Splite
188+
189+
2001-07-22 21:47 richard
190+
191+
* cgi-bin/roundup.cgi: More Grande Splite
192+
193+
2001-07-22 21:11 richard
194+
195+
* CHANGES, README, cgitb.py, config.py, date.py, hyperdb.py,
196+
hyperdb_bsddb.py, roundup-mailgw.py, roundup.cgi, roundup.py,
197+
roundup_cgi.py, roundupdb.py, server.py, style.css, template.py,
198+
test.py: Initial commit of the Grande Splite
199+
200+
2001-07-20 22:33 richard
201+
202+
* server.py: oops ;)
203+
204+
2001-07-20 18:20 richard
205+
206+
* CHANGES: update for recent chagnes
207+
208+
2001-07-20 18:20 richard
209+
210+
* README, hyperdb.py: Fixed a bug in the filter - wrong variable
211+
names in the error message. Recognised that the filter has an
212+
outstanding bug. Hrm. we need a bug tracker for this project :)
213+
214+
2001-07-20 17:35 richard
215+
216+
* CHANGES, hyperdb.py, hyperdb_bsddb.py, roundup_cgi.py,
217+
roundupdb.py, test.py: largish changes as a start of splitting off
218+
bits and pieces to allow more flexible installation / database
219+
back-ends
220+
221+
2001-07-20 17:34 richard
222+
223+
* template.py: Quote the value put in the text input value
224+
attribute.
225+
226+
2001-07-20 11:37 richard
227+
228+
* README: Just registering a new TODO
229+
230+
2001-07-20 10:53 richard
231+
232+
* roundup_cgi.py: Default index now filters out the resolved issues
233+
;)
234+
235+
2001-07-20 10:23 richard
236+
237+
* CHANGES: update for latest changes
238+
239+
2001-07-20 10:22 richard
240+
241+
* roundupdb.py: Priority list changes - removed the redundant TODO
242+
and added support. See roundup-devel for details.
243+
244+
2001-07-20 10:17 richard
245+
246+
* roundup_cgi.py: Fixed adding a new issue when there is no __note
247+
248+
2001-07-19 20:43 anthonybaxter
249+
250+
* config.py, server.py: HTTP_HOST and HTTP_PORT config options.
251+
252+
2001-07-19 16:37 anthonybaxter
253+
254+
* README: added more todo items
255+
256+
2001-07-19 16:27 anthonybaxter
257+
258+
* cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
259+
roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
260+
fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
261+
my using the magic (dollarsign)Id(dollarsign) and
262+
(dollarsign)Log(dollarsign) strings in a commit message. I'm a
263+
twonk.
264+
265+
Also broke the help string in two.
266+
267+
2001-07-19 16:14 richard
268+
269+
* Makefile, README, dummy_config.py: minor changes to test the cvs
270+
mailout system
271+
272+
2001-07-19 16:08 anthonybaxter
273+
274+
* roundup.py: fixed typo in usage string because it was bugging me
275+
each time I saw it.
276+
277+
2001-07-19 15:52 anthonybaxter
278+
279+
* cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
280+
roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
281+
Added CVS keywords $Id: ChangeLog,v 1.1 2001-07-24 04:19:07 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
282+
283+
2001-07-19 15:46 anthonybaxter
284+
285+
* config.py: modified to use localconfig.py (if it exists) and to
286+
make the various options (e.g. paths) based on ROUNDUP_HOME &c.
287+
288+
2001-07-19 15:23 richard
289+
290+
* CHANGES, Makefile, config.py, hyperdb.py, roundup_cgi.py,
291+
roundupdb.py, template.py: . Fixed bug in re generation in the
292+
filter (I hadn't finished the code ;)
293+
. Added TODO as a priority (between bug and usability)
294+
. Fixed handling of None String property in grouped list headings
295+
296+
2001-07-19 13:12 richard
297+
298+
* README: mention config.py in the install instructions, removed a
299+
bug
300+
301+
2001-07-19 13:11 richard
302+
303+
* Makefile, dummy_config.py: Added stuff to help with release
304+
generation. . Makefile has the release tgz builder in it .
305+
dummy_config.py is an empty config file that replaces the config.py
306+
in the release
307+
308+
2001-07-19 12:16 richard
309+
310+
* README, date.py, hyperdb.py, roundup.cgi, roundup_cgi.py,
311+
roundupdb.py, CHANGES, cgitb.py, config.py, roundup-mailgw.py,
312+
roundup.py, server.py, style.css, template.py: Initial revision
313+
314+
2001-07-19 12:16 richard
315+
316+
* README, date.py, hyperdb.py, roundup.cgi, roundup_cgi.py,
317+
roundupdb.py, CHANGES, cgitb.py, config.py, roundup-mailgw.py,
318+
roundup.py, server.py, style.css, template.py: Initial import of
319+
code - currently version 1.0.2 but with the 1.0.3 changes as given
320+
in the CHANGES file. Is about ready for a 1.0.3 release.
321+

0 commit comments

Comments
 (0)