Changesets: MantisBT

master-2.7 e19287ff

2017-10-24 22:44

vboctor


Details Diff
Fix unattended upgrade

The upgrade_unattended script verifies that the adodb driver exists under the library rather than vendor folder.

Fixes 0023544
Affected Issues
0023544
mod - admin/upgrade_unattended.php Diff File

master b9b866d6

2017-10-24 20:16

vboctor


Details Diff
Update PHPMailer to v5.2.25

Fixes 0023543
Affected Issues
0023543
mod - composer.lock Diff File

issue23542_composer_php_compatibility f65f9dd6

2017-10-24 20:16

vboctor


Details Diff
Update PHPMailer to v5.2.25

Fixes 0023543
Affected Issues
0023543
mod - composer.lock Diff File

master c4f2dfd7

2017-10-24 20:05

vboctor


Details Diff
Force PHP compatibility for composer

Fixes 0023542
Affected Issues
0023542
mod - composer.json Diff File

issue23542_composer_php_compatibility 36b4712b

2017-10-24 20:05

vboctor


Details Diff
Force PHP compatibility for composer

Fixes 0023542
Affected Issues
0023542
mod - composer.json Diff File

master 8e663b33

2017-10-24 10:56

dregad


Details Diff
Allow display of detailed errors from REST API

If MantisBT config `show_detailed_errors` is on, then the Slim app
object will be initialized with setting `displayErrorDetails` = true.

Fixes 0023537
Affected Issues
0023537
mod - api/rest/index.php Diff File

master 750c311b

2017-10-23 12:51

cproensa

Committer: dregad


Details Diff
Fix filter view_type after column sorting

Keep the current view_type filter property after modifying the sorting
by clicking in column headers.

Fixes: 0023528
Affected Issues
0023528
mod - core/filter_api.php Diff File

master 05f093dc

2017-10-23 12:01

cproensa

Committer: dregad


Details Diff
Improve filter query for category search and sort

Make both the category search and order by expressions share the same
joined table, to simplify the query when both are active.
mod - core/classes/BugFilterQuery.class.php Diff File

master e0f6c9fa

2017-10-23 02:09

cproensa

Committer: dregad


Details Diff
Fix reading gpc value for relationship bug id

Fix typo when reading gpc filter parameters.
Add a validation for relationship filter fields to clean invalid values.

Fixes: 0023538
Affected Issues
0023538
mod - core/filter_api.php Diff File

master fc48f232

2017-10-23 01:51

cproensa

Committer: dregad


Details Diff
Sort columns by names related to ids

Sort by the actual names instead of the numerical ids for:
- Category
- Project
- Reporter
- Handler

For user names:
- show_realname should olny be set at global or all_projects
- sort_by_last_name is not supported at sql query runtime.

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

master f9ede738

2017-10-22 23:58

cproensa

Committer: dregad


Details Diff
Clean up reuse of custom field joins
mod - core/classes/BugFilterQuery.class.php Diff File

master 88025e8c

2017-10-22 23:29

cproensa

Committer: dregad


Details Diff
Fix display of relationship 0

Relation "duplicate of" has id value 0, and is being converted to "any"
in the filter box.
The code removed here does not make sense now as filters have a better
default and validation.

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

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
 First  Prev  1 2 3 ... 70 ... 140 ... 171 172 173 174 175 176 177 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last