History log of /dokuwiki/inc/Remote/LegacyApiCore.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 91c051b5 15-Mar-2025 Andreas Gohr <andi@splitbrain.org>

fix legacy XMLRPC call dokuwiki.appendPage #4418


# 1418a776 09-Feb-2024 Andreas Gohr <andi@splitbrain.org>

API: legacy compatibility fix

wiki.getAllPages and dokuwiki.getPagelist differed in how the last
modification timestamp was communicated.

This should fix splitbrain/dokuwiki-plugin-sync#70


# 079b7b26 11-Jan-2024 Andreas Gohr <andi@splitbrain.org>

LegacyAPI: fix return types on missing pages


# 15357ce4 10-Jan-2024 Andreas Gohr <andi@splitbrain.org>

API: fix media handling in legacy API


# b5284271 09-Jan-2024 Andreas Gohr <andi@splitbrain.org>

API: add backward compatibility to API Version 11

This adds legacy support for the old API calls. This is mostly untested
but should work. Returns might not be 100% compatible in all cases but I
did

API: add backward compatibility to API Version 11

This adds legacy support for the old API calls. This is mostly untested
but should work. Returns might not be 100% compatible in all cases but I
did my best to return the same things as before.

This will be removed in the future of course and is just to not
completely break any API usage immeadiately.

show more ...