Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Wed Jul 25 04:20:38 2001 +0000 +++ b/ChangeLog Wed Jul 25 04:20:59 2001 +0000 @@ -1,3 +1,69 @@ +2001-07-25 14:19 anthonybaxter + + * setup.py: first cut at setup.py - installs the package, but not + the bin/cgi-bin yet + +2001-07-25 14:10 richard + + * tests/__init__.py: added date test suite + +2001-07-25 14:10 richard + + * tests/test_dates.py: Date test suite + +2001-07-25 14:09 richard + + * roundup/date.py: Fixed offset handling (shoulda read the spec a + little better) + +2001-07-25 13:40 richard + + * README.TXT: added note about the spec + +2001-07-25 13:40 richard + + * tests/test_db.py: Fixed an oops + +2001-07-25 13:39 richard + + * roundup/htmltemplate.py: Hrm - displaying links to classes that + don't specify a key property. I've got it defaulting to 'name', + then 'title' and then a "random" property (first one returned by + getprops().keys(). Needs to be moved onto the Class I think... + +2001-07-25 11:23 richard + + * roundup/backends/back_anydbm.py, + roundup/templates/extended/dbinit.py, tests/test_db.py, + tests/test_schema.py: Added the Roundup spec to the new + documentation directory. + +2001-07-24 21:18 anthonybaxter + + * roundup/init.py: oops. left a print in + +2001-07-24 20:54 anthonybaxter + + * roundup/: init.py, templatebuilder.py: oops. Html. + +2001-07-24 20:46 anthonybaxter + + * roundup/: init.py, templatebuilder.py, templates/__init__.py, + templates/classic/__init__.py, templates/classic/dbinit.py, + templates/classic/htmlbase.py, templates/extended/__init__.py, + templates/extended/htmlbase.py: Added templatebuilder module. two + functions - one to pack up the html base, one to unpack it. Packed + up the two standard templates into htmlbases. Modified __init__ to + install them. + + __init__.py magic was needed for the rather high levels of wierd + import magic. Reducing level of import magic == (good, future) + +2001-07-24 15:22 richard + + * tests/: README.TXT, __init__.py, test_db.py, test_schema.py: + Added some unit tests + 2001-07-24 14:26 anthonybaxter * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, @@ -275,7 +341,7 @@ * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: - 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. + 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. 2001-07-19 15:46 anthonybaxter
