log roundup/cgi_client.py @ 519:2dd8571ca738

age author description
Thu, 10 Jan 2002 05:26:10 +0000 Richard Jones missed a parsePropsFromForm in last update
Thu, 10 Jan 2002 03:39:45 +0000 Richard Jones fixed some problems with web editing and change detection
Wed, 09 Jan 2002 13:54:21 +0000 Engelbert Gruber _add_assignedto_to_nosy did set nosy to assignedto only, no adding.
Tue, 08 Jan 2002 11:57:12 +0000 Richard Jones crying out for real configuration handling... :(
Tue, 08 Jan 2002 04:12:05 +0000 Richard Jones Changed message-id format to "<%s.%s.%s%s@%s>" so it complies with RFC822
Tue, 08 Jan 2002 04:03:47 +0000 Richard Jones I mucked the intent of the code up.
Tue, 08 Jan 2002 03:56:55 +0000 Richard Jones Oops, missed this before the beta: [SF#495392] empty nosy -patch
Mon, 07 Jan 2002 20:24:45 +0000 Richard Jones *mutter* stupid cutnpaste
Wed, 02 Jan 2002 02:31:38 +0000 Richard Jones Fix breakage caused by transaction changes.
Sun, 23 Dec 2001 23:18:49 +0000 Richard Jones We already had an admin-specific section of the web heading...
Thu, 20 Dec 2001 15:43:01 +0000 Roche Compaan Features added:
Thu, 20 Dec 2001 06:13:24 +0000 Roche Compaan Two bug fixes and a feature.
Tue, 18 Dec 2001 15:30:34 +0000 Roche Compaan Fixed bugs:
Sat, 15 Dec 2001 23:51:01 +0000 Richard Jones Tested the changes and fixed a few problems:
Sat, 15 Dec 2001 19:24:39 +0000 Roche Compaan Performance tuning.
Wed, 12 Dec 2001 23:55:00 +0000 Richard Jones Fixed some problems with user editing
Wed, 12 Dec 2001 23:27:14 +0000 Richard Jones Added a Zope frontend for roundup.
Mon, 10 Dec 2001 22:20:01 +0000 Richard Jones Enabled transaction support in the bsddb backend.
Fri, 07 Dec 2001 05:59:27 +0000 Roche Compaan Fixed small bug that prevented adding issues through the web.
Thu, 06 Dec 2001 22:48:29 +0000 Richard Jones files multilink was being nuked in post_edit_node
Wed, 05 Dec 2001 14:26:44 +0000 Roche Compaan Removed generation of change note from "sendmessage" in roundupdb.py.
Tue, 04 Dec 2001 01:25:08 +0000 Richard Jones Added some rollbacks...
Sun, 02 Dec 2001 05:06:16 +0000 Richard Jones Eliminate database close method by using weakrefs.
Sat, 01 Dec 2001 07:17:50 +0000 Richard Jones Database transactions.
Fri, 30 Nov 2001 20:47:58 +0000 Roche Compaan Links in page header are now consistent with default sort order.
Fri, 30 Nov 2001 20:28:10 +0000 Roche Compaan Property changes are now completely traceable, whether changes are
Fri, 30 Nov 2001 00:06:29 +0000 Richard Jones Converted roundup/cgi_client.py to use _()
Thu, 29 Nov 2001 23:19:51 +0000 Richard Jones Removed the "This issue has been edited through the web"...
Thu, 29 Nov 2001 04:57:23 +0000 Richard Jones a little comment
Wed, 28 Nov 2001 21:55:35 +0000 Richard Jones login_action and newuser_action return values were being ignored
Tue, 27 Nov 2001 03:00:50 +0000 Richard Jones couple of bugfixes from latest patch integration
Mon, 26 Nov 2001 23:00:53 +0000 Richard Jones This config stuff is getting to be a real mess...
Mon, 26 Nov 2001 22:56:35 +0000 Richard Jones typo
Mon, 26 Nov 2001 22:55:56 +0000 Richard Jones Features and fixes.
Sat, 24 Nov 2001 00:45:42 +0000 Jürgen Hermann typeof() instead of type(): avoid clash with database field(?) "type"
Thu, 22 Nov 2001 15:46:42 +0000 Jürgen Hermann Added module docstrings to all modules.
Wed, 21 Nov 2001 22:57:29 +0000 Jürgen Hermann Added dummy hooks for I18N...
Wed, 21 Nov 2001 03:21:13 +0000 Richard Jones oops
Wed, 21 Nov 2001 03:11:28 +0000 Richard Jones Better handling of new properties.
Thu, 15 Nov 2001 10:24:27 +0000 Richard Jones handle the case where there is no file attached
Wed, 14 Nov 2001 21:35:22 +0000 Richard Jones users may attach files to issues (and support in ext) through the web now
Wed, 07 Nov 2001 02:34:06 +0000 Jürgen Hermann Handling of damaged login cookies
Wed, 07 Nov 2001 01:16:12 +0000 Richard Jones Remove the '=' padding from cookie value so quoting isn't an issue.
Tue, 06 Nov 2001 23:22:05 +0000 Jürgen Hermann More IE fixes: it does not like quotes around cookie values.
Tue, 06 Nov 2001 23:11:22 +0000 Jürgen Hermann Fixed debug output in page footer; added expiry date to the login cookie
Tue, 06 Nov 2001 22:00:34 +0000 Jürgen Hermann Get debug level from ROUNDUP_DEBUG env var
Mon, 05 Nov 2001 23:45:40 +0000 Richard Jones Fixed newuser_action so it sets the cookie with the unencrypted password.
Sun, 04 Nov 2001 03:07:12 +0000 Richard Jones Fixed various cookie-related bugs:
Sat, 03 Nov 2001 01:30:18 +0000 Richard Jones Oops. uses pagefoot now.
Sat, 03 Nov 2001 01:29:28 +0000 Richard Jones Login page didn't have all close tags.
Sat, 03 Nov 2001 01:26:55 +0000 Richard Jones possibly fix truncated base64'ed user:pass
Thu, 01 Nov 2001 22:04:37 +0000 Richard Jones Started work on supporting a pop3-fetching server
Sun, 28 Oct 2001 23:03:08 +0000 Richard Jones Added more useful header to the classic schema.
Wed, 24 Oct 2001 00:01:42 +0000 Richard Jones More fixes to lockout logic.
Tue, 23 Oct 2001 23:56:03 +0000 Richard Jones HTML typo
Tue, 23 Oct 2001 23:52:35 +0000 Richard Jones Fixed lock-out logic, thanks Roch'e for pointing out the problems.
Tue, 23 Oct 2001 23:06:39 +0000 Richard Jones Some cleanup.
Tue, 23 Oct 2001 01:00:18 +0000 Richard Jones Re-enabled login and registration access...
Mon, 22 Oct 2001 03:25:01 +0000 Richard Jones Added configuration for:
Sun, 21 Oct 2001 07:26:35 +0000 Richard Jones feature [SF#473127]: Filenames.

Roundup Issue Tracker: http://roundup-tracker.org/