log roundup/cgi/templating.py @ 4747:955860a18e12

age author description
Mon, 21 Jan 2013 23:04:55 +0300 anatoly techtonik templating: Raise exception if configured template engine is unknown
Thu, 17 Jan 2013 15:21:54 +0300 anatoly techtonik templating: proof of concept for Jinja2 support. Select 'jinja2'
Thu, 17 Jan 2013 09:08:50 +0300 anatoly techtonik nested_scopes are here since Python 2.2
Tue, 15 Jan 2013 00:10:01 +0300 anatoly techtonik Untangle template selection logic from template loading functionality.
Mon, 14 Jan 2013 18:38:20 +0300 anatoly techtonik Doc: Improve Loader.load() description.
Mon, 14 Jan 2013 00:13:58 +0300 anatoly techtonik templating: Rename 'extension' argument in Loader.load() to 'view'
Sun, 13 Jan 2013 22:39:46 +0300 anatoly techtonik templating: Rename LoaderBase.get() to LoaderBase.load() for clarity
Fri, 11 Jan 2013 17:15:06 +0300 anatoly techtonik Self-focument API in templating.py loader class
Sun, 06 Jan 2013 16:39:21 +0300 anatoly techtonik Rename templating.get_templates to get_loader
Sun, 06 Jan 2013 16:36:33 +0300 anatoly techtonik API break: rename Templates to Loader for zopetal and chameleon
Sun, 06 Jan 2013 16:02:45 +0300 anatoly techtonik API break, bumping version to 1.15.0, renamed TemplatesBase to
Sat, 15 Dec 2012 00:35:32 +0530 Pradip Caulagi Use bootstrap classes for displaying tables; bug.item is almost table free and uses bootstrap form classes and markup
Wed, 01 Aug 2012 08:49:41 +0200 Bernhard Reiter issue2550765: Don't show links in calendar that will fail. Found and fixed by Cédric Krier.
Sat, 14 Jul 2012 02:39:23 +0200 Ezio Melotti #2550759: Trailing punctuation is no longer included when URLs are converted to links.
Thu, 23 Feb 2012 18:10:03 +0100 Ralf Schlatterbeck New Chameleon templating engine, engine is now configurable.
Mon, 30 Jan 2012 14:52:14 +0100 Ralf Schlatterbeck Fix override of TemplatingUtils in instance.py.
Thu, 05 Jan 2012 15:56:15 +0100 Ralf Schlatterbeck issue2550711 Fix XSS vulnerability when username contains HTML code.
Fri, 30 Sep 2011 09:35:34 +0000 Ralf Schlatterbeck Allow to turn off translation of generated html options in menu method...
Fri, 15 Jul 2011 14:13:51 +0000 Ralf Schlatterbeck Allow HTMLRequest.batch to filter on other permissions than "View"...
Thu, 14 Apr 2011 15:42:41 +0000 Ralf Schlatterbeck Second patch from issue2550688 -- with some changes:
Thu, 14 Apr 2011 12:47:48 +0000 Stefan Seefeld Allow default value declaration in DB schema.
Mon, 08 Nov 2010 16:21:02 +0000 Bernhard Reiter Multilinks can be filtered by combining elements with AND, OR and NOT now.
Thu, 04 Nov 2010 22:34:20 +0000 Stefan Seefeld Make HTMLProperty report actual classname in repr().
Tue, 19 Oct 2010 15:29:05 +0000 Ralf Schlatterbeck - Add explicit "Search" permissions, see Security Fix below.
Fri, 10 Sep 2010 06:32:04 +0000 Richard Jones make sort more robust
Thu, 12 Aug 2010 05:00:07 +0000 Richard Jones improve handling of '>' when URLs are converted to links
Sat, 24 Jul 2010 09:44:58 +0000 Richard Jones allow trackers to override the classes used to render properties...
Mon, 12 Jul 2010 04:14:02 +0000 Richard Jones make URL detection a little smarter about brackets per issue2550657
Thu, 01 Jul 2010 01:41:54 +0000 Richard Jones fix potential XSS hole
Fri, 19 Feb 2010 05:09:38 +0000 Richard Jones undo regression in 1.4.12: Multilink edit fields lose their values 1.4.13
Mon, 01 Feb 2010 04:54:59 +0000 Richard Jones Allow value to be specified to multilink form element templating
Sat, 30 Jan 2010 22:46:27 +0000 Richard Jones fix typo
Fri, 29 Jan 2010 05:52:35 +0000 Richard Jones Display 'today' in the account user's timezone, thanks David Wolever
Fri, 29 Jan 2010 05:46:59 +0000 Richard Jones fixes to make registration work again
Fri, 29 Jan 2010 05:29:49 +0000 Richard Jones add web access check all over templating
Tue, 15 Dec 2009 15:11:27 +0000 Ralf Schlatterbeck Clean up all the places where role processing occurs.
Sat, 28 Nov 2009 22:44:02 +0000 Richard Jones issue2550549: Some bugs issue classifiers were causing database lookup errors
Tue, 24 Nov 2009 20:39:51 +0000 Stefan Seefeld Do not create bogus non-anonymous objects.
Fri, 09 Oct 2009 14:00:50 +0000 Stefan Seefeld Fix race condition.
Fri, 09 Oct 2009 13:58:43 +0000 Stefan Seefeld Provide ability to specify arbitrary HTML attributes.
Mon, 10 Aug 2009 02:02:00 +0000 Richard Jones don't show entire history by default
Tue, 30 Jun 2009 01:41:11 +0000 Stefan Seefeld Fix issue2550553.
Tue, 17 Mar 2009 22:59:40 +0000 Richard Jones handle bogus pagination values (issue 2550530)
Mon, 16 Mar 2009 04:16:43 +0000 Richard Jones fix bug introduced into CSV export and view (issue 2550529)
Thu, 12 Mar 2009 14:29:26 +0000 Stefan Seefeld Serve the correct ReST part in String.rst().
Thu, 12 Mar 2009 03:04:10 +0000 Richard Jones fix missed hole in the CSV editing - could still view items in the generic index editor
Thu, 12 Mar 2009 02:25:03 +0000 Richard Jones Plug a number of security holes:
Fri, 20 Feb 2009 04:07:04 +0000 Stefan Seefeld Robustify (Multi)linkHTMLProperty.plain.
Fri, 20 Feb 2009 04:02:38 +0000 Stefan Seefeld Fix context for query form to be a class.
Thu, 19 Feb 2009 23:32:23 +0000 Stefan Seefeld Fix issue2550512
Thu, 19 Feb 2009 23:23:35 +0000 Stefan Seefeld Fix designator regular expression in HTMLDatabase.__getitem__.
Thu, 19 Feb 2009 23:16:00 +0000 Stefan Seefeld Provide a a "no selection" option; cleanup.
Thu, 19 Feb 2009 21:59:14 +0000 Stefan Seefeld Extend "additional" parameter to work with (multi)links.
Thu, 19 Feb 2009 21:52:35 +0000 Stefan Seefeld Quote ampersands in URLs.
Thu, 19 Feb 2009 21:46:12 +0000 Stefan Seefeld Handle transitive properties.
Mon, 16 Feb 2009 21:26:29 +0000 Stefan Seefeld Allow 'no value' to be selected in LinkHTMLProperty.menu()
Mon, 16 Feb 2009 21:19:51 +0000 Stefan Seefeld Fix height calculation for Multilink.menu()
Mon, 16 Feb 2009 21:02:23 +0000 Stefan Seefeld Make cgi.templating more fault-tolerant towards invalid requests.
Thu, 12 Feb 2009 05:10:59 +0000 Stefan Seefeld Fix issue2550500
Mon, 01 Sep 2008 01:45:33 +0000 Richard Jones add tests for and fix alex's examples

Roundup Issue Tracker: http://roundup-tracker.org/