Code

Invert date substraction to put activity in the past again (sf bug 842027).
[roundup.git] / roundup /
2003-11-21 jlgijsbersInvert date substraction to put activity in the past...
2003-11-20 jlgijsbers- Always sort MultilinkHTMLProperty in the correct...
2003-11-19 jlgijsbers- Add tests for Interval.pretty().
2003-11-16 jlgijsbers- Add docstring to safeget method.
2003-11-16 jlgijsbersSmall readability improvements.
2003-11-16 jlgijsbersAdd 'safeget' method to hyperdb, including tests, and...
2003-11-16 jlgijsbers- Remove implementations of Class.getnode from back_any...
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-11-13 richardoops
2003-11-13 richardallow negative items, helping construct forms
2003-11-13 richardimplemented munging of template name for installed...
2003-11-13 richardResent-From: header
2003-11-12 richardoops
2003-11-12 richardclarified minimum version required for MySQL backend...
2003-11-12 richard- fixes for sf bug 818339
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richardrecalculate SHA on template files when installed tracke...
2003-11-11 richardhandle socket timeout exception (thanks Marcus Priesch)
2003-11-11 richard- that's the postgresql backend in (cleaned up doc...
2003-11-11 richardCentralised conversion of user-input data to hyperdb...
2003-11-10 richardmore database closing cleanups, finally mysql has no...
2003-11-06 jlgijsbersChange nosymessage and send_message to accept msgid...
2003-11-04 anthonybaxterDate - Date works again. Note that it only produces...
2003-11-03 jlgijsbersDon't rely on being about an issue when submitting...
2003-11-03 anthonybaxterDate arithmetic fixes. Date +/- Interval passes all...
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-10-25 jlgijsbersPrint a nicer error message (without usage) when the...
2003-10-25 jlgijsbersDon't be strict about the space following the two hyphe...
2003-10-25 jlgijsbersUse roundup_server script in demo.py to reduce duplicat...
2003-10-25 jlgijsbersUse abspath() from os.path, it's been there since 1...
2003-10-24 richardFixed "documentation" of getnodeids in roundup.hyperdb
2003-10-24 jlgijsbersClarify listTemplates docstring using sourceforge.net...
2003-10-24 jlgijsbersAdd a wrapper around the two different reader() functio...
2003-10-24 jlgijsbersMake signature matching more precise: only match '...
2003-10-24 jlgijsbersAnonymous user can no longer edit or view itself. This...
2003-10-22 jlgijsbersAdd a note to the 'Invalid One Time Key' message about...
2003-10-20 jlgijsbersReplace '&' with '&' in the URLs generated by class...
2003-10-10 richardsupport setgid and running on port < 1024 (sf patch...
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-10-07 richard- Fix a couple of failures in mysql backend unit tests.
2003-10-07 anthonybaxterexpand an XXX comment
2003-10-07 anthonybaxtermake the RDBMS common backend and the SQLite and MYsql...
2003-10-05 richardbetter explanation of -d arg
2003-10-04 jlgijsbersFix mailer (sf bug #817470) and add docstrings to preve...
2003-10-02 jlgijsbersFirst steps towards HTML4.01 Strict validation.
2003-09-24 jlgijsbers- Actually use FormError, so we can move the handling...
2003-09-16 kedderfixed Apply Error that was raised, when property was...
2003-09-14 jlgijsbersSimplify backend importing, by moving the imports into...
2003-09-10 jlgijsbersWe need a stable set of chars to be able to match the...
2003-09-08 jlgijsbersOops.
2003-09-08 jlgijsbersSend a message confirming the confirmation.
2003-09-08 jlgijsbersLet standard_message accept a different author.
2003-09-08 jlgijsbersFix misnamed exception clause.
2003-09-08 jlgijsbersChange the message asking for confirmation of registrat...
2003-09-08 jlgijsbers- Extended getuid() to replace figure_curuserid().
2003-09-08 jlgijsbersExtracted duplicated mail-sending code from mailgw...
2003-09-07 richardpy2.1 fix
2003-09-06 jlgijsbersMove up figure_curuserid(), it should be available...
2003-09-06 jlgijsbersOops, forgot to run all tests. Fixed.
2003-09-06 jlgijsbersmailgw now accepts registration confirmation mail that...
2003-09-06 jlgijsbersDon't use locale-dependent string.letters for one time...
2003-09-06 jlgijsbersExtract confirm_registration() from client to roundupdb...
2003-09-05 jlgijsbersNormalize multiline strings for emacs.
2003-09-05 jlgijsbersNormalize multiline strings for emacs.
2003-09-04 richardcommented out example tracker homes
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2003-08-29 richardapplied patch 739314 (sorry John!)
2003-08-28 richardvarious cosmetic fixes
2003-08-28 richardset the content type on page templates (can have XML...
2003-08-28 richardpython2.3 CSV support, also missing thankyou in index...
2003-08-28 richard - fix CGI editCSV action to handle metakit's integer...
2003-08-26 richardfixed 0xffff0000 literal. finally.
2003-08-26 richardImporting wasn't setting None values explicitly when...
2003-08-18 richardpre-release machinations
2003-08-17 richardadd action attribute to issue.item form action tag
2003-08-13 richardfix file downloading
2003-08-12 richarddon't have RDBMS backends list retired nodes (sf bug...
2003-08-12 richardbatch the (list) listings at 500 entries per page ...
2003-08-12 richardsort multilinks a little better for grouping (sf bug...
2003-08-12 richardtimelog editing via csv interface crashes (sf bug 699837)
2003-08-12 richardlogfile must be specified if pidfile is (sf bug 772820)
2003-08-12 richardroundup-server now logs IP addresses by default (sf...
2003-08-10 jlgijsbersFixed editing properties on FileClass nodes. Previously...
2003-08-10 jlgijsbersFinal touches to fix query editing. It should work...
2003-07-28 richardrelease
2003-07-28 richardfixed generic template discovery
2003-07-21 richardoops, we really do need a database
2003-07-03 richard*** empty log message ***
2003-07-01 anthonybaxterremove ; - quoted <> get picked up
2003-07-01 anthonybaxterexpand list of chars considered in an email address...
2003-06-25 neajThe .replace in getheader would fail for absent headers...
2003-06-24 neajdoc/customizing.txt, doc/design.txt
2003-06-24 anthonybaxtersqlite backend now passes all tests under 2.3. Searchin...
2003-06-24 anthonybaxterforward-port patch to cache session-database-type.
2003-06-24 richarddon't open the database for static files
2003-06-24 richardfix HTML file detection (hence history xref linking...
2003-06-24 richardattempt to fix query editing
2003-06-24 richardaudit some user properties for valid values (roles...
2003-06-24 richardoops
2003-06-24 richardfix :required ordering problem (sf bug 740214)
next