Changesets: MantisBT

master d6795db8

2019-02-03 07:00

cproensa


Details Diff
Dont assume div around checkboxes

Not all pages have a div with class="checkbox". Modify the js script to
not rely on it.
mod - js/common.js Diff File

master 7d5c990b

2019-02-02 10:36

atrol


Details Diff
Minor doc corrections

Address PR comments

Issue #0020069
Affected Issues
0020069
mod - docbook/Admin_Guide/en-US/User_Management.xml Diff File
mod - docbook/Admin_Guide/en-US/config/defaults.xml Diff File

master af72555a

2019-02-01 06:03

dregad


Details Diff
Fix 'Undefined variable' PHP notice in API REST

Since the Slim Container's 'displayErrorDetails' setting is set to true
according to $t_show_detailed_errors's value, instead of referencing the
variable directly within the closure via a 'use' statement, we retrieve
the Container's settings to determine whether PHP exception details
should be shown or not.

Remove $t_show_detailed_errors variable as it is no longer needed.

Regression introduced by b2119ce0dc944f1db13813e863471e2bc3ae64f0.

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

master c29137eb

2019-01-31 06:14

atrol


Details Diff
Correct documentation of $g_notify_new_user_created_threshold_min

Fixes 0025403
Affected Issues
0025403
mod - docbook/Admin_Guide/en-US/User_Management.xml Diff File

master d4465dbf

2019-01-30 12:48

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_zazaki.txt Diff File

master cde055fa

2019-01-27 23:36

dregad


Details Diff
Travis: disable xdebug for PHP 7.3 builds

This is a temporary workaround, to allow our builds to succeed until
TravisCI is able to fix the root cause.

Fixes 0025390
Affected Issues
0025390
mod - scripts/travis_before_script.sh Diff File

master 8302f9da

2019-01-27 23:33

dregad


Details Diff
Travis: use case instead of if to test PHP version
mod - scripts/travis_before_script.sh Diff File

master 6f98bfc2

2019-01-26 11:03

atrol


Details Diff
Remove outdated custom fields information from Admin Guide

Fixes 0025408
Affected Issues
0025408
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File

master 3b157405

2019-01-26 10:50

atrol


Details Diff
Update browser information in Admin Guide

Fixes 0025408
Affected Issues
0025408
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 44af2e32

2019-01-26 10:45

atrol


Details Diff
Update operating systems information in Admin Guide

Fixes 0025408
Affected Issues
0025408
mod - docbook/Admin_Guide/en-US/About.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master c98a54a6

2019-01-26 10:33

atrol


Details Diff
Document option $g_from_name

Fixes 0017304
Affected Issues
0017304
mod - docbook/Admin_Guide/en-US/config/email.xml Diff File

master d46772fd

2019-01-25 13:14

dregad


Details Diff
MantisGraph: remove redundant subtitle on Issue Trends

Fixes 0025387
Affected Issues
0025387
mod - plugins/MantisGraph/pages/issues_trend_graph.php Diff File

master 9c04dce5

2019-01-25 12:57

dregad


Details Diff
MantisGraph: equal spacing between submenu/main div

Some MantisGraph plugin pages were missing a spacer div, causing the
title div to be too close to the submenu's buttons.

Fixes 0025386
Affected Issues
0025386
mod - plugins/MantisGraph/pages/developer_graph.php Diff File
mod - plugins/MantisGraph/pages/issues_trend_graph.php Diff File
mod - plugins/MantisGraph/pages/reporter_graph.php Diff File

master 5697fb6c

2019-01-25 12:46

dregad


Details Diff
Fix layout of summary submenu

With this change, the buttons are now properly left-aligned with the
main div, instead of being slightly offset to the left, which is
particularly visible on narrow screens.

Fixes 0025385
Affected Issues
0025385
mod - core/html_api.php Diff File

master e12f2809

2019-01-25 12:06

dregad


Details Diff
Improve display of 'filter applied' message

Use standard bootstrap 'alert' class, change <span> to <div>, center the
text and remove unnecessary <p>.

Fix indentation and break long line.
mod - core/summary_api.php Diff File

master f980b902

2019-01-25 00:09

atrol


Details Diff
Correct documentation of email preferences

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

master 758a0920

2019-01-24 23:33

atrol


Details Diff
Correct ADMIN GUIDE concerning REST API

Starting from version 2.8.0 0023516, the REST API is no longer experimental
but enabled by default

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

master 78a3f9ed

2019-01-24 23:09

atrol


Details Diff
Deliver all versions when querying projects via SOAP or REST API

Before this change, obsolete versions were not part of the response.

Fixes 0025381
Affected Issues
0025381
mod - api/soap/mc_project_api.php Diff File

master 4db17226

2019-01-23 04:55

cproensa

Committer: dregad


Details Diff
Enhance tables with sortable columns using list.js

Enable automatic creation of sortable columns in tables using list.js

Fixes: 0025378
Affected Issues
0025378
mod - js/common.js Diff File
mod - manage_proj_user_update.php Diff File

master f37dffa5

2019-01-23 01:28

cproensa

Committer: dregad


Details Diff
Manage project page, safe copy from/to forms

In manage project edit page, make the forms in each section for copying
items to/from other projects to not have an initial project as selected,
and make the selection as required.
This avoid to accidentally use this actions, without having made an
explicit selection in them.

Fixes: 0025368
Affected Issues
0025368
mod - manage_proj_edit_page.php Diff File

master f6f8e88e

2019-01-20 23:03

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File

master e5049441

2019-01-19 02:20

cproensa

Committer: dregad


Details Diff
Improve project users manage page

Improve Project edit page, user management.
Add js functionality based in list.js with pagination, sorting and
search/filtering.
Allow the staging of changes for modifications in access level and user
removal, within the user list.
Changes are applied as a whole and can be reviewed and validated after
form submission.

Fixes: 0005151
Affected Issues
0005151
mod - core/prepare_api.php Diff File
mod - core/project_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - css/default.css Diff File
add - js/manage_proj_edit_page.js Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_edit_page.php Diff File
add - manage_proj_user_update.php Diff File

master 32d60e53

2019-01-19 02:17

cproensa

Committer: dregad


Details Diff
Upgrade List.js to version 1.5.0

Upgrade from 1.4.1 to 1.5.0
Also, include the non-minified script.
mod - core/constant_inc.php Diff File
rm - js/list-1.4.1.min.js Diff
add - js/list-1.5.0.js Diff File
add - js/list-1.5.0.min.js Diff File
mod - library/README.md Diff File

master edd936b6

2019-01-15 23:43

cproensa

Committer: dregad


Details Diff
MantisGraph, convert to integer the returned values
mod - plugins/MantisGraph/core/graph_api.php Diff File

master f1aff1ce

2019-01-15 19:36

dependabot[bot]

Committer: vboctor


Details Diff
Bump slim/slim from 3.11.0 to 3.12.0

Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Commits](https://github.com/slimphp/Slim/compare/3.11.0...3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Affected Issues
0025437
mod - composer.lock Diff File
 First  Prev  1 2 3 ... 70 ... 140 141 142 143 144 145 146 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last