The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.14

  • add new -exclude_vars_from_breadcrumbs option to exclude some -href_extra_vars params from breadcrumb links
  • refactor add_breadcrumbs_to_header() to make individual breadcrumbs available to calling object
  • minor change to behavior of parent_category_column() and ancestor_category_columns() methods: when auto_skip_in_effect, return the parent or ancestors *before* auto-skip, instead of after
  • improve link_for_category_column() method to support list of params to exclude from generated href, even when preseent in -href_extra_vars (useful for removing a search string param)
  • add -href_extra_vars from search widget to query string for all browse navigation links: category browse, breadcrumb, skip-to-results, and link returned by link_for_category_column() method
  • minor API changes:
  • new method auto_skip_to_results() which runs just the auto-skip code; also sets 'auto_skip_in_effect' object variable when auto-skip is triggered
  • new method build_results() which performs the search and calls auto_skip_to_results(), in case external classes want to build results before calling display_results

Documentation

Modules

Database browsing widget

Provides

in lib/CGI/Widget/DBI/TEST/Browse.pm