]> git.deb.at Git - pkg/blosxom.git/blob - ChangeLog
Made 01_templates.t pass again (added the expected output of t/templates/expected...
[pkg/blosxom.git] / ChangeLog
1 v2.0.3
2     * unescape url returned from CGI.pm to match PATH_INFO escaping
3     * redo path_info handling with much stricter date tests
4     * added support for multiple plugin directories using $plugin_path
5         * changed plugin loading to use @INC instead of hardcoded 
6           $plugin_dir
7         * added support for external config file via BLOSXOM_CONFIG_DIR 
8           and/or BLOSXOM_CONFIG_FILE environment variables
9         * added support for $plugin_list plugin config file
10
11 v2.0.2
12         * fixed path_info to have correct extension in static mode (bug
13         1368882)
14         * fixed filtering bug in static mode (bug 1356997)
15         * changed DATA section template parsing to allow newlines for
16         greater readability, and to allow empty templates.
17         * work-around for bug in CGI::url() when using SSI
18
19 v2.0.1
20         * Fixed XML escaping of RSS feeds
21         * Ignore editor backup files in the plugin directory
22           (i.e. "myplugin~")
23         * Set path_info variables correctly for all static pages.