Changesets: MantisBT
| master-2.25 619e9e4f 2021-10-16 01:43 Details Diff | Use custom function to display issue summary Introduction of IssueViewCommand [1] removed the call to 'format_issue_summary' custom function from View Issue Details page (bug_view_inc.php). This fixes the regression, restoring earlier behavior of calling bug_format_summary(). Fixes 0029181 [1]: issue 0025902, commit 2b163046849d3445894537f7a7b4762edd41ff8b | Affected Issues 0022784, 0025902, 0029181 | |
| mod - bug_view_inc.php | Diff File | ||
| master-2.25 f0706618 2021-10-15 08:49 Details Diff | Break long lines | ||
| mod - manage_proj_create_page.php | Diff File | ||
| master-2.25 a331d6b0 2021-10-15 08:40 Details Diff | Fix typo | ||
| mod - js/common.js | Diff File | ||
| master-2.25 b507ceae 2021-10-15 08:40 Details Diff | Fix "Data too long for column 'filename'" error Column "filename" in "mantis_bug_file_table" has a limit of 250 chars. Uploading a file with a name longer than this limit results in APPLICATION ERROR 401: Database query failed. Error received from database was #1406: Data too long for column 'filename'. Adding error handling: - set 'maxsize' attribute to input text fields - the javascript that validates adding files to dropzone, now provides the user with a meaningful error message before they submit the issue - in the back-end scripts, throwing a ClientException should allow plugins to catch the error and recover - a new ERROR_FILE_NAME_TOO_LONG error constant and corresponding error string provides a user-friendly message instead of a generic database error Fixes 0029144 | Affected Issues 0029144 | |
| mod - core/commands/IssueAddCommand.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - js/common.js | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_proj_create_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - proj_doc_update.php | Diff File | ||
| master 5b4dcf89 2021-10-15 08:10 Details Diff | Merge remote-tracking branch 'origin/master-2.25' | ||
| mod - api/soap/mc_api.php | Diff File | ||
| master e53d51c4 2021-10-07 03:05 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_belarusian_tarask.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_serbian.txt | Diff File | ||
| mod - lang/strings_serbian_latin.txt | Diff File | ||
| mod - plugins/Gravatar/lang/strings_belarusian_tarask.txt | Diff File | ||
| mod - plugins/Gravatar/lang/strings_chinese_simplified.txt | Diff File | ||
| mod - plugins/Gravatar/lang/strings_chinese_traditional.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_belarusian_tarask.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_chinese_simplified.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_chinese_traditional.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_serbian.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_serbian_latin.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_zh-hk.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_belarusian_tarask.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_chinese_simplified.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_chinese_traditional.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_serbian.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_serbian_latin.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_belarusian_tarask.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_chinese_simplified.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_chinese_traditional.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_serbian.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_serbian_latin.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_zh-hk.txt | Diff File | ||
| master 9e9dbc2e 2021-10-06 08:59 Details Diff | Coding guidelines | ||
| mod - core.php | Diff File | ||
| master efbabf82 2021-09-16 03:05 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_danish.txt | Diff File | ||
| master c34160d1 2021-09-06 03:05 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| master d2cd5351 2021-09-03 07:27 Details Diff | Merge branch 'pr1779' | ||
| mod - core/classes/DbQuery.class.php | Diff File | ||
| master f39e930a 2021-09-02 03:05 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - plugins/Gravatar/lang/strings_dutch.txt | Diff File | ||
| master 00626687 2021-09-01 07:55 fbruneau Committer: dregad Details Diff | Fix PHP warning when calling count() on bool value PHP Warning: Uncaught TypeError: count(): Argument 0000001 ($value) must be of type Countable|array, bool given in DbQuery.class.php:860 Occurs when calling DbQuery::value() on a query that executes successfully but does not return any rows. Fixes 0029034, PR https://github.com/mantisbt/mantisbt/pull/1779 Signed-off-by: Damien Regad <dregad@mantisbt.org> | Affected Issues 0029034 | |
| mod - core/classes/DbQuery.class.php | Diff File | ||
| master-2.25 52b84403 2021-09-01 07:55 fbruneau Committer: dregad Details Diff | Fix PHP warning when calling count() on bool value PHP Warning: Uncaught TypeError: count(): Argument 0000001 ($value) must be of type Countable|array, bool given in DbQuery.class.php:860 Occurs when calling DbQuery::value() on a query that executes successfully but does not return any rows. Fixes 0029034, PR https://github.com/mantisbt/mantisbt/pull/1779 Signed-off-by: Damien Regad <dregad@mantisbt.org> (cherry picked from commit 00626687cdfc64dad798d61c8036e6199c0efc0b) | Affected Issues 0029034 | |
| mod - core/classes/DbQuery.class.php | Diff File | ||
| master 4d95c7f8 2021-08-30 03:08 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| master 2fbaf5a1 2021-08-26 03:09 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_ukrainian.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_ukrainian.txt | Diff File | ||
| master 581754b9 2021-08-24 08:33 Details Diff | Upgrading: improve unserialize->json conversion Let the Admin download a CSV file with a list of errors when converting unserialized data to JSON during upgrade, instead of forcing them to fix issues one-by-one and run the upgrade N+1 times (N being the number of conversion errors). Also includes some code cleanup / improvements - Conversion from legacy Database API to DbQuery - PHPStorm static analysis warnings - unused parameter in db_unixtimestamp() Fixes 0028918, PR https://github.com/mantisbt/mantisbt/pull/1771 | Affected Issues 0028918 | |
| mod - core/install_helper_functions_api.php | Diff File | ||
| master 5be18249 2021-08-24 08:25 Details Diff | Update local font files - montserrat: v12 -> v18 - open-sans: v15 -> v23 - poppins: v5 -> v15 The updated Open Sans font fixes the issue with tilde `~` being displayed as dash `-` for some sizes / zoom levels. Fixes 0022109 | Affected Issues 0022109 | |
| mod - css/fonts.css | Diff File | ||
| rm - fonts/montserrat-v12-cyrillic-ext-regular.woff | Diff | ||
| rm - fonts/montserrat-v12-cyrillic-ext-regular.woff2 | Diff | ||
| rm - fonts/montserrat-v12-cyrillic-regular.woff | Diff | ||
| rm - fonts/montserrat-v12-cyrillic-regular.woff2 | Diff | ||
| rm - fonts/montserrat-v12-latin-ext-regular.woff | Diff | ||
| rm - fonts/montserrat-v12-latin-ext-regular.woff2 | Diff | ||
| rm - fonts/montserrat-v12-latin-regular.woff | Diff | ||
| rm - fonts/montserrat-v12-latin-regular.woff2 | Diff | ||
| rm - fonts/montserrat-v12-vietnamese-regular.woff | Diff | ||
| rm - fonts/montserrat-v12-vietnamese-regular.woff2 | Diff | ||
| add - fonts/montserrat-v18-cyrillic-ext-regular.woff | Diff File | ||
| add - fonts/montserrat-v18-cyrillic-ext-regular.woff2 | Diff File | ||
| add - fonts/montserrat-v18-cyrillic-regular.woff | Diff File | ||
| add - fonts/montserrat-v18-cyrillic-regular.woff2 | Diff File | ||
| add - fonts/montserrat-v18-latin-ext-regular.woff | Diff File | ||
| add - fonts/montserrat-v18-latin-ext-regular.woff2 | Diff File | ||
| add - fonts/montserrat-v18-latin-regular.woff | Diff File | ||
| add - fonts/montserrat-v18-latin-regular.woff2 | Diff File | ||
| add - fonts/montserrat-v18-vietnamese-regular.woff | Diff File | ||
| add - fonts/montserrat-v18-vietnamese-regular.woff2 | Diff File | ||
| rm - fonts/open-sans-v15-cyrillic-ext-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-cyrillic-ext-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-cyrillic-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-cyrillic-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-greek-ext-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-greek-ext-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-greek-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-greek-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-latin-ext-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-latin-ext-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-latin-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-latin-regular.woff2 | Diff | ||
| rm - fonts/open-sans-v15-vietnamese-regular.woff | Diff | ||
| rm - fonts/open-sans-v15-vietnamese-regular.woff2 | Diff | ||
| add - fonts/open-sans-v23-cyrillic-ext-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-cyrillic-ext-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-cyrillic-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-cyrillic-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-greek-ext-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-greek-ext-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-greek-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-greek-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-latin-ext-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-latin-ext-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-latin-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-latin-regular.woff2 | Diff File | ||
| add - fonts/open-sans-v23-vietnamese-regular.woff | Diff File | ||
| add - fonts/open-sans-v23-vietnamese-regular.woff2 | Diff File | ||
| add - fonts/poppins-v15-devanagari-regular.woff | Diff File | ||
| add - fonts/poppins-v15-devanagari-regular.woff2 | Diff File | ||
| add - fonts/poppins-v15-latin-ext-regular.woff | Diff File | ||
| add - fonts/poppins-v15-latin-ext-regular.woff2 | Diff File | ||
| add - fonts/poppins-v15-latin-regular.woff | Diff File | ||
| add - fonts/poppins-v15-latin-regular.woff2 | Diff File | ||
| rm - fonts/poppins-v5-devanagari-regular.woff | Diff | ||
| rm - fonts/poppins-v5-devanagari-regular.woff2 | Diff | ||
| rm - fonts/poppins-v5-latin-ext-regular.woff | Diff | ||
| rm - fonts/poppins-v5-latin-ext-regular.woff2 | Diff | ||
| rm - fonts/poppins-v5-latin-regular.woff | Diff | ||
| rm - fonts/poppins-v5-latin-regular.woff2 | Diff | ||
| master 5f8854c8 2021-08-24 08:19 Details Diff | New build script to update local font files Fixes 0028964, PR https://github.com/mantisbt/mantisbt/pull/1768 | Affected Issues 0028964 | |
| add - build/update-fonts.php | Diff File | ||
| master ac3d7849 2021-08-24 02:53 Details Diff | Refactor and improve output of admin/test_langs.php This is a nearly complete rewrite of this page, which now has - a nice "2.x" GUI displaying errors, similar to the Installer - split output in 2 distinct sections: Core strings and plugins. - errors and warnings displayed as bulleted lists, with red or yellow background depending on severity. Fixes 0027383, PR https://github.com/mantisbt/mantisbt/pull/1772 | Affected Issues 0027383 | |
| mod - admin/test_langs.php | Diff File | ||
| rm - build/check_lang.php | Diff | ||
| master 881252da 2021-08-24 02:42 dependabot[bot] Committer: community Details Diff | Bump phpmailer/phpmailer from 6.5.0 to 6.5.1 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.5.0 to 6.5.1. - [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.0...v6.5.1) --- 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/1777 | Affected Issues 0029025 | |
| mod - composer.lock | Diff File | ||
| dependabot/composer/adodb/adodb-php-5.21.2 e5839ec6 2021-08-22 17:19 dependabot[bot] Committer: community Details Diff | Bump adodb/adodb-php from 5.20.20 to 5.21.2 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.20 to 5.21.2. - [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.20...v5.21.2) --- 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 | ||
| dependabot/composer/phpmailer/phpmailer-6.5.1 a6eba31b 2021-08-18 17:10 dependabot[bot] Committer: community Details Diff | Bump phpmailer/phpmailer from 6.5.0 to 6.5.1 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.5.0 to 6.5.1. - [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.0...v6.5.1) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||
| mod - composer.lock | Diff File | ||
| master 6f63413f 2021-08-16 03:06 translatewiki.net Details Diff | Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| master 669dfa6c 2021-08-15 23:34 Committer: dregad Details Diff | Fix gpc_set_cookie ignoring HttpOnly parameter Fixes 0029027 | Affected Issues 0029027 | |
| mod - core/gpc_api.php | Diff File | ||
| dependabot/composer/adodb/adodb-php-5.21.1 34b6353f 2021-08-15 17:25 dependabot[bot] Committer: community Details Diff | Bump adodb/adodb-php from 5.20.20 to 5.21.1 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.20 to 5.21.1. - [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.20...v5.21.1) --- 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 | ||
