Code

Fix last commit to make editing/creating items work again.
[roundup.git] / roundup / cgi / client.py
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
2003-03-07 richardbetter if-modified-since handling for cgi-bin
2003-02-27 richardAdded password reset facility for forgotten passwords...
2003-02-26 richardopen static files using binary mode (sf bug 693208)
2003-02-26 richardimplemented last-modified and if-modified-since support
2003-02-26 richardBetter form name mangling, doesn't confuse other things...
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-20 richardbeginnings of nicer web error handling
2003-02-18 richardadded "foo@" prefix to all but "context" form variable...
2003-02-18 richardfix property type check, and dont create items that...
2003-02-18 richardhandle links to nonexisting items better
2003-02-18 richardForm handling now performs all actions (property settin...
2003-02-18 richardehem
2003-02-18 richarddon't attempt to create FileClass items if no content...
2003-02-17 richardBetter handling of the form variable labels. It's done...
2003-02-17 richardoops, missed a +
2003-02-17 richardbugger, dropping support for "+" special char
2003-02-16 richardforgot :note/:file docstring
2003-02-14 richard- altered Class.create() and FileClass.create() methods...
2003-02-13 keddertrackers' templates directory can contain subdirectorie...
2003-02-13 richardmore fixes for backward-compatibility form entries...
2003-02-13 richardnew form handling complete
2003-02-12 richardmore info in docstring
2003-02-12 richardoops, forgot the templating :)
2003-02-12 richard- implemented extension to form parsing to allow editin...
2003-02-12 richard- fixed error in indexargs_url (thanks Patrick Ohly)
2003-02-07 richardanother attempt to fix cookie misbehaviour
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-02-03 richard- added a form to show a specific issue
2003-01-27 kedderAdded users' timezone support
2003-01-24 richard- fixed cookie path to use TRACKER_WEB (sf bug 667020...
2003-01-20 richardmore CGI fixes and tests
2003-01-15 richard- more fixes to CGI form handling
2003-01-15 richardreally fix bug 663235, and test it
2003-01-15 richardmore cgi form parsing tests, and a fix for an outstandi...
2003-01-14 richardfixes to CGI form handling (NEEDS BACKPORTING TO 0.5)
2003-01-13 keddercleaning old unused sessions only once per hour, not...
2003-01-11 richardsupport setting of properties on message and file throu...
2003-01-08 richardhandle all-whitespace multilink values in forms (sf...
2003-01-08 richardhandle :add: better in cgi form parsing (sf bug 663235)
2002-12-15 richardhyperlinking of special message text
2002-12-11 richardallow multiple :remove and :add elements per property...
2002-12-10 richarddon't set explicit None Link properties in web create
2002-12-10 richardFix to handle bad form submissions, Links and the magic...
2002-12-10 richardLots of little fixes in this update:
next