Serendipity

Fri, 06 Jun 2008

Blosxom moreentries plugin bug fix

Blosxom Plug-in: moreentries

The moreentries plugin for Blosxom, which gives "prev" and "next" links when an index exceeds a certain number of stories, did not work if the directory pathname contained special characters for regular expressions, such as '+' or '*' or '?'.

Steve Schwarz, steve at agilitynerd.com, did some good work on moreentries to add multiple prev/next pages, and brought the plugin up to version 0.3.

This minor fix solves the special characters bug for moreentries by quoting the regular expression it uses to select postings. This version is v0.4 (0+4i) and it is also safe for Perl's "use warnings" and "use strict".

moreentries plugin v0.4 (0+4i), with documentation.