viewing source for "CHANGELOG"

last commit

commit 2023770d4aea75baa7dd033df9b6402e134da37b Author: andy <andy@a04a6e75-5819-0410-a511-8dafea38c924> Date: Wed Dec 12 18:28:18 2007 +0000
code cleanup and changelog / readme update

source code

01: Fancy Categories Changelog
02: 
03: * 0.3:
04:     * Fixed the issue of only 5 posts being show in sub-categories (Thanks Dan)
05:     * When the page being viewed is a single post, that post's categories
06:       will be auto-expanded.
07: 
08: * 0.2:
09:     * Major modifications, removed the expand/collapse gifs in favor of links,
10:       each category is a link that will expand to show sub categories and posts
11:     * Post links are based on a user defined string (default: '%title')
12:     * Added the option to display post totals for the category and
13:       sub-categories.
14:     * If the current URL is a category, the appropriate category and parents
15:       are expanded (great for people without Javascript enabled)
16:     * Removed some javascript from the page head
17:     * Empty categories are no longer displayed
18:     * Fixed the issue of the Blogroll being included
19: 
20: * 0.1:
21:     * Initial Release