Changesets: MantisBT

master a718dfb6

2023-04-20 05:44

dregad


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

master-2.25 d7263eea

2023-04-19 17:21

dependabot[bot]

Committer: dregad


Details Diff
Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1

Fixes 0032432, PR https://github.com/mantisbt/mantisbt/pull/1882

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0032432
mod - composer.lock Diff File

dependabot/composer/guzzlehttp/psr7-1.9.1 12d8f0f0

2023-04-19 17:21

dependabot[bot]

Committer: community


Details Diff
Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-type: indirect
...

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

master 58ae0d42

2023-04-16 08:05

dregad


Details Diff
docbook-manual.py: new function to run Publican

[skip ci]
mod - build/docbook-manual.py Diff File

master 7737a37d

2023-04-16 08:03

dregad


Details Diff
Merge branch 'master-2.25'

# Conflicts:
# core/constant_inc.php
mod - core/classes/MantisCorePlugin.class.php Diff File
mod - core/classes/MantisPlugin.class.php Diff File
mod - manage_plugin_page.php Diff File
mod - plugins/Gravatar/Gravatar.php Diff File
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File
mod - plugins/MantisGraph/MantisGraph.php Diff File
mod - plugins/XmlImportExport/XmlImportExport.php Diff File

master-2.25 fd2a1b9d

2023-04-13 10:32

dregad


Details Diff
Add missing 't' prefix to variable name
mod - manage_plugin_page.php Diff File

master-2.25 54ef8296

2023-04-13 10:31

dregad


Details Diff
Allow installation of plugins without dependencies

The refactoring of manage_plugin_page with objects [1] introduced a
regression, preventing user from installing plugins without any
dependencies (i.e. having 'requires' property null or empty array).

Fixes 0032390

[1]: issue 0026142, commit c1076a520e38fb823c61ef540c2cf7da6e58aec2
Affected Issues
0026142, 0032390
mod - manage_plugin_page.php Diff File

master-2.25 94b3a6c4

2023-04-13 10:18

dregad


Details Diff
Improve PHPDoc for MantisPlugin::isValid()

Clearly state what makes a plugin valid.
mod - core/classes/MantisPlugin.class.php Diff File

master-2.25 d8852f2f

2023-04-13 10:10

dregad


Details Diff
Update bundled plugins URL
mod - core/classes/MantisCorePlugin.class.php Diff File
mod - plugins/Gravatar/Gravatar.php Diff File
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File
mod - plugins/MantisGraph/MantisGraph.php Diff File
mod - plugins/XmlImportExport/XmlImportExport.php Diff File

master-2.25 e6def156

2023-04-13 08:59

dregad


Details Diff
Bump version to 2.25.8-dev
mod - core/constant_inc.php Diff File

master a0bab079

2023-04-13 07:09

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_breton.txt Diff File
mod - lang/strings_interlingua.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_russian.txt Diff File
add - plugins/Gravatar/lang/strings_lithuanian.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_lithuanian.txt Diff File
mod - plugins/MantisGraph/lang/strings_lithuanian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_breton.txt Diff File
mod - plugins/XmlImportExport/lang/strings_lithuanian.txt Diff File

master fcb28a78

2023-04-12 13:34

dregad


Details Diff
Use new string_truncate() instead of mb_strimwidth()

This ensures that History API trunctates old_value and new_value to the
expected 255 chars even when full-width CJK symbols are used.

Fixes 0032385
Affected Issues
0032385
mod - core/history_api.php Diff File

master 47a44b35

2023-04-12 13:32

dregad


Details Diff
New string_truncate() API function

Truncate a string to the specified length, optionally appending a
marker. This is intended to replace mb_strimwidth() calls when the
truncation should be driven by the string's length and not its width.

Issue 0032385
Affected Issues
0032385
mod - core/string_api.php Diff File

master e72d8a8a

2023-04-11 18:47

dregad


Details Diff
Merge tag 'release-2.25.7'

Stable release 2.25.7

# Conflicts:
# core/constant_inc.php

release-2.25.7 f32b95e2

2023-04-11 18:44

dregad


Details Diff
Bump version to 2.25.7
mod - core/constant_inc.php Diff File

master 50c89aa9

2023-04-11 07:39

dregad


Details Diff
PHPDoc updates
mod - core/email_api.php Diff File

master bca90295

2023-04-11 07:20

dregad


Details Diff
New internal API email_relationship_send()

This avoids code duplication in email_relationship_added() and
email_relationship_deleted().

Fixes 0032382
Affected Issues
0032382
mod - core/email_api.php Diff File

master a546d576

2023-04-11 07:14

dregad


Details Diff
Fix static analysis warnings
mod - core/email_api.php Diff File

master 77f475f7

2023-04-11 07:04

dregad


Details Diff
Remove unnecessary variable assignments
mod - core/email_api.php Diff File

master 16479931

2023-04-11 07:03

dregad


Details Diff
Merge branch 'master-2.25'
mod - core/email_api.php Diff File

master-2.25 28c9d1a6

2023-04-11 07:00

dregad


Details Diff
Set $g_phpMailer after creating PHPMailer object

Since commit b847c5936ac7579d6bdfaa90ce1c08d1aa874231, the global var
is no longer initialized, causing a new PHPMailer object to be created
with each call to email_send().

When $g_phpMailer_method = PHPMAILER_METHOD_SMTP), depending on the
SMTP server's settings, this could cause a delay when sending mail
(e.g. if more messages are queued than allowed by the server's cooldown
period) and if $g_email_send_using_cronjobjob is OFF, MantisBT could
hang or even timeout.

Fixes 0030127
Affected Issues
0030127
mod - core/email_api.php Diff File

master 186bf592

2023-04-10 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_lithuanian.txt Diff File
mod - plugins/MantisGraph/lang/strings_lithuanian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_lithuanian.txt Diff File

master 60f781b9

2023-04-10 00:38

vboctor


Details Diff
REST API: Get User By Ref (where ref can be id, name, email, realname)

Fixes 0027128
Affected Issues
0027128
mod - api/rest/restcore/users_rest.php Diff File
mod - core/commands/UserGetCommand.php Diff File
mod - tests/rest/RestUserTests.php Diff File

master 957f3818

2023-04-09 23:42

vboctor


Details Diff
REST API: Support select in Get User API and return as users array

Fixes 0032357
Affected Issues
0032357
mod - api/rest/restcore/users_rest.php Diff File
mod - api/soap/mc_api.php Diff File
mod - core/commands/UserGetCommand.php Diff File
mod - tests/rest/RestBase.php Diff File
mod - tests/rest/RestUserTests.php Diff File

master b4a85d59

2023-04-09 21:51

vboctor


Details Diff
REST API: Implement UserGetCommand and Get User By ID

Fixes 0032356
Affected Issues
0032356
mod - api/rest/restcore/users_rest.php Diff File
add - core/commands/UserGetCommand.php Diff File
 First  Prev  1 2 3 ... 58 59 60 61 62 63 64 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 744 745 746  Next  Last