Changesets: MantisBT

master 827109c5

2021-06-28 05:32

translatewiki.net


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

master 6cda3101

2021-06-27 02:05

dregad

Committer: Damien Regad


Details Diff
xdebug_disable() has been removed in Xdebug 3

https://xdebug.org/docs/upgrade_guide#Changes-to-Functions
mod - admin/test_langs.php Diff File

master 81933296

2021-06-27 01:38

dregad


Details Diff
Fix 0028861: Add 'saraiki' language Affected Issues
0028861
mod - config_defaults_inc.php Diff File

master 420c424d

2021-06-26 09:05

dregad

Committer: Damien Regad


Details Diff
Add check for language not defined in config

Fixes 0029026
Affected Issues
0029026
mod - admin/test_langs.php Diff File

master 6f786e9c

2021-06-26 07:33

dregad


Details Diff
Remove unused print functions
mod - admin/test_langs.php Diff File

master 7ee0a749

2021-06-26 07:29

dregad


Details Diff
Separate check and printing of results
mod - admin/test_langs.php Diff File

master f6cfee0d

2021-06-26 07:06

dregad


Details Diff
Fix PHPStorm static analysis warnings
mod - admin/test_langs.php Diff File

master f4e03653

2021-06-24 08:45

dregad


Details Diff
Remove unused variable

T_OPEN_TAG and T_CLOSE_TAG tokens are used to set $t_in_php_code, but
the variable is not used anywhere.
mod - admin/test_langs.php Diff File

master 0287927b

2021-06-24 08:37

dregad


Details Diff
Define strings_english.txt as class constant
mod - admin/test_langs.php Diff File

master 9e384f89

2021-06-24 02:01

translatewiki.net


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

master ef3b4065

2021-06-22 22:45

dregad


Details Diff
Refactor Language file checks with an object

Class LangCheckFile replaces the checkfile() and checkfiletoken()
functions.
mod - admin/test_langs.php Diff File

master ec87de0c

2021-06-21 02:31

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_hindi.txt Diff File
mod - plugins/Gravatar/lang/strings_hebrew.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_hebrew.txt Diff File
mod - plugins/MantisGraph/lang/strings_hebrew.txt Diff File
mod - plugins/XmlImportExport/lang/strings_hebrew.txt Diff File

master dfdcd29d

2021-06-20 05:02

dregad


Details Diff
Remove code needed only for PHP < 5.4

This test was added in issue 0016187 and is no longer necessary since
we require PHP 7.0 or later.

Fixes 0028830
Affected Issues
0016187, 0028830
mod - core/user_api.php Diff File

master f742a7ef

2021-06-17 07:57

dregad


Details Diff
Merge tag 'release-2.25.2' into master

Stable release 2.25.2

# Conflicts:
# core/constant_inc.php
mod - composer.lock Diff File
mod - core/filter_form_api.php Diff File
mod - doc/CREDITS Diff File
mod - manage_custom_field_edit_page.php Diff File
mod - return_dynamic_filters.php Diff File

master-2.25 b5c33330

2021-06-17 07:53

dregad


Details Diff
Bump version to 2.25.2
mod - core/constant_inc.php Diff File
mod - doc/CREDITS Diff File

master-2.25 80632461

2021-06-17 07:37

dregad


Details Diff
Merge branch 'i28803-cf-filter-ajax' into master-2.25

PR https://github.com/mantisbt/mantisbt/pull/1757
mod - core/filter_form_api.php Diff File
mod - return_dynamic_filters.php Diff File

master-2.25 d092e648

2021-06-16 17:09

dependabot[bot]

Committer: dregad


Details Diff
Bump phpmailer/phpmailer from 6.4.1 to 6.5.0

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

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
dependency-type: direct:production
update-type: version-update:semver-minor
...

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

Fixes 0028821, PR https://github.com/mantisbt/mantisbt/pull/1759
Affected Issues
0028821
mod - composer.lock Diff File

dependabot/composer/phpmailer/phpmailer-6.5.0 d19026cf

2021-06-16 17:09

dependabot[bot]

Committer: community


Details Diff
Bump phpmailer/phpmailer from 6.4.1 to 6.5.0

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

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
dependency-type: direct:production
update-type: version-update:semver-minor
...

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

master-2.25 8bece942

2021-06-15 15:27

dregad


Details Diff
Remove usage of @ operator

Replace with try/catch block.

Fixes 0028803
Affected Issues
0028803
mod - return_dynamic_filters.php Diff File

master-2.25 41cfa504

2021-06-15 15:23

dregad


Details Diff
Fix PHPDoc and static analysis warnings
mod - core/filter_form_api.php Diff File

master-2.25 c56be779

2021-06-15 15:21

dregad


Details Diff
filter_form_get_input() now throws StateException

Previously the function called trigger_error() and returned false to
handle usage of @ operator by caller. This no longer works on PHP 8, so
we now throw an exception instead.

Issue 0028803
Affected Issues
0028803
mod - core/filter_form_api.php Diff File

master b3c60fef

2021-06-15 13:50

dregad


Details Diff
Use iterators to retrieve plugins
mod - admin/test_langs.php Diff File

master a338bcf3

2021-06-13 23:54

translatewiki.net


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

master 5df387ce

2021-06-11 04:43

dregad


Details Diff
Print results as table
mod - admin/test_langs.php Diff File

master dd3954b5

2021-06-09 15:41

dregad


Details Diff
Removed unused parameter $p_quiet
mod - admin/test_langs.php Diff File
 First  Prev  1 2 3 ... 69 70 71 72 73 74 75 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 730 731 732  Next  Last