summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e198393)
raw | patch | inline | side by side (parent: e198393)
author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Jul 2001 04:20:59 +0000 (04:20 +0000) | ||
committer | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Jul 2001 04:20:59 +0000 (04:20 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@85 57a73879-2fb5-44c3-a270-3262357dd7e2
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index dabdd7d8ac4bc232ae2448dd74b23c3fccb22a51..34d3af171f0b45aa7b1fb5f08e417844385100bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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,
* 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