dokuwiki / translate.dokuwiki.org

Web based tool to create and update translation patches for DokuWiki and DokuWiki plugins.
MIT License
8 stars 2 forks source link

add command for retrieving plugin status #108

Closed Klap-in closed 1 year ago

Klap-in commented 1 year ago

the setting page shows some details, but no error messages https://translate.dokuwiki.org/plugin/dw2pdf/settings

Add command that displays these errors. Store all error messages and not only latest. Seems the mailed message is stored as message, 250 characters is not enough.

Workaround:

select name,state,url,branch,from_unixtime(lastUpdate),errorMsg,errorCount 
from repository 
where name='yourplugin';
Klap-in commented 1 year ago

ah, there is already a dokuwiki:showStats. Shows basic stuff for all extensions. Error output is still lacking. Also add filter for all extensions with number of error >0

Klap-in commented 1 year ago

dokuwiki:showStats is renamed with dokuwiki:showInfo and will show the entire error messages if a single repository is shown. i.e. dokuwiki:showInfo plugin example . Implemented in #112