CGI-Widget-DBI-Browse
view release on metacpan or search on metacpan
Make code run with CGI 4 without warnings about calling param() in list context
=item 0.17 - Dec 8, 2014
call translate() method from Search module v0.31 on user-visible English strings, to support internationalization
add a span around "Show all items in this category" so it can be replaced (via CSS) with something else
add empty div so content can be added (via CSS content:) at the top of browse results for any level in category tree
more unicode fixes: decode utf8 chars in link_for_category_column() and when -cache_categories enabled
=item 0.16 - Feb 11, 2014
add utf8 escaping to support browsing datasets with non-english-language characters
add exception handling to prevent circular reference memory leak if an error occurs in display of results
update for refactoring in CGI::Widget::DBI::Search version 0.30
bugfix: auto-skip to results code was breaking the case of a single browse result on the final page of category choices
HTML escape the id of the <a/> tag of each category browse choice
=item 0.15 - Mar 14, 2013
minor performance improvement by eliminating unnecessary calls to HTML-generation methods
bugfix in unicode handling: use uri_escape_utf8() on all query string values in URIs used for navigation
change id attribute of category navigation href: was just "categoryNavLink", now "categoryNavLink-[CATEGORY]"
where [CATEGORY] is the category value where the user would navigate to if the href is followed
minor change in behavior of -auto_skip_to_results: enable auto-skip for any category with just a
single member, instead of only no members (sub-category value NULL) or single empty string member,
since the whole point of this module is to make browsing datasets in a browser *easy*
=item 0.14 - Jun 27, 2010
( run in 0.377 second using v1.01-cache-2.11-cpan-88abd93f124 )