Code

. stop sending blank (whitespace-only) notes
[roundup.git] / test /
2002-03-29 rochecompaan . Fixed display of mutlilink properties when using...
2002-03-19 grubert . for python2.1 test_mailgw compareString allows an...
2002-03-19 richardMade the email checking spit out a diff - much easier...
2002-03-18 rochecompaanAll messages sent to the nosy list are now encoded...
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
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 richard . Added popup help for classes using the classhelp...
2002-02-15 richard . Alternate email addresses are now available for...
2002-02-15 richard . #503204 ] mailgw needs a default class
2002-02-14 richardFixed the unit tests for the mailgw re: the x-roundup...
2002-02-12 grubert . Clean up mail handling, multipart handling.
2002-02-06 richard . #511586 ] unittest FAIL: testReldate_date
2002-02-05 grubert . respect encodings in non multipart messages.
2002-02-04 grubert . add test for multipart messages with first part...
2002-01-23 jhermannProper fix for failing test
2002-01-23 richardmore HTML template cleanup and unit tests
2002-01-23 richardMore HTML template cleanup and unit tests.
2002-01-22 richardmore htmltemplate cleanups and unit tests
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 richardmore htmltemplate tests and cleanup
2002-01-22 rochecompaanWe need to keep the last 'set' entry in the journal...
2002-01-22 richardoops
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 richardNew tests for htmltemplate (well, it's a beginning)
2002-01-21 rochecompaanFeature:
2002-01-19 rochecompaanJournal entries for link and multilink properties can...
2002-01-16 richard . lots of date/interval related changes:
2002-01-15 richard#503340 ] creating issue with [asignedto=p.ohly]
2002-01-14 richardremoved file writing from tests...
2002-01-14 richardhad commented out some tests
2002-01-14 richard . changed all config accesses so they access either...
2002-01-11 richard . #502437 ] rogue reactor and unittest
2002-01-10 richardfollowup lines directly after a quoted section were...
2002-01-05 richardmake setup abort if tests fail
2002-01-02 richardSorry for the huge checkin message - I was only intendi...
2001-12-31 richardAdded better tokenising to roundup-admin - handles...
2001-12-17 richardImplemented file store rollback. As a bonus, the hyperd...
2001-12-10 richardAdded transaction tests to test_db
2001-12-03 richardFixes so the tests use commit and not close
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-10-28 richardfixed bug #474749 ] Indentations lost
2001-10-28 richardFixed ENOENT/WindowsError thing, thanks Juergen Hermann
2001-10-23 richardRemoved debug print from mailsplit test.
2001-10-21 richardbug #473125: Paragraph in e-mails
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-09-29 richardBug fix for test_init on Windows.
2001-08-29 richardDisabled the bsddb3 module entirely in the unit testing...
2001-08-13 richardfixed a 2.1-ism
2001-08-08 richardremoved a print
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-06 richardAm now bundling unittest with the package so that every...
2001-08-05 richardAdded tests for instance initialisation
2001-08-05 richardadded tests for roundup.init - but they're disabled...
2001-08-05 richardremoved some print statements
2001-08-03 richarder, removed the innocent from the the code :)
2001-08-03 richardImplemented correct mail splitting (was taking a shortc...
2001-07-30 richardAdded more DB to test_db. Can skip tests where imports...
2001-07-29 richardFixed bug in unit test ;)
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardAdded Interval tests.
2001-07-29 richardAdded the fabricated property "id" to all hyperdb classes.
2001-07-28 richardMultipart message class has the getPart method now...
2001-07-27 richardrename for consistency
2001-07-27 richardmoving tests -> test