Code

Add "action" attributes to forms.
[roundup.git] / roundup / cgi /
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
2003-02-19 richardbetter handling of format param
2003-02-19 richardbah, missed another one. sigh
2003-02-19 richard... and a classname
2003-02-19 richardmissed an _anonymous pass
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-18 richardallow get("issue.item") for getting templates
2003-02-17 richardoops, fubared the confirm password field
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 kedderhandle properly empty date values in history
2003-01-27 kedderAdded users' timezone support
2003-01-24 richard- fixed cookie path to use TRACKER_WEB (sf bug 667020...
2003-01-21 richardextra info in template error report
2003-01-21 richardfix incorrect hyperlinking markup
2003-01-20 richardmore CGI fixes and tests
next