Changesets: MantisBT

dependabot/composer/slim/slim-3.12.3 a0b251e8

2019-11-28 19:49

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump slim/slim from 3.12.2 to 3.12.3

Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.12.2 to 3.12.3.
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/slimphp/Slim/compare/3.12.2...3.12.3)

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

master 5cefab96

2019-11-28 05:43

translatewiki.net


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

dependabot/composer/adodb/adodb-php-5.20.15 d37f1042

2019-11-24 19:57

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump adodb/adodb-php from 5.20.14 to 5.20.15

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.14 to 5.20.15.
- [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.14...v5.20.15)

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

master 33d1003d

2019-11-22 05:52

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump phpmailer/phpmailer from 6.1.2 to 6.1.3

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.2 to 6.1.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.1.2...v6.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Fixes 0026265
PR https://github.com/mantisbt/mantisbt/pull/1581
Affected Issues
0026265
mod - composer.lock Diff File

master 38a0f671

2019-11-22 05:51

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump guzzlehttp/guzzle from 6.3.3 to 6.4.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Fixes 0026374
PR https://github.com/mantisbt/mantisbt/pull/1575
Affected Issues
0026374
mod - composer.lock Diff File

master 6fc90cff

2019-11-22 05:39

Peter Badida

Committer: dregad


Details Diff
Include tags when cloning a bug

When cloning a bug, everything should be copied, including tags.

This commit prefills bug_report_page.php's Attach Tags input with the
master issue's tags, allowing the user to decide which one(s) to keep.

Fixes: 0026326
PR https://github.com/mantisbt/mantisbt/pull/1577
Affected Issues
0026326
mod - bug_report_page.php Diff File

dependabot/composer/phpmailer/phpmailer-6.1.3 a1541e94

2019-11-21 19:53

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump phpmailer/phpmailer from 6.1.2 to 6.1.3

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.2 to 6.1.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.1.2...v6.1.3)

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

master fc975851

2019-11-21 06:48

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump phpmailer/phpmailer from 6.1.1 to 6.1.2

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.1 to 6.1.2.
- [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.1.1...v6.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Fixes 0026265
Affected Issues
0026265
mod - composer.lock Diff File

master 8c050ab6

2019-11-21 06:37

dregad

Committer: GitHub


Details Diff
Do not return tags already attached to the bug

The SQL in tag_get_candidates_for_bug() was incorrect, causing the
function to always return all available tags, instead of excluding those
already attached to the bug.

Fixes 0026353
PR https://github.com/mantisbt/mantisbt/pull/1579
Affected Issues
0026353
mod - core/tag_api.php Diff File

master 1c65da73

2019-11-19 02:30

cproensa

Committer: dregad


Details Diff
Use empty default selection for project list.

Use a default empty value in the project list in manage project page,
subprojects section. This is the same behavior as the other project
selectors.

Fixes: 0026367
Affected Issues
0026367
mod - manage_proj_edit_page.php Diff File

master baebf92f

2019-11-19 02:13

cproensa

Committer: dregad


Details Diff
Sort custom field names in dropdown

Sort the custom field names in the dropsows selector in Manage project
page.

Fixes: 0026368
Affected Issues
0026368
mod - manage_proj_edit_page.php Diff File

master 874c7e09

2019-11-18 07:17

translatewiki.net


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

master e1adc8d4

2019-11-15 02:39

dregad


Details Diff
Update typeahead.js library to 1.3.0

Fixes 0026382
Affected Issues
0026382
mod - core/constant_inc.php Diff File
rm - js/typeahead.jquery-1.1.1.min.js Diff
add - js/typeahead.jquery-1.3.0.min.js Diff File
mod - library/README.md Diff File

master 1bd17e65

2019-11-15 02:08

dregad


Details Diff
Update moment.js library to 2.24.0

Version 2.15.2 we've been using since the introduction of Modern UI is
exposed to 2 known vulnerabilities, CVE-2016-4055 and CVE-2017-18214.

Fixes 0026358
Affected Issues
0026358
mod - core/constant_inc.php Diff File
rm - js/moment-with-locales-2.15.2.min.js Diff
add - js/moment-with-locales-2.24.0.min.js Diff File
mod - library/README.md Diff File

master c161ecb3

2019-11-14 06:19

translatewiki.net


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

master 7d08e5ed

2019-11-14 02:33

dregad


Details Diff
Improve PHPDoc for print_tag_input()
mod - core/print_api.php Diff File

master 14f9ef33

2019-11-14 02:32

dregad


Details Diff
Remove useless param from print_tag_input() call
mod - bug_report_page.php Diff File

dependabot/composer/phpmailer/phpmailer-6.1.2 fbea2589

2019-11-13 19:49

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump phpmailer/phpmailer from 6.1.1 to 6.1.2

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.1 to 6.1.2.
- [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.1.1...v6.1.2)

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

master 812f55a5

2019-11-13 07:17

dregad


Details Diff
Merge remote-tracking branch 'origin/master-2.22'
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File
mod - manage_columns_inc.php Diff File

master-2.22 9b0dce28

2019-11-13 07:09

dregad


Details Diff
Remove unwanted whitespace in Excel columns textarea

Regression introduced by d975045e9a30d253a21662a9c14868ef63f5b5c7.

Fixes 0026351
Affected Issues
0025839, 0026351
mod - manage_columns_inc.php Diff File

master 9c624575

2019-11-07 05:15

translatewiki.net


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

master b7d78427

2019-11-04 04:56

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - lang/strings_zazaki.txt Diff File
mod - plugins/MantisGraph/lang/strings_ukrainian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_ukrainian.txt Diff File

master 880be42c

2019-10-31 09:37

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - plugins/Gravatar/lang/strings_french.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_french.txt Diff File
mod - plugins/MantisGraph/lang/strings_french.txt Diff File
mod - plugins/XmlImportExport/lang/strings_french.txt Diff File

master 2b05e641

2019-10-28 07:20

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisGraph/lang/strings_hungarian.txt Diff File

master 645d1c67

2019-10-25 07:47

cproensa

Committer: vboctor


Details Diff
Revert "Don’t show completely empty notes"

After implementing the linking of notes and attachments, attachments
linked to a note without text are not displayed to some users becasue of
the time tracking logic, even if that functionality is not enabled.

This reverts commit 1ed44a96567e23da446f2678a717360f678d2d00.

Fixes: 0026294
Affected Issues
0026294
mod - core/bugnote_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 118 119 120 121 122 123 124 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last