Changesets: MantisBT

master 29eaa198

2024-04-19 07:44

dregad


Details Diff
Merge branch 'master-2.26'
mod - bug_report_page.php Diff File

master-2.26 c3f45929

2024-04-19 07:42

dregad


Details Diff
Respect Target Version param when reporting bugs

Until now, if bug_report_page.php was called with target_version query
parameter, or when cloning an issue having Target Version set, the form
would always be displayed with an empty Target Version selection list.

Fixes 0012956
Affected Issues
0012956
mod - bug_report_page.php Diff File

master 8113337d

2024-04-18 09:21

lucmuller

Committer: dregad


Details Diff
Fix PR review comments

Rename get_attachment_link_target() to print_attachment_link_target()

Signed-off-by: Damien Regad <dregad@mantisbt.org>
mod - config_defaults_inc.php Diff File
mod - core/print_api.php Diff File

master adba77a0

2024-04-18 08:10

translatewiki.net


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

master 449ddbf7

2024-04-15 19:48

dregad


Details Diff
Merge branch 'master-2.26'
mod - core/print_api.php Diff File

master-2.26 452f0f15

2024-04-15 19:47

dregad


Details Diff
Remove extra "Proceed" button when redirecting

When print_header_redirect() is handling pending errors, the Proceed
button is shown twice, once in html_operation_successful()'s output, and
again in a standalone div.

This is a regression introduced by 5e65518b1ef546ea62b4098bfff9134087caccfb
(issue 0033480), which added the html_operation_successful() call, but
did not remove the existing Proceed button.

Fixes 0034404
Affected Issues
0033480, 0034404
mod - core/print_api.php Diff File

master 0b8c93f4

2024-04-15 08:09

translatewiki.net


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

master b0f09b75

2024-04-12 19:33

dregad


Details Diff
KEYS.md: updated mantisbt server GPG key

The old key was expired since 26-May-2023.

It was extended for 2 years on 12-Apr-2024, this publishes the updated
key.

Fixes #34403
mod - KEYS.md Diff File

master e49dddff

2024-04-12 19:27

dregad


Details Diff
KEYS.md: update keyservers reference

- The SKS pool is gone [1]
- https://keys.gnupg.net is dead too
- Added https://keys.openpgp.org

[1]: https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead
mod - KEYS.md Diff File

master f1c0cd9e

2024-04-11 08:09

translatewiki.net


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

master 756874c6

2024-04-09 06:35

dependabot[bot]

Committer: community


Details Diff
Bump phpunit/phpunit from 9.6.18 to 9.6.19 (#1990)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...

Fixes 0033098, PR https://github.com/mantisbt/mantisbt/pull/1990

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

master dc3bc0dd

2024-04-08 08:08

translatewiki.net


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

dependabot/composer/phpunit/phpunit-9.6.19 1d5e5d5c

2024-04-07 21:25

dependabot[bot]

Committer: community


Details Diff
Bump phpunit/phpunit from 9.6.18 to 9.6.19

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...

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

master 6f7ea9d3

2024-04-07 13:38

atrol


Details Diff
Merge branch 'master-2.26'
mod - view_user_page.php Diff File

master-2.26 de29d956

2024-04-07 13:31

atrol


Details Diff
Solve PR comments

Issue 0034399
Affected Issues
0034399
mod - view_user_page.php Diff File

master-2.26 69464e40

2024-04-07 10:15

atrol


Details Diff
Fix internal error on view_user_page

Fixes 0034399
Affected Issues
0034399
mod - view_user_page.php Diff File

master 47ef2e6e

2024-04-07 04:42

grummbeer

Committer: community


Details Diff
Equalize the appearance of inline code and code blocks

Fixes 0022181 0022485, PR https://github.com/mantisbt/mantisbt/pull/1987
Affected Issues
0022181, 0022485
mod - plugins/MantisCoreFormatting/files/markdown.css Diff File

master-2.26 6c2c21ab

2024-04-04 13:08

dregad


Details Diff
Fix handling of hex-encoded character references

This is necessary when Markdown processing is switched off.

Fixes 0034393

Backported from master branch (cherry picked from commit
100427709e55e5d4da11e1dbb8d6816418b64646)
Affected Issues
0034393
mod - core/string_api.php Diff File

master 10042770

2024-04-04 13:08

dregad


Details Diff
Fix handling of hex-encoded character references

This is necessary when Markdown processing is switched off.

Fixes 0034393
Affected Issues
0034393
mod - core/string_api.php Diff File

master b0fac795

2024-04-04 08:11

translatewiki.net


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

master b5b9ff22

2024-04-02 18:14

dregad


Details Diff
Merge branch 'grummbeer/tests-organize-helper-tests'

PR https://github.com/mantisbt/mantisbt/pull/1985
add - tests/Mantis/Helper/ArrayTransposeTest.php Diff File
rm - tests/Mantis/HelperTest.php Diff

master 62ead2c4

2024-04-02 17:48

dregad


Details Diff
Move ArrayTransposeTest to tests/Mantis/Helper

Issue 0034379
Affected Issues
0034379
mv - tests/Mantis/ArrayTransposeTest.php → tests/Mantis/Helper/ArrayTransposeTest.php Diff File

master c4011982

2024-04-02 17:45

dregad


Details Diff
Rename HelperTest to ArrayTransposeTest

Issue 0034379
Affected Issues
0034379
mv - tests/Mantis/HelperTest.php → tests/Mantis/ArrayTransposeTest.php Diff File

master 62483e67

2024-04-01 08:10

translatewiki.net


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

master be443604

2024-04-01 04:45

grummbeer

Committer: dregad


Details Diff
Improve ArrayTransposeTest

- Update array syntax from array() to []
- Add type hints and add declare(strict_types=1);
- Use the Generator syntax to yield the samples instead of creating an
array first.
- Change assertEquals to assertSame to be more strict.

Fixes 0034379, PR https://github.com/mantisbt/mantisbt/pull/1985

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

Separated Move and Rename operations into distinct commits for better
continuity in Git history.
Affected Issues
0034379
mod - tests/Mantis/Helper/ArrayTransposeTest.php Diff File
 First  Prev  1 2 3 ... 40 41 42 43 44 45 46 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last