Changesets: MantisBT

master 8a712090

2023-02-17 18:41

dregad


Details Diff
Remove unused, commented-out code
mod - tests/soap/FilterTest.php Diff File

master a3a1d95c

2023-02-17 18:40

dregad


Details Diff
Whitespace
mod - tests/soap/FilterTest.php Diff File

master b5d960ce

2023-02-17 18:38

dregad


Details Diff
getIssueToAdd() with default Summary

Until now, each test case needing to create an Issue passed its method
name (hardcodec) to getIssueToAdd() for it to generate a specific
Summary.

getIssueToAdd() now builds the Summary dynamically from the Class name
and the TestCase::getName() method, with an optional suffix and a
random number as before.
mod - tests/rest/RestBase.php Diff File
mod - tests/rest/RestIssueAddTest.php Diff File
mod - tests/soap/AttachmentTest.php Diff File
mod - tests/soap/CompressionTest.php Diff File
mod - tests/soap/FilterTest.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueHistoryTest.php Diff File
mod - tests/soap/IssueMonitorTest.php Diff File
mod - tests/soap/IssueNoteTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - tests/soap/MentionTest.php Diff File
mod - tests/soap/RelationshipTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - tests/soap/TagTest.php Diff File

master b208de27

2023-02-17 18:24

dregad


Details Diff
Rename $t_issues_count/$t_project_issues -> $t_issues_after
mod - tests/soap/FilterTest.php Diff File

master a197c04e

2023-02-17 18:14

dregad


Details Diff
Rename $t_initial_issues -> $t_issues_before
mod - tests/soap/FilterTest.php Diff File

master 73eeaa7c

2023-02-16 12:58

dregad


Details Diff
ProjectTest code cleanup
mod - tests/soap/ProjectTest.php Diff File

master 865ca9fb

2023-02-16 12:57

dregad


Details Diff
ProjectTest: dynamically generate project names

Avoids errors caused by existing projects when the unit tests are run
against an existing database.
mod - tests/soap/ProjectTest.php Diff File

master f328b2a3

2023-02-16 11:37

dregad


Details Diff
Merge branch 'master-2.25'
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/display.xml Diff File

master b8bf4989

2023-02-16 11:13

dregad


Details Diff
Update $g_view_issues_page_columns documentation

Revise the PHPDoc in config_defaults_inc.php and the Admin Guide.

Also update related $g_print_issues_page_columns, $g_csv_columns and
$g_excel_columns.

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

master 5e506396

2023-02-16 10:58

dregad


Details Diff
Remove sponsorship_total from columns default

The Sponsorships feature is disabled by default, so it does not make
sense to have sponsorship_total included in the default columns list
$g_view_issues_page_columns and $g_print_issues_page_columns.

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

master 440f248f

2023-02-16 07:07

translatewiki.net


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

master d4bf2625

2023-02-15 11:33

dregad


Details Diff
Code cleanup

- Fix static analysis warnings
- Whitespace
- PHPDoc
mod - core/session_api.php Diff File

master 0e63669d

2023-02-15 11:31

dregad


Details Diff
Use class constant for Session key prefix
mod - core/session_api.php Diff File

master 6752ec63

2023-02-15 11:29

dregad


Details Diff
Merge branch 'master-2.25'

# Conflicts:
# plugins/XmlImportExport/ImportXml/Issue.php
mod - core/prepare_api.php Diff File
mod - core/session_api.php Diff File
mod - core/version_api.php Diff File

master-2.25 b79aff48

2023-02-15 11:02

dregad


Details Diff
Define MantisPHPSession::$key property

Session initialization triggers PHP warning: Creation of dynamic
property is deprecated.

Fixes 0031943
Affected Issues
0031943
mod - core/session_api.php Diff File

master-2.25 f6c250af

2023-02-12 18:40

dregad


Details Diff
Do not allow normal_date_format for REST/SOAP API

As pointed out during PR review [1], this could introduce inconsistent
date conversion.

This is a partial revert of f2239a9a66c89569994a989a7e0cf9ab9b8bd218,
undoing the following changes:
- REST API: Create a project version (timestamp), Add Issue (due_date)
- SOAP API: Add/Update Issue (due_date) and Project Version Update
(date_order)

[1]: https://github.com/mantisbt/mantisbt/pull/1864#issuecomment-1382620423
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File
mod - core/commands/VersionAddCommand.php Diff File

master 10084c7d

2023-02-12 18:28

dregad


Details Diff
Use variable to avoid repeated config_get() calls
mod - core/commands/IssueViewPageCommand.php Diff File

master b359de9c

2023-02-12 18:26

dregad


Details Diff
Fix static analysis warnings
mod - bug_view_inc.php Diff File
mod - bugnote_add_inc.php Diff File
mod - core/commands/IssueViewPageCommand.php Diff File

master 96683478

2023-02-12 18:22

dregad


Details Diff
CSS cleanup

- Fix static analysis warnings
- Whitespace
- Remove obsolete browser-specific `-XX-transform` and `-XX-transition`
attributes
mod - css/ace-mantis.css Diff File

master-2.25 d9464fe8

2023-02-12 09:08

dregad


Details Diff
Restore missing version date on Bug View page

Fixing a regression introduced with IssueViewPageCommand, which removed
the prepare_version_string() calls and only displayed the version name,
as returned by the Command (see 2b163046849d3445894537f7a7b4762edd41ff8b).

The Command now returns the formatted version string in $t_issue_view
array.

Fixes 0031889
Affected Issues
0031889
mod - bug_view_inc.php Diff File
mod - core/commands/IssueViewPageCommand.php Diff File

master 97cfee95

2023-02-09 07:07

translatewiki.net


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

master 100aae62

2023-02-06 07:08

translatewiki.net


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

master 65088f40

2023-02-05 11:10

dregad


Details Diff
Add "User" section to Management Events reference
mod - docbook/Developers_Guide/en-US/Events_Reference_Manage.xml Diff File

master 38cb4b64

2023-02-05 11:05

bluescreenterror

Committer: community


Details Diff
New EVENT_UPDATE_BUG_SHOW_CUSTOM_FIELD

The Event is triggered in bug_change_status_page.php, allowing a plugin
to control which custom field is shown.

Fixes 0031666, PR https://github.com/mantisbt/mantisbt/pull/1859

Co-authored-by: msw <martin.schwarz@ibak.de>
Co-authored-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0031666
mod - bug_change_status_page.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml Diff File

master e8a8fe7f

2023-02-04 12:47

dregad


Details Diff
Dockerfile to build documentation with Publican

Publican is an ageing tool that is no longer developed or supported, and
difficult to install under non-Linux-based platforms.

Using a Docker container makes it possible to easily build the MantisBT
documentation without having to install a complex toolchain.

See usage instructions inside the dockerfile.

Fixes 0031993
Affected Issues
0031993
add - docbook/Dockerfile Diff File
 First  Prev  1 2 3 ... 63 64 65 66 67 68 69 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 744 745 746  Next  Last