matthijs/upstream/blosxom.git
16 years agoAvoid "conditional and" for testing if $date should be added to $output
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 10:12:27 +0000 (10:12 +0000)]
Avoid "conditional and" for testing if $date should be added to $output

16 years agoAvoid "conditional and" for running plugins "date"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 09:09:19 +0000 (09:09 +0000)]
Avoid "conditional and" for running plugins "date"

16 years agoAvoid "conditional and" for setting the %f entries hash
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 09:02:49 +0000 (09:02 +0000)]
Avoid "conditional and" for setting the %f entries hash

16 years agoAvoid "conditional and" for running plugins "filter"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 09:00:24 +0000 (09:00 +0000)]
Avoid "conditional and" for running plugins "filter"

16 years agoAvoid "conditional and" for running plugins "entries"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 08:56:39 +0000 (08:56 +0000)]
Avoid "conditional and" for running plugins "entries"

16 years agoAvoid "conditional and" in default entries sub
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 08:53:49 +0000 (08:53 +0000)]
Avoid "conditional and" in default entries sub

16 years agoAvoid "conditional and" for setting $static_or_dynamic
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 08:33:28 +0000 (08:33 +0000)]
Avoid "conditional and" for setting $static_or_dynamic

16 years agoAvoid "conditional and" for adding header to $output
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 08:28:38 +0000 (08:28 +0000)]
Avoid "conditional and" for adding header to $output

16 years agoAvoid "conditional and" for running plugins "last"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:24:13 +0000 (06:24 +0000)]
Avoid "conditional and" for running plugins "last"

16 years agoAvoid "conditional and" for running plugins "foot"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:22:43 +0000 (06:22 +0000)]
Avoid "conditional and" for running plugins "foot"

16 years agoAvoid "conditional and" for running plugins "story"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:21:01 +0000 (06:21 +0000)]
Avoid "conditional and" for running plugins "story"

16 years agoAvoid "conditional and" for running plugins "sort"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:18:04 +0000 (06:18 +0000)]
Avoid "conditional and" for running plugins "sort"

16 years agoAvoid "conditional and" for running plugins "head"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:14:53 +0000 (06:14 +0000)]
Avoid "conditional and" for running plugins "head"

16 years agoAvoid "conditional and" for running plugins "interpolate"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:10:58 +0000 (06:10 +0000)]
Avoid "conditional and" for running plugins "interpolate"

16 years agoAvoid "conditional and" for running plugins "skip"
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:09:02 +0000 (06:09 +0000)]
Avoid "conditional and" for running plugins "skip"

16 years agoAvoid "conditional and" for preparing file list in static rendering
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 06:03:45 +0000 (06:03 +0000)]
Avoid "conditional and" for preparing file list in static rendering

16 years agoAvoid "conditional and" for preparing $path_info
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 05:55:03 +0000 (05:55 +0000)]
Avoid "conditional and" for preparing $path_info

16 years agoAvoid "conditional and" for fixing $depth
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 05:52:10 +0000 (05:52 +0000)]
Avoid "conditional and" for fixing $depth

16 years agoMore explicit warning if a plugin fails to load
Barijaona Ramaholimihaso [Wed, 19 Sep 2007 04:10:15 +0000 (04:10 +0000)]
More explicit warning if a plugin fails to load

16 years agoAdd support for multiple plugin directories using $plugin_path.
Gavin Carr [Tue, 18 Sep 2007 11:15:59 +0000 (11:15 +0000)]
Add support for multiple plugin directories using $plugin_path.

16 years agoAdd $blog_encoding back to default content_type flavours, and simple content_type...
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.

16 years agoRevert the 1.27 change (mixed changesets).
Gavin Carr [Tue, 18 Sep 2007 05:26:20 +0000 (05:26 +0000)]
Revert the 1.27 change (mixed changesets).

16 years agoAdd $blog_encoding back to default content_type flavours, and simple content_type...
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.

16 years agoReverted the 1.24 change.
Barijaona Ramaholimihaso [Tue, 18 Sep 2007 02:09:06 +0000 (02:09 +0000)]
Reverted the 1.24 change.

16 years agoAdded a $blog_encoding variable which can be used in the various templates. Updated...
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.

16 years agoWe make the content_type template pass through the &interpolate routine like other...
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.

16 years agoIntroduces a $utc_offset variable which stores the offset between local time and...
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.

16 years agoAdd missing </p> to default error head flavour.
Gavin Carr [Tue, 11 Sep 2007 12:30:41 +0000 (12:30 +0000)]
Add missing </p> to default error head flavour.

16 years agoAdd support for $plugin_list plugin config file.
Gavin Carr [Tue, 11 Sep 2007 12:12:11 +0000 (12:12 +0000)]
Add support for $plugin_list plugin config file.

16 years agoAdd external config support via BLOSXOM_CONFIG_DIR and BLOSXOM_CONFIG_FILE env variables.
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.

16 years agoChange plugin loading to use @INC instead of fixed $plugin_dir.
Gavin Carr [Wed, 29 Aug 2007 12:52:59 +0000 (12:52 +0000)]
Change plugin loading to use @INC instead of fixed $plugin_dir.

16 years agoReplaced references to www.blosxom.com with blosxom.sourceforge.net
Barijaona Ramaholimihaso [Sat, 25 Aug 2007 08:14:40 +0000 (08:14 +0000)]
Replaced references to blosxom.com with blosxom.sourceforge.net

17 years agorejiggered things to deal with changing timestamps
Kevin Scaldeferri [Sat, 29 Jul 2006 01:04:17 +0000 (01:04 +0000)]
rejiggered things to deal with changing timestamps

17 years agoadded initial test suite version
Kevin Scaldeferri [Tue, 25 Jul 2006 23:08:51 +0000 (23:08 +0000)]
added initial test suite version

17 years agobump version number v2_0_2
Kevin Scaldeferri [Mon, 17 Jul 2006 17:31:59 +0000 (17:31 +0000)]
bump version number

17 years agoadded changelog for 2.0.2
Kevin Scaldeferri [Mon, 17 Jul 2006 02:27:42 +0000 (02:27 +0000)]
added changelog for 2.0.2

17 years agofix this comment again
Kevin Scaldeferri [Sun, 16 Jul 2006 21:52:05 +0000 (21:52 +0000)]
fix this comment again

17 years agorevert change 1.13 entirely due to incorrect behavior
Kevin Scaldeferri [Mon, 10 Jul 2006 22:57:46 +0000 (22:57 +0000)]
revert change 1.13 entirely due to incorrect behavior

17 years agosyntax error fix
Kevin Scaldeferri [Mon, 10 Jul 2006 22:24:47 +0000 (22:24 +0000)]
syntax error fix

17 years agofix bug 1445435.
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

17 years agoallow for empty (but defined) templates
Kevin Scaldeferri [Mon, 10 Jul 2006 20:34:08 +0000 (20:34 +0000)]
allow for empty (but defined) templates

17 years agofix problem with CGI.pm and SSIs where url() doesn't work as documented
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

17 years agoallow newlines in DATA
Kevin Scaldeferri [Mon, 10 Jul 2006 20:22:45 +0000 (20:22 +0000)]
allow newlines in DATA
section flavours for greater readability

18 years agoFixed bug 1368882
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.

18 years agoBug 1356997 <http://sourceforge.net/tracker/index.php?func=detail&aid=1356997&group_i...
Barijaona Ramaholimihaso [Sun, 18 Dec 2005 02:29:51 +0000 (02:29 +0000)]
Bug 1356997 <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.

18 years agoadded ChangeLog
Kevin Scaldeferri [Sun, 27 Nov 2005 20:37:54 +0000 (20:37 +0000)]
added ChangeLog

18 years agobumped version number, updated URLs v2_0_1
Kevin Scaldeferri [Sun, 27 Nov 2005 20:37:34 +0000 (20:37 +0000)]
bumped version number, updated URLs

18 years agofixed bug 1356937
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.

18 years agoFixed bug 1344334.
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.

18 years agocorrect fix of bug 1345548.
Kevin Scaldeferri [Fri, 25 Nov 2005 20:00:32 +0000 (20:00 +0000)]
correct fix of bug 1345548.

18 years agoFixed bug 135700
Kevin Scaldeferri [Fri, 25 Nov 2005 19:55:12 +0000 (19:55 +0000)]
Fixed bug 135700
Minor terminology error in comment

18 years agofixing bug 1345548.
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.

18 years agoInitial revision
Kevin Scaldeferri [Fri, 23 Sep 2005 04:25:19 +0000 (04:25 +0000)]
Initial revision