Changesets: MantisBT

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

master 953a38d7

2021-06-09 15:14

dregad


Details Diff
Remove unnecessary use of DIRECTORY_SEPARATOR
mod - admin/test_langs.php Diff File

master f6034d7b

2021-06-09 15:12

dregad


Details Diff
Use Iterators to retrieve list of language files
mod - admin/test_langs.php Diff File

master 180f6122

2021-06-09 08:28

dregad


Details Diff
checklangdir() 2nd param is no longer needed
mod - admin/test_langs.php Diff File

master 5b8d9372

2021-06-09 00:15

dregad


Details Diff
Only test Core English language once

checklangdir() already includes a check for English language, so there
is no need to test it before calling the function; we just need to abort
the test if English fails to avoid cascading errors in foreign language
files, which would almost certainly occur in that case.
mod - admin/test_langs.php Diff File

master f8124bff

2021-06-09 00:07

dregad


Details Diff
Remove now-unused lang_error_handler() function
mod - admin/test_langs.php Diff File

master 095b6249

2021-06-09 00:06

dregad


Details Diff
Call token_get_all() with TOKEN_PARSE flag

This performs a syntax check and throws a ParseError exception which
we retrieve with a try/catch block and return false to indicate failure.
mod - admin/test_langs.php Diff File

master a1661b7d

2021-06-08 23:12

dregad


Details Diff
Catch ParseException caused by eval() errors

This is possible since PHP 7.0 and avoids the need for a custom error
handler.
mod - admin/test_langs.php Diff File

master a162b270

2021-06-08 22:25

dregad


Details Diff
Fix indentation
mod - admin/test_langs.php Diff File

master ecd659f6

2021-06-08 07:38

vendeeglobe

Committer: dregad


Details Diff
Wiki integration: add support for WackoWiki

Fixes 0022371

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0022371
mod - config_defaults_inc.php Diff File
mod - core/classes/MantisCoreWikiPlugin.class.php Diff File
mod - core/wiki_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/wiki.xml Diff File

master 05cb4717

2021-06-07 08:06

dregad


Details Diff
Display Core and Plugins test results separately

- Add markup to display modern UI-style sections
- Fix indentation
- Move layout_admin_page_end() call before helper functions declarations
mod - admin/test_langs.php Diff File

master 011963ce

2021-06-07 08:00

dregad


Details Diff
T_ML_COMMENT token was removed in PHP 5.0
mod - admin/test_langs.php Diff File

master 8f8460d1

2021-06-07 07:59

dregad


Details Diff
scandir() is part of PHP since 5.0
mod - admin/test_langs.php Diff File

master f5a3e999

2021-06-07 05:26

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. Affected Issues
0028861
 First  Prev  1 2 3 ... 68 69 70 71 72 73 74 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last