Changesets: MantisBT
|
master 958877f0 2022-02-17 11:40 Details Diff |
Whitespace: fix indentation | ||
| mod - js/common.js | Diff File | ||
|
master 5607da07 2022-02-17 11:34 Details Diff |
Collapse_settings cookie is no longer hardcoded Use the new collapse_settings_cookie config in - collapse_api.php - common.js (exposing config in javascript_config.php). Fixes 0029616 |
Affected Issues 0029616 |
|
| mod - core/collapse_api.php | Diff File | ||
| mod - javascript_config.php | Diff File | ||
| mod - js/common.js | Diff File | ||
|
master 44d98615 2022-02-17 11:22 Details Diff |
New config 'collapse_settings_cookie' Issue 0029616 |
Affected Issues 0029616 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/cookies.xml | Diff File | ||
|
master fb323ecd 2022-02-17 11:14 Details Diff |
Doc: minor changes to Cookies section - Order cookies list alphabeticallyin $g_cookie_prefix. - Cookie prefix MUST be an identifier without whitespace, not SHOULD - Whitespace and punctuation |
||
| mod - docbook/Admin_Guide/en-US/config/cookies.xml | Diff File | ||
|
master ea80bcfb 2022-02-17 04:45 Details Diff |
Specify the SameSite attribute when setting cookies This fixes the warnings caused by the SameSite attribute defaulting to None that were displayed in the browser's console until now. Changes in gpc_api.php: - gpc_set_cookie() has a new $p_samesite parameter, defaulting to null, meaning the value of $g_cookie_samesite config will be used. - gpc_clear_cookie() also gets $p_samesite parameter, and sets the cookie's value to 1 instead of '', to avoid console warnings "Cookie XXX has been rejected because it is already expired". Changes in common.js / javascript_config.php (fixing the MANTIS_collapse_settings cookie): - Expose configs cookie_samesite, cookie_path and cookie_domain - Set the SameSite attribute, domain and path when setting the cookie Changes in session_api.php: - fixing the SameSite warnings for the PHP session cookie (PHPSESSID). Note: in PHP < 7.3.0, the setcookie() function does not allow specifying the SameSite attribute. To work around this limitation, the this commit implements a hack relying on PHP bug 69948 [1]. Fixes 0029611 [1]: https://bugs.php.net/bug.php?id=69948 |
Affected Issues 0029611 |
|
| mod - core/gpc_api.php | Diff File | ||
| mod - core/session_api.php | Diff File | ||
| mod - javascript_config.php | Diff File | ||
| mod - js/common.js | Diff File | ||
|
master 9090c6c3 2022-02-17 04:40 Details Diff |
New config 'cookie_samesite' Specifies the SameSite attribute for MantisBT cookies. Issue 0029611 |
Affected Issues 0029611 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/cookies.xml | Diff File | ||
|
master fe35da53 2022-02-17 04:36 Details Diff |
PHPDoc | ||
| mod - core/tokens_api.php | Diff File | ||
|
master 76f01f8d 2022-02-14 19:10 Committer: community Details Diff |
Auth plugin events not fired for non-existent users Handle auth_flags edge cases which break certain authentication plugins Fix login redirection for auth plugin. Fixes 0027836, 0029517, PR https://github.com/mantisbt/mantisbt/pull/1792 |
Affected Issues 0027836, 0029517 |
|
| mod - core/authentication_api.php | Diff File | ||
| mod - login_password_page.php | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.22.0 98fc8a79 2022-02-14 18:57 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.20.21 to 5.22.0 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.21 to 5.22.0. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.21...v5.22.0) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master a2bef709 2022-02-14 18:52 Details Diff |
PHPUnit: fix and improve RestIssueAddTest | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
|
master c68c39f1 2022-02-14 07:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
|
master 4f5b8595 2022-02-10 12:00 Daniele Verducci Committer: community Details Diff |
Support for sending emails with CC and/or BCC Fixes 0029583, PR https://github.com/mantisbt/mantisbt/pull/1794 |
Affected Issues 0029583 |
|
| mod - core/email_api.php | Diff File | ||
| mod - core/email_queue_api.php | Diff File | ||
|
master 8e0862a0 2022-02-10 07:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.22.0 4c648d48 2022-02-07 20:14 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.20.21 to 5.22.0 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.21 to 5.22.0. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.21...v5.22.0) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master e1a59935 2022-02-07 12:46 Details Diff |
RestIssueAddTest: Skip tests if not enough versions Before, the setUp() method was throwing an exception, causing all the tests in the suite to fail. This is overkill, as some tests can be run successfully without versions. We now skip individual tests cases where versions are required, with a message indicating why. |
||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
|
master e860f8eb 2022-02-07 12:44 Details Diff |
testCreateIssueNoCategory: delete issue after test Mark the issue for deletion if creation was successful. |
||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
|
master f2d7df0a 2022-02-07 12:43 Details Diff |
testCreateIssueNoCategory: use config_get() Previous use of global $g_allow_no_category caused incorrect test result when the config is defined in the database instead of config_inc.php. |
||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
|
master 407e7bfc 2022-02-07 12:39 Details Diff |
RestIssueAddTest: delete tag after test This required adding a $password property, as user must be logged in to call tag_delete(). |
||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestIssueAddTest.php | Diff File | ||
|
master 9e90bab6 2022-02-03 02:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_slovak.txt | Diff File | ||
|
master 14f37a80 2022-01-27 02:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - lang/strings_interlingua.txt | Diff File | ||
| mod - lang/strings_japanese.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
|
master a8ad2986 2022-01-24 02:07 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.21.4 0350943c 2022-01-23 05:28 dependabot[bot] Committer: dregad Details Diff |
Bump adodb/adodb-php from 5.20.21 to 5.21.4 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.21 to 5.21.4. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.21...v5.21.4) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Fixes 0028015, PR https://github.com/mantisbt/mantisbt/pull/1790 |
Affected Issues 0028015 |
|
| mod - composer.lock | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.21.4 f0558477 2022-01-23 00:28 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.20.21 to 5.21.4 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.21 to 5.21.4. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.21...v5.21.4) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master 12263524 2022-01-23 00:27 dependabot[bot] Committer: community Details Diff |
Bump phpmailer/phpmailer from 6.5.1 to 6.5.3 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.5.1...v6.5.3) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Fixes 0029025, PR https://github.com/mantisbt/mantisbt/pull/1787 |
Affected Issues 0029025 |
|
| mod - composer.lock | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.21.4 d2f74c75 2022-01-22 15:57 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.20.21 to 5.21.4 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.21 to 5.21.4. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.21...v5.21.4) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||