matthijs/upstream/blosxom-plugins.git
13 years agotagging: Allow using titles in for related stories. master
Matthijs Kooijman [Tue, 27 Apr 2010 22:51:05 +0000 (00:51 +0200)]
tagging: Allow using titles in for related stories.

Previously, the filename was always used. Now there is a configuration
option, $related_story_title, which is disabled by default but allows
showing the title instead.

13 years agotagging: Fix one more HTML escaping issue.
Matthijs Kooijman [Tue, 27 Apr 2010 22:30:56 +0000 (00:30 +0200)]
tagging: Fix one more HTML escaping issue.

14 years agotagging: Make sure the related stories output is properly HTML escaped.
Matthijs Kooijman [Fri, 12 Mar 2010 20:01:10 +0000 (21:01 +0100)]
tagging: Make sure the related stories output is properly HTML escaped.

14 years agotagging: Unify the clickable tag link generation.
Matthijs Kooijman [Fri, 12 Mar 2010 14:35:35 +0000 (15:35 +0100)]
tagging: Unify the clickable tag link generation.

This ensures that clicking a tag anyhere on the page does the same (adds
or removes it from the current filter, depending on if it was in there
already).

This also ensures that both url and HTML escaping is consistently
applied to the generated links, preventing a duplicate escaping of
& that could occur in $current_filter before. It now makes use of
blosxom_html_escape instead of encoding only &.

14 years agotagging: Allow tagging configuration to be overridden externally.
Matthijs Kooijman [Fri, 12 Mar 2010 14:08:53 +0000 (15:08 +0100)]
tagging: Allow tagging configuration to be overridden externally.

This removes the need to edit the tagging plugin itself.

16 years agoAdd georss support to atomfeed.
Gavin Carr [Sun, 30 Dec 2007 21:12:44 +0000 (21:12 +0000)]
Add georss support to atomfeed.

16 years agoConvert remaining gavinc plugins to %config versions.
Gavin Carr [Thu, 27 Dec 2007 11:01:30 +0000 (11:01 +0000)]
Convert remaining gavinc plugins to %config versions.

16 years agoFixed extraneous <updated>...</updated> tags for feed date/time in static rendering
Barijaona Ramaholimihaso [Wed, 19 Dec 2007 04:18:57 +0000 (04:18 +0000)]
Fixed extraneous <updated>...</updated> tags for feed date/time in static rendering

16 years agoFix how the date/time of the feed is determined from the date/time of the most recent...
Barijaona Ramaholimihaso [Wed, 19 Dec 2007 03:19:04 +0000 (03:19 +0000)]
Fix how the date/time of the feed is determined from the date/time of the most recently-modified story (string compare instead of numerical compare)

16 years agoAdd initial activate-blosxom-include and globalise-config-variables scripts.
Gavin Carr [Tue, 18 Dec 2007 10:46:28 +0000 (10:46 +0000)]
Add initial activate-blosxom-include and globalise-config-variables scripts.

16 years agoAdd special scripts directory handling to make-dist.
Gavin Carr [Tue, 18 Dec 2007 10:46:02 +0000 (10:46 +0000)]
Add special scripts directory handling to make-dist.

16 years agoAdd initial georss support to rss20 plugin.
Gavin Carr [Tue, 18 Dec 2007 10:43:01 +0000 (10:43 +0000)]
Add initial georss support to rss20 plugin.

16 years agoUpdates to README and MANIFEST files.
Gavin Carr [Tue, 18 Dec 2007 10:42:00 +0000 (10:42 +0000)]
Updates to README and MANIFEST files.

16 years agoUpdates to blosxom-plugins-medium.spec.
Gavin Carr [Tue, 18 Dec 2007 10:39:48 +0000 (10:39 +0000)]
Updates to blosxom-plugins-medium.spec.

16 years agoAdd initial geo plugin.
Gavin Carr [Tue, 18 Dec 2007 00:23:37 +0000 (00:23 +0000)]
Add initial geo plugin.

16 years agoReplace atomfeed $feed_url with $path_info_full, for correct self links.
Gavin Carr [Mon, 17 Dec 2007 15:50:00 +0000 (15:50 +0000)]
Replace atomfeed $feed_url with $path_info_full, for correct self links.

16 years agoConvert tagcloud and uf plugins to multi-line %config initialisation, for better...
Gavin Carr [Mon, 17 Dec 2007 15:44:21 +0000 (15:44 +0000)]
Convert tagcloud and uf plugins to multi-line %config initialisation, for better scriptability.

16 years agoConvert entries_timestamp to %config version.
Gavin Carr [Mon, 17 Dec 2007 15:42:20 +0000 (15:42 +0000)]
Convert entries_timestamp to %config version.

16 years agoConvert rss20 to use $path_info_full instead of $ENV{PATH_INFO}.
Gavin Carr [Mon, 17 Dec 2007 15:41:22 +0000 (15:41 +0000)]
Convert rss20 to use $path_info_full instead of $ENV{PATH_INFO}.

16 years agoAdd new gavinc plugins to MANIFEST.medium.
Gavin Carr [Tue, 4 Dec 2007 10:53:31 +0000 (10:53 +0000)]
Add new gavinc plugins to MANIFEST.medium.

16 years agoUpdate rss20 test cases.
Gavin Carr [Tue, 4 Dec 2007 10:37:05 +0000 (10:37 +0000)]
Update rss20 test cases.

16 years agoRevert rss20 to using $ENV{PATH_INFO} in self link.
Gavin Carr [Tue, 4 Dec 2007 10:26:35 +0000 (10:26 +0000)]
Revert rss20 to using $ENV{PATH_INFO} in self link.

16 years agoAdd __END_CONFIG__ token to remaining gavinc plugins.
Gavin Carr [Mon, 3 Dec 2007 10:21:28 +0000 (10:21 +0000)]
Add __END_CONFIG__ token to remaining gavinc plugins.

16 years agoAdd __END_CONFIG__ token to gavinc microformat plugins.
Gavin Carr [Mon, 3 Dec 2007 10:21:02 +0000 (10:21 +0000)]
Add __END_CONFIG__ token to gavinc microformat plugins.

16 years agoAdd initial microformat plugins.
Gavin Carr [Sun, 2 Dec 2007 22:19:26 +0000 (22:19 +0000)]
Add initial microformat plugins.

16 years agoAdd flavour handling to tags.
Gavin Carr [Wed, 7 Nov 2007 23:02:29 +0000 (23:02 +0000)]
Add flavour handling to tags.

16 years agoAdd initial tags, storytags, and tagcloud plugins.
Gavin Carr [Wed, 7 Nov 2007 11:37:41 +0000 (11:37 +0000)]
Add initial tags, storytags, and tagcloud plugins.

16 years agoFix overgeneralised story hook in rss20.
Gavin Carr [Thu, 1 Nov 2007 11:18:26 +0000 (11:18 +0000)]
Fix overgeneralised story hook in rss20.

16 years agoAdd xml entity escape code to rss20.
Gavin Carr [Thu, 1 Nov 2007 09:25:50 +0000 (09:25 +0000)]
Add xml entity escape code to rss20.

16 years agoUpdate entries_timestamp to use meaningful variable names in index.
Gavin Carr [Tue, 30 Oct 2007 09:35:48 +0000 (09:35 +0000)]
Update entries_timestamp to use meaningful variable names in index.

16 years agoAdd atom:link support to rss20.
Gavin Carr [Mon, 29 Oct 2007 23:09:21 +0000 (23:09 +0000)]
Add atom:link support to rss20.

16 years agoFix iso8601 format in storydate.
Gavin Carr [Mon, 29 Oct 2007 22:31:41 +0000 (22:31 +0000)]
Fix iso8601 format in storydate.

16 years agoAdd entries_timestamp.
Gavin Carr [Mon, 29 Oct 2007 09:37:22 +0000 (09:37 +0000)]
Add entries_timestamp.

16 years agoFix conflict problem in blosxom-plugins-medium.spec.
Gavin Carr [Tue, 16 Oct 2007 00:01:10 +0000 (00:01 +0000)]
Fix conflict problem in blosxom-plugins-medium.spec.

16 years agoAdd entries_cache_meta and recententries to MANIFEST.medium.
Gavin Carr [Tue, 16 Oct 2007 00:00:35 +0000 (00:00 +0000)]
Add entries_cache_meta and recententries to MANIFEST.medium.

16 years agoAdd entries_cache_meta to general.
Gavin Carr [Mon, 15 Oct 2007 23:59:28 +0000 (23:59 +0000)]
Add entries_cache_meta to general.

16 years agoDefault debug_level to 0.
Gavin Carr [Mon, 15 Oct 2007 23:55:30 +0000 (23:55 +0000)]
Default debug_level to 0.

16 years agoAdd xtaran plugins to MANIFEST.medium.
Gavin Carr [Tue, 9 Oct 2007 23:52:10 +0000 (23:52 +0000)]
Add xtaran plugins to MANIFEST.medium.

16 years agoAdd gavinc/plugin_list plugin.
Gavin Carr [Tue, 9 Oct 2007 23:49:02 +0000 (23:49 +0000)]
Add gavinc/plugin_list plugin.

16 years agoAll my plugins in the released stable versions, so the repository starts
Axel Beckert [Tue, 9 Oct 2007 11:19:12 +0000 (11:19 +0000)]
All my plugins in the released stable versions, so the repository starts
with a stable base.

The comments in the README file already cover the development version of
those plugins.

16 years agoInital README file for the xtaran plugin collection
Axel Beckert [Tue, 9 Oct 2007 10:31:12 +0000 (10:31 +0000)]
Inital README file for the xtaran plugin collection

16 years agoAdd Markdown, moreentries, and recententries to general.
Gavin Carr [Tue, 9 Oct 2007 02:17:55 +0000 (02:17 +0000)]
Add Markdown, moreentries, and recententries to general.

16 years agoChange VERSION to 2.0.0rc1.
Gavin Carr [Tue, 9 Oct 2007 02:17:09 +0000 (02:17 +0000)]
Change VERSION to 2.0.0rc1.

16 years agoMove make-dist to scripts directory.
Gavin Carr [Tue, 9 Oct 2007 01:28:22 +0000 (01:28 +0000)]
Move make-dist to scripts directory.

16 years agoUpdate blosxom url in atomfeed; minor doc tweaks.
Gavin Carr [Mon, 8 Oct 2007 11:46:37 +0000 (11:46 +0000)]
Update blosxom url in atomfeed; minor doc tweaks.

16 years agoAdd .perltidyrc.
Gavin Carr [Tue, 2 Oct 2007 22:25:48 +0000 (22:25 +0000)]
Add .perltidyrc.

16 years agoAdd new gavinc plugins to MANIFEST.medium.
Gavin Carr [Tue, 2 Oct 2007 22:25:16 +0000 (22:25 +0000)]
Add new gavinc plugins to MANIFEST.medium.

16 years agoUse strict ; configurable variables can be set through external files.
Barijaona Ramaholimihaso [Tue, 2 Oct 2007 16:24:30 +0000 (16:24 +0000)]
Use strict ; configurable variables can be set through external files.

16 years agoThe authorization for the index files can now be configured ; bumped version number
Barijaona Ramaholimihaso [Tue, 2 Oct 2007 15:33:09 +0000 (15:33 +0000)]
The authorization for the index files can now be configured ; bumped version number

16 years agoAdded a configurable variable enabling regeneration of statically rendered files...
Barijaona Ramaholimihaso [Tue, 2 Oct 2007 14:58:25 +0000 (14:58 +0000)]
Added a configurable variable enabling regeneration of statically rendered files if stories updated.

16 years agoAdd $blog_encoding to rss20.
Gavin Carr [Tue, 2 Oct 2007 00:44:22 +0000 (00:44 +0000)]
Add $blog_encoding to rss20.

16 years agoInitial versions of metaclear and metamail.
Gavin Carr [Fri, 28 Sep 2007 11:48:33 +0000 (11:48 +0000)]
Initial versions of metaclear and metamail.

16 years agoUpdate rss20 to use storydate.
Gavin Carr [Fri, 28 Sep 2007 10:54:01 +0000 (10:54 +0000)]
Update rss20 to use storydate.

16 years agoUpdate mason_blocks to use Blosxom::Debug.
Gavin Carr [Fri, 28 Sep 2007 10:37:00 +0000 (10:37 +0000)]
Update mason_blocks to use Blosxom::Debug.

16 years agoUpdate flavourpathinfo to use Blosxom::Debug.
Gavin Carr [Fri, 28 Sep 2007 10:28:17 +0000 (10:28 +0000)]
Update flavourpathinfo to use Blosxom::Debug.

16 years agoAdd storydate.
Gavin Carr [Thu, 27 Sep 2007 23:11:11 +0000 (23:11 +0000)]
Add storydate.

16 years agoEnables variable names with multiple :: separators
Barijaona Ramaholimihaso [Thu, 27 Sep 2007 16:22:35 +0000 (16:22 +0000)]
Enables variable names with multiple :: separators

16 years agoEnables module name and variable names with multiple :: separators
Barijaona Ramaholimihaso [Thu, 27 Sep 2007 16:11:47 +0000 (16:11 +0000)]
Enables module name and variable names with multiple :: separators

16 years agoAdd Makefile; update make-dist; add blosxom-plugins-medium.spec.
Gavin Carr [Tue, 18 Sep 2007 12:57:40 +0000 (12:57 +0000)]
Add Makefile; update make-dist; add blosxom-plugins-medium.spec.

16 years agoAdd initial MANIFEST files.
Gavin Carr [Tue, 18 Sep 2007 12:57:02 +0000 (12:57 +0000)]
Add initial MANIFEST files.

16 years agoRename entriescache to entries_cache, since it's ambivalent about its name.
Gavin Carr [Tue, 18 Sep 2007 12:26:04 +0000 (12:26 +0000)]
Rename entriescache to entries_cache, since it's ambivalent about its name.

16 years agoRemove date_translate (redundant with date_fullname)
Barijaona Ramaholimihaso [Sun, 16 Sep 2007 18:26:23 +0000 (18:26 +0000)]
Remove date_translate (redundant with date_fullname)

16 years agoAdd first-pass rss20 plugin.
Gavin Carr [Thu, 13 Sep 2007 10:21:58 +0000 (10:21 +0000)]
Add first-pass rss20 plugin.

16 years agoInitial addition of exclude plugin
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 03:54:15 +0000 (03:54 +0000)]
Initial addition of exclude plugin

16 years agoInitial addition of textile2 plugin
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:49:30 +0000 (02:49 +0000)]
Initial addition of textile2 plugin

16 years agoInitial addition of storytitle plugin
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:34:00 +0000 (02:34 +0000)]
Initial addition of storytitle plugin

16 years agoInitial addition of file plugin
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:31:56 +0000 (02:31 +0000)]
Initial addition of file plugin

16 years agoAdded Steve Schwartz modif (configurable $show_all_of_stories_until variable)
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:30:15 +0000 (02:30 +0000)]
Added Steve Schwartz modif (configurable $show_all_of_stories_until variable)

16 years agoMore lenient parsing of the meta line
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:27:35 +0000 (02:27 +0000)]
More lenient parsing of the meta line

16 years agocorrects the $recurse_into_story feature in XML flavours ; clarify documentation
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:26:12 +0000 (02:26 +0000)]
corrects the $recurse_into_story feature in XML flavours ; clarify documentation

16 years agoBugfix on closing file and clarified documentation
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:23:53 +0000 (02:23 +0000)]
Bugfix on closing file and clarified documentation

16 years agoOptions for breadcrumbs to : 1/appear or not on Home page and 2/ to make category...
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 02:21:35 +0000 (02:21 +0000)]
Options for breadcrumbs to : 1/appear or not on Home page and 2/ to make category titles appear prettier

16 years agoUpdated the blosxom homepage and mailing list URL
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 00:39:11 +0000 (00:39 +0000)]
Updated the blosxom homepage and mailing list URL

16 years agoAdded some plugins authored by Barijaona Ramaholimihaso
Barijaona Ramaholimihaso [Thu, 13 Sep 2007 00:34:18 +0000 (00:34 +0000)]
Added some plugins authored by Barijaona Ramaholimihaso

16 years agoFix nasty entry-ignoring bug in flavourpathinfo.
Gavin Carr [Wed, 12 Sep 2007 12:48:32 +0000 (12:48 +0000)]
Fix nasty entry-ignoring bug in flavourpathinfo.

16 years agoAdd dir/flavour support to flavourpathinfo, implying dir/index.flavour.
Gavin Carr [Wed, 12 Sep 2007 12:11:45 +0000 (12:11 +0000)]
Add dir/flavour support to flavourpathinfo, implying dir/index.flavour.

16 years agoAdd flavourpathinfo plugin.
Gavin Carr [Tue, 11 Sep 2007 12:18:36 +0000 (12:18 +0000)]
Add flavourpathinfo plugin.

16 years agoFix minor typos in google_highlight and kwiki plugins.
Gavin Carr [Mon, 10 Sep 2007 11:11:33 +0000 (11:11 +0000)]
Fix minor typos in google_highlight and kwiki plugins.

16 years agoUpdate perldocs in general plugins to point to current website/mailing list.
Gavin Carr [Mon, 10 Sep 2007 11:07:05 +0000 (11:07 +0000)]
Update perldocs in general plugins to point to current website/mailing list.

16 years agoAdd support for mason newline escaping to mason_blocks plugin.
Gavin Carr [Mon, 10 Sep 2007 10:43:03 +0000 (10:43 +0000)]
Add support for mason newline escaping to mason_blocks plugin.

16 years agoBugfix for checking excluded extensions (static)
Barijaona Ramaholimihaso [Sun, 9 Sep 2007 14:18:39 +0000 (14:18 +0000)]
Bugfix for checking excluded extensions (static)

16 years agoBugfix for checking excluded extensions
Barijaona Ramaholimihaso [Sun, 9 Sep 2007 09:06:08 +0000 (09:06 +0000)]
Bugfix for checking excluded extensions

16 years agoreplaced File::Cat which seemed to cause problem with big binary files ; checks the...
Barijaona Ramaholimihaso [Sat, 8 Sep 2007 19:11:01 +0000 (19:11 +0000)]
replaced File::Cat which seemed to cause problem with big binary files ; checks the presence of the file directly in %blosxom::files and %blosxom::others ; cleaned the code.

16 years agoAdd first public version of mason_blocks.
Gavin Carr [Sat, 8 Sep 2007 12:31:21 +0000 (12:31 +0000)]
Add first public version of mason_blocks.

16 years agoAdd Fletcher Penney plugins to general.
Gavin Carr [Wed, 5 Sep 2007 12:12:44 +0000 (12:12 +0000)]
Add Fletcher Penney plugins to general.

16 years agoUpdate interpolate_fancy to v20061114 with fixes from Matthijs Kooijman.
Gavin Carr [Wed, 5 Sep 2007 07:04:12 +0000 (07:04 +0000)]
Update interpolate_fancy to v20061114 with fixes from Matthijs Kooijman.

16 years agoAdd Frank Hecker plugins to general.
Gavin Carr [Fri, 31 Aug 2007 01:47:10 +0000 (01:47 +0000)]
Add Frank Hecker plugins to general.

16 years agoAdd various plugins from Mark Ivey.
Gavin Carr [Wed, 29 Aug 2007 00:36:24 +0000 (00:36 +0000)]
Add various plugins from Mark Ivey.

16 years agoAdd set of Todd Larason plugins to general.
Gavin Carr [Tue, 28 Aug 2007 03:18:37 +0000 (03:18 +0000)]
Add set of Todd Larason plugins to general.

16 years agoMinor cleanup to make-dist.
Gavin Carr [Tue, 28 Aug 2007 03:16:18 +0000 (03:16 +0000)]
Minor cleanup to make-dist.

16 years agoInitial addition of Barijaona Ramaholimihaso's plugins
Barijaona Ramaholimihaso [Fri, 24 Aug 2007 23:29:41 +0000 (23:29 +0000)]
Initial addition of Barijaona Ramaholimihaso's plugins

16 years agoApplied patch from Gerfried Fuchs (Debian blosxom package maintainer)
Bill Ward [Fri, 24 Aug 2007 07:02:53 +0000 (07:02 +0000)]
Applied patch from Gerfried Fuchs (Debian blosxom package maintainer)

16 years agoAdd VERSION file and make-dist script.
Gavin Carr [Wed, 22 Aug 2007 02:56:01 +0000 (02:56 +0000)]
Add VERSION file and make-dist script.

16 years agoAdd README and README.cvs.
Gavin Carr [Wed, 22 Aug 2007 02:22:40 +0000 (02:22 +0000)]
Add README and README.cvs.

16 years agoAdd a bunch of Rael plugins.
Gavin Carr [Wed, 22 Aug 2007 01:58:41 +0000 (01:58 +0000)]
Add a bunch of Rael plugins.