Changesets: MantisBT

master-2.27 d0a7bed6

2024-12-03 13:22

dregad


Details Diff
Fix static analysis warnings
mod - adm_config_report.php Diff File

master 66056ffc

2024-11-29 14:21

raspopov

Committer: dregad


Details Diff
Adds Graphviz version checks for SVG format
mod - admin/check/check_display_inc.php Diff File

master babfb630

2024-11-28 13:08

raspopov

Committer: dregad


Details Diff
New $g_graph_format option

Allows selecting output type for images generated by Graphviz, currently
set to 'png' by default.
mod - config_defaults_inc.php Diff File
mod - core/relationship_graph_api.php Diff File
mod - workflow_graph_img.php Diff File

master 5a104a10

2024-11-28 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_luxembourgish.txt Diff File

master-2.27 a6e8c5c7

2024-11-26 13:51

raspopov

Committer: dregad


Details Diff
Fix Graphviz calls on Windows

Failing due to unescaped spaces in the path and incorrectly escaped
directory delimiter slashes in the proc_open() call.

Use realpath() to set the path to the library, and add escapeshellarg()
in the Graphviz tool call.

Fixes 0035039

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Original commits squashed.
Affected Issues
0035039
mod - admin/check/check_display_inc.php Diff File
mod - core/graphviz_api.php Diff File

master ff648727

2024-11-26 13:01

raspopov

Committer: dregad


Details Diff
Use SVG for relationship and workflow graphs
mod - core/relationship_graph_api.php Diff File
mod - workflow_graph_img.php Diff File

master a17752a6

2024-11-25 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_luxembourgish.txt Diff File

master 16ee3edc

2024-11-25 02:34

dregad


Details Diff
Merge branch 'master-2.27'
mod - composer.lock Diff File

dependabot/composer/phpmailer/phpmailer-6.9.3 cbdd8a27

2024-11-25 02:34

dependabot[bot]

Committer: community


Details Diff
Bump phpmailer/phpmailer from 6.9.2 to 6.9.3

Dependabot couldn't find the original pull request head commit, e21039094ed86ab6fb8477d7b6e7c501dab7b1c4.
mod - composer.lock Diff File

master-2.27 d5780f37

2024-11-25 02:33

dregad


Details Diff
Bump phpmailer/phpmailer from 6.9.2 to 6.9.3

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.9.2 to 6.9.3.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.2...v6.9.3)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
dependency-type: direct:production
update-type: version-update:semver-patch
...

Fixes 0034845, PR https://github.com/mantisbt/mantisbt/pull/2050

Signed-off-by: dependabot[bot] <support@github.com>
Affected Issues
0034845
mod - composer.lock Diff File

dependabot/composer/phpmailer/phpmailer-6.9.3 e2103909

2024-11-24 20:23

dependabot[bot]

Committer: community


Details Diff
Bump phpmailer/phpmailer from 6.9.2 to 6.9.3

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.9.2 to 6.9.3.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.2...v6.9.3)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
mod - composer.lock Diff File

master 00fc357a

2024-11-24 05:50

dregad


Details Diff
PHP 8.4: fputcsv() $escape parameter is mandatory

Fixes 0035214
Affected Issues
0035214
mod - core/install_helper_functions_api.php Diff File

master bbf507d1

2024-11-24 05:26

dregad


Details Diff
PHP 8.4: deprecated E_STRICT

Fixes 0035213
Affected Issues
0035213
mod - core/error_api.php Diff File
mod - tests/TestConfig.php Diff File

master a7fadaee

2024-11-22 02:46

dregad


Details Diff
Merge branch 'master-2.27'
mod - admin/check/check_php_inc.php Diff File
mod - composer.json Diff File
mod - composer.lock Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 59283d84

2024-11-21 12:34

dregad


Details Diff
Set LINKS_NOFOLLOW_EXTERNAL as default

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

master cfe18445

2024-11-21 12:30

c_schmitz

Committer: community


Details Diff
Support NoFollow hyperlinks for external urls

Introduces new constant LINKS_NOFOLLOW_EXTERNAL to set `nofollow` link
attributes on external links.

Fixes 0005271, PR https://github.com/mantisbt/mantisbt/pull/2044

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0005271
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/helper_api.php Diff File
mod - core/string_api.php Diff File
mod - plugins/MantisCoreFormatting/core/MantisMarkdown.php Diff File

master c428605d

2024-11-21 07:22

dregad


Details Diff
The tokenizer php extension is required

Without it, adm_config_set.php throws a "Call to undefined function
token_get_all()" error.

- add the extension to composer.json
- document the requirement in Admin Guide
- verify its presence in admin checks

Fixes 0035011
Affected Issues
0035011
mod - admin/check/check_php_inc.php Diff File
mod - composer.json Diff File
mod - composer.lock Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master-2.27 c428605d

2024-11-21 07:22

dregad


Details Diff
The tokenizer php extension is required

Without it, adm_config_set.php throws a "Call to undefined function
token_get_all()" error.

- add the extension to composer.json
- document the requirement in Admin Guide
- verify its presence in admin checks

Fixes 0035011
Affected Issues
0035011
mod - admin/check/check_php_inc.php Diff File
mod - composer.json Diff File
mod - composer.lock Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 565b328b

2024-11-21 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_swedish.txt Diff File

master-2.27 2f0cee29

2024-11-21 07:07

dregad


Details Diff
Sort the list of required extensions
mod - admin/check/check_php_inc.php Diff File

master fd682a2b

2024-11-14 16:25

atrol


Details Diff
Fix broken graphs on systems with case-sensitive file systems

Regression introduced when upgrading chart.js library
Reproducible only with default setting $g_cdn_enabled = OFF;

Issue 0034847
Affected Issues
0034847
mod - plugins/MantisGraph/MantisGraph.php Diff File

master 41103a95

2024-11-11 07:06

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_dutch.txt Diff File

master 9f4ccf15

2024-11-10 11:51

dregad


Details Diff
Document LINKS_NOFOLLOW_EXTERNAL constant

Issue 0005271
Affected Issues
0005271
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/html.xml Diff File

master fa5eb92f

2024-11-10 11:51

dregad


Details Diff
Coding guidelines
mod - core/helper_api.php Diff File
mod - core/string_api.php Diff File
mod - plugins/MantisCoreFormatting/core/MantisMarkdown.php Diff File

master 5cd9d52f

2024-11-09 09:23

dregad


Details Diff
Merge branch 'master-2.27'
mod - api/soap/mc_issue_api.php Diff File
 First  Prev  1 2 3 ... 29 30 31 32 33 34 35 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last