MantisBT: master d6c83f25

Author Committer Branch Timestamp Parent
jreese master 2009-06-15 17:19 master cf7e4309
Affected Issues  0010595: Allow plugins to define and add new filters
Changeset

Fix 0010595: Implemented pluggable view filters.

Added new MantisFilter class archetype to define the standard format
and behavior for custom filter fields and how they display to the
user, including multiple field types with individual behaviors.

add - core/classes/MantisFilter.class.php Diff File
mod - core/events_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/constant_inc.php Diff File
mod - return_dynamic_filters.php Diff File
mod - view_all_set.php Diff File
mod - view_filters_page.php Diff File