Changesets: MantisBT

master c7ca4005

2019-01-10 11:45

obmsch

Committer: vboctor


Details Diff
To enable access to MantisBT through REST API under IIS, add an
.htaccess equivalent web.config for the url rewrite rule.
Otherwise 404 is returned on every request.
Generated with IIS-URL-Rewrite.Import(api/rest/.htaccess).

Fixes 0024347
Affected Issues
0024347
add - api/rest/web.config Diff File

master c57ceb82

2019-01-10 02:03

cproensa

Committer: dregad


Details Diff
Fix history query

For ms-sql, provided values must be of the type of the table column.
In history table, old_value and new_value are strings.
mod - core/summary_api.php Diff File

master e7993b16

2019-01-10 01:52

cproensa

Committer: dregad


Details Diff
Fix error for empty reporter stats
mod - core/summary_api.php Diff File

master 0a2e8b26

2019-01-10 00:58

cproensa

Committer: dregad


Details Diff
MantisGraph, optimize enum queries

For enum based graphs, use only one query to retrieve issue counts.
mod - plugins/MantisGraph/core/graph_api.php Diff File

dependabot/composer/slim/slim-3.12.0 e662543e

2019-01-09 21:53

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_luxembourgish.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_zazaki.txt Diff File

master c346958e

2019-01-09 13:48

cproensa

Committer: dregad


Details Diff
Add view_summary_threshold to workflow config page

Add view_summary_threshold to the workflow configuration pages.
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - manage_config_work_threshold_page.php Diff File
mod - manage_config_work_threshold_set.php Diff File

master e8dc9f22

2019-01-09 13:47

cproensa

Committer: dregad


Details Diff
Check access for displaying summary button

Check view_summary_threshold in order to show the summary button in view
issues page.
mod - view_all_inc.php Diff File

master a0011e0b

2019-01-09 13:10

cproensa

Committer: dregad


Details Diff
Sort reporter summary over issue count

Sort the reporter stats over the total bugcount for each user.
Fixing it as it was missed after refactoring.
mod - core/summary_api.php Diff File

master ccae4dce

2019-01-09 10:11

dregad


Details Diff
Improve presentation of temporary filters

Merge PR https://github.com/mantisbt/mantisbt/pull/1390

Fixes 0024775, 0024776, 0025109
Affected Issues
0024775, 0024776, 0025109
mod - browser_search_plugin.php Diff File
mod - changelog_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - core/gpc_api.php Diff File
mod - core/print_api.php Diff File
mod - core/summary_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - css/default.css Diff File
mod - js/bugFilter.js Diff File
mod - js/common.js Diff File
mod - lang/strings_english.txt Diff File
mod - main_page.php Diff File
mod - manage_filter_edit_page.php Diff File
mod - roadmap_page.php Diff File
mod - set_project.php Diff File
mod - view_all_inc.php Diff File
mod - view_all_set.php Diff File
mod - view_filters_page.php Diff File

master-1.3.x b2faabba

2019-01-09 08:17

dregad


Details Diff
Update ADOdb library to 5.20.14

Fixes 0025180
Affected Issues
0025180
mod - library/README.md Diff File
mod - library/adodb Diff File

master 2af57de5

2019-01-09 08:16

dregad


Details Diff
Merge branch 'origin/master-2.19'
mod - composer.lock Diff File

master 837c6b59

2019-01-09 07:50

cproensa

Committer: dregad


Details Diff
Fix spaces
mod - core/summary_api.php Diff File

master 0c2ebd4e

2019-01-09 07:35

cproensa

Committer: dregad


Details Diff
Fix query for ms-sql, oracle
mod - core/summary_api.php Diff File

master 6d6d726d

2019-01-09 04:28

cproensa

Committer: dregad


Details Diff
Refactor summary reporter stats

Rewrite the summary report for reporter stats. Prevously, there was a
general query to get the reporters, and then separate database queries
for each reporter.
Rewrite it to only use one query to get the reporter details.
mod - core/summary_api.php Diff File

master 7b26ae1b

2019-01-08 15:53

atrol


Details Diff
Export FLOAT custom fields as numbers to Excel

Fixes 0025174
Affected Issues
0025174
mod - core/excel_api.php Diff File

master c7aac2de

2019-01-08 15:23

cproensa

Committer: dregad


Details Diff
Fix summary_helper_get_time_stats

The query for summary_helper_get_time_stats iwas only accounting for
history transitions into the exact resolved status. This is wrong for
example: not counting open -> closed, counting closed -> resolved.
mod - core/summary_api.php Diff File

master d9c26622

2019-01-08 14:33

cproensa

Committer: dregad


Details Diff
Fix summary by dates filter links

Always set explicitly the sart and end dates, because omitting any of
them may get an incorrect default.
If the summary uses a provided filter, don'r clear status properties, as
those has been set intentionally.
mod - core/summary_api.php Diff File

master ef3831aa

2019-01-08 13:52

cproensa

Committer: dregad


Details Diff
Fix filter links for summary

Fix links created in unfiltered summary.
mod - core/summary_api.php Diff File
mod - view_all_set.php Diff File

master f78f5b8c

2019-01-08 12:37

dregad


Details Diff
Revert "No redirect"

This reverts commit aa5facb9c178deeb253512c95ad2c51dc0938326.

The change was mistakenly committed to master branch as part of testing
failures for Travis-CI builds on PHP 7.3.
mod - scripts/travis_before_script.sh Diff File

master aa5facb9

2019-01-08 12:34

dregad


Details Diff
No redirect
mod - scripts/travis_before_script.sh Diff File

master 64ee6226

2019-01-08 12:02

cproensa

Committer: dregad


Details Diff
Redefine summary open, resolved, by dates

Previuos summary section "by dates" has to problems:

1. The criteria for "opened" issues, is by submit date. But the criteria
for "resolved" is based on history log for transition, from unresolved,
into resolved status. The main reason is that we don't have a specific
resolution date.
If having issues with succesive resolve and reopen transitions, and
those history records fall between different day ranges, the balance
result can be incorrect.

2. The queries for history table are considerably slow, and there is a
query for each day range. It all adds to the summary page response time.

The change here consist of:
- Using the same criteria for opened issues, where every new issue, or
reopen, history log counts for the total.
- Every open or resolve transition, for a given issue, is counted
separately.
This way we get a more accurate balance indicator, and ideally, for
every new/reopen action, we should have a resolution action.

Additionally, after this change in criteria, the history data can be
aggregated and extracted with one query for all date ranges, thus
greatly improving the performance issues.
mod - core/summary_api.php Diff File

master 4b481cd3

2019-01-07 14:58

cproensa

Committer: dregad


Details Diff
MantisGraph, limit Top Reporters graph

Fix limit for the top reporters in the graph. This feature was missed
after the filter implementation.
mod - plugins/MantisGraph/core/graph_api.php Diff File

master fad38bbf

2019-01-07 14:35

cproensa

Committer: dregad


Details Diff
MantisGraph, adjust width of some graphs.

Some graphs pages only display one graph. When they are displayed in the
full page width, the 5:4 aspect ratio doesn't fit in the usual screen
sizes.
Make them double wide, but keep the height, to mantain the constant fill
area similar to those pages with side by side graphs.
Affected Issues
0022518
mod - plugins/MantisGraph/core/graph_api.php Diff File
mod - plugins/MantisGraph/pages/issues_trend_graph.php Diff File
mod - plugins/MantisGraph/pages/reporter_graph.php Diff File

master 8ca3afc6

2019-01-07 14:04

cproensa

Committer: dregad


Details Diff
MantisGraph, make reporter graph to full page width

In "By Reporter" Graph page there is only one graph so it should span
all the space available.

Fixes: 0025168
Affected Issues
0025168
mod - plugins/MantisGraph/pages/reporter_graph.php Diff File

master fe4ec5cf

2019-01-07 13:54

cproensa

Committer: dregad


Details Diff
MantisGraph, add pie chart in Category Graph

Fixes: 0022099
Affected Issues
0022099
mod - plugins/MantisGraph/pages/category_graph.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 141 142 143 144 145 146 147 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 745 746 747  Next  Last