comparison ChangeLog @ 80:60ef5268b65a

regenerated on Wed Jul 25 14:20:54 EST 2001
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Wed, 25 Jul 2001 04:20:59 +0000
parents 7854a37a5558
children 1f142a83b490
comparison
equal deleted inserted replaced
79:f36508b69e89 80:60ef5268b65a
1 2001-07-25 14:19 anthonybaxter
2
3 * setup.py: first cut at setup.py - installs the package, but not
4 the bin/cgi-bin yet
5
6 2001-07-25 14:10 richard
7
8 * tests/__init__.py: added date test suite
9
10 2001-07-25 14:10 richard
11
12 * tests/test_dates.py: Date test suite
13
14 2001-07-25 14:09 richard
15
16 * roundup/date.py: Fixed offset handling (shoulda read the spec a
17 little better)
18
19 2001-07-25 13:40 richard
20
21 * README.TXT: added note about the spec
22
23 2001-07-25 13:40 richard
24
25 * tests/test_db.py: Fixed an oops
26
27 2001-07-25 13:39 richard
28
29 * roundup/htmltemplate.py: Hrm - displaying links to classes that
30 don't specify a key property. I've got it defaulting to 'name',
31 then 'title' and then a "random" property (first one returned by
32 getprops().keys(). Needs to be moved onto the Class I think...
33
34 2001-07-25 11:23 richard
35
36 * roundup/backends/back_anydbm.py,
37 roundup/templates/extended/dbinit.py, tests/test_db.py,
38 tests/test_schema.py: Added the Roundup spec to the new
39 documentation directory.
40
41 2001-07-24 21:18 anthonybaxter
42
43 * roundup/init.py: oops. left a print in
44
45 2001-07-24 20:54 anthonybaxter
46
47 * roundup/: init.py, templatebuilder.py: oops. Html.
48
49 2001-07-24 20:46 anthonybaxter
50
51 * roundup/: init.py, templatebuilder.py, templates/__init__.py,
52 templates/classic/__init__.py, templates/classic/dbinit.py,
53 templates/classic/htmlbase.py, templates/extended/__init__.py,
54 templates/extended/htmlbase.py: Added templatebuilder module. two
55 functions - one to pack up the html base, one to unpack it. Packed
56 up the two standard templates into htmlbases. Modified __init__ to
57 install them.
58
59 __init__.py magic was needed for the rather high levels of wierd
60 import magic. Reducing level of import magic == (good, future)
61
62 2001-07-24 15:22 richard
63
64 * tests/: README.TXT, __init__.py, test_db.py, test_schema.py:
65 Added some unit tests
66
1 2001-07-24 14:26 anthonybaxter 67 2001-07-24 14:26 anthonybaxter
2 68
3 * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, 69 * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now,
4 it's the bsddb implementation with a "3" added in crayon. 70 it's the bsddb implementation with a "3" added in crayon.
5 71
273 339
274 2001-07-19 15:52 anthonybaxter 340 2001-07-19 15:52 anthonybaxter
275 341
276 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, 342 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
277 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: 343 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
278 Added CVS keywords $Id: ChangeLog,v 1.2 2001-07-24 04:53:39 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. 344 Added CVS keywords $Id: ChangeLog,v 1.3 2001-07-25 04:20:59 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
279 345
280 2001-07-19 15:46 anthonybaxter 346 2001-07-19 15:46 anthonybaxter
281 347
282 * config.py: modified to use localconfig.py (if it exists) and to 348 * config.py: modified to use localconfig.py (if it exists) and to
283 make the various options (e.g. paths) based on ROUNDUP_HOME &c. 349 make the various options (e.g. paths) based on ROUNDUP_HOME &c.

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