View Issue Details

IDProjectCategoryView StatusLast Update
0006809mantisbtadministrationpublic2014-09-23 18:05
ReporterSivan Greenberg Assigned Torombert  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version1.2.12Fixed in Version1.2.12 
Summary0006809: Using an 'Or' filter logic
Description

Currently filtering using an 'Or' filter is impossible - For example, filter which will contain bugs which are assigned to certain user or resolved.
The way I thing of adding this feature, is grouping of 2 or more existing filters in the "Manage Filters" screen.

TagsNo tags attached.

Relationships

related to 0003448 closedgrangeway Filter options ">" "OR" "AND" "NOT" "<" would be nice 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
parent of 0014735 closedrombert Permalink does not work when using "Match Type" 
parent of 0014736 acknowledged UI changes for filter property 'match type' 
parent of 0014737 closedrombert Date filters do not work with match type = any condition 
related to 0015389 closeddregad Display of match_type filter property for unknown types 
related to 0015573 closeddregad CVE-2013-1883: One query can be issued via current Mantis interface to take down site 
related to 0015678 closeddregad Bad performance when filtering and using match type "Any Condition" 
child of 0014677 closedrombert Summary: developer names should be links 
Not all the children of this issue are yet resolved or closed.

Activities

rombert

rombert

2012-09-20 17:51

reporter   ~0032892

Last edited: 2012-09-20 17:51

WIP at https://github.com/rombert/mantisbt/compare/fix-6809 .

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036067

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 5b491868

2012-09-14 22:32

rombert


Details Diff
Fix 0006809: 0005598: Using an 'Or' filter logic Affected Issues
0006809
mod - config_filter_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/filter_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - view_all_set.php Diff File

MantisBT: master 6c6c3d72

2012-09-21 21:35

rombert


Details Diff
Fix 0006809: 0005598: Using an 'Or' filter logic

Conflicts:
config_filter_defaults_inc.php
core/filter_api.php
lang/strings_english.txt
view_all_set.php
Affected Issues
0006809
mod - core/constant_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - view_all_set.php Diff File

MantisBT: master 44304e5c

2012-09-22 02:22

rombert


Details Diff
filter_api: replace implicit join with left join

Fixes 0006809: 0005598: Using an 'Or' filter logic
Affected Issues
0006809
mod - core/filter_api.php Diff File

MantisBT: master-1.2.x 925af0a6

2012-09-22 02:22

rombert


Details Diff
filter_api: replace implicit join with left join

Fixes 0006809: 0005598: Using an 'Or' filter logic
Affected Issues
0006809
mod - core/filter_api.php Diff File