Code

Adjust usage string to previous interface changes.
[roundup.git] / ChangeLog
1 2006-11-22  Stefan Seefeld  <stefan@codesourcery.com>
3         * roundup/cgi/form_parser.py: Allow required fields to be ommitted
4         if user doesn't have edit permission and the value is already set.
6 2001-08-03 11:54  richard
8         * BUILD.txt, CHANGES.txt, README.txt, setup.py,
9         roundup/templates/classic/htmlbase.py: Started stuff off for the
10         0.2.5 release
12 2001-08-03 11:28  richard
14         * roundup-admin, roundup-mailgw, roundup-server,
15         cgi-bin/roundup.cgi, roundup/init.py: Used the much nicer
16         load_package, pointed out by Steve Majewski.
18 2001-08-03 11:19  richard
20         * roundup/templates/classic/: htmlbase.py, html/issue.item,
21         html/style.css: finished of colourising the classic template
23 2001-08-03 10:59  richard
25         * CHANGES.txt: chnages
27 2001-08-03 10:59  richard
29         * roundup-admin, roundup-mailgw, roundup-server,
30         cgi-bin/roundup.cgi, roundup/init.py: Instance import now imports
31         the instance using imp.load_module so that we can have instance
32         homes of "roundup" or other existing python package names.
34 2001-08-02 20:26  richard
36         * README.txt: changes
38 2001-08-02 16:38  richard
40         * roundup/: cgi_client.py, hyperdb.py, roundupdb.py,
41         templates/classic/dbinit.py, templates/classic/instance_config.py,
42         templates/extended/dbinit.py,
43         templates/extended/instance_config.py: Roundupdb now appends
44         "mailing list" information to its messages which include the e-mail
45         address and web interface address. Templates may override this in
46         their db classes to include specific information (support
47         instructions, etc).
49 2001-08-02 16:00  richard
51         * CHANGES.txt: anges
53 2001-08-02 15:55  richard
55         * roundup/cgi_client.py: Web edit messages aren't sent to the
56         person who did the edit any more. No message is generated if they
57         are the only person on the nosy list.
59 2001-08-02 11:01  richard
61         * CHANGES.txt: changes
63 2001-08-02 11:00  richard
65         * BUILD.txt: Added the 'clean' command to the instructions -
66         distutils doesn't seem to always detect when it needs to rebuild
67         when it should.
69 2001-08-02 10:43  richard
71         * roundup/templates/extended/interfaces.py: Even better (more
72         useful) headings
74 2001-08-02 10:36  richard
76         * roundup/templates/extended/interfaces.py: Made all the
77         user-specific link names the same (My Foo)
79 2001-08-02 10:34  richard
81         * roundup/cgi_client.py: bleah syntax error
83 2001-08-02 10:27  richard
85         * CHANGES.txt, roundup/templates/extended/htmlbase.py: changes
87 2001-08-02 10:27  richard
89         * roundup/date.py: Extended the range of intervals that are
90         pretty-printed before actual dates are displayed.
92 2001-08-02 10:26  richard
94         * roundup/cgi_client.py: Changed the order of the information in
95         the message generated by web edits.
97 2001-08-01 15:15  richard
99         * CHANGES.txt: changes
101 2001-08-01 15:15  richard
103         * README.txt, roundup/templates/extended/htmlbase.py,
104         roundup/templates/extended/interfaces.py,
105         roundup/templates/extended/html/issue.index,
106         roundup/templates/extended/html/support.index: Added "My Issues"
107         and "My Support" to extended template.
109 2001-08-01 15:06  richard
111         * CHANGES.txt: changes
113 2001-08-01 15:06  richard
115         * roundup/: templatebuilder.py, templates/classic/htmlbase.py,
116         templates/extended/htmlbase.py: htmlbase doesn't have extraneous
117         $Foo$ in it any more
119 2001-08-01 14:24  richard
121         * roundup/: hyperdb.py, mailgw.py: mailgw was assuming certain
122         properties existed on the issues being created.
124 2001-08-01 13:52  richard
126         * CHANGES.txt, roundup/htmltemplate.py: Checklist was using wrong
127         name.
129 2001-08-01 13:48  richard
131         * README.txt: Just a new idea...
133 2001-07-31 19:58  richard
135         * CHANGES.txt: changes
137 2001-07-31 19:54  richard
139         * roundup/date.py: Fixed the 2.1-specific gmtime() (no arg) call in
140         roundup.date. (Paul Wright)
142 2001-07-30 18:12  richard
144         * CHANGES.txt, roundup-admin, roundup/cgi_client.py,
145         roundup/htmltemplate.py, roundup/templatebuilder.py,
146         roundup/templates/classic/htmlbase.py,
147         roundup/templates/classic/html/file.newitem,
148         roundup/templates/classic/html/issue.item,
149         roundup/templates/extended/htmlbase.py,
150         roundup/templates/extended/interfaces.py: Added time logging and
151         file uploading to the templates.
153 2001-07-30 18:04  richard
155         * roundup/templates/extended/html/: file.newitem, timelog.index,
156         timelog.item: oops
158 2001-07-30 18:03  richard
160         * roundup/templates/extended/html/: issue.item, support.item: Fixes
161         to the uploading stuff (I forgot to put the code in the issue class
162         ;)
164 2001-07-30 17:17  richard
166         * setup.py: Just making sure we've got the right version in there
167         for development.
169 2001-07-30 16:26  richard
171         * roundup/cgi_client.py: Added some documentation on how the
172         newblah works.
174 2001-07-30 16:17  richard
176         * roundup/: cgi_client.py, htmltemplate.py: Features:  . Added
177         ability for cgi newblah forms to indicate that the new node   
178         should be linked somewhere.  Fixed:  . Fixed the agument handling
179         for the roundup-admin find command.   . Fixed handling of summary
180         when no note supplied for newblah. Again.   . Fixed detection of no
181         form in htmltemplate Field display.
183 2001-07-30 13:53  richard
185         * CHANGES.txt: chanegs
187 2001-07-30 13:52  richard
189         * roundup-admin: init help now lists templates and backends
191 2001-07-30 13:52  richard
193         * roundup/backends/__init__.py: Checks for ability to import the
194         specific back-end module.
196 2001-07-30 13:45  richard
198         * test/test_db.py: Added more DB to test_db. Can skip tests where
199         imports fail.
201 2001-07-30 12:38  richard
203         * roundup/templates/: classic/htmlbase.py, extended/htmlbase.py:
204         updated htmlbases
206 2001-07-30 12:38  richard
208         * roundup/: hyperdb.py, roundupdb.py: get() now has a default arg -
209         for migration only.
211 2001-07-30 12:37  richard
213         * roundup/htmltemplate.py: Temporary measure until we have decent
214         schema migration.
216 2001-07-30 12:37  richard
218         * roundup/cgi_client.py: Temporary measure until we have decent
219         schema migration...
221 2001-07-30 12:37  richard
223         * roundup-admin: Freshen is really broken. Commented out.
225 2001-07-30 12:36  richard
227         * roundup/backends/: back_bsddb.py, back_bsddb3.py: Handle
228         non-existence of db files in the other backends (code from anydbm).
230 2001-07-30 12:35  richard
232         * roundup/templates/extended/html/issue.item: Should've been
233         supportcall
235 2001-07-30 11:47  richard
237         * roundup/templates/extended/html/issue.item: Forgot to add the
238         support call property to the item page.
240 2001-07-30 11:41  richard
242         * roundup/backends/: back_anydbm.py, back_bsddb.py, back_bsddb3.py:
243         Makes schema changes mucho easier.
245 2001-07-30 11:32  richard
247         * CHANGES.txt, README.txt: noted changes
249 2001-07-30 11:28  richard
251         * roundup-admin: Bugfixes
253 2001-07-30 11:28  richard
255         * roundup/templates/__init__.py: Support for determining the
256         installed tempaltes
258 2001-07-30 11:27  richard
260         * roundup/templates/extended/html/: support.filter, support.index,
261         support.item: Oops - these are the HTML displays for the support
262         class.
264 2001-07-30 11:26  richard
266         * roundup/templates/extended/: dbinit.py, htmlbase.py,
267         interfaces.py, html/issue.filter, html/issue.index,
268         html/issue.item: Big changes:  . split off the support priority
269         into its own class  . added "new support, new user" to the page
270         head  . fixed the display options for the heading links
272 2001-07-30 11:25  richard
274         * roundup/templates/classic/: htmlbase.py, interfaces.py: Changes
275         to reflect cgi_client now implementing this template by default,
276         and not "extended".
278 2001-07-30 11:25  richard
280         * roundup/cgi_client.py: Default implementation is now "classic"
281         rather than "extended" as one would expect.
283 2001-07-30 11:24  richard
285         * roundup/htmltemplate.py: Handles new node display now.
287 2001-07-30 10:57  richard
289         * roundup-admin: Now uses getopt, much improved command-line
290         parsing. Much fuller help. Much better internal structure. It's
291         just BETTER. :)
293 2001-07-30 10:06  richard
295         * roundup/templatebuilder.py: Hrm - had IOError instead of OSError.
296         Not sure why there's two. Ho hum.
298 2001-07-30 10:05  richard
300         * roundup/roundupdb.py: Fixed IssueClass so that superseders links
301         to its classname rather than hard-coded to "issue".
303 2001-07-30 10:04  richard
305         * roundup-admin: Made the "init" prompting more friendly.
307 2001-07-30 09:34  richard
309         * CHANGES.txt, roundup/templates/classic/htmlbase.py,
310         roundup/templates/extended/htmlbase.py: changes
312 2001-07-30 09:34  richard
314         * setup.py: Added unit tests so they're run whenever we
315         package/install/whatever.
317 2001-07-30 09:32  richard
319         * test/test_dates.py: Fixed bug in unit test ;)
321 2001-07-29 19:43  richard
323         * setup.py: Make sure that the htmlbase is up-to-date when we build
324         a source dist.
326 2001-07-29 19:33  richard
328         * CHANGES.txt: changes
330 2001-07-29 19:31  richard
332         * roundup/htmltemplate.py: oops
334 2001-07-29 19:28  richard
336         * roundup/: htmltemplate.py, hyperdb.py: Fixed sorting by clicking
337         on column headings.
339 2001-07-29 18:37  richard
341         * CHANGES.txt, README.txt, setup.py: changes
343 2001-07-29 18:27  richard
345         * roundup/: cgi_client.py, htmltemplate.py, hyperdb.py: Fixed
346         handling of passed-in values in form elements (ie. during a
347         drill-down)
349 2001-07-29 17:01  richard
351         * README.txt, roundup-admin, roundup-mailgw, roundup-server,
352         setup.py, cgi-bin/roundup.cgi, roundup/__init__.py,
353         roundup/cgi_client.py, roundup/cgitb.py, roundup/date.py,
354         roundup/htmltemplate.py, roundup/hyperdb.py, roundup/init.py,
355         roundup/mailgw.py, roundup/roundupdb.py,
356         roundup/templatebuilder.py, roundup/templates/classic/__init__.py,
357         roundup/templates/classic/dbinit.py,
358         roundup/templates/classic/instance_config.py,
359         roundup/templates/classic/interfaces.py,
360         roundup/templates/extended/__init__.py,
361         roundup/templates/extended/dbinit.py,
362         roundup/templates/extended/instance_config.py,
363         roundup/templates/extended/interfaces.py, test/README.txt,
364         test/__init__.py, test/test_dates.py, test/test_db.py,
365         test/test_multipart.py, test/test_schema.py: Added vim command to
366         all source so that we don't get no steenkin' tabs :)
368 2001-07-29 16:42  richard
370         * test/test_dates.py: Added Interval tests.
372 2001-07-29 15:41  richard
374         * CHANGES.txt: changes
376 2001-07-29 15:36  richard
378         * roundup/: htmltemplate.py, hyperdb.py: Cleanup of the link label
379         generation.
381 2001-07-29 14:11  richard
383         * CHANGES.txt: Reverse the entries so most recent is first.
385 2001-07-29 14:09  richard
387         * test/test_db.py: Added the fabricated property "id" to all
388         hyperdb classes.
390 2001-07-29 14:07  richard
392         * roundup/templates/classic/: interfaces.py, html/file.index,
393         html/issue.filter, html/issue.index, html/issue.item,
394         html/msg.index, html/msg.item, html/style.css, html/user.index,
395         html/user.item: Fixed the classic template so it's more like the
396         "advertised" Roundup template.
398 2001-07-29 14:06  richard
400         * roundup/htmltemplate.py: Fixed problem in link display when Link
401         value is None.
403 2001-07-29 14:05  richard
405         * roundup/: hyperdb.py, roundupdb.py: Added the fabricated property
406         "id".
408 2001-07-29 14:04  richard
410         * roundup/cgi_client.py: Moved some code around allowing for
411         subclassing to change behaviour.
413 2001-07-28 18:17  richard
415         * roundup/htmltemplate.py: fixed use of stylesheet
417 2001-07-28 18:16  richard
419         * roundup/cgi_client.py: New issue form handles lack of note better
420         now.
422 2001-07-28 18:02  richard
424         * roundup/templatebuilder.py: commented out print
426 2001-07-28 17:59  richard
428         * roundup/: htmltemplate.py, init.py, templatebuilder.py: Replaced
429         errno integers with their module values.  De-tabbed
430         templatebuilder.py
432 2001-07-28 17:35  richard
434         * README.txt: todo refinement ;)
436 2001-07-28 16:44  richard
438         * CHANGES.txt, README.txt, doc/implementation.txt: Split off
439         implementation notes into separate file in doc directory. Added
440         some todo items to the README
442 2001-07-28 16:43  richard
444         * roundup/mailgw.py, test/__init__.py, test/test_multipart.py:
445         Multipart message class has the getPart method now. Added some
446         tests for it.
448 2001-07-28 11:56  richard
450         * CHANGES.txt, MANIFEST.in: changes
452 2001-07-28 11:45  richard
454         * doc/: overview.html, spec.html, images/edit.gif, images/edit.png,
455         images/hyperdb.gif, images/hyperdb.png, images/logo-acl-medium.gif,
456         images/logo-acl-medium.png, images/logo-codesourcery-medium.gif,
457         images/logo-codesourcery-medium.png,
458         images/logo-software-carpentry-standard.gif,
459         images/logo-software-carpentry-standard.png, images/roundup-1.gif,
460         images/roundup-1.png, images/roundup.gif, images/roundup.png: GIF
461         -> PNG, saving about 100k
463 2001-07-28 11:40  richard
465         * doc/: overview.html, images/edit.gif, images/hyperdb.gif,
466         images/roundup-1.gif, images/roundup.gif: added more documentation
468 2001-07-28 11:39  richard
470         * roundup/__init__.py: Added some documentation to the roundup
471         package.
473 2001-07-28 10:39  richard
475         * CHANGES.txt, setup.py: changes for the 0.2.1 distribution build.
477 2001-07-28 10:34  richard
479         * CHANGES.txt: changes
481 2001-07-28 10:34  richard
483         * roundup/: cgi_client.py, mailgw.py: Fixed some non-string node
484         ids.
486 2001-07-28 10:31  richard
488         * INSTALL.txt, roundup/templatebuilder.py: Fixed some problems with
489         installation.
491 2001-07-27 17:33  richard
493         * INSTALL.txt: more notes for installation
495 2001-07-27 17:30  richard
497         * BUILD.txt: minor notes
499 2001-07-27 17:27  richard
501         * BUILD.txt, README.txt: Added build instructions, changed my
502         e-mail address in the docs to the sourceforge address.
504 2001-07-27 17:20  richard
506         * Makefile, setup.cfg, setup.py: Makefile is now obsolete - setup
507         does what it used to do.
509 2001-07-27 17:18  richard
511         * MANIFEST.in: Added the distutils manifest template (for
512         "documentation", see distutils.filelist).  Has no facility for
513         comments, so no ID or LOG for this baby.
515 2001-07-27 17:16  richard
517         * test/: README.TXT, README.txt: rename for consistency
519 2001-07-27 17:04  richard
521         * INSTALL.TXT, CHANGES.txt, INSTALL.txt, README.TXT, README.txt:
522         name changes to make distutils happy
524 2001-07-27 16:56  richard
526         * setup.cfg, setup.py: Added scripts to the setup and added the
527         config so the default script install dir is /usr/local/bin.
529 2001-07-27 16:55  richard
531         * test/: README.TXT, __init__.py, test_dates.py, test_db.py,
532         test_schema.py: moving tests -> test
534 2001-07-27 16:25  richard
536         * roundup/hyperdb.py: Fixed some of the exceptions so they're the
537         right type.  Removed the str()-ification of node ids so we don't
538         mask oopsy errors any more.
540 2001-07-27 15:17  richard
542         * roundup/hyperdb.py: just some comments
544 2001-07-26 17:14  richard
546         * setup.py: Made setup.py executable, added id and log.
548 2001-07-26 16:47  richard
550         * INSTALL.TXT: Updated for new installation procedure
552 2001-07-25 14:19  anthonybaxter
554         * setup.py: first cut at setup.py - installs the package, but not
555         the bin/cgi-bin yet
557 2001-07-25 14:09  richard
559         * roundup/date.py: Fixed offset handling (shoulda read the spec a
560         little better)
562 2001-07-25 13:40  richard
564         * README.TXT: added note about the spec
566 2001-07-25 13:39  richard
568         * roundup/htmltemplate.py: Hrm - displaying links to classes that
569         don't specify a key property. I've got it defaulting to 'name',
570         then 'title' and then a "random" property (first one returned by
571         getprops().keys().  Needs to be moved onto the Class I think...
573 2001-07-25 11:23  richard
575         * doc/spec.html, doc/images/logo-acl-medium.gif,
576         doc/images/logo-codesourcery-medium.gif,
577         doc/images/logo-software-carpentry-standard.gif,
578         roundup/backends/back_anydbm.py,
579         roundup/templates/extended/dbinit.py: Added the Roundup spec to the
580         new documentation directory.
582 2001-07-24 21:18  anthonybaxter
584         * roundup/init.py: oops. left a print in
586 2001-07-24 20:54  anthonybaxter
588         * roundup/: init.py, templatebuilder.py: oops. Html.
590 2001-07-24 20:46  anthonybaxter
592         * roundup/: init.py, templatebuilder.py, templates/__init__.py,
593         templates/classic/__init__.py, templates/classic/dbinit.py,
594         templates/classic/htmlbase.py, templates/extended/__init__.py,
595         templates/extended/htmlbase.py: Added templatebuilder module. two
596         functions - one to pack up the html base, one to unpack it. Packed
597         up the two standard templates into htmlbases.  Modified __init__ to
598         install them.
599         
600         __init__.py magic was needed for the rather high levels of wierd
601         import magic.  Reducing level of import magic == (good, future)
603 2001-07-24 14:26  anthonybaxter
605         * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now,
606         it's the bsddb implementation with a "3" added in crayon.
608 2001-07-24 11:07  richard
610         * roundup-server: Added command-line arg handling to roundup-server
611         so it's more useful out-of-the-box.
613 2001-07-24 11:06  richard
615         * roundup/templates/classic/dbinit.py: Oops - accidentally duped
616         the keywords class
618 2001-07-24 09:32  richard
620         * INSTALL.TXT: minor edit
622 2001-07-24 09:28  richard
624         * roundup/templates/: README.txt, classic/__init__.py,
625         classic/dbinit.py, classic/instance_config.py,
626         classic/interfaces.py, classic/detectors/__init__.py,
627         classic/detectors/nosyreaction.py, classic/html/file.index,
628         classic/html/issue.filter, classic/html/issue.index,
629         classic/html/issue.item, classic/html/msg.index,
630         classic/html/msg.item, classic/html/style.css,
631         classic/html/user.index, classic/html/user.item: Adding the classic
632         template
634 2001-07-24 09:20  richard
636         * roundup/templates/extended/dbinit.py: forgot to remove the
637         interfaces from the dbinit module ;)
639 2001-07-24 09:16  richard
641         * roundup/templates/extended/: __init__.py, interfaces.py: Split
642         off the interfaces (CGI, mailgw) into a separate file from the DB
643         stuff.
645 2001-07-23 20:31  richard
647         * roundup-server: disabled the reloading until it can be done
648         properly
650 2001-07-23 18:55  richard
652         * CHANGES, INSTALL.TXT, README, README.TXT: renamed the text files
653         so that they're recognised as text files on windows added
654         INSTALL.TXT
656 2001-07-23 18:53  richard
658         * README, roundup-server: Fixed the ROUNDUPS decl in roundup-server
659         Move the installation notes to INSTALL
661 2001-07-23 18:45  richard
663         * roundup-admin, roundup/init.py,
664         roundup/templates/extended/dbinit.py: ok, so now "./roundup-admin
665         init" will ask questions in an attempt to get a workable
666         instance_home set up :) _and_ anydbm has had its first test :)
668 2001-07-23 18:25  richard
670         * roundup/backends/back_bsddb.py: more handling of bad journals
672 2001-07-23 18:20  richard
674         * roundup-admin, roundup/backends/back_anydbm.py,
675         roundup/backends/back_bsddb.py: Moved over to using marshal in the
676         bsddb and anydbm backends.  roundup-admin now has a "freshen"
677         command that'll load/save all nodes (not  retired - mod
678         hyperdb.Class.list() so it lists retired nodes)
680 2001-07-23 17:56  richard
682         * roundup/: date.py, backends/back_bsddb.py: Storing only
683         marshallable data in the db - no nasty pickled class references.
685 2001-07-23 17:22  richard
687         * roundup/backends/: __init__.py, _anydbm.py, _bsddb.py,
688         back_anydbm.py, back_bsddb.py: *sigh* some databases have _foo.so
689         as their underlying implementation.  This time for sure, Rocky.
691 2001-07-23 17:15  richard
693         * roundup/backends/: _anydbm.py, _bsddb.py, bsddb.py: Moved the
694         backends into the backends package. Anydbm hasn't been tested at
695         all.
697 2001-07-23 17:14  richard
699         * roundup/: roundupdb.py, backends/__init__.py,
700         templates/extended/dbinit.py: Moved the database backends off into
701         backends.
703 2001-07-23 16:25  richard
705         * roundup/templates/extended/dbinit.py: relfected the move to
706         roundup/backends
708 2001-07-23 16:24  richard
710         * roundup/backends/__init__.py: made backends a package
712 2001-07-23 16:23  richard
714         * roundup/: hyper_bsddb.py, backends/bsddb.py: moved hyper_bsddb.py
715         to the new backends package as bsddb.py
717 2001-07-23 14:49  anthonybaxter
719         * README: changed the 'snip' lines so they don't look like CVS
720         conflict markers.
722 2001-07-23 14:47  anthonybaxter
724         * cgi-bin/roundup.cgi: renamed ROUNDUPS to ROUNDUP_INSTANCE_HOMES
725         sys.exit(0) if python version wrong.
727 2001-07-23 14:33  richard
729         * cgi-bin/roundup.cgi: brought the CGI instance config dict in line
730         with roundup-server
732 2001-07-23 14:33  anthonybaxter
734         * roundup/templates/extended/: __init__.py, dbinit.py,
735         instance_config.py: split __init__.py into 2. dbinit and
736         instance_config.
738 2001-07-23 14:31  richard
740         * CHANGES, cgi-bin/roundup.cgi: Fixed the roundup CGI script for
741         updates to cgi_client.py
743 2001-07-23 14:21  richard
745         * roundup/templates/extended/: html/file.index, html/issue.filter,
746         html/issue.index, html/issue.item, html/msg.index, html/msg.item,
747         html/style.css, html/user.index, html/user.item, issue.filter,
748         issue.item, msg.item, style.css, user.item: moving HTML templates
749         to their own dir
751 2001-07-23 14:19  richard
753         * roundup/templates/extended/: file.index, issue.index, msg.index,
754         user.index: moving the HTML templates into their own dir
756 2001-07-23 14:05  anthonybaxter
758         * roundup-server: actually quit if python version wrong
760 2001-07-23 13:56  richard
762         * roundup/cgi_client.py: oops, missed a config removal
764 2001-07-23 13:50  anthonybaxter
766         * roundup/templates/extended/: __init__.py, file.index,
767         issue.filter, issue.index, issue.item, msg.index, msg.item,
768         style.css, user.index, user.item, detectors/__init__.py,
769         detectors/nosyreaction.py: moved templates to proper location
771 2001-07-23 13:46  richard
773         * roundup-admin, roundup-mailgw, roundup-server: moving the bin
774         files to facilitate out-of-the-boxness
776 2001-07-22 22:09  richard
778         * roundup/: __init__.py, cgi_client.py, cgitb.py, date.py,
779         htmltemplate.py, hyper_bsddb.py, hyperdb.py, init.py, mailgw.py,
780         roundupdb.py: Final commit of Grande Splite
782 2001-07-22 21:58  richard
784         * roundup/: __init__.py, cgi_client.py, cgitb.py, date.py,
785         htmltemplate.py, hyper_bsddb.py, hyperdb.py, init.py, mailgw.py,
786         roundupdb.py: More Grande Splite
788 2001-07-22 21:47  richard
790         * cgi-bin/roundup.cgi: More Grande Splite
792 2001-07-22 21:11  richard
794         * CHANGES, README, cgitb.py, config.py, date.py, hyperdb.py,
795         hyperdb_bsddb.py, roundup-mailgw.py, roundup.cgi, roundup.py,
796         roundup_cgi.py, roundupdb.py, server.py, style.css, template.py,
797         test.py: Initial commit of the Grande Splite
799 2001-07-20 22:33  richard
801         * server.py: oops ;)
803 2001-07-20 18:20  richard
805         * CHANGES: update for recent chagnes
807 2001-07-20 18:20  richard
809         * README, hyperdb.py: Fixed a bug in the filter - wrong variable
810         names in the error message.  Recognised that the filter has an
811         outstanding bug. Hrm. we need a bug tracker for this project :)
813 2001-07-20 17:35  richard
815         * CHANGES, hyperdb.py, hyperdb_bsddb.py, roundup_cgi.py,
816         roundupdb.py, test.py: largish changes as a start of splitting off
817         bits and pieces to allow more flexible installation / database
818         back-ends
820 2001-07-20 17:34  richard
822         * template.py: Quote the value put in the text input value
823         attribute.
825 2001-07-20 11:37  richard
827         * README: Just registering a new TODO
829 2001-07-20 10:53  richard
831         * roundup_cgi.py: Default index now filters out the resolved issues
832         ;)
834 2001-07-20 10:23  richard
836         * CHANGES: update for latest changes
838 2001-07-20 10:22  richard
840         * roundupdb.py: Priority list changes - removed the redundant TODO
841         and added support. See roundup-devel for details.
843 2001-07-20 10:17  richard
845         * roundup_cgi.py: Fixed adding a new issue when there is no __note
847 2001-07-19 20:43  anthonybaxter
849         * config.py, server.py: HTTP_HOST and HTTP_PORT config options.
851 2001-07-19 16:37  anthonybaxter
853         * README: added more todo items
855 2001-07-19 16:27  anthonybaxter
857         * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
858         roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
859         fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
860         my using the magic (dollarsign)Id(dollarsign) and
861         (dollarsign)Log(dollarsign) strings in a commit message. I'm a
862         twonk.
863         
864         Also broke the help string in two.
866 2001-07-19 16:14  richard
868         * Makefile, README, dummy_config.py: minor changes to test the cvs
869         mailout system
871 2001-07-19 16:08  anthonybaxter
873         * roundup.py: fixed typo in usage string because it was bugging me
874         each time I saw it.
876 2001-07-19 15:52  anthonybaxter
878         * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
879         roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
880         Added CVS keywords $Id: ChangeLog,v 1.8 2006-11-23 00:44:48 stefan Exp $ and $Log: not supported by cvs2svn $
881         Added CVS keywords $Id: ChangeLog,v 1.8 2006-11-23 00:44:48 stefan Exp $ and Revision 1.7  2001/08/03 02:12:07  anthonybaxter
882         Added CVS keywords $Id: ChangeLog,v 1.8 2006-11-23 00:44:48 stefan Exp $ and regenerated on Fri Aug  3 12:12:00 EST 2001
883         Added CVS keywords $Id: ChangeLog,v 1.8 2006-11-23 00:44:48 stefan Exp $ and to all python files.
885 2001-07-19 15:46  anthonybaxter
887         * config.py: modified to use localconfig.py (if it exists) and to
888         make the various options (e.g. paths) based on ROUNDUP_HOME &c.
890 2001-07-19 15:23  richard
892         * CHANGES, Makefile, config.py, hyperdb.py, roundup_cgi.py,
893         roundupdb.py, template.py:  . Fixed bug in re generation in the
894         filter (I hadn't finished the code ;)
895          . Added TODO as a priority (between bug and usability)
896          . Fixed handling of None String property in grouped list headings
898 2001-07-19 13:12  richard
900         * README: mention config.py in the install instructions, removed a
901         bug
903 2001-07-19 13:11  richard
905         * Makefile, dummy_config.py: Added stuff to help with release
906         generation.   . Makefile has the release tgz builder in it   .
907         dummy_config.py is an empty config file that replaces the config.py
908         in the     release
910 2001-07-19 12:16  richard
912         * README, date.py, hyperdb.py, roundup.cgi, roundup_cgi.py,
913         roundupdb.py, CHANGES, cgitb.py, config.py, roundup-mailgw.py,
914         roundup.py, server.py, style.css, template.py: Initial revision
916 2001-07-19 12:16  richard
918         * README, date.py, hyperdb.py, roundup.cgi, roundup_cgi.py,
919         roundupdb.py, CHANGES, cgitb.py, config.py, roundup-mailgw.py,
920         roundup.py, server.py, style.css, template.py: Initial import of
921         code - currently version 1.0.2 but with the 1.0.3 changes as given
922         in the CHANGES file. Is about ready for a 1.0.3 release.