Changesets: MantisBT

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

master ac48d7ae

2021-08-01 00:57

dregad


Details Diff
Fix PHPStorm static analysis warnings
mod - core/install_helper_functions_api.php Diff File

master 3b7dc307

2021-08-01 00:56

dregad


Details Diff
Remove now-unused install_print_unserialize_errors()
mod - core/install_helper_functions_api.php Diff File

master 1a58a655

2021-08-01 00:54

dregad


Details Diff
Removed unused parameter in db_unixtimestamp()

ADOdb's UnixTimeStamp() function does not have and has never had a 2nd
parameter.

Since db_unixtimestamp() is effectively never actually called with the
$p_gmt parameter, we remove it.
mod - core/install_helper_functions_api.php Diff File

master 1492bb31

2021-08-01 00:45

dregad


Details Diff
Process all token rows, get errors CSV at the end
mod - core/install_helper_functions_api.php Diff File

master 46ef749a

2021-08-01 00:37

dregad


Details Diff
install_check_token_serialization(): use DbQuery
mod - core/install_helper_functions_api.php Diff File

master da5d63be

2021-07-31 08:47

dregad


Details Diff
install_stored_filter_migrate(): use DbQuery
mod - core/install_helper_functions_api.php Diff File

master f32ea40b

2021-07-31 08:38

dregad


Details Diff
Process all filter rows, get errors CSV at the end
mod - core/install_helper_functions_api.php Diff File

master e55793d8

2021-07-31 08:28

dregad


Details Diff
Allow downloading errors list as CSV

Instead of displaying a potentially long series of text error messages,
provide a download link to let users retrieve a structured list of all
errors in CSV format instead.
mod - core/install_helper_functions_api.php Diff File

master 02284982

2021-07-29 03:06

translatewiki.net


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

master 0a4a1690

2021-07-22 03:06

translatewiki.net


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

master c5533f72

2021-07-19 03:05

translatewiki.net


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

master 1f523417

2021-07-16 15:26

dregad


Details Diff
Process all config rows, display errors at the end
mod - core/install_helper_functions_api.php Diff File

master 5fe3c1a0

2021-07-16 15:18

dregad


Details Diff
Don't convert values already in JSON format
mod - core/install_helper_functions_api.php Diff File
 First  Prev  1 2 3 ... 66 67 68 69 70 71 72 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last