Code

roundup-admin install checks for existing tracker in target home
[roundup.git] / roundup / cgi /
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.
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)
next