Code

fix non-instant rego
[roundup.git] / roundup / cgi /
2004-02-23 richardfixed bug in args to new DateHTMLProperty in the local...
2004-02-20 richardfixes to some unit tests, and a cleanup
2004-02-19 richardfix permission handling around rego
2004-02-16 richarddon't insert spaces into designators, it just confuses...
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 jlgijsbersSimple version of collision detection, with tests and...
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-02-11 richardif you're going to enforce class-level permissions...
2004-01-20 richardfix the filename fallback
2004-01-20 richarduse the upload-supplied content-type if there is one
2004-01-20 richardimplement built-in permission checks for rendered field...
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-14 richardgive access to the input() method all over the place
2003-12-06 richardApplied Stefan Seefeld's html4/xhtml patch with some...
2003-12-05 richardfix #white in cgitb
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-21 jlgijsbersInvert date substraction to put activity in the past...
2003-11-20 jlgijsbers- Always sort MultilinkHTMLProperty in the correct...
2003-11-13 richardoops
2003-11-13 richardallow negative items, helping construct forms
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-20 jlgijsbersReplace '&' with '&' in the URLs generated by class...
2003-10-04 jlgijsbersFix mailer (sf bug #817470) and add docstrings to preve...
2003-10-02 jlgijsbersFirst steps towards HTML4.01 Strict validation.
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 richardvarious cosmetic fixes
2003-08-28 richardset the content type on page templates (can have XML...
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-17 richardadd action attribute to issue.item form action tag
2003-08-13 richardfix file downloading
2003-08-12 richardbatch the (list) listings at 500 entries per page ...
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-28 richardfixed generic template discovery
2003-07-21 richardoops, we really do need a database
2003-07-03 richard*** empty log message ***
2003-07-01 anthonybaxterremove ; - quoted <> get picked up
2003-07-01 anthonybaxterexpand list of chars considered in an email address...
2003-06-24 richarddon't open the database for static files
2003-06-24 richardfix HTML file detection (hence history xref linking...
2003-06-24 richardattempt to fix query editing
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 richardsort HTMLClass.properties results by name (sf feature...
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-17 richardmoving templates around
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 richardmore flexibility in classhelp link labelling (sf featur...
2003-03-26 richardhandle invalid data input in forms better
2003-03-26 richardoops
2003-03-26 richardcgi fixes
2003-03-26 richardadded an additional argument to help_window to allow...
2003-03-23 richard*** empty log message ***
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-15 richardbasic numeric support for NumberHTMLProperty
2003-03-13 richardadd access to real db through HTML db
2003-03-12 richardfix for odd Multilink journalling
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-23 kedderIf no hours info is provided to Date constructors it...
2003-02-20 richardbeginnings of nicer web error handling
next