Code

Fix issue2550510
[roundup.git] / roundup / cgi /
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-20 stefanRobustify (Multi)linkHTMLProperty.plain.
2009-02-20 stefanFix context for query form to be a class.
2009-02-19 stefanFix issue2550512
2009-02-19 stefanFix designator regular expression in HTMLDatabase.__get...
2009-02-19 stefanProvide a a "no selection" option; cleanup.
2009-02-19 stefanExtend "additional" parameter to work with (multi)links.
2009-02-19 stefanQuote ampersands in URLs.
2009-02-19 stefanHandle transitive properties.
2009-02-19 stefanUse canonical sort order for multilinks.
2009-02-19 stefanDo not try to create empty nodes with a negative ID.
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-16 stefanAllow 'no value' to be selected in LinkHTMLProperty...
2009-02-16 stefanFix height calculation for Multilink.menu()
2009-02-16 stefanMake cgi.templating more fault-tolerant towards invalid...
2009-02-16 stefanRobustify SearchAction.fakeFilterVars
2009-02-12 stefanFix issue2550500
2009-02-12 stefanfix issue2550502
2009-02-09 stefanCatch missing page template errors.
2009-02-06 stefansvn repository setup
2004-04-12 richardbetter check for anonymous viewing of user items (sf...
2004-04-05 richardbe paranoid about TRACKER_WEB
2004-04-05 richard- added a favicon
2004-03-31 richardhandle Boolean values in history HTML display
2004-03-31 richardOTK generation was busted (thanks Stuart D. Gathman)
2004-03-30 richardfixed CSV export and CGI actions returning results
2004-03-30 richardfixed MultiMapping
2004-03-29 richardCSV export was busted
2004-03-29 richarddb/userN wasn't returning HTMLUser
2004-03-27 richardfixes and release announcement
2004-03-26 richardAdded DEFAULT_TIMEZONE.
2004-03-26 wc2so1Line 485, lastUserActivity misspelled as lastUserActvity.
2004-03-26 richardwow, I broke that good
2004-03-26 richardFix for sqlite backend migration.
2004-03-26 richard- queries on a per-user basis, and public queries ...
2004-03-26 richardhandle Reject in the web interface too
2004-03-26 richardadd and use Reject exception (sf bug 700265)
2004-03-25 wc2so1In the classes method of HTMLDatabase, the variable...
2004-03-25 richardfix Link HTML field()
2004-03-25 richardBoolean HTML templating was broken
2004-03-25 richardadded CSV download of index / search results
2004-03-24 richardadd line to rego email to help URL detection (sf bug...
2004-03-24 richardminor pre-release / test fixes
2004-03-24 richardsigh.. not python2.3 yet
2004-03-24 richardMySQL migration of old backend database to new, typed...
2004-03-18 richardhandle bad multilink input at item creation time better...
2004-03-18 richardFinished implementation of session and one-time-key...
2004-02-29 richardcgi exceptions fix
2004-02-29 richardquery saving fix
2004-02-27 richardnicer invalid property error in HTML templating
2004-02-25 richardforward-port from maint branch
2004-02-25 richardforward-port of fix from maint-0-6
2004-02-25 richarddocument and make easier the actions-returning-content...
2004-02-25 richardForward-porting of fixes from the maintenance branch.
2004-02-23 richardmissed one
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.
next