Changesets: MantisBT

dependabot/composer/guzzlehttp/guzzle-6.5.2 59b5ea81

2019-12-24 19:54

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump guzzlehttp/guzzle from 6.5.0 to 6.5.2

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

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

master 47b0d102

2019-12-23 05:05

translatewiki.net


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

dependabot/composer/guzzlehttp/guzzle-6.5.1 27a7baa4

2019-12-22 20:16

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump guzzlehttp/guzzle from 6.5.0 to 6.5.1

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.0 to 6.5.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.5.0...6.5.1)

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

master dded0f98

2019-12-19 04:12

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_czech.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_slovak.txt Diff File

master 8e00493f

2019-12-16 04:18

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump phpmailer/phpmailer from 6.1.3 to 6.1.4

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.3 to 6.1.4.
- [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.3...v6.1.4)

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

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

master f2c73f1b

2019-12-16 04:13

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump guzzlehttp/guzzle from 6.4.1 to 6.5.0

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.4.1 to 6.5.0.
- [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.4.1...6.5.0)

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

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

master 18437666

2019-12-15 21:41

atrol


Details Diff
Correct CSS class names for custom fields

Not all characters are allowed to be used in CSS class names.
Replace any potentially unsupported character(s) by dashes `-`.

Fixes 0026473
Affected Issues
0026473
mod - core/custom_field_api.php Diff File
mod - core/custom_function_api.php Diff File

master 078044e5

2019-12-14 05:34

atrol


Details Diff
Add PHP 7.4 to Travis CI, remove PHP 5.5 from Travis CI
mod - .travis.yml Diff File

master-2.23 0ebb36f5

2019-12-13 11:03

atrol


Details Diff
Fix auto language regression in View Issue Details page

Fixes 0026470
Affected Issues
0026470
mod - api/soap/mc_api.php Diff File

master c3e1faf7

2019-12-12 04:28

translatewiki.net


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

dependabot/composer/phpmailer/phpmailer-6.1.4 c4777291

2019-12-10 19:40

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump phpmailer/phpmailer from 6.1.3 to 6.1.4

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.3 to 6.1.4.
- [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.3...v6.1.4)

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

master f6b88373

2019-12-09 05:48

dregad


Details Diff
Coding guidelines: incorrect variable prefix
mod - core/columns_api.php Diff File

master 8dc5ead4

2019-12-09 05:48

dregad


Details Diff
bug_get_bugnote_stats() returns array|false, not NULL

In PHP 7.3 and earlier, dereferencing a non-array variable simply
returns NULL; starting with 7.4, a SYSTEM NOTICE is triggered.

Adjusting the code to make sure the stats have indeed been returned
(i.e. we got an array) instead of relying on a `!== null` check, which
in any case wrong since bug_get_bugnote_stats() returns false, not NULL.

Also update PHPDoc for bug_get_bugnote_stats() to reflect that.

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

master 09ff12c5

2019-12-09 04:55

translatewiki.net


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

master 11e4e7aa

2019-12-08 23:29

vboctor


Details Diff
Update release to 2.24.0-dev

Signed-off-by: Victor Boctor <victor@mantishub.net>
mod - core/constant_inc.php Diff File

master-2.22 734ef650

2019-12-08 23:04

vboctor


Details Diff
Update release to 2.22.2

Signed-off-by: Victor Boctor <victor@mantishub.net>
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master 26296847

2019-12-08 22:26

vboctor


Details Diff
Update to release 2.23.0

Signed-off-by: Victor Boctor <victor@mantishub.net>
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

dependabot/composer/guzzlehttp/guzzle-6.5.0 a72970dc

2019-12-08 20:01

dependabot-preview[bot]

Committer: GitHub


Details Diff
Bump guzzlehttp/guzzle from 6.4.1 to 6.5.0

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.4.1 to 6.5.0.
- [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.4.1...6.5.0)

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

master 4043f2f8

2019-12-07 18:21

syncguru

Committer: atrol


Details Diff
Enhance roadmap progress bar look & feel

Fixes 0022142
Affected Issues
0022142
mod - css/ace-mantis.css Diff File
mod - roadmap_page.php Diff File

master 89b5f4c5

2019-12-05 21:11

vboctor


Details Diff
Avoid blank notes on group resolve/close actions

Fixes 0026150

Signed-off-by: Victor Boctor <victor@mantishub.net>
Affected Issues
0026150
mod - core/bug_api.php Diff File

issue26150_blank_note_group_close 3eaf5cca

2019-12-05 21:11

vboctor


Details Diff
Avoid blank notes on group resolve/close actions

Fixes 0026150

Signed-off-by: Victor Boctor <victor@mantishub.net>
Affected Issues
0026150
mod - core/bug_api.php Diff File

master 35ef5a61

2019-12-05 04:26

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - plugins/MantisGraph/lang/strings_japanese.txt Diff File

master b7fe1de8

2019-12-02 04:01

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump slim/slim from 3.12.2 to 3.12.3 (0001585)

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>

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

master 28891e49

2019-12-02 03:56

dependabot-preview[bot]

Committer: dregad


Details Diff
Bump adodb/adodb-php from 5.20.14 to 5.20.15 (0001584)

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>

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

master cfbeb901

2019-12-01 22:32

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_french.txt Diff File
 First  Prev  1 2 3 ... 70 ... 117 118 119 120 121 122 123 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last