Home
last modified time | relevance | path

Searched hist:f11d30144b67d43a881b90feb9d26c33af3c8c2f (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.phpf11d30144b67d43a881b90feb9d26c33af3c8c2f Mon Jan 08 14:54:34 UTC 2024 Andreas Gohr <andi@splitbrain.org> More resilence when talking to plugin repo fixes #4135

When the plugin repository answers but returns non-data (as can happen
when the database isn't available, as we have learned yesterday), the
extension manager still tried to deserialize the data.

This changes all communication from php-serialized to JSON encoded data.
When JSON-decoding fails, the data is ignored and an error message is
shown. Failure data like this will not be cached.