History log of /plugin/autotranslation/syntax/notrans.php (Results 1 – 6 of 6)
Revision Date Author Comments
# b0afc21c 21-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix PHP 8 compatibility issues

- Add null safety check for $_SERVER['HTTP_ACCEPT_LANGUAGE'] in getBrowserLang() to prevent PHP 8.1+ deprecation warnings
- Add global $JSINFO declaration in helper co

Fix PHP 8 compatibility issues

- Add null safety check for $_SERVER['HTTP_ACCEPT_LANGUAGE'] in getBrowserLang() to prevent PHP 8.1+ deprecation warnings
- Add global $JSINFO declaration in helper constructor
- Remove extra parameter from buildTransID() call (function only accepts 2 params)
- Add null coalescing operators for $_SERVER['PHP_SELF'] and $_SERVER['REQUEST_URI'] in action.php
- Remove reference assignment operator from plugin_load() call in syntax/notrans.php (PHP 8 compatibility)

show more ...


# 5ceaa3d5 15-May-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Update "var" to public/private vars. see [DokuWiki](https://github.com/splitbrain/dokuwiki/issues/1971)


# 25fca7bd 30-Aug-2016 Gerry Weißbach <gerry.w@gammaproduction.de>

Rename Plugin.


# 488e4722 11-Mar-2016 Andreas Gohr <andi@splitbrain.org>

renamed constructors for PHP7 compatibility


# 5fa510d2 03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent


# 649de279 26-Mar-2014 Andreas Gohr <andi@splitbrain.org>

new syntax mode for easy adding to sidebar. closes #20