Code

Second patch from issue2550688 -- with some changes:
[roundup.git] / roundup / cgi / templating.py
2003-02-19 richardmissed an _anonymous pass
2003-02-18 richardadded "foo@" prefix to all but "context" form variable...
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 richardbugger, dropping support for "+" special char
2003-02-12 richardoops, forgot the templating :)
2003-02-12 richard- fixed error in indexargs_url (thanks Patrick Ohly)
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-27 kedderhandle properly empty date values in history
2003-01-27 kedderAdded users' timezone support
2003-01-21 richardfix incorrect hyperlinking markup
2003-01-13 richardfix StringHTMLProperty hyperlinking
2003-01-13 richardoops
2003-01-13 richardfixed history display code for 2.1 compatibility
2003-01-12 richardapplied patch for nicer history display (sf feature...
2003-01-10 kedderbetter hyperlinking
2003-01-09 kedderdisplay of saved queries is now performed correctly
2002-12-18 richardfixed error in cgi/templates.py (sf bug 652089)
2002-12-18 richardoops
2002-12-15 richardhyperlinking of special message text
2002-12-11 richardkey the templates cache off full path, not filename
2002-12-10 richardallow StringHTMLProperty in MultilinkHTMLProperty test...
2002-12-10 richardFix to handle bad form submissions, Links and the magic...
2002-12-10 richard- finished of handling of retired flag in filter()...
2002-12-10 richardLots of little fixes in this update:
2002-10-18 richardbugfix in boolean templating
2002-10-16 richardinclude queryname in query template render ;)
2002-10-12 richardexpose the Date.pretty method to templating
2002-10-11 richardadded ability to implement new templating utility methods
2002-10-10 richarddisplay _some_ text even when the link isn't interesting
2002-10-10 richardfixed history to display username instead of userid
2002-10-09 richard- expose the tracker config as a variable for templating
2002-10-03 richardmerge from maintenance branch
2002-09-25 richardadded doc for METAL
2002-09-25 richard- replaced the content() callback ickiness with Page...
2002-09-24 richard*** empty log message ***
2002-09-24 richard*** empty log message ***
2002-09-24 richardusability improvements in API
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richarddon't create instances that aren't used
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-18 richardbugfix to (multi)link menu() label generation
2002-09-18 richardoops
2002-09-18 richardno idea why this code existed, but bye bye
2002-09-16 richardfixed various URL / base URL issues
2002-09-16 richard*cough* sort list results *cough*
2002-09-16 richardmaking it easier to add new actions, and more docco
2002-09-15 richard . password edit now has a confirmation field
2002-09-13 richard . added generic item editing
2002-09-13 richardgeneric item editing
2002-09-13 richardCleaned up CHANGES/TODO
2002-09-12 richardmore doc, bugfix in Batch
2002-09-12 richardmore documentation, fixed bug in request/description
2002-09-12 richardmore batching cleanup
2002-09-11 richardExposed the Batch mechanism through the top-level ...
2002-09-11 richardAdded the missing keyword/topic interface to classic...
2002-09-10 richardRemeber values in edit/new submission error pages.
2002-09-10 richardhandled some XXXs
2002-09-10 richardMade "creator" property a String like it should be...
2002-09-10 richardquery "editing" now working, minus filling the form...
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-09 richardbugfix, added some doc
2002-09-09 richardremoved some property name clashes
2002-09-09 richardmore tweakage of help display and style issues
2002-09-09 richardmore doc, more cleanup
2002-09-09 richardMore documentation.
2002-09-06 richardnicer template absence error
2002-09-06 richardallow hasPermission checks on normal user class iterations
2002-09-06 richardmuch nicer error messages when there's a templating...
2002-09-06 richardnicer page title
2002-09-05 richardAllow a page request to include a :contentonly variable...
2002-09-05 richardmoved
2002-09-04 richardClass help and generic class editing done.
2002-09-03 richardtranslate bad class lookup error meaningfully
2002-09-03 richardallow overiding of the index args roundup/cgi/templating.py
2002-09-03 richardKeep a cache of compiled PageTemplates.
2002-09-02 richardWrote most of the upgrading documentation (please read!)
2002-09-01 richardlogout works better now
2002-09-01 richard. Implemented security assertion idea punted to mailing...
2002-09-01 richard. Lots of cleanup in the classic html (stylesheet,...
2002-08-31 richardFixed history and its nihilism
2002-08-30 richardNew CGI interface support