Mailing List Archive

[bricoleurs/bricolage] c059ff: Allow autosuggest mininum character control.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: c059ff876b9b11fe4117dc64b5bce3c6f123483c
http://github.com/bricoleurs/bricolage/commit/c059ff876b9b11fe4117dc64b5bce3c6f123483c
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-09 (Tue, 09 Mar 2010)

Changed paths:
M comp/widgets/media_prof/edit_meta.html
M comp/widgets/media_prof/edit_new.html
M comp/widgets/story_prof/edit_new.html
M comp/widgets/story_prof/list_categories.html
M comp/widgets/tmpl_prof/edit_meta.html
M comp/widgets/tmpl_prof/edit_new.html
M conf/bricolage.conf
M lib/Bric/Admin.pod
M lib/Bric/Changes.pod
M lib/Bric/Config.pm

Log Message:
-----------
Allow autosuggest mininum character control.

Add the `CATEGORY_MIN_CHARS` AND `CATEGORY_MIN_CHARS_TMPL` `bricolage.conf`
directives. These give adminstrators the ability to control the responsiveness
of the autosuggest box for selecting categories to associate with assets. It
has been set to 2 to make it more responsive to sites with very large numbers
of categories, but most folks only need it set to 1. [#142 state:resolved]