Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / roundup / cgi / client.py
2011-10-07 schlatterbeck- fix handling of traceback mails to the roundup admin
2011-08-11 berissue2550715: IndexError when requesting non-existing...
2011-07-15 schlatterbeckFix issue2550691 where a Unix From-Header was sometimes...
2010-07-10 richardfix actions check for < Python2.6
2010-07-01 richardfix potential XSS hole
2010-04-08 schlatterbeck- fix case where action isn't present in form, e.g...
2010-03-20 richardHandle multiple @action values from broken trackers
2010-02-26 richardmore modernisation
2010-02-02 richardFix thread safety with stdin in roundup-server
2010-01-29 richardfixes to make registration work again
2010-01-29 richardallow Anonymous users to log in, and register (assuming...
2010-01-29 richardFix "Web Access" permission check to allow serving...
2009-11-30 schlatterbeckFix traceback on .../msgN/ url, this requests the file...
2009-10-09 stefanImprove login failure response.
2009-10-09 stefanImprove error reporting.
2009-10-09 stefanRobustify web interface.
2009-07-19 stefanMove db.commit() call from handle_xmlrpc() to individua...
2009-07-14 stefanReopen session with database.
2009-06-30 stefanFix issue2550552.
2009-03-17 richardbug introduced in the migration to the email package...
2009-03-13 stefanAddress issue2550528.
2009-03-12 richardPlug a number of security holes:
2009-02-27 stefan* Add support for actions to XMLRPC interface.
2009-02-25 stefan* Refactor XMLRPC interface.
2009-02-24 stefanFix issue2550517
2009-02-22 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-22 stefanAdd support for resuming (file) downloads.
2009-02-17 stefanSupport the use of sendfile() for file transfer, if...
2009-02-17 stefanFix typo in last checkin.
2009-02-17 stefanOnly feed back traceback to web users if config.WEB_DEB...
2009-02-09 stefanCatch missing page template errors.
2009-02-06 stefansvn repository setup
2004-04-05 richardbe paranoid about TRACKER_WEB
2004-03-26 richardFix for sqlite backend migration.
2004-03-25 richardadded CSV download of index / search results
2004-03-24 richardminor pre-release / test fixes
2004-03-18 richardFinished implementation of session and one-time-key...
2004-02-25 richardforward-port from maint branch
2004-02-25 richarddocument and make easier the actions-returning-content...
2004-02-25 richardForward-porting of fixes from the maintenance branch.
2004-02-20 richardfixes to some unit tests, and a cleanup
2004-02-15 jlgijsbersCall actions in a different way so we won't hide any...
2004-02-14 jlgijsbersRemove duplication in permission handling:
2004-02-14 jlgijsbersAdd backwards compatible action handling.
2004-02-14 jlgijsbersFix last commit to make editing/creating items work...
2004-02-13 richardforward-porting of fixed edit action / parsePropsFromFo...
2004-02-11 richarddocumentation cleanup
2004-02-11 jlgijsbersMove out parts of client.py to new modules:
2004-01-20 richardfix the filename fallback
2004-01-20 richarduse the upload-supplied content-type if there is one
2004-01-19 richard. changes to support the new templating Unauthorised...
2004-01-17 richardfix re-enabling queries (sf bug 861940)
2004-01-15 richardcommit old file-serving bugfix, and new pt content...
2003-12-05 richardRefactored CGI file serving so that FileClass contents...
2003-11-21 jlgijsbersSome reformatting and fixing docstrings for emacs.
2003-11-21 jlgijsbersAdd 'return' after failed permission checks in search...
2003-11-13 richardoops
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richardCentralised conversion of user-input data to hyperdb...
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-04 jlgijsbersFix mailer (sf bug #817470) and add docstrings to preve...
2003-09-24 jlgijsbers- Actually use FormError, so we can move the handling...
2003-09-10 jlgijsbersWe need a stable set of chars to be able to match the...
2003-09-08 jlgijsbersFix misnamed exception clause.
2003-09-08 jlgijsbersChange the message asking for confirmation of registrat...
2003-09-08 jlgijsbersExtracted duplicated mail-sending code from mailgw...
2003-09-07 richardpy2.1 fix
2003-09-06 jlgijsbersDon't use locale-dependent string.letters for one time...
2003-09-06 jlgijsbersExtract confirm_registration() from client to roundupdb...
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-13 richardfix file downloading
2003-08-12 richardtimelog editing via csv interface crashes (sf bug 699837)
2003-08-10 jlgijsbersFixed editing properties on FileClass nodes. Previously...
2003-08-10 jlgijsbersFinal touches to fix query editing. It should work...
2003-07-21 richardoops, we really do need a database
2003-07-03 richard*** empty log message ***
2003-06-24 richarddon't open the database for static files
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)
2003-06-24 richardfix hackish message escaping (sf bug 757128)
2003-06-10 richardfix cross-site-scripting bug
2003-06-09 richardaargh, b2 was b0rken
2003-05-09 richardmore doc
2003-05-09 richardbetter string splitting
2003-05-09 richardA couple of form value handling changes:
2003-04-24 richardSMTP login and TLS support added (sf bug 710853 with...
2003-04-10 richardset new email rego user password to random string
2003-04-10 richardremoved Pragma: no-cache so that Mozilla and its ilk...
2003-03-26 richardhandle invalid data input in forms better
2003-03-26 richardcgi fixes
2003-03-20 richardbugfixes to rego/password reset
2003-03-19 richardcan now unset values in CSV editing (sf bug 704788)
2003-03-18 richardfixed rego email bugs (sf bug 699809)
2003-03-17 richardremember the display template specified during edit...
2003-03-17 richardre-enabled "expected" exception handlers
2003-03-09 richardfix sf bug 700483
2003-03-07 keddereven better if-modified-since handling for cgi-bin
next