Changesets: MantisBT

master 9c0b91ea

2021-08-09 03:06

translatewiki.net


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

master cd3d99bb

2021-08-07 20:40

vboctor


Details Diff
Fix where not all issue attachments were included

The activities API returns an attachment in attachment field and the rest in attachments field.
So handling this case correctly.

Fixes 0028965
Affected Issues
0028965
mod - bug_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File

master 91422470

2021-08-07 19:34

vboctor


Details Diff
Show issue attachments with issue header

- Issue attachments displayed with issue header information.
- Issue notes attachments displayed with notes.

Fixes 0028965
Affected Issues
0028965
mod - bug_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File

master 63098380

2021-08-07 18:10

vboctor


Details Diff
Remove unused `print_bug_attachments_list` func
mod - core/print_api.php Diff File

issue26148_version_css 17fa9282

2021-08-07 17:12

vboctor


Details Diff
Include cache key when including unversioned css

When including our css files that don't have a version in the name,
include cache key based on Mantis version.

Fixes 0026148
mod - core/html_api.php Diff File
mod - core/layout_api.php Diff File

master 015344b2

2021-08-07 08:59

dregad


Details Diff
Dev Guide: use single quotes for Example plugin strings

Double quotes are flagged as errors by test_langs.php script.

Change has been reflected in the plugin repository
https://github.com/mantisbt-plugins/Example/commit/3db9cb9bc6da4ae1d22aa8f7380623efe01ff16e
mod - docbook/Developers_Guide/en-US/Plugins_Building.xml Diff File

master cc4e7e7e

2021-08-07 07:37

dregad

Committer: Damien Regad


Details Diff
Remove obsolete legacy language check script

This script is no longer useful given that language files are generated
by TranslateWiki.

It is replaced by the revamped admin/test_langs.php page.
rm - build/check_lang.php Diff

master 06ab1a71

2021-08-07 07:32

dregad

Committer: Damien Regad


Details Diff
Stricter regex to only match language files

Avoid processing other files in the 'lang' directory.
mod - admin/test_langs.php Diff File

master cec2ada1

2021-08-07 07:30

dregad

Committer: Damien Regad


Details Diff
Report languages missing in config as warnings

This is not critical, it just means the language cannot be used within
MantisBT.
mod - admin/test_langs.php Diff File

master c0816689

2021-08-07 07:23

dregad

Committer: Damien Regad


Details Diff
Handle case of plugin without language strings

Display an information message that the 'lang' directory does not exist,
instead of an error from the UnexpectedValueException thrown by the
FileSystemOperator.
mod - admin/test_langs.php Diff File

master b9d23a66

2021-08-07 04:44

dregad


Details Diff
Doc: fix http->https, remove/update broken links

Broken links in Admin Guide:
- wincron original site redirecting, and not able to find original
product (search yields multiple softwares named wincron, all fairly
old and seemingly unmaintained) -> removing reference
- mysqlhotcopy is no longer available since MySQL 5.7 - replace with
mysqldump
- added link to Percona XtraBackup
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File
mod - docbook/Admin_Guide/en-US/config/speed.xml Diff File

master e6bcd318

2021-08-07 04:37

dregad


Details Diff
Admin guide: update zlib extension documentation

- mention zlib as optional extension in server requirements
- move indications to list modules in server requirements, rather than
under speed optimization configs
- fix an incorrect indication stating that zlib is included by default
since PHP 4.3
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File
mod - docbook/Admin_Guide/en-US/config/speed.xml Diff File

master 34621eb9

2021-08-07 04:33

dregad


Details Diff
Fix PHPStorm warning about zlib extension

zlib extension is optional, and compress_handler_is_enabled() checks
whether it is available and returns false if not, so we can safely
ignore the warning.
mod - core/compress_api.php Diff File

master 95eea797

2021-08-07 04:31

dregad


Details Diff
Fix compression handler's signature

The function had the $p_buffer parameter defined as a reference, but
per PHP documentation [1] it shouldn't be. The function should just
return the updated buffer (which it does).

[1]: https://www.php.net/manual/en/function.ob-start.php
mod - core/compress_api.php Diff File

master a3ad9676

2021-08-07 04:30

dregad


Details Diff
PHPDoc, wrap long comments
mod - core/compress_api.php Diff File

master 8530e72e

2021-08-07 04:28

dregad


Details Diff
Don't start output buffering or compression for CLI

Fixes 0028963
Affected Issues
0028963
mod - core.php Diff File
mod - core/compress_api.php Diff File

master 3a9c2f6a

2021-08-06 04:34

Malo MM. MAISONNEUVE

Committer: dregad


Details Diff
Added config & use it for new tab redirection
mod - config_defaults_inc.php Diff File
mod - core/print_api.php Diff File

master 4355c112

2021-08-05 03:05

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
rm - plugins/Gravatar/lang/strings_qqq.txt Diff

master d341fc74

2021-08-04 14:34

dregad


Details Diff
Updates font files references in fonts.css
mod - build/update-fonts.php Diff File

master 31afb740

2021-08-04 14:32

dregad


Details Diff
Sanity checks after fonts download and CSS update
mod - build/update-fonts.php Diff File

master f5bd077e

2021-08-04 14:19

dregad


Details Diff
New build script to update local font files

Automating the download of .woff/.woff2 files for the bundled fonts,
(defined in $g_font_family_choices_local), which are used when
$g_cdn_enabled = OFF.
add - build/update-fonts.php Diff File

master fd3d7bcf

2021-08-04 10:10

Malo MM. MAISONNEUVE

Committer: dregad


Details Diff
Added redirection to new tab for audios & videos
mod - core/print_api.php Diff File

master a8190792

2021-08-04 09:58

Malo MM. MAISONNEUVE

Committer: dregad


Details Diff
Redirect clicks on attachments to a new tab
mod - core/print_api.php Diff File

master 30ba2c36

2021-08-02 03:05

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_asturian.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_esperanto.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_vietnamese.txt Diff File
mod - lang/strings_zazaki.txt Diff File
mod - plugins/XmlImportExport/lang/strings_dutch.txt Diff File

master ac55c2df

2021-08-01 01:00

dregad


Details Diff
Install helper functions: use DbQuery

Convert remaining legacy db_query() calls to DbQuery.
mod - core/install_helper_functions_api.php Diff File
 First  Prev  1 2 3 ... 67 68 69 70 71 72 73 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 730 731 732  Next  Last