matthijs/upstream/blosxom.git
13 years agoRun perltidy 20090616 on current blosxom.cgi.
Gavin Carr [Fri, 18 Jun 2010 17:16:15 +0000 (18:16 +0100)]
Run perltidy 20090616 on current blosxom.cgi.

13 years agoAdd symlink test cases, remove obsolete test infrastructure.
Gavin Carr [Fri, 18 Jun 2010 16:59:08 +0000 (17:59 +0100)]
Add symlink test cases, remove obsolete test infrastructure.

Add symlink test cases, since we're now using a VCS that supports symlinks!
Therefore remove obsolete Setup and Tests infrastructure files. Add a
Makefile to let us just to 'make' or 'make test' in the test directory.

13 years agoUpdated t/smoketest/expected.rss version number to +dev version to fix tests.
Gavin Carr [Thu, 17 Jun 2010 20:47:54 +0000 (21:47 +0100)]
Updated t/smoketest/expected.rss version number to +dev version to fix tests.

14 years agoRefactoring usage of $url_escape_re into a function named url_escape_url_path_and_fn.
Axel Beckert [Sun, 19 Jul 2009 17:18:37 +0000 (17:18 +0000)]
Refactoring usage of $url_escape_re into a function named url_escape_url_path_and_fn.

14 years agoSupport also unescaped versions of $url, $path and $fn in case $encode_xml_entities...
Axel Beckert [Sun, 19 Jul 2009 17:14:20 +0000 (17:14 +0000)]
Support also unescaped versions of $url, $path and $fn in case $encode_xml_entities or $encode_8bit_chars are set, e.g. for displaying the path and/or file name of a blog post.

14 years agoMade the variable containing the characters to escape in URI ($url_escape_re) a confi...
Axel Beckert [Sun, 19 Jul 2009 12:21:09 +0000 (12:21 +0000)]
Made the variable containing the characters to escape in URI ($url_escape_re) a configurable variable

15 years agoRaise the year in the copyright to 2009
Axel Beckert [Sun, 8 Mar 2009 01:28:06 +0000 (01:28 +0000)]
Raise the year in the copyright to 2009

15 years agoRefactoring the 'use vars' section from one long line to one variable
Axel Beckert [Sun, 8 Mar 2009 01:18:11 +0000 (01:18 +0000)]
Refactoring the 'use vars' section from one long line to one variable
per line. Makes it ways more readable and especially also diffable!

15 years agoAdding two backslashes to a single single and a single double quote inside a regexp...
Axel Beckert [Sun, 8 Mar 2009 01:14:35 +0000 (01:14 +0000)]
Adding two backslashes to a single single and a single double quote inside a regexp to let editors' syntax highlighting not be confused. They don't change anything when being executed.

15 years agoSupport blog entries with filenames in different encoding than the
Axel Beckert [Sun, 8 Mar 2009 01:11:15 +0000 (01:11 +0000)]
Support blog entries with filenames in different encoding than the
blog's content by URL-escaping all non-standard characters in the URL.

URL-escaping done by a regexp so far. Should perhaps be converted to
some appropriate function call (doesn't CGI.pm offers URL escaping?)
before doing the next release.

Example URL generated with this patch:

http://noone.org/blog/Deutsch/Musik/Musikalisches-Podcast-St%F6ckchen.futile

15 years agoConsistently break comments about configuration settings below 80 columns
Axel Beckert [Sun, 8 Mar 2009 00:58:52 +0000 (00:58 +0000)]
Consistently break comments about configuration settings below 80 columns

15 years ago$encode_xml_entities does not belong to static rendering -> Add new section to config...
Axel Beckert [Sun, 8 Mar 2009 00:50:55 +0000 (00:50 +0000)]
$encode_xml_entities does not belong to static rendering -> Add new section to configuration. (Will get more entries soon anyway. :-)

15 years agoSetting the version number to '2.1.2+dev' (because the following code changes probabl...
Axel Beckert [Sun, 8 Mar 2009 00:47:54 +0000 (00:47 +0000)]
Setting the version number to '2.1.2+dev' (because the following code changes probably will be closer to a 2.1.3 release).

15 years agoSome more POD documentation added.
Gerfried Fuchs [Thu, 13 Nov 2008 17:19:51 +0000 (17:19 +0000)]
Some more POD documentation added.

15 years agoFirst start of PODifying the script. Still not sure wether to inline the options...
Gerfried Fuchs [Thu, 13 Nov 2008 16:39:59 +0000 (16:39 +0000)]
First start of PODifying the script. Still not sure wether to inline the options or put all the POD together (and then propably at the end ...)

15 years agouse the new blosxom_html_escape function instead of doubling the code
Gerfried Fuchs [Tue, 11 Nov 2008 10:37:16 +0000 (10:37 +0000)]
use the new blosxom_html_escape function instead of doubling the code

15 years agoFix smokeping test for 2.1.2 (version number change only) v2_1_2
Axel Beckert [Thu, 2 Oct 2008 10:43:37 +0000 (10:43 +0000)]
Fix smokeping test for 2.1.2 (version number change only)

15 years agoFix smokeping test for 2.1.1 isPermaLink="true" change (yeah, a little bit late,...
Axel Beckert [Thu, 2 Oct 2008 10:43:01 +0000 (10:43 +0000)]
Fix smokeping test for 2.1.1 isPermaLink="true" change (yeah, a little bit late, I know :-)

15 years agoThis will probably become v2.1.2, so prepare the code for the release.
Axel Beckert [Thu, 2 Oct 2008 01:09:41 +0000 (01:09 +0000)]
This will probably become v2.1.2, so prepare the code for the release.

15 years agoMinimal version of Kevin's patch against CVE-2008-2236 (no additional variable $esc_f...
Axel Beckert [Thu, 2 Oct 2008 01:05:34 +0000 (01:05 +0000)]
Minimal version of Kevin's patch against CVE-2008-2236 (no additional variable $esc_flavour since $flavour should never contain any HTML code and therefore the distinction between escaped and unescaped is not necessary and doesn't make it necessary to change any templates. (We only can change ours.)

15 years agoMention that this closed a issue in the tracker at SF v2_1_1
Axel Beckert [Wed, 30 Jul 2008 22:31:45 +0000 (22:31 +0000)]
Mention that this closed a issue in the tracker at SF

15 years agoDeclaring this state as bugfix release 2.1.1, the "never trust a dot zero release...
Axel Beckert [Wed, 30 Jul 2008 22:27:02 +0000 (22:27 +0000)]
Declaring this state as bugfix release 2.1.1, the "never trust a dot zero release" bugfix release for 2.1.0.

15 years agoDocument the last few commits in the changelog, too
Axel Beckert [Wed, 30 Jul 2008 22:23:17 +0000 (22:23 +0000)]
Document the last few commits in the changelog, too

15 years agoRewrote the (at least with Apache 2.2's environment) no more working
Axel Beckert [Wed, 30 Jul 2008 22:21:47 +0000 (22:21 +0000)]
Rewrote the (at least with Apache 2.2's environment) no more working
manual base URL detection code.

Made it simpler, easier to understand and overview. Added a lot of
comments explaining the fixed problem and the remaining seldom cases
where manual configuration is necessary.

Modify $url only if the base URL was not set manually.

The concept since 2.0.2 was: Always ask for the whole URI and then
remove the PATH_INFO in some cases again. This caused some havoc. New
concept is: Strip PATH_INFO from base URL if CGI.pm didn't manage to do
it.

In those rare cases where neither CGI.pm nor Blosxom manages to
correctly determine the base URL, you can easily set $url in the config
file to the correct value and no base URL magic happens anymore (except
the removing of a trailing slash if present -- as before).

There is one case where this code does more than necessary, too: If the
URL requested is e.g. http://example.org/blog/blog and the base URL is
correctly determined as http://example.org/blog by CGI.pm, then this
code will incorrectly normalize the base URL down to http://example.org,
because the same string as PATH_INFO is part of the base URL, too. But
this is such a seldom case and can be fixed by setting $url in the
config file, too.

15 years agoChanging isPermalink back to "false" for the default RSS story template.
Axel Beckert [Wed, 30 Jul 2008 17:52:26 +0000 (17:52 +0000)]
Changing isPermalink back to "false" for the default RSS story template.

Reason:

The URL in there is no valid permalink and could cause non-working links
to the postings because of the missing flavour suffix in dynamic as well
as static setups. $default_flavour only applies to index pages, e.g.
start page or per year/month/day pages.

Thanks to Lilo von Hanffstengel for pointing this out and insisting on
me being wrong. :-)

15 years agoMoved $encode_xml_entities setting to configuration section since it's also useful...
Axel Beckert [Fri, 25 Jul 2008 18:22:09 +0000 (18:22 +0000)]
Moved $encode_xml_entities setting to configuration section since it's also useful to be set manually if e.g. your RSS templates contain CDATA sections

15 years agoStarting the next release cycle in the ChangeLog and the blosxom.cgi file header...
Axel Beckert [Thu, 24 Jul 2008 16:24:07 +0000 (16:24 +0000)]
Starting the next release cycle in the ChangeLog and the blosxom.cgi file header; adding $Id$ to the blosxom.cgi file header; reindenting changelog entries to make it consistently without tabs

15 years agoIn contrary to the copyright statement on http://www.blosxom.com/license.html, but...
Axel Beckert [Thu, 24 Jul 2008 15:58:17 +0000 (15:58 +0000)]
In contrary to the copyright statement on blosxom.com/license.html, but according to the Debian copyright file as well as http://web.archive.org/web/20020803094152/http://www.raelity.org/, Blosxom's history didn't begin in 2003, but at least 2002. The earliest appearance I found was version 0+5i on 2007-Jul-03.

15 years agoFixed indentation in older ChangeLog entries v2_1_0
Axel Beckert [Tue, 22 Jul 2008 22:12:25 +0000 (22:12 +0000)]
Fixed indentation in older ChangeLog entries

15 years agoNote the content type issue being fixed, add SF issue IDs.
Axel Beckert [Tue, 22 Jul 2008 22:08:33 +0000 (22:08 +0000)]
Note the content type issue being fixed, add SF issue IDs.

15 years agoAdapting tests to the recent change to permalink guids.
Axel Beckert [Tue, 22 Jul 2008 22:01:56 +0000 (22:01 +0000)]
Adapting tests to the recent change to permalink guids.

15 years agoAdapting tests to my content-type fixes. They are now consistent all over. And all...
Axel Beckert [Tue, 22 Jul 2008 21:59:14 +0000 (21:59 +0000)]
Adapting tests to my content-type fixes. They are now consistent all over. And all with a blank between the semicolon and the word charset.

15 years agoBugfix: Content types like application/xhtml+xml, etc. got escaped content even if...
Axel Beckert [Tue, 22 Jul 2008 21:41:14 +0000 (21:41 +0000)]
Bugfix: Content types like application/xhtml+xml, etc. got escaped content even if this is only necessary in RSS feeds, etc. (Fixes: #1717980)

15 years agoBugfix: The content type set via template was only honored during dynamic generation...
Axel Beckert [Tue, 22 Jul 2008 21:35:19 +0000 (21:35 +0000)]
Bugfix: The content type set via template was only honored during dynamic generation via CGI in the HTTP headers. The content type inside the (default)  HTML templates was resp. had to be hard-coded. Made $content_type a global package variable so that it can be used inside templates.

15 years agoA simple Makefile to easily generate tar balls for distribution
Axel Beckert [Tue, 22 Jul 2008 02:25:00 +0000 (02:25 +0000)]
A simple Makefile to easily generate tar balls for distribution

15 years agoMake <guid> content a full URL by default (as Gavin had it in his broken patch, too...
Axel Beckert [Tue, 22 Jul 2008 02:11:53 +0000 (02:11 +0000)]
Make <guid> content a full URL by default (as Gavin had it in his broken patch, too) since it could be ambigous otherwise. Additionally, feed parsers can use the value it as permanent link and it is a good example on how to implement links to articles without the date in the URL.

15 years agoBugfix: Default RSS feed failed feed validation at http://www.feedvalidator.org/...
Axel Beckert [Tue, 22 Jul 2008 02:01:34 +0000 (02:01 +0000)]
Bugfix: Default RSS feed failed feed validation at feedvalidator.org/ if there was a blank inside a file name since blanks (and other characters) need to be escaped inside an URL. Most browsers do this, but not all.

15 years agoBugfix: Default RSS feed failed feed validation at http://www.feedvalidator.org/...
Axel Beckert [Tue, 22 Jul 2008 01:46:08 +0000 (01:46 +0000)]
Bugfix: Default RSS feed failed feed validation at feedvalidator.org/ if there was a blank inside a file name since blanks (and other characters) need to be escaped inside an URL. Most browsers do this, but not all.

15 years agoURLs must be escaped inside XML, e.g. inside the <link> container, too.
Axel Beckert [Tue, 22 Jul 2008 01:41:11 +0000 (01:41 +0000)]
URLs must be escaped inside XML, e.g. inside the <link> container, too.

15 years agoSingle quotes must be escaped in XML, too
Axel Beckert [Tue, 22 Jul 2008 01:17:30 +0000 (01:17 +0000)]
Single quotes must be escaped in XML, too

15 years agoAdapt the author string to list the current development team, too
Axel Beckert [Tue, 22 Jul 2008 01:09:55 +0000 (01:09 +0000)]
Adapt the author string to list the current development team, too

15 years agoNext release will be 2.1.0 -- adapt all version strings in blosxom.cgi, ChangeLog...
Axel Beckert [Tue, 22 Jul 2008 00:26:27 +0000 (00:26 +0000)]
Next release will be 2.1.0 -- adapt all version strings in blosxom.cgi, ChangeLog and the expected test results

15 years agoRevert Gavin Garr's (gonzai's) commits to the test suite on 21st of July
Axel Beckert [Tue, 22 Jul 2008 00:15:42 +0000 (00:15 +0000)]
Revert Gavin Garr's (gonzai's) commits to the test suite on 21st of July
2008 since they seem to be at least incomplete and caused the test suite
to break badly:

01_templates.......error finding or loading blosxom plugin 'storydate': Can't locate storydate in @INC (@INC contains:  /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../general /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../gavinc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/abe/blosxom-devel/blosxom2/t/templates/../../blosxom.cgi line 318.
error finding or loading blosxom plugin 'rss20': Can't locate rss20 in @INC (@INC contains:  /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../general /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../gavinc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/abe/blosxom-devel/blosxom2/t/templates/../../blosxom.cgi line 318.
01_templates.......ok 1/0error finding or loading blosxom plugin 'storydate': Can't locate storydate in @INC (@INC contains:  /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../general /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../gavinc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/abe/blosxom-devel/blosxom2/t/templates/../../blosxom.cgi line 318.
error finding or loading blosxom plugin 'rss20': Can't locate rss20 in @INC (@INC contains:  /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../general /home/abe/blosxom-devel/blosxom2/t/templates/config/../../../gavinc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/abe/blosxom-devel/blosxom2/t/templates/../../blosxom.cgi line 318.
01_templates.......NOK 2

The commits also include paths to locations outside the repository which
made them look as if they weren't intended the way they happened. The
missing plugins were probably located there.

We can figure out what exactly went wrong after the 2.1.0 release.

15 years agoUpdates to rss20 tests.
Gavin Carr [Mon, 21 Jul 2008 13:45:06 +0000 (13:45 +0000)]
Updates to rss20 tests.

15 years agoRemove bogus rss20 test files.
Gavin Carr [Mon, 21 Jul 2008 13:41:36 +0000 (13:41 +0000)]
Remove bogus rss20 test files.

15 years agoFix failing test case 01_templates.t.
Gavin Carr [Mon, 21 Jul 2008 13:04:43 +0000 (13:04 +0000)]
Fix failing test case 01_templates.t.

15 years agoUpdated the changelog to mention (hopefully) all new features added since 2.0.2....
Axel Beckert [Fri, 18 Jul 2008 10:51:31 +0000 (10:51 +0000)]
Updated the changelog to mention (hopefully) all new features added since 2.0.2. (Just made a diff between HEAD and the contents of the 2.0.2 tar ball.)

15 years agoHTML 4.01 conformance for the default HTML templates
Axel Beckert [Tue, 24 Jun 2008 00:10:21 +0000 (00:10 +0000)]
HTML 4.01 conformance for the default HTML templates

15 years agoMade 01_templates.t pass again (added the expected output of t/templates/expected...
Axel Beckert [Mon, 23 Jun 2008 22:54:19 +0000 (22:54 +0000)]
Made 01_templates.t pass again (added the expected output of t/templates/expected/web/2.txt to t/templates/expected.html

16 years agoUnescape url returned from CGI::url to match PATH_INFO escaping.
Gavin Carr [Wed, 26 Mar 2008 19:02:31 +0000 (19:02 +0000)]
Unescape url returned from CGI::url to match PATH_INFO escaping.

16 years agoUpdate ChangeLog with path_info changes.
Gavin Carr [Mon, 24 Mar 2008 22:35:29 +0000 (22:35 +0000)]
Update ChangeLog with path_info changes.

16 years agoRedo path_info handling with much stricter date handling.
Gavin Carr [Mon, 24 Mar 2008 22:33:51 +0000 (22:33 +0000)]
Redo path_info handling with much stricter date handling.

16 years agoTest suite updates.
Gavin Carr [Thu, 20 Dec 2007 06:25:45 +0000 (06:25 +0000)]
Test suite updates.

16 years agoUpdate rss20_static expected test index.rss files to include index.rss in atom:link.
Gavin Carr [Tue, 18 Dec 2007 10:44:25 +0000 (10:44 +0000)]
Update rss20_static expected test index.rss files to include index.rss in atom:link.

16 years agoTest updates.
Gavin Carr [Fri, 7 Dec 2007 06:00:44 +0000 (06:00 +0000)]
Test updates.

16 years agoAdd $path_info_full variable to blosxom.cgi.
Gavin Carr [Fri, 7 Dec 2007 05:58:34 +0000 (05:58 +0000)]
Add $path_info_full variable to blosxom.cgi.

16 years agoMark rss20/expected.{html,rss} as deleted.
Gavin Carr [Tue, 4 Dec 2007 10:38:07 +0000 (10:38 +0000)]
Mark rss20/expected.{html,rss} as deleted.

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

16 years agoAdd initial static_basic static test case.
Gavin Carr [Tue, 13 Nov 2007 09:14:22 +0000 (09:14 +0000)]
Add initial static_basic static test case.

16 years agoAdd encode_xml_entities flag to blosxom.cgi to allow plugins to disable.
Gavin Carr [Thu, 1 Nov 2007 09:20:09 +0000 (09:20 +0000)]
Add encode_xml_entities flag to blosxom.cgi to allow plugins to disable.

16 years agoAdd hash/hashref interpolation support to blosxom.cgi, and tests.
Gavin Carr [Fri, 19 Oct 2007 10:19:16 +0000 (10:19 +0000)]
Add hash/hashref interpolation support to blosxom.cgi, and tests.

16 years agoFix typo in default html head rss line, and adjust tests.
Gavin Carr [Fri, 12 Oct 2007 02:12:09 +0000 (02:12 +0000)]
Fix typo in default html head rss line, and adjust tests.

16 years agoAdd Setup script for test script symlinks, and README; remove test scripts.
Gavin Carr [Sun, 7 Oct 2007 23:51:28 +0000 (23:51 +0000)]
Add Setup script for test script symlinks, and README; remove test scripts.

16 years agoRemove old t-* test directories.
Gavin Carr [Fri, 5 Oct 2007 13:25:15 +0000 (13:25 +0000)]
Remove old t-* test directories.

16 years agoAdd test drivers as files, since symlinks don't work.
Gavin Carr [Fri, 5 Oct 2007 12:23:23 +0000 (12:23 +0000)]
Add test drivers as files, since symlinks don't work.

16 years agoRefactor and fix current test cases.
Gavin Carr [Fri, 5 Oct 2007 12:06:51 +0000 (12:06 +0000)]
Refactor and fix current test cases.

16 years agoAdd comment on -z Blosxom::Plugin::Foo placeholders.
Gavin Carr [Thu, 4 Oct 2007 05:36:24 +0000 (05:36 +0000)]
Add comment on -z Blosxom::Plugin::Foo placeholders.

16 years agoAdd plugin_dir and plugin_list test cases.
Gavin Carr [Wed, 3 Oct 2007 11:58:13 +0000 (11:58 +0000)]
Add plugin_dir and plugin_list test cases.

16 years agoFix plugin filename bug with decorated plugins in $plugin_list.
Gavin Carr [Wed, 3 Oct 2007 11:55:57 +0000 (11:55 +0000)]
Fix plugin filename bug with decorated plugins in $plugin_list.

16 years agoAdd Perl Best Practices .perltidyrc.
Gavin Carr [Wed, 3 Oct 2007 11:51:54 +0000 (11:51 +0000)]
Add Perl Best Practices .perltidyrc.

16 years agoHandle correctly seconds in the nice_date subroutine
Barijaona Ramaholimihaso [Tue, 2 Oct 2007 18:59:06 +0000 (18:59 +0000)]
Handle correctly seconds in the nice_date subroutine

16 years agoChanged $plugin_list as an absolute path, as all configurable filenames/directory...
Barijaona Ramaholimihaso [Mon, 1 Oct 2007 21:07:37 +0000 (21:07 +0000)]
Changed $plugin_list as an absolute path, as all configurable filenames/directory names

16 years agoAllows default interpolate routine to handle multiple :: in variable names.
Barijaona Ramaholimihaso [Thu, 27 Sep 2007 11:25:21 +0000 (11:25 +0000)]
Allows default interpolate routine to handle multiple :: in variable names.

16 years agoRestores $plugin_dir as the main plugin location. Tries to prevent possible name...
Barijaona Ramaholimihaso [Wed, 26 Sep 2007 03:58:00 +0000 (03:58 +0000)]
Restores $plugin_dir as the main plugin location. Tries to prevent possible name confusions between blosxom plugins and CPAN directories names.

16 years agoAvoid use of module Time::localtime
Barijaona Ramaholimihaso [Mon, 24 Sep 2007 16:21:10 +0000 (16:21 +0000)]
Avoid use of module Time::localtime

16 years agoApplied perltidy with PBP settings for the 'generate' and 'nice_date' subs.
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 11:35:18 +0000 (11:35 +0000)]
Applied perltidy with PBP settings for the 'generate' and 'nice_date' subs.

16 years agoApplied perltidy with PBP settings for everything before the 'generate' sub
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 11:29:26 +0000 (11:29 +0000)]
Applied perltidy with PBP settings for everything before the 'generate' sub

16 years agoAvoid "conditional and" for checking after plugins "start" and stuffing @plugins
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 11:24:57 +0000 (11:24 +0000)]
Avoid "conditional and" for checking after plugins "start" and stuffing @plugins

16 years agoAvoid "conditional and" for setting $hr12
Barijaona Ramaholimihaso [Sat, 22 Sep 2007 11:02:45 +0000 (11:02 +0000)]
Avoid "conditional and" for setting $hr12

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

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

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