Changesets: MantisBT

master 42e58af4

2025-07-03 08:08

translatewiki.net


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

master 08f440e6

2025-06-26 08:08

translatewiki.net


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

master 05d5aec9

2025-06-23 08:07

translatewiki.net


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

master 2d97fafb

2025-06-05 08:08

translatewiki.net


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

master 81611082

2025-05-29 08:07

translatewiki.net


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

master 3047c4c9

2025-05-22 08:10

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_serbian_latin.txt Diff File
mod - plugins/Gravatar/lang/strings_serbian_latin.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_serbian.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_serbian_latin.txt Diff File
mod - plugins/MantisGraph/lang/strings_serbian.txt Diff File
mod - plugins/MantisGraph/lang/strings_serbian_latin.txt Diff File
mod - plugins/XmlImportExport/lang/strings_serbian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_serbian_latin.txt Diff File

master 8034a2c4

2025-05-15 08:07

translatewiki.net


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

master 30c0164e

2025-05-14 12:38

dregad


Details Diff
Fix PHPDoc and static analysis warnings
mod - core/authentication_api.php Diff File
mod - core/crypto_api.php Diff File

master 0fb502dd

2025-05-12 08:08

translatewiki.net


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

master 3ad5c636

2025-05-12 07:54

dregad


Details Diff
Merge branch 'master-2.27'
mod - adm_config_report.php Diff File
mod - admin/test_langs.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - css/default.css Diff File
mod - manage_tags_page.php Diff File

master 97aa8e50

2025-05-09 03:55

dregad


Details Diff
Bump Apache minimum requirement to 2.4.13

- 2.2 is EOL since 2018.
- 2.4.13 is required for CGIPassAuth (see issue 0026365)
Affected Issues
0026365
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master d67405d6

2025-05-05 15:11

dregad


Details Diff
PHPDoc
mod - core/authentication_api.php Diff File

master-2.27 10366604

2025-05-05 13:17

dregad


Details Diff
Add admin check for global configs defined in DB

Fixes 0036164
Affected Issues
0036164
mod - admin/check/check_config_inc.php Diff File

master-2.27 cf28aca3

2025-05-05 13:17

dregad


Details Diff
Allow deleting a Global config option

config_delete() prevents deleting configs defined in $g_global_settings.
This does not make sense: if they are not allowed to be present in the
database, then it should be OK to remove them.

This situation can happen, when a config that was not initially defined
as global, is later added to the $g_global_settings.

Fixes 0036164
Affected Issues
0036164
mod - core/commands/ConfigsSetCommand.php Diff File
mod - core/config_api.php Diff File

master-2.27 c33bdc55

2025-05-05 13:11

dregad


Details Diff
PHPDoc
mod - core/config_api.php Diff File

master-2.27 e14679c6

2025-05-05 13:03

dregad


Details Diff
Fix static analysis warnings, whitespace
mod - core/commands/ConfigsSetCommand.php Diff File

master-2.27 2ebff3d6

2025-05-05 12:58

dregad


Details Diff
Inconsistent use of single quote in error message

ERROR_INVALID_FIELD_VALUE message used `'` to quote the parameter. This
is inconsistent, the double-quote `"` is used everywhere else.
mod - lang/strings_english.txt Diff File

master-2.27 fcfc9344

2025-05-05 12:53

dregad


Details Diff
Fix typo and improve error message wording

Issue 0035915
Affected Issues
0035915
mod - lang/strings_english.txt Diff File

master-2.27 9aeb54fb

2025-05-05 12:52

dregad


Details Diff
Correct error code when updating a global config

Now using ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB instead of incorrect
ERROR_INVALID_FIELD_VALUE

Fixes 0035915
Affected Issues
0035915
mod - core/commands/ConfigsSetCommand.php Diff File

master 53b193d1

2025-05-05 08:07

translatewiki.net


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

master 50b0baf2

2025-05-03 19:24

dregad


Details Diff
Merge branch 'i35668-rest-api-unset-category'

PR https://github.com/mantisbt/mantisbt/pull/2136
mod - api/soap/mc_api.php Diff File
mod - tests/Mantis/MantisCoreBase.php Diff File
mod - tests/core/MantisTestCase.php Diff File
mod - tests/rest/RestBase.php Diff File
add - tests/rest/RestIssueUpdateCategory.php Diff File
mod - tests/rest/RestIssueUpdateVersion.php Diff File

master-2.27 a911a2ba

2025-05-03 18:03

dregad


Details Diff
Fix additional scroll offset issues

In most use cases, we want to jump to a section (i.e. a div with the
widget-box class); many of these already have an id, so we just need to
extend the scroll offset rule by adding the `div.widget-box` selector
to fix those.

Additionally, this removes several unnecessary <a> tags that are
duplicating existing IDs on <div> with widget-box class.

- View page:
- Monitors section (#monitors)
- Notes/Activities section (#bugnotes, #attachments)
- Time tracking section (#bugnotestats)
- History section (#history)
- Manage Tags page, Create Tag section (#tagcreate)
- Configuration Report page, Database Configuration section
- Language tests page, Plugins checks (add `.test-langs tr` selector)

Fixes 0021675
Affected Issues
0021675
mod - adm_config_report.php Diff File
mod - admin/test_langs.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - css/default.css Diff File
mod - manage_tags_page.php Diff File

master c2692fd5

2025-05-01 10:04

dependabot[bot]

Committer: community


Details Diff
Bump phpmailer/phpmailer from 6.9.3 to 6.10.0

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.9.3 to 6.10.0.
- [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.3...v6.10.0)

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

Fixes 0035874, https://github.com/mantisbt/mantisbt/pull/2138

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Affected Issues
0035874
mod - composer.lock Diff File

master 217f3352

2025-05-01 10:02

dregad


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

master-2.27 a7fe63fd

2025-05-01 09:55

dependabot[bot]

Committer: dregad


Details Diff
Bump adodb/adodb-php from 5.22.8 to 5.22.9

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.22.8 to 5.22.9.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](https://github.com/ADOdb/ADOdb/compare/v5.22.8...v5.22.9)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
dependency-version: 5.22.9
dependency-type: direct:production
update-type: version-update:semver-patch
...

Fixes 0035906

Signed-off-by: dependabot[bot] <support@github.com>
Affected Issues
0035906
mod - composer.lock Diff File
 First  Prev  1 2 3 4 5 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last