]>
 
 
git.deb.at Git - pkg/blosxom.git/log 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Barijaona Ramaholimihaso  [Sat, 22 Sep 2007 05:55:03 +0000  (05:55  +0000)] 
 
Avoid "conditional and" for preparing $path_info 
 
Barijaona Ramaholimihaso  [Sat, 22 Sep 2007 05:52:10 +0000  (05:52  +0000)] 
 
Avoid "conditional and" for fixing $depth 
 
Barijaona Ramaholimihaso  [Wed, 19 Sep 2007 04:10:15 +0000  (04:10  +0000)] 
 
More explicit warning if a plugin fails to load 
 
Gavin Carr  [Tue, 18 Sep 2007 11:15:59 +0000  (11:15 +0000)] 
 
Add support for multiple plugin directories using $plugin_path. 
 
Gavin Carr  [Tue, 18 Sep 2007 05:29:26 +0000  (05:29  +0000)] 
 
Add $blog_encoding back to default content_type flavours, and simple content_type interpolation. 
 
Gavin Carr  [Tue, 18 Sep 2007 05:26:20 +0000  (05:26  +0000)] 
 
Revert the 1.27 change (mixed changesets). 
 
Gavin Carr  [Tue, 18 Sep 2007 05:20:45 +0000  (05:20  +0000)] 
 
Add $blog_encoding back to default content_type flavours, and simple content_type interpolation. 
 
Barijaona Ramaholimihaso  [Tue, 18 Sep 2007 02:09:06 +0000  (02:09  +0000)] 
 
Reverted the 1.24 change. 
 
Barijaona Ramaholimihaso  [Mon, 17 Sep 2007 05:15:21 +0000  (05:15  +0000)] 
 
Added a $blog_encoding variable which can be used in the various templates. Updated the default HTML and RSS templates. The default RSS template is now RSS2 compliant. 
 
Barijaona Ramaholimihaso  [Mon, 17 Sep 2007 04:17:05 +0000  (04:17  +0000)] 
 
We make the content_type template pass through the &interpolate routine like other templates ; this is a building block to pass the encoding as a parameter. Done early inside the generate routine so that plugins that expect a real content_type will get something sane. 
 
Barijaona Ramaholimihaso  [Mon, 17 Sep 2007 03:52:30 +0000  (03:52  +0000)] 
 
Introduces a $utc_offset variable which stores the offset between local time and universal time, in a convenient format for building rfc822 and iso8601 compliant dates. 
 
Gavin Carr  [Tue, 11 Sep 2007 12:30:41 +0000  (12:30 +0000)] 
 
Add missing </p> to default error head flavour. 
 
Gavin Carr  [Tue, 11 Sep 2007 12:12:11 +0000  (12:12 +0000)] 
 
Add support for $plugin_list plugin config file. 
 
Gavin Carr  [Sun, 9 Sep 2007 22:35:22 +0000  (22:35 +0000)] 
 
Add external config support via BLOSXOM_CONFIG_DIR and BLOSXOM_CONFIG_FILE env variables. 
 
Gavin Carr  [Wed, 29 Aug 2007 12:52:59 +0000  (12:52 +0000)] 
 
Change plugin loading to use @INC instead of fixed $plugin_dir. 
 
Barijaona Ramaholimihaso  [Sat, 25 Aug 2007 08:14:40 +0000  (08:14 +0000)] 
 
Replaced references to www.blosxom.com with blosxom.sourceforge.net 
 
Kevin Scaldeferri  [Sat, 29 Jul 2006 01:04:17 +0000  (01:04  +0000)] 
 
rejiggered things to deal with changing timestamps 
 
Kevin Scaldeferri  [Tue, 25 Jul 2006 23:08:51 +0000  (23:08 +0000)] 
 
added initial test suite version 
 
Kevin Scaldeferri  [Mon, 17 Jul 2006 17:31:59 +0000  (17:31 +0000)] 
 
bump version number 
 
Kevin Scaldeferri  [Mon, 17 Jul 2006 02:27:42 +0000  (02:27  +0000)] 
 
added changelog for 2.0.2 
 
Kevin Scaldeferri  [Sun, 16 Jul 2006 21:52:05 +0000  (21:52 +0000)] 
 
fix this comment again 
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 22:57:46 +0000  (22:57 +0000)] 
 
revert change 1.13 entirely due to incorrect behavior 
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 22:24:47 +0000  (22:24 +0000)] 
 
syntax error fix 
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 20:39:35 +0000  (20:39 +0000)] 
 
fix bug 
1445435 .
fixes cases like requests for category foo also getting category foobar
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 20:34:08 +0000  (20:34 +0000)] 
 
allow for empty (but defined) templates 
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 20:27:33 +0000  (20:27 +0000)] 
 
fix problem with CGI.pm and SSIs where url() doesn't work as documented 
 
Kevin Scaldeferri  [Mon, 10 Jul 2006 20:22:45 +0000  (20:22 +0000)] 
 
allow newlines in DATA 
section flavours for greater readability 
 
Barijaona Ramaholimihaso  [Sun, 18 Dec 2005 18:52:23 +0000  (18:52 +0000)] 
 
Fixed bug 
1368882 
When statically rendering single story page, this sets the path_info fields the same way as in dynamic rendering.
 
Barijaona Ramaholimihaso  [Sun, 18 Dec 2005 02:29:51 +0000  (02:29  +0000)] 
 
Bug 
1356997  <http://sourceforge.net/tracker/index.php?func=detail&aid=
1356997 &group_id=148044&atid=770264>
Patch 
1356030  <http://sourceforge.net/tracker/index.php?func=detail&aid=
1356030 &group_id=148044&atid=770266>
Changed how plugins' filter subroutines are handled, so that in static rendering mode, they receive the correct file list.
 
Kevin Scaldeferri  [Sun, 27 Nov 2005 20:37:54 +0000  (20:37 +0000)] 
 
added ChangeLog 
 
Kevin Scaldeferri  [Sun, 27 Nov 2005 20:37:34 +0000  (20:37 +0000)] 
 
bumped version number, updated URLs 
 
Kevin Scaldeferri  [Sat, 26 Nov 2005 19:41:21 +0000  (19:41 +0000)] 
 
fixed bug 
1356937 
This sets the path_info fields correctly when statically rendering
date pages.
 
Kevin Scaldeferri  [Fri, 25 Nov 2005 20:03:52 +0000  (20:03 +0000)] 
 
Fixed bug 
1344334 .
Skip any plugin ending in "~", i.e. emacs backup files.
 
Kevin Scaldeferri  [Fri, 25 Nov 2005 20:00:32 +0000  (20:00 +0000)] 
 
correct fix of bug 
1345548 .
 
Kevin Scaldeferri  [Fri, 25 Nov 2005 19:55:12 +0000  (19:55 +0000)] 
 
Fixed bug 135700 
Minor terminology error in comment 
 
Kevin Scaldeferri  [Fri, 25 Nov 2005 19:53:08 +0000  (19:53 +0000)] 
 
fixing bug 
1345548 .
Match any instance of the word "xml" in the content type to
determine if we need to escape the content.
 
Kevin Scaldeferri  [Fri, 23 Sep 2005 04:25:19 +0000  (04:25  +0000)] 
 
Initial revision