View Issue Details

IDProjectCategoryView StatusLast Update
0010595mantisbtfilterspublic2009-06-23 15:26
Reporterjreese Assigned Tojreese  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010595: Allow plugins to define and add new filters
Description

Plugins that add new datasets to Mantis should be able to utilize a method for defining new filters on the View Issues page.

TagsNo tags attached.

Relationships

related to 0010596 closedjreese Allow plugins to define new column typess 

Activities

jreese

jreese

2009-06-18 11:29

reporter   ~0022191

Implemented in master branch.

Related Changesets

MantisBT: master d6c83f25

2009-06-15 17:19

jreese


Details Diff
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.
Affected Issues
0010595
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

MantisBT: master f4ebcfa6

2009-06-17 10:03

jreese


Details Diff
Issue 0010595: Documented custom filter event. Affected Issues
0010595
add - docbook/developers/en/event-reference-filter.sgml Diff File
mod - docbook/developers/en/file-entities.ent Diff File
mod - docbook/developers/en/event-reference.sgml Diff File