Mercurial > p > roundup > code
comparison ChangeLog @ 100:abde42d70591
regenerated on Fri Jul 27 17:31:18 EST 2001
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Fri, 27 Jul 2001 07:31:22 +0000 |
| parents | 1f142a83b490 |
| children | d967c777da3e |
comparison
equal
deleted
inserted
replaced
| 99:c9ac428156ec | 100:abde42d70591 |
|---|---|
| 1 2001-07-27 17:30 richard | |
| 2 | |
| 3 * BUILD.txt: minor notes | |
| 4 | |
| 5 2001-07-27 17:27 richard | |
| 6 | |
| 7 * BUILD.txt, README.txt: Added build instructions, changed my | |
| 8 e-mail address in the docs to the sourceforge address. | |
| 9 | |
| 10 2001-07-27 17:20 richard | |
| 11 | |
| 12 * Makefile, setup.cfg, setup.py: Makefile is now obsolete - setup | |
| 13 does what it used to do. | |
| 14 | |
| 15 2001-07-27 17:18 richard | |
| 16 | |
| 17 * MANIFEST.in: Added the distutils manifest template (for | |
| 18 "documentation", see distutils.filelist). Has no facility for | |
| 19 comments, so no ID or LOG for this baby. | |
| 20 | |
| 21 2001-07-27 17:16 richard | |
| 22 | |
| 23 * test/: README.TXT, README.txt: rename for consistency | |
| 24 | |
| 25 2001-07-27 17:04 richard | |
| 26 | |
| 27 * INSTALL.TXT, CHANGES.txt, INSTALL.txt, README.TXT, README.txt: | |
| 28 name changes to make distutils happy | |
| 29 | |
| 30 2001-07-27 16:56 richard | |
| 31 | |
| 32 * setup.cfg, setup.py: Added scripts to the setup and added the | |
| 33 config so the default script install dir is /usr/local/bin. | |
| 34 | |
| 35 2001-07-27 16:55 richard | |
| 36 | |
| 37 * test/: README.TXT, __init__.py, test_dates.py, test_db.py, | |
| 38 test_schema.py: moving tests -> test | |
| 39 | |
| 40 2001-07-27 16:25 richard | |
| 41 | |
| 42 * roundup/hyperdb.py: Fixed some of the exceptions so they're the | |
| 43 right type. Removed the str()-ification of node ids so we don't | |
| 44 mask oopsy errors any more. | |
| 45 | |
| 46 2001-07-27 15:17 richard | |
| 47 | |
| 48 * roundup/hyperdb.py: just some comments | |
| 49 | |
| 50 2001-07-26 17:14 richard | |
| 51 | |
| 52 * setup.py: Made setup.py executable, added id and log. | |
| 53 | |
| 54 2001-07-26 16:47 richard | |
| 55 | |
| 56 * INSTALL.TXT: Updated for new installation procedure | |
| 57 | |
| 1 2001-07-25 14:19 anthonybaxter | 58 2001-07-25 14:19 anthonybaxter |
| 2 | 59 |
| 3 * setup.py: first cut at setup.py - installs the package, but not | 60 * setup.py: first cut at setup.py - installs the package, but not |
| 4 the bin/cgi-bin yet | 61 the bin/cgi-bin yet |
| 5 | 62 |
| 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 | 63 2001-07-25 14:09 richard |
| 15 | 64 |
| 16 * roundup/date.py: Fixed offset handling (shoulda read the spec a | 65 * roundup/date.py: Fixed offset handling (shoulda read the spec a |
| 17 little better) | 66 little better) |
| 18 | 67 |
| 19 2001-07-25 13:40 richard | 68 2001-07-25 13:40 richard |
| 20 | 69 |
| 21 * README.TXT: added note about the spec | 70 * 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 | 71 |
| 27 2001-07-25 13:39 richard | 72 2001-07-25 13:39 richard |
| 28 | 73 |
| 29 * roundup/htmltemplate.py: Hrm - displaying links to classes that | 74 * roundup/htmltemplate.py: Hrm - displaying links to classes that |
| 30 don't specify a key property. I've got it defaulting to 'name', | 75 don't specify a key property. I've got it defaulting to 'name', |
| 35 | 80 |
| 36 * doc/spec.html, doc/images/logo-acl-medium.gif, | 81 * doc/spec.html, doc/images/logo-acl-medium.gif, |
| 37 doc/images/logo-codesourcery-medium.gif, | 82 doc/images/logo-codesourcery-medium.gif, |
| 38 doc/images/logo-software-carpentry-standard.gif, | 83 doc/images/logo-software-carpentry-standard.gif, |
| 39 roundup/backends/back_anydbm.py, | 84 roundup/backends/back_anydbm.py, |
| 40 roundup/templates/extended/dbinit.py, tests/test_db.py, | 85 roundup/templates/extended/dbinit.py: Added the Roundup spec to the |
| 41 tests/test_schema.py: Added the Roundup spec to the new | 86 new documentation directory. |
| 42 documentation directory. | |
| 43 | 87 |
| 44 2001-07-24 21:18 anthonybaxter | 88 2001-07-24 21:18 anthonybaxter |
| 45 | 89 |
| 46 * roundup/init.py: oops. left a print in | 90 * roundup/init.py: oops. left a print in |
| 47 | 91 |
| 60 install them. | 104 install them. |
| 61 | 105 |
| 62 __init__.py magic was needed for the rather high levels of wierd | 106 __init__.py magic was needed for the rather high levels of wierd |
| 63 import magic. Reducing level of import magic == (good, future) | 107 import magic. Reducing level of import magic == (good, future) |
| 64 | 108 |
| 65 2001-07-24 15:22 richard | |
| 66 | |
| 67 * tests/: README.TXT, __init__.py, test_db.py, test_schema.py: | |
| 68 Added some unit tests | |
| 69 | |
| 70 2001-07-24 14:26 anthonybaxter | 109 2001-07-24 14:26 anthonybaxter |
| 71 | 110 |
| 72 * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, | 111 * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, |
| 73 it's the bsddb implementation with a "3" added in crayon. | 112 it's the bsddb implementation with a "3" added in crayon. |
| 74 | 113 |
| 342 | 381 |
| 343 2001-07-19 15:52 anthonybaxter | 382 2001-07-19 15:52 anthonybaxter |
| 344 | 383 |
| 345 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, | 384 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, |
| 346 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: | 385 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: |
| 347 Added CVS keywords $Id: ChangeLog,v 1.4 2001-07-25 04:21:24 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. | 386 Added CVS keywords $Id: ChangeLog,v 1.5 2001-07-27 07:31:22 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. |
| 348 | 387 |
| 349 2001-07-19 15:46 anthonybaxter | 388 2001-07-19 15:46 anthonybaxter |
| 350 | 389 |
| 351 * config.py: modified to use localconfig.py (if it exists) and to | 390 * config.py: modified to use localconfig.py (if it exists) and to |
| 352 make the various options (e.g. paths) based on ROUNDUP_HOME &c. | 391 make the various options (e.g. paths) based on ROUNDUP_HOME &c. |
