]> git.deb.at Git - pkg/blosxom.git/history - blosxom.cgi
Refactoring usage of $url_escape_re into a function named url_escape_url_path_and_fn.
[pkg/blosxom.git] / blosxom.cgi
2009-07-19 Axel BeckertRefactoring usage of $url_escape_re into a function... master
2009-07-19 Axel BeckertSupport also unescaped versions of $url, $path and...
2009-07-19 Axel BeckertMade the variable containing the characters to escape...
2009-03-08 Axel BeckertRaise the year in the copyright to 2009
2009-03-08 Axel BeckertRefactoring the 'use vars' section from one long line...
2009-03-08 Axel BeckertAdding two backslashes to a single single and a single...
2009-03-08 Axel BeckertSupport blog entries with filenames in different encodi...
2009-03-08 Axel BeckertConsistently break comments about configuration setting...
2009-03-08 Axel Beckert$encode_xml_entities does not belong to static renderin...
2009-03-08 Axel BeckertSetting the version number to '2.1.2+dev' (because...
2008-11-13 Gerfried FuchsSome more POD documentation added.
2008-11-13 Gerfried FuchsFirst start of PODifying the script. Still not sure...
2008-11-11 Gerfried Fuchsuse the new blosxom_html_escape function instead of...
2008-10-02 Axel BeckertThis will probably become v2.1.2, so prepare the code...
2008-10-02 Axel BeckertMinimal version of Kevin's patch against CVE-2008-2236...
2008-07-30 Axel BeckertDeclaring this state as bugfix release 2.1.1, the ...
2008-07-30 Axel BeckertRewrote the (at least with Apache 2.2's environment...
2008-07-30 Axel BeckertChanging isPermalink back to "false" for the default...
2008-07-25 Axel BeckertMoved $encode_xml_entities setting to configuration...
2008-07-24 Axel BeckertStarting the next release cycle in the ChangeLog and...
2008-07-24 Axel BeckertIn contrary to the copyright statement on http://www...
2008-07-22 Axel BeckertBugfix: Content types like application/xhtml+xml, etc...
2008-07-22 Axel BeckertBugfix: The content type set via template was only...
2008-07-22 Axel BeckertMake <guid> content a full URL by default (as Gavin...
2008-07-22 Axel BeckertBugfix: Default RSS feed failed feed validation at...
2008-07-22 Axel BeckertURLs must be escaped inside XML, e.g. inside the <link...
2008-07-22 Axel BeckertSingle quotes must be escaped in XML, too
2008-07-22 Axel BeckertAdapt the author string to list the current development...
2008-07-22 Axel BeckertNext release will be 2.1.0 -- adapt all version strings...
2008-06-24 Axel BeckertHTML 4.01 conformance for the default HTML templates
2008-03-26 Gavin CarrUnescape url returned from CGI::url to match PATH_INFO...
2008-03-24 Gavin CarrRedo path_info handling with much stricter date handling.
2007-12-07 Gavin CarrAdd $path_info_full variable to blosxom.cgi.
2007-11-01 Gavin CarrAdd encode_xml_entities flag to blosxom.cgi to allow...
2007-10-19 Gavin CarrAdd hash/hashref interpolation support to blosxom.cgi...
2007-10-12 Gavin CarrFix typo in default html head rss line, and adjust...
2007-10-04 Gavin CarrAdd comment on -z Blosxom::Plugin::Foo placeholders.
2007-10-03 Gavin CarrFix plugin filename bug with decorated plugins in ...
2007-10-02 Barijaona Ramaholi... Handle correctly seconds in the nice_date subroutine
2007-10-01 Barijaona Ramaholi... Changed $plugin_list as an absolute path, as all config...
2007-09-27 Barijaona Ramaholi... Allows default interpolate routine to handle multiple...
2007-09-26 Barijaona Ramaholi... Restores $plugin_dir as the main plugin location. Tries...
2007-09-24 Barijaona Ramaholi... Avoid use of module Time::localtime
2007-09-22 Barijaona Ramaholi... Applied perltidy with PBP settings for the 'generate...
2007-09-22 Barijaona Ramaholi... Applied perltidy with PBP settings for everything befor...
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for checking after plugins...
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for setting $hr12
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "end"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "template"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for testing if $date should...
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "date"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for setting the %f entries...
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "filter"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "entries"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" in default entries sub
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for setting $static_or_dynamic
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for adding header to $output
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "last"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "foot"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "story"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "sort"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "head"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "interpolate"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for running plugins "skip"
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for preparing file list in...
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for preparing $path_info
2007-09-22 Barijaona Ramaholi... Avoid "conditional and" for fixing $depth
2007-09-19 Barijaona Ramaholi... More explicit warning if a plugin fails to load
2007-09-18 Gavin CarrAdd support for multiple plugin directories using ...
2007-09-18 Gavin CarrAdd $blog_encoding back to default content_type flavour...
2007-09-18 Gavin CarrRevert the 1.27 change (mixed changesets).
2007-09-18 Gavin CarrAdd $blog_encoding back to default content_type flavour...
2007-09-18 Barijaona Ramaholi... Reverted the 1.24 change.
2007-09-17 Barijaona Ramaholi... Added a $blog_encoding variable which can be used in...
2007-09-17 Barijaona Ramaholi... We make the content_type template pass through the...
2007-09-17 Barijaona Ramaholi... Introduces a $utc_offset variable which stores the...
2007-09-11 Gavin CarrAdd missing </p> to default error head flavour.
2007-09-11 Gavin CarrAdd support for $plugin_list plugin config file.
2007-09-09 Gavin CarrAdd external config support via BLOSXOM_CONFIG_DIR...
2007-08-29 Gavin CarrChange plugin loading to use @INC instead of fixed...
2007-08-25 Barijaona Ramaholi... Replaced references to www.blosxom.com with blosxom...
2006-07-17 Kevin Scaldeferribump version number
2006-07-16 Kevin Scaldeferrifix this comment again
2006-07-10 Kevin Scaldeferrirevert change 1.13 entirely due to incorrect behavior
2006-07-10 Kevin Scaldeferrisyntax error fix
2006-07-10 Kevin Scaldeferrifix bug 1445435.
2006-07-10 Kevin Scaldeferriallow for empty (but defined) templates
2006-07-10 Kevin Scaldeferrifix problem with CGI.pm and SSIs where url() doesn...
2006-07-10 Kevin Scaldeferriallow newlines in DATA
2005-12-18 Barijaona Ramaholi... Fixed bug 1368882
2005-12-18 Barijaona Ramaholi... Bug 1356997 <http://sourceforge.net/tracker/index.php...
2005-11-27 Kevin Scaldeferribumped version number, updated URLs
2005-11-26 Kevin Scaldeferrifixed bug 1356937
2005-11-25 Kevin ScaldeferriFixed bug 1344334.
2005-11-25 Kevin Scaldeferricorrect fix of bug 1345548.
2005-11-25 Kevin ScaldeferriFixed bug 135700
2005-11-25 Kevin Scaldeferrifixing bug 1345548.
2005-09-23 Kevin ScaldeferriInitial revision