Revision history for HTML-LinkList ================================== 0.1501 Sat 26 May 2007 ---------------------- * (26 May 2007) fix formats Fixed a bug in the advanced formats stuff. 0.15 Tue 22 May 2007 -------------------- * (22 May 2007) advanced formats Added "formats" option for advanced formatting. 0.14 Sat 19 May 2007 -------------------- * (19 May 2007) uneven lists Enable this to deal with lists of lists where the first item isn't a normal item, but a sub-list, but the next item is a normal item. 0.13 Mon 11 September 2006 -------------------------- * (11 Sep 2006) hide_ext Added the 'hide_ext' option, to hide extensions of files in links (useful for MultiViews sites). 0.12 Tue 23 May 2006 -------------------- * (23 May 2006) description improvements Added 'pre_desc' and 'post_desc' options to enable one to put a string before and after the descriptions. 0.11 Thu 20 April 2006 ---------------------- * (20 Apr 2006) preserve_paths option Added the 'preserve_paths' option; if this is true, then the input paths are not sorted, nor do they have intermediate paths extracted. This speeds things up slightly, and can be useful if you already have a full list of paths and don't need to do that processing on it again. 0.1002 Mon 17 April 2006 ------------------------ * (17 Apr 2006) navbar fix If there are paths that are too similar, such as one subdir in a directory being called "foo", and another called "foobar", then it would pick up the foobar stuff in foo when it shouldn't. 0.1001 Thu 13 April 2006 ------------------------ * (12 Apr 2006) fixed nohide bug The 'nohide' option was being ignored in some circumstances. 0.10 Sat 01 April 2006 ---------------------- * (1 Apr 2006) breadcrumb-navbar Added a hybrid breadcrumb-navbar: nav_tree(navbar_type=>'breadcrumb') which starts off like a breadcrumb-trail, showing the parent(s) of the current URL, but also showing the current level, not just the current URL. Useful in situations where you don't want a full-blown navigation tree. 0.09 Thu 16 March 2006 ---------------------- * (16 Mar 2006) documentation tweaking * (16 Mar 2006) exclude_root_parent Added the 'exclude_root_parent' option, which excludes the root "/" path from being counted as a "parent" to the current_url when using the 'pre_current_parent' and 'post_current_parent' options. This can be useful if you want to use those options but don't want the root/Home link to be displayed differently. * (16 Mar 2006) prepend_list and append_list Added new options (to 'full_tree', 'nav_tree') 'prepend_list' and 'append_list' which enable you to prepend or append a list of links to be added to your "top level" as-is. * (16 Mar 2006) removed nav_bar Removed the 'nav_bar' function because it was horrible and made yucky navbars. With use of CSS and choice of levels and separators, the 'nav_tree' should be sufficient, since while the UL list is the default, it can be set up to use paragraphs and so on. 0.08 Thu 16 February 2006 ------------------------- * (16 Feb 2006) top_level option Added a new 'top_level' option, useful for starting a navigation tree further down its hierarchy. 0.07 Thu 02 February 2006 ------------------------- * (2 Feb 2006) depth fixes - enabled start_depth and end_depth to be changed for nav_tree without wierdness happening. It used to be that end_depth was ignored, and if start_depth was anything other than 1, one would get too many links. * (25 Jan 2006) empty lists Added a check to see that the generated list wasn't empty; before this, it would *always* put on the list_head and list_foot stuff even if there was nothing there. Which meant that you could end up with something like