|
1 | | -2001-07-25 14:19 anthonybaxter |
| 1 | +2001-07-27 17:30 richard |
2 | 2 |
|
3 | | - * setup.py: first cut at setup.py - installs the package, but not |
4 | | - the bin/cgi-bin yet |
| 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 |
5 | 36 |
|
6 | | -2001-07-25 14:10 richard |
| 37 | + * test/: README.TXT, __init__.py, test_dates.py, test_db.py, |
| 38 | + test_schema.py: moving tests -> test |
7 | 39 |
|
8 | | - * tests/__init__.py: added date test suite |
| 40 | +2001-07-27 16:25 richard |
9 | 41 |
|
10 | | -2001-07-25 14:10 richard |
| 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. |
11 | 45 |
|
12 | | - * tests/test_dates.py: Date test suite |
| 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 | + |
| 58 | +2001-07-25 14:19 anthonybaxter |
| 59 | + |
| 60 | + * setup.py: first cut at setup.py - installs the package, but not |
| 61 | + the bin/cgi-bin yet |
13 | 62 |
|
14 | 63 | 2001-07-25 14:09 richard |
15 | 64 |
|
|
20 | 69 |
|
21 | 70 | * README.TXT: added note about the spec |
22 | 71 |
|
23 | | -2001-07-25 13:40 richard |
24 | | - |
25 | | - * tests/test_db.py: Fixed an oops |
26 | | - |
27 | 72 | 2001-07-25 13:39 richard |
28 | 73 |
|
29 | 74 | * roundup/htmltemplate.py: Hrm - displaying links to classes that |
|
37 | 82 | doc/images/logo-codesourcery-medium.gif, |
38 | 83 | doc/images/logo-software-carpentry-standard.gif, |
39 | 84 | roundup/backends/back_anydbm.py, |
40 | | - roundup/templates/extended/dbinit.py, tests/test_db.py, |
41 | | - tests/test_schema.py: Added the Roundup spec to the new |
42 | | - documentation directory. |
| 85 | + roundup/templates/extended/dbinit.py: Added the Roundup spec to the |
| 86 | + new documentation directory. |
43 | 87 |
|
44 | 88 | 2001-07-24 21:18 anthonybaxter |
45 | 89 |
|
|
62 | 106 | __init__.py magic was needed for the rather high levels of wierd |
63 | 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 | 109 | 2001-07-24 14:26 anthonybaxter |
71 | 110 |
|
72 | 111 | * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, |
|
344 | 383 |
|
345 | 384 | * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, |
346 | 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 | 388 | 2001-07-19 15:46 anthonybaxter |
350 | 389 |
|
|
0 commit comments