Code

Added some rollbacks where we were catching exceptions that would otherwise
[roundup.git] / roundup /
2001-12-04 richardAdded some rollbacks where we were catching exceptions...
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-12-01 richard. We now have basic transaction support! Information...
2001-11-30 rochecompaanLinks in page header are now consistent with default...
2001-11-30 rochecompaanProperty changes are now completely traceable, whether...
2001-11-30 rochecompaanProperty changes are now listed in emails generated...
2001-11-30 richardConverted roundup/cgi_client.py to use _()
2001-11-29 richardRemoved the "This issue has been edited through the...
2001-11-29 richarda little comment
2001-11-28 richard . login_action and newuser_action return values were...
2001-11-27 richardoops
2001-11-27 richardAnother place that wasn't handling missing properties.
2001-11-27 richardcouple of bugfixes from latest patch integration
2001-11-26 richardThis config stuff is getting to be a real mess...
2001-11-26 richardtypo
2001-11-26 richardFeature:
2001-11-25 jhermannTypo fix
2001-11-24 jhermannAdded .newitem extension
2001-11-24 jhermann"except:" is bad, bad , bad!
2001-11-24 jhermanntypeof() instead of type(): avoid clash with database...
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-21 jhermannAdded globbing for win32, and sample marking in a 2nd...
2001-11-21 jhermannAdded dummy hooks for I18N and some preliminary (test...
2001-11-21 richard*sigh* more missing value handling
2001-11-21 richardmore new property handling
2001-11-21 richardoops
2001-11-21 richardBetter handling of new properties.
2001-11-21 richardAdded a target version field to the extended issue...
2001-11-15 richard . incorporated patch from Roch'e Compaan implementing...
2001-11-15 richard . missing "return" in filter_section (thanks Roch...
2001-11-15 richardhandle the case where there is no file attached
2001-11-14 richard . users may attach files to issues (and support in...
2001-11-13 richard . re-open the database as the author in mail handling
2001-11-12 jhermannCode using copyDigestedFile() that passes unit tests
2001-11-12 jhermannCopy function, and proper handling of unknown file...
2001-11-12 richardbleah typo
2001-11-12 richardHandle all the various file formats in roundup
2001-11-12 jhermannAdded install utils (digest calculation)
2001-11-12 richardoops, left debug in there
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-11-09 richardMore error handling fixes.
2001-11-09 richard . roundup-admin now handles all hyperdb exceptions
2001-11-07 richardModified roundup-mailgw so it can read e-mails from...
2001-11-07 jhermannHandling of damaged login cookies
2001-11-07 richardRemove the '=' padding from cookie value so quoting...
2001-11-06 jhermannMore IE fixes: it does not like quotes around cookie...
2001-11-06 jhermannFixed debug output in page footer; added expiry date...
2001-11-06 jhermannGet debug level from ROUNDUP_DEBUG env var
2001-11-05 richardFixed newuser_action so it sets the cookie with the...
2001-11-04 richardFixed various cookie-related bugs:
2001-11-03 richardMore HTML compliance fixes. This will probably fix...
2001-11-03 richardAhah! Fixed the lynx problem - there was a hidden input...
2001-11-03 richardOops. uses pagefoot now.
2001-11-03 richardLogin page didn't have all close tags.
2001-11-03 richardpossibly fix truncated base64'ed user:pass
2001-11-01 richardStarted work on supporting a pop3-fetching server
2001-10-31 richardAdded the wrap="hard" attribute to the textarea of...
2001-10-31 richardAdded do_stext to htmltemplate, thanks Brad Clements.
2001-10-30 richardCase-insensitive match for ISSUE_TRACKER_EMAIL in addre...
2001-10-30 richardFeatures:
2001-10-28 richardfixed bug #474749 ] Indentations lost
2001-10-28 richardAdded more useful header to the classic schema.
2001-10-28 richardFixed ENOENT/WindowsError thing, thanks Juergen Hermann
2001-10-27 richardMade Class.stringFind() do caseless matching.
2001-10-24 richardRemoved the "infinite authentication loop", thanks...
2001-10-24 richardMore fixes to lockout logic.
2001-10-23 richardHTML typo
2001-10-23 richardFixed lock-out logic, thanks Roch'e for pointing out...
2001-10-23 richardSome cleanup.
2001-10-23 richardFix unread->chatting auto transition, thanks Roch'e
2001-10-23 richardBugfix in filter "widget" placement, thanks Roch'e
2001-10-23 richardRe-enabled login and registration access after lopping...
2001-10-22 richardAdded configuration for:
2001-10-21 richardCommitted the changes to the templates for file indexes.
2001-10-21 richardfeature #473127: Filenames. I modified the file.index...
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-21 richardMailGW now moves 'unread' to 'chatting' on receiving...
2001-10-21 richardbug #473125: Paragraph in e-mails
2001-10-21 richardbug #473130: Nosy list not set correctly
2001-10-21 richardAdded author identification to e-mail messages from...
2001-10-21 richardCGI interface view customisation section may now be...
2001-10-21 richardFixed Checklist function - wasn't always working on...
2001-10-20 richardHyperdatabase sorts strings-that-look-like-numbers...
2001-10-20 richardFixed grouping of non-str properties (thanks Roch'e...
2001-10-20 richardCatch errors in login - no username or password supplied.
2001-10-17 richardDid a fair bit of work on the admin tool. Now has an...
2001-10-17 richardManually constructing cookie headers now.
2001-10-16 richardadmin tool now complains if a "find" is attempted with...
2001-10-16 richardCGI interface wasn't handling checkboxes at all.
2001-10-14 richardHandle empty strings in HTML template Link function
2001-10-11 richardImplemented the comma-separated printing option in...
2001-10-11 richardInitial cut at trying to handle people responding to...
2001-10-11 richardReverted a change in hyperdb so the default value for...
2001-10-10 richardAdded database importing and exporting through CSV...
2001-10-09 richardMoved the data stringification up into the hyperdb...
2001-10-09 richardPushed the base code for the extended schema CGI interf...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-08 richardChange message was stuffing up for multilinks with...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-10-04 richardForgot to pass the protected flag down *sigh*.
next