Changesets: MantisBT

master-2.26 ff0c69b3

2024-05-20 08:21

dregad


Details Diff
Make "overdue" column sortable

Until now, sorting the Issues list by clicking on the overdue column
header only worked if the due_date column was also visible.

To fix the problem, we add due-date to the list of visible columns in
filter_get_visible_sort_properties_array() function if it is not already
part of the list.

Fixes 0034460
Affected Issues
0034460
mod - core/columns_api.php Diff File
mod - core/filter_api.php Diff File

master 371ec589

2024-05-20 08:08

translatewiki.net


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

master-2.26 317d7754

2024-05-20 07:59

dregad


Details Diff
Fix display of summary in relationship graph nodes

Apply string_attributes() after truncating the raw Summary text.

Also, use string_attributes instead of string_display_line_links(), as
GraphViz is not able to handle links and other HTML formatting, and
they are not rendered in the HTML title attribute either.

Fixes 0034462
Affected Issues
0034462
mod - core/relationship_graph_api.php Diff File

master-2.26 c071e657

2024-05-20 07:55

dregad


Details Diff
Persist "show summary" flag on relationship graphs

Fixes 0034461
Affected Issues
0034461
mod - core/relationship_graph_api.php Diff File

master c4d65376

2024-05-20 05:09

dregad


Details Diff
Missing tooltip for bugnotes_count column

Fixes 0034459
Affected Issues
0034459
mod - core/columns_api.php Diff File
mod - lang/strings_english.txt Diff File

master-2.26 095c7735

2024-05-20 05:05

dregad


Details Diff
Change icon for overdue column

Use "fa-clock-o" icon instead of "fa-times-circle-o".

Fixes 0034458
Affected Issues
0034458
mod - core/columns_api.php Diff File

master-2.26 6fe9b06f

2024-05-20 04:54

dregad


Details Diff
Fix display of icon for view_state and overdue columns

Fixes 0034442
Affected Issues
0034442
mod - core/columns_api.php Diff File

master-2.26 4d46d625

2024-05-20 04:50

dregad


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

master-2.26 ee131619

2024-05-20 04:48

dregad


Details Diff
Add optional $p_icon param to print_view_bug_sort_link()

Changed $p_string parameter name to $p_label, to better reflect its
purpose.

Issue 0034442
Affected Issues
0034442
mod - core/print_api.php Diff File

master-2.26 466e63c9

2024-05-20 04:44

dregad


Details Diff
Add optional $p_icon param to print_link()

Issue 0034442
Affected Issues
0034442
mod - core/print_api.php Diff File

master d6069f36

2024-05-16 08:09

translatewiki.net


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

master 843cea5f

2024-05-14 16:39

atrol

Committer: dregad


Details Diff
Enhance performance of bug note formatting

Fixes 0034456
Affected Issues
0034456
mod - core/bugnote_api.php Diff File

master 58b5c380

2024-05-14 16:21

atrol

Committer: dregad


Details Diff
Use right function to format bug id

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

master d17059c2

2024-05-14 15:57

atrol


Details Diff
Don't offer columns without having access rights to them

Fixes 0034454
Affected Issues
0034454
mod - core/columns_api.php Diff File

master 319915c5

2024-05-13 08:09

translatewiki.net


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

master da2147c4

2024-05-12 12:17

dregad


Details Diff
Merge tag 'release-2.26.2'

# Conflicts:
# core/constant_inc.php
mod - account_update.php Diff File
mod - api/soap/mc_api.php Diff File
mod - bug_change_status_page.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/excel_api.php Diff File
mod - core/print_api.php Diff File
mod - core/string_api.php Diff File
mod - manage_filter_page.php Diff File
mod - verify.php Diff File

release-2.26.2 4ab433bc

2024-05-12 12:14

dregad


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

master-2.26 c45fdcdc

2024-05-12 12:03

dregad


Details Diff
GHSA-wgx7-jp56-65mq
mod - bug_change_status_page.php Diff File
mod - core/print_api.php Diff File
mod - manage_filter_page.php Diff File

master-2.26 809a4e1d

2024-05-12 11:51

dregad


Details Diff
GHSA-93x3-m7pw-ppqm
mod - account_update.php Diff File
mod - verify.php Diff File

master-2.26 9f6f7350

2024-05-12 09:55

dregad


Details Diff
Add PHPUnit test to update Issue Version via REST

At the moment the tests are reflecting the API's current behavior, which
may not be the intended result. See discussion in issue 0025407.
Affected Issues
0025407
add - tests/rest/RestIssueUpdateVersion.php Diff File

master-2.26 04cbc205

2024-05-12 09:55

dregad


Details Diff
Fix spelling
mod - tests/rest/RestIssueTest.php Diff File

master-2.26 a81691fb

2024-05-12 08:39

dregad


Details Diff
Excel Export: escaping of Column Title

Prior to this, a Custom Field names containing special characters would
cause Excel to throw an error when trying to open an exported file
containing this column.

Fixes 0034441
Affected Issues
0034441
mod - core/excel_api.php Diff File

master db6a8c2d

2024-05-09 08:08

translatewiki.net


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

master-2.26 1f355013

2024-05-08 12:57

dregad


Details Diff
Fix PHP 8.2 deprecated warning

When editing an issue with a Custom Field of type Checkbox and the
field's value is null, a deprecated warning is shown with PHP 8.2

DEPRECATED: 'explode(): Passing null to parameter 0000002 ($string) of
type string is deprecated' in ./core/cfdefs/cfdef_standard.php' line 406

Fixes 0034439
Affected Issues
0034439
mod - core/cfdefs/cfdef_standard.php Diff File

master 4f751342

2024-05-06 19:44

dregad


Details Diff
Merge branch 'master-2.26'
mod - account_update.php Diff File
mod - core/bug_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/print_api.php Diff File
mod - main_page.php Diff File
mod - verify.php Diff File
 First  Prev  1 2 3 ... 38 39 40 41 42 43 44 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last