View Issue Details

IDProjectCategoryView StatusLast Update
0010596mantisbtfilterspublic2009-06-23 15:26
Reporterjreese Assigned Tojreese  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010596: Allow plugins to define new column typess
Description

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

TagsNo tags attached.

Relationships

related to 0010595 closedjreese Allow plugins to define and add new filters 

Activities

jreese

jreese

2009-06-18 11:29

reporter   ~0022192

Implemented in master branch.

Related Changesets

MantisBT: master 991e5b6c

2009-06-17 11:14

jreese


Details Diff
Fix 0010596: Implemented pluggable issue columns.

Added new MantisColumn class archetype to define the standard format
and behavior for custom columns and how they display to the user.

Currently, plugin columns are limited to viewing data only, and can
not be used for sorting, although the sorting data is currently
passed for potential future implementation.
Affected Issues
0010596
add - core/classes/MantisColumn.class.php Diff File
mod - core/events_inc.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/columns_api.php Diff File

MantisBT: master 7d4dec90

2009-06-17 11:38

jreese


Details Diff
Issue 0010596: Documented custom column event. Affected Issues
0010596
mod - docbook/developers/en/event-reference-filter.sgml Diff File