Code

. fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
[roundup.git] / roundup /
2002-05-12 richardignore coverage files
2002-05-12 richardehem, part 2
2002-05-12 richardehem
2002-05-08 richardgrr
2002-05-06 richardhrm
2002-05-06 richardTweaking the signature deletion from mail messages.
2002-05-02 richardAdded the ADD_AUTHOR_TO_NOSY handling to the CGI interface.
2002-05-02 richard. added option to automatically add the authors and...
2002-04-27 richardminor fix to error message
2002-04-24 rochecompaanAll database files are now created group readable and...
2002-04-24 rochecompaanSorting was applied to all nodes of the MultiLink class...
2002-04-23 rochecompaan . stripping of the email message body can now be contr...
2002-04-15 richard. node ids are now generated from a lockable store...
2002-04-08 richardmake it work
2002-04-08 richard . added a "detectors" directory for people to put...
2002-04-03 richardd'oh! killed retirement of nodes :(
2002-04-03 richardFix for date properties as labels.
2002-04-03 richardFix for old databases that contain properties that...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-04-02 richard . stop sending blank (whitespace-only) notes
2002-04-02 richard . link() htmltemplate function now has a "showid"...
2002-03-29 rochecompaan . Fixed display of mutlilink properties when using...
2002-03-19 richardFaster, easier, less mess ;)
2002-03-18 rochecompaanAll messages sent to the nosy list are now encoded...
2002-03-17 richardoops
2002-03-14 richard . #517734 ] web header customisation is obscure
2002-03-12 richardmore pychecker warnings removed
2002-03-12 richard . #527416 ] roundup-admin uses undefined value
2002-02-27 grubert . add, vim line and cvs log key.
2002-02-27 richardRan it through pychecker, made fixes
2002-02-27 richardRan it through pychecker, made fixes
2002-02-27 richardRan it through pychecker, made fixes
2002-02-27 richardRan it through pychecker, made fixes
2002-02-27 richardFixed a couple of dodgy bits found by pychekcer.
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-02-25 grubert . add module blobfiles in backends with file access...
2002-02-25 grubert . roundup db: catch only IOError in getfile.
2002-02-25 richardahem
2002-02-22 richardAdded the popup help to standard templates.
2002-02-21 richardOops, there's 24 hours in a day, and subtraction of...
2002-02-21 richard . fixed some problems in date calculations (calendar...
2002-02-21 richarddocco
2002-02-21 richard... and label, width and height control for extra flavour!
2002-02-21 richardoops
2002-02-21 richardThe correct var is "HTTP_HOST"
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-02-21 richard*** empty log message ***
2002-02-20 grubert . roundupdb catches retrieving none existing files.
2002-02-20 richardbetter error handling
2002-02-20 richardUse the csv module for generating the form entry so...
2002-02-20 richardDidn't accomodate new values for new properties
2002-02-20 richard . Added simple editing for classes that don't define...
2002-02-20 richardWasn't handling the cvs parser feeding properly.
2002-02-16 richardforgot to patch bsddb backend too
2002-02-16 richard . #514854 ] History: "User" is always ticket creator
2002-02-16 richardoops
2002-02-16 richard . #517906 ] Attribute order in "View customisation"
2002-02-16 richard . #516854 ] "My Issues" and redisplay
2002-02-16 richardRemoved the key property restriction on title of the...
2002-02-15 richardOops, precedences around the way w0rng.
2002-02-15 richard . Alternate email addresses are now available for...
2002-02-15 richard . #503204 ] mailgw needs a default class
2002-02-14 richard. #516883 ] mail interface + ANONYMOUS_REGISTER
2002-02-14 richard. All forms now have "double-submit" protection when...
2002-02-14 richard . Added a uniquely Roundup header to email, "X-Roundup...
2002-02-12 grubert . Clean up mail handling, multipart handling.
2002-02-05 grubert . respect encodings in non multipart messages.
2002-02-05 grubert . makeHtmlBase: re.sub under python 2.2 did not replac...
2002-02-04 grubert . add test for multipart messages with first part...
2002-02-01 grubert . mailgw checks encoding on first part too.
2002-01-29 jhermannConversion to generated script stubs
2002-01-29 jhermannMoved scripts from top-level dir to roundup.scripts...
2002-01-23 richardtabnuke
2002-01-23 richard . mailgw failures (unexpected ones) are forwarded...
2002-01-23 jhermannRemoved generated files from repository
2002-01-23 jhermann%e is a UNIXism and not documented for Python
2002-01-23 grubert . allow abbreviation of "help" in admin tool too.
2002-01-23 richardreal (non-string, duh) sorting of lists by node id
2002-01-23 richardtemplate changes
2002-01-23 richardmore HTML template cleanup and unit tests
2002-01-23 richardMore HTML template cleanup and unit tests.
2002-01-22 richard . htmltemplate list() wasn't sorting...
2002-01-22 richardmore htmltemplate cleanups and unit tests
2002-01-22 richard . handle stripping of "AW:" from subject line
2002-01-22 rochecompaanFixed status change in mail gateway.
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2002-01-22 richardI was certain I'd already done this (there's even a...
2002-01-22 richardmore htmltemplate tests and cleanup
2002-01-22 rochecompaanlast_set_entry was referenced before assignment
2002-01-22 rochecompaanWe need to keep the last 'set' entry in the journal...
2002-01-22 richardFixed standard templates to use menu() when it should.
2002-01-22 richardWrote more unit tests for htmltemplate, and while I...
2002-01-21 rochecompaanYou can now use the roundup-admin tool to pack the...
2002-01-21 rochecompaanFeature:
2002-01-21 rochecompaanProperties in change note are now sorted
2002-01-21 richardoops
2002-01-21 richardbrief docco on the do_journal argument
2002-01-21 richardFixed up the HTML display of history so valid links...
2002-01-19 rochecompaanJournal entries for link and multilink properties can...
2002-01-18 grubert . add nowrap to history table date cell i.e. <td nowra...
next