Search Changesets

MantisBT: master 9a1a9feb

2024-01-06 12:18

dregad


Details Diff
Documentation for antispam configs

- Incorrect PHPDoc tag (@var instead of @global)
- Align PHPDoc text with admin guide
- Add xref link to g_default_new_account_access_level
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/antispam.xml Diff File
mod - docbook/Admin_Guide/en-US/config/defaults.xml Diff File

MantisBT: master c88dd3d4

2024-01-06 12:08

dregad


Details Diff
PHPDoc / Admin guide consistency updates
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/auth.xml Diff File
mod - docbook/Admin_Guide/en-US/config/display.xml Diff File
mod - docbook/Admin_Guide/en-US/config/email.xml Diff File
mod - docbook/Admin_Guide/en-US/config/html.xml Diff File
mod - docbook/Admin_Guide/en-US/config/reminders.xml Diff File
mod - docbook/Admin_Guide/en-US/config/uploads.xml Diff File

MantisBT: master 92d6cb71

2024-01-06 10:49

dregad


Details Diff
PHPDoc updates in config_defaults_inc.php

Formatting / consistency:
- Trailing period after first line
- Blank lines
- Word wrap

Also includes some wording improvements to the documentation.
mod - config_defaults_inc.php Diff File

MantisBT: master c23fc5a4

2024-01-06 10:46

dregad


Details Diff
Whitespace

Remove useless tab characters between config name and '=' sign.
mod - config_defaults_inc.php Diff File

MantisBT: master 9d9d4c21

2024-01-06 08:21

dregad


Details Diff
Document effect of $g_cookie_samesite = 'Strict'

Also explain that users with an active session cookie need to log out
and back in if this setting is changed.

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

MantisBT: master-2.26 59e96cea

2024-01-06 08:21

dregad


Details Diff
Document effect of $g_cookie_samesite = 'Strict'

Also explain that users with an active session cookie need to log out
and back in if this setting is changed.

Fixes 0033426

(cherry picked from commit 9d9d4c21395bba60002c1c0059862c936757b300)
Affected Issues
0033426
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/cookies.xml Diff File

MantisBT: master-2.26 d6febe31

2024-01-06 08:02

dregad


Details Diff
Change $g_cookie_samesite default to 'Lax'

The original value was 'Strict' for security purposes, the intention
being to provide the strongest possible protection against CSRF attacks.

Unfortunately, this actually prevents the user's session cookie from
being recognized when clicking a link from a notification email, causing
MantisBT to open an anonymous session even when the user is logged in.

Changing the default value to 'Lax' fixes the issue.

Fixes 0033426

(cherry picked from commit 14e7eccb07abb8def19968da9118b7dc89996efa)
Affected Issues
0033426
mod - config_defaults_inc.php Diff File

MantisBT: master 14e7eccb

2024-01-06 08:02

dregad


Details Diff
Change $g_cookie_samesite default to 'Lax'

The original value was 'Strict' for security purposes, the intention
being to provide the strongest possible protection against CSRF attacks.

Unfortunately, this actually prevents the user's session cookie from
being recognized when clicking a link from a notification email, causing
MantisBT to open an anonymous session even when the user is logged in.

Changing the default value to 'Lax' fixes the issue.

Fixes 0033426
Affected Issues
0033426
mod - config_defaults_inc.php Diff File

MantisBT: master 41a499fe

2024-01-06 05:23

dregad


Details Diff
Improve logging/debugging options documentation

PHPDoc and Admin Guide.
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/logging.xml Diff File

MantisBT: master-2.26 90df6dde

2024-01-04 08:37

dregad


Details Diff
Show delayed inline errors from print_header_redirect()

Following the deprecation of print_successful_redirect() function in
issue 0005189, calling it shows a blank page when $g_stop_on_errors = ON
and $g_display_errors[E_USER_DEPRECATED] = DISPLAY_ERROR_INLINE because
Mantis does not complete the redirection due to presence of a handled
error.

print_header_redirect() now displays a basic "proceed" page, with
redirection enabled only when $g_stop_on_errors = ON, allowing any
delayed inline error messages to be shown.

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

MantisBT: master 4d5bcfdd

2023-12-21 07:08

translatewiki.net


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

MantisBT: master 1bc46988

2023-12-11 07:10

translatewiki.net


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

MantisBT: master 926eba73

2023-12-10 12:59

dregad


Details Diff
Merge branch 'master-2.26'
mod - admin/check/check_php_inc.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - core/database_api.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

MantisBT: master-2.26 29d701e8

2023-12-10 12:52

dregad


Details Diff
ctype PHP extension is required by PHPMailer

- Reference it in the Admin Guide's installation section
- Verify its presence in Admin Checks

Fixes 0033418
Affected Issues
0033418
mod - admin/check/check_php_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

MantisBT: master-2.26 f687c921

2023-12-10 12:41

dregad


Details Diff
Merge branch 'i33422-rest_bugnote_update' into master-2.26

PR https://github.com/mantisbt/mantisbt/pull/1954
mod - api/soap/mc_issue_api.php Diff File
mod - core/database_api.php Diff File

MantisBT: master 2b088fb9

2023-12-10 08:53

dregad


Details Diff
Merge branch 'master-2.26'
mod - api/soap/mc_issue_api.php Diff File
mod - bug_change_status_page.php Diff File
mod - manage_custom_field_delete.php Diff File

MantisBT: master-2.26 4ed66fce

2023-12-10 08:46

dregad


Details Diff
Fix PHP warning in mc_issue_update()

Undefined array key "text" in .../mantis/api/soap/mc_issue_api.php on
line 1160

Fixes 0033422
Affected Issues
0033422
mod - api/soap/mc_issue_api.php Diff File

MantisBT: master-2.26 014c1f78

2023-12-10 08:45

dregad


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

MantisBT: master-2.26 89b538ab

2023-12-10 08:45

dregad


Details Diff
Fix exception when updating bugnote without text

REST API fails with HTTP 500 : Unhandled deprecation warning in
.../mantis/core/database_api.php line 1158: 'preg_replace(): Passing
null to parameter 0000003 ($subject) of type array|string is deprecated'

Fixes 0033422
Affected Issues
0033422
mod - core/database_api.php Diff File

MantisBT: master 10f98162

2023-12-10 07:29

dregad


Details Diff
Merge branch 'i33007-remove-pragma'

PR https://github.com/mantisbt/mantisbt/pull/1950
mod - config_defaults_inc.php Diff File
mod - core/http_api.php Diff File
mod - core/obsolete.php Diff File
mod - docbook/Admin_Guide/en-US/config/webserver.xml Diff File
mod - file_download.php Diff File

MantisBT: master 7affe681

2023-12-10 07:23

dependabot[bot]


Details Diff
Bump guzzlehttp/guzzle from 7.8.0 to 7.8.1 (#1951)

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

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
update-type: version-update:semver-patch
...

Fixes 0033421

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

MantisBT: master-2.26 e03d0f63

2023-12-04 13:03

lam000


Details Diff
REST: only update bugnote timestamp when changed

Prior to this, any bugnote provided in the Issue PATCH request's body
would see its timestamp updated, even if there was no actual change to
the bugnote's data.

Fixes 0033402, PR https://github.com/mantisbt/mantisbt/pull/1952

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0033402
mod - api/soap/mc_issue_api.php Diff File

MantisBT: dependabot/composer/guzzlehttp/guzzle-7.8.1 1ce4adab

2023-12-03 20:16

dependabot[bot]


Details Diff
Bump guzzlehttp/guzzle from 7.8.0 to 7.8.1

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

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

MantisBT: master 20518ba3

2023-12-03 13:13

dregad


Details Diff
Whitespace
mod - core/http_api.php Diff File

MantisBT: master 943f427e

2023-12-03 12:47

dregad


Details Diff
Remove unused $g_allow_file_cache config

Issue 0033007
Affected Issues
0033007
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - docbook/Admin_Guide/en-US/config/webserver.xml Diff File
 First  Prev  1 2 3 4 5 6 7 8 9 10 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 743 744 745  Next  Last