Changesets: MantisBT

master 010fc2d2

2017-10-22 15:34

cproensa

Committer: dregad


Details Diff
Improve relationship filter

Improve relationship filter by supporting a combination of:
Relationship type:
- any
- none
- specific relation type
Bug id:
- any
- none
- specific bug id

This allow logical combinations to search:
- Bugs not having any relation
- Bugs not having a specific relation (to any, or some other bug)
- Bugs having a specific relation type (to any, or some other bug)

Bug id field uses META_FILTER_ANY and META_FILTER_NONE as special
values for these combinations.

Fixes: 0007264
Affected Issues
0007264
mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/filter_form_api.php Diff File
mod - lang/strings_english.txt Diff File

master 1cb34a33

2017-10-22 14:43

atrol


Details Diff
Merge branch 'master-2.7'
mod - core/cfdefs/cfdef_standard.php Diff File

master f57c0b51

2017-10-22 13:55

dregad


Details Diff
Merge remote-tracking branch 'origin/master-2.7'
mod - account_page.php Diff File

master d708a4f2

2017-10-22 12:39

cproensa

Committer: vboctor


Details Diff
Fix application of show_assigned_names

Fix the validation of show_assigned_names for specific overrides,
instead of checking on only at global level.

Fixes: 0023518
Affected Issues
0023518
mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File

master af213f1b

2017-10-22 09:07

bgamrat

Committer: vboctor


Details Diff
Allow parent issues to be closed with open children

Add a config option to allow closing parent issues while children are open.

Fixes 0021225
Affected Issues
0021225
mod - bug_update.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/status.xml Diff File

master 9e8fa0ad

2017-10-21 20:57

Sergei Kuznetcov

Committer: vboctor


Details Diff
Remove unused config option inline_file_exts

Fixes 0023517
Affected Issues
0023517
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File

master 1a3aec6f

2017-10-21 19:14

vboctor


Details Diff
Enable REST API by default

Fixes 0023516
Affected Issues
0023516
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/api.xml Diff File

master 84725ae0

2017-10-21 07:26

cproensa

Committer: vboctor


Details Diff
Fix application of view_handler_threshold

Fix the validation of view_handler_threshold for specific overrides,
instead of checking on only at global level.

Introduce the validation in changelog and roadmap.

Fixes: 0023503
Affected Issues
0023503
mod - core/access_api.php Diff File
mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File

master c45a3dcc

2017-10-21 06:44

cproensa

Committer: dregad


Details Diff
Fix array access

array_slice() was not good since it uses the input array as reference and
modifies it.
mod - core/classes/DbQuery.class.php Diff File

master f3d5b172

2017-10-21 06:21

cproensa

Committer: dregad


Details Diff
php-doc, comments
mod - core/classes/BugFilterQuery.class.php Diff File

master-2.7 2263c7cf

2017-10-21 00:33

atrol


Details Diff
Remove required attribute from check box custom fields

Fixes 0023512
Affected Issues
0023512
mod - core/cfdefs/cfdef_standard.php Diff File

master-2.7 82653e23

2017-10-20 02:02

dregad


Details Diff
Allow password reset when it is blank

Commit f4137abe0c6e28ffd5a82fbe455b40d598109a25 added HTML5 'required'
attribute to mandatory fields, including the Current Password on Edit
Account page.

Since the password can be blank (e.g. when $g_enable_email_notification
is OFF), this prevents the users from resetting their password.

This removes the mandatory attribute when the password is blank.

Fixes 0023507
Affected Issues
0023507
mod - account_page.php Diff File

master 8a042864

2017-10-20 00:19

cproensa

Committer: dregad


Details Diff
Use view monitoring access in filter query

Match issues monitored by other users only when the user have access to
view them.

Fixes: 0023504
Affected Issues
0023504
mod - core/classes/BugFilterQuery.class.php Diff File

master 5988e25e

2017-10-19 16:36

cproensa

Committer: dregad


Details Diff
Fix ensure filter is valid

Keep the validation for externally provided filters.
It was removed after the rewrite, but some callers like
my_view_page is sending partial filter arrays.
mod - core/filter_api.php Diff File

master c1833bbf

2017-10-19 16:12

cproensa

Committer: dregad


Details Diff
Add option to filter by monitoring user "none"

Fixes: 0023501
Affected Issues
0023501
mod - core/filter_form_api.php Diff File

master 8a0d4210

2017-10-19 16:01

cproensa

Committer: dregad


Details Diff
Add option to filter by category "none"

Fixes: 0013177
Affected Issues
0013177
mod - core/filter_form_api.php Diff File

master 71e74ef9

2017-10-19 15:52

cproensa

Committer: dregad


Details Diff
Use view handler threshold in filter query

Fixes: 0023502
Affected Issues
0023502
mod - core/classes/BugFilterQuery.class.php Diff File

master 069aba5a

2017-10-19 15:11

cproensa

Committer: dregad


Details Diff
Use private note access in text search

Match private bugnotes only when the user have access to view them

Fixes: 0023500
Affected Issues
0023500
mod - core/classes/BugFilterQuery.class.php Diff File

master 5047def9

2017-10-19 14:24

cproensa

Committer: dregad


Details Diff
Use private note access in filter query

Match private bugnotes only when the user have access to view them

Fixes: 0023499
Affected Issues
0023499
mod - core/classes/BugFilterQuery.class.php Diff File

master 4455b133

2017-10-19 10:48

cproensa

Committer: dregad


Details Diff
Fix filter tags with OR operator

Rewrite the queries to be compatible with the filtering OR operator

Fixes: 0023506
Affected Issues
0023506
mod - core/classes/BugFilterQuery.class.php Diff File

master 5aff332f

2017-10-19 05:45

cproensa

Committer: dregad


Details Diff
Deprecate old filter api functions
mod - core/filter_api.php Diff File

master 5f5a0c42

2017-10-19 05:35

cproensa

Committer: dregad


Details Diff
Refactor filter query, export csv, excel
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File

master e4addd75

2017-10-19 04:16

cproensa

Committer: dregad


Details Diff
Refactor filter query, custom field values
mod - core/custom_field_api.php Diff File

master a6d319ab

2017-10-19 03:46

cproensa

Committer: dregad


Details Diff
Refactor filter query, related tags
mod - core/tag_api.php Diff File

master 71fea9b2

2017-10-19 03:19

cproensa

Committer: dregad


Details Diff
Refactor filter query, history query
mod - core/history_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 154 155 156 157 158 159 160 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last