Code

Added a Zope frontend for roundup.
[roundup.git] / roundup / cgi_client.py
2001-12-12 richardAdded a Zope frontend for roundup.
2001-12-10 richardEnabled transaction support in the bsddb backend. It...
2001-12-07 rochecompaanFixed small bug that prevented adding issues through...
2001-12-06 richardfiles multilink was being nuked in post_edit_node
2001-12-05 rochecompaanRemoved generation of change note from "sendmessage...
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 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 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-24 jhermanntypeof() instead of type(): avoid clash with database...
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-21 jhermannAdded dummy hooks for I18N and some preliminary (test...
2001-11-21 richardoops
2001-11-21 richardBetter handling of new properties.
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-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 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-28 richardAdded more useful header to the classic schema.
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 richardRe-enabled login and registration access after lopping...
2001-10-22 richardAdded configuration for:
2001-10-21 richardfeature #473127: Filenames. I modified the file.index...
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-21 richardCGI interface view customisation section may now be...
2001-10-20 richardCatch errors in login - no username or password supplied.
2001-10-17 richardManually constructing cookie headers now.
2001-10-16 richardCGI interface wasn't handling checkboxes at all.
2001-10-14 richardHandle empty strings in HTML template Link function
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-09-12 richardhandle cases where mime type is not guessable
2001-08-29 richardchange messages weren't being saved when there was...
2001-08-29 richarddidn't clean up fully after debugging :(
2001-08-29 richardFixed CGI client change messages so they actually inclu...
2001-08-17 richardreverted back to sending messages always regardless...
2001-08-15 richardFixed some isFooTypes that I missed.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-02 richardRoundupdb now appends "mailing list" information to...
2001-08-02 richardWeb edit messages aren't sent to the person who did...
2001-08-02 richardbleah syntax error
2001-08-02 richardChanged the order of the information in the message...
2001-07-30 richardAdded time logging and file uploading to the templates.
2001-07-30 richardAdded some documentation on how the newblah works.
2001-07-30 richardFeatures:
2001-07-30 richardTemporary measure until we have decent schema migration...
2001-07-30 richardDefault implementation is now "classic" rather than...
2001-07-29 richardFixed handling of passed-in values in form elements...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardMoved some code around allowing for subclassing to...
2001-07-28 richardNew issue form handles lack of note better now.
2001-07-28 richardFixed some non-string node ids.
2001-07-23 richardoops, missed a config removal
2001-07-22 richardFinal commit of Grande Splite
2001-07-22 richardMore Grande Splite