log roundup/cgi/templating.py @ 1771:332fe2b77e1c

age author description
Thu, 28 Aug 2003 05:15:50 +0000 Richard Jones set the content type on page templates (can have XML templates now)
Thu, 28 Aug 2003 04:46:54 +0000 Richard Jones python2.3 CSV support, also missing thankyou in index.txt :)
Sun, 17 Aug 2003 23:54:42 +0000 Richard Jones add action attribute to issue.item form action tag
Tue, 12 Aug 2003 02:10:12 +0000 Richard Jones batch the (list) listings at 500 entries per page [SF#759906]
Mon, 28 Jul 2003 23:19:21 +0000 Richard Jones fixed generic template discovery
Tue, 01 Jul 2003 08:21:57 +0000 Anthony Baxter remove ; - quoted <> get picked up maint-0.5
Tue, 01 Jul 2003 08:21:57 +0000 Anthony Baxter remove ; - quoted <> get picked up
Tue, 01 Jul 2003 08:17:21 +0000 Anthony Baxter backport: maint-0.5
Tue, 01 Jul 2003 08:16:59 +0000 Anthony Baxter expand list of chars considered in an email address for auto-hyperlink-quoting.
Tue, 24 Jun 2003 04:52:26 +0000 Richard Jones fix HTML file detection (hence history xref linking) [SF#741478]
Tue, 24 Jun 2003 04:16:58 +0000 Richard Jones attempt to fix query editing
Fri, 09 May 2003 02:23:33 +0000 Richard Jones sort HTMLClass.properties results by name (feature [SF#724738])
Fri, 09 May 2003 01:47:51 +0000 Richard Jones A couple of form value handling changes:
Thu, 17 Apr 2003 03:38:00 +0000 Richard Jones moving templates around
Wed, 26 Mar 2003 10:55:45 +0000 Richard Jones more flexibility in classhelp link labelling (feature [SF#608204])
Wed, 26 Mar 2003 04:02:18 +0000 Richard Jones oops
Wed, 26 Mar 2003 00:32:08 +0000 Richard Jones added an additional argument to help_window to allow comms back to form
Sun, 23 Mar 2003 03:22:28 +0000 Richard Jones *** empty log message ***
Sat, 15 Mar 2003 23:46:08 +0000 Richard Jones basic numeric support for NumberHTMLProperty
Thu, 13 Mar 2003 11:06:25 +0000 Richard Jones add access to real db through HTML db
Wed, 12 Mar 2003 02:12:50 +0000 Richard Jones fix for odd Multilink journalling maint-0.5
Wed, 12 Mar 2003 02:12:50 +0000 Richard Jones fix for odd Multilink journalling
Wed, 26 Feb 2003 04:08:04 +0000 Richard Jones Better form name mangling, doesn't confuse other things like generic editing.
Tue, 25 Feb 2003 10:19:32 +0000 Richard Jones registration is now a two-step process with confirmation from the
Sun, 23 Feb 2003 19:05:15 +0000 Andrey Lebedev If no hours info is provided to Date constructors...
Wed, 19 Feb 2003 23:32:50 +0000 Richard Jones better handling of format param
Wed, 19 Feb 2003 23:26:15 +0000 Richard Jones fixed args to some date templating methods maint-0.5
Wed, 19 Feb 2003 03:59:44 +0000 Richard Jones bah, missed another one. sigh
Wed, 19 Feb 2003 03:37:04 +0000 Richard Jones ... and a classname
Wed, 19 Feb 2003 03:35:41 +0000 Richard Jones missed an _anonymous pass
Tue, 18 Feb 2003 10:58:33 +0000 Richard Jones added "foo@" prefix to all but "context" form variable names
Tue, 18 Feb 2003 01:48:39 +0000 Richard Jones allow get("issue.item") for getting templates
Mon, 17 Feb 2003 22:32:43 +0000 Richard Jones oops, fubared the confirm password field
Mon, 17 Feb 2003 06:44:01 +0000 Richard Jones Better handling of the form variable labels.
Mon, 17 Feb 2003 00:39:28 +0000 Richard Jones bugger, dropping support for "+" special char
Wed, 12 Feb 2003 07:02:24 +0000 Richard Jones oops, forgot the templating :)
Wed, 12 Feb 2003 00:00:32 +0000 Richard Jones fixed error in indexargs_url (thanks Patrick Ohly)
Sat, 08 Feb 2003 23:03:37 +0000 Richard Jones backporting changes from HEAD maint-0.5
Thu, 06 Feb 2003 05:44:49 +0000 Richard Jones backporting fixes from HEAD maint-0.5
Thu, 06 Feb 2003 05:43:49 +0000 Richard Jones Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Mon, 27 Jan 2003 17:34:03 +0000 Andrey Lebedev handle properly empty date values in history
Mon, 27 Jan 2003 16:32:50 +0000 Andrey Lebedev Added users' timezone support
Fri, 24 Jan 2003 06:25:16 +0000 Richard Jones backporting fixes from HEAD maint-0.5
Tue, 21 Jan 2003 22:34:18 +0000 Richard Jones fix incorrect hyperlinking markup
Mon, 13 Jan 2003 23:30:44 +0000 Richard Jones fix StringHTMLProperty hyperlinking
Mon, 13 Jan 2003 04:24:54 +0000 Richard Jones revert StringHTMLProperty to not hyperlink text by default (added doc too) maint-0.5
Mon, 13 Jan 2003 03:32:02 +0000 Richard Jones oops
Mon, 13 Jan 2003 03:26:28 +0000 Richard Jones fixed history display code for 2.1 compatibility
Sun, 12 Jan 2003 02:22:27 +0000 Richard Jones applied patch for nicer history display (feature [SF#638280])
Fri, 10 Jan 2003 12:09:33 +0000 Andrey Lebedev better hyperlinking
Thu, 09 Jan 2003 22:59:22 +0000 Richard Jones [[Metadata associated with this commit was garbled during conversion from CVS maint-0.5
Thu, 09 Jan 2003 14:41:20 +0000 Andrey Lebedev display of saved queries is now performed correctly
Wed, 18 Dec 2002 23:21:17 +0000 Richard Jones fixed error in cgi/templates.py [SF#652089]
Wed, 18 Dec 2002 05:24:41 +0000 Richard Jones oops
Sun, 15 Dec 2002 23:55:34 +0000 Richard Jones hyperlinking of special message text
Wed, 11 Dec 2002 11:37:07 +0000 Richard Jones key the templates cache off full path, not filename
Tue, 10 Dec 2002 23:14:33 +0000 Richard Jones allow StringHTMLProperty in MultilinkHTMLProperty test to work
Tue, 10 Dec 2002 06:02:00 +0000 Richard Jones Fix to handle bad form submissions, Links and the magic -1 form value.
Tue, 10 Dec 2002 00:46:55 +0000 Richard Jones finished off handling of retired flag in filter() [SF#635260]
Tue, 10 Dec 2002 00:11:16 +0000 Richard Jones Lots of little fixes in this update:

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