On a Mediawiki 1.33 i have patched the graphviz extension as outlined in https://github.com/WolfgangFahl/mediawiki-extensions-GraphViz/commit/f3cfc18
Now the images appear in the image table:
select img_name from image; +----------------------------------+ | img_name | +----------------------------------+ | GraphViz_graph_rq_dot.svg | | GraphViz_graph_graphname_dot.svg |
but not in the filelist and the ImageMap extension complains as shown in https://phabricator.wikimedia.org/T244720
What is the reason for this behavior? Where is the proper use of the Image table documented?
What would be a simpler alternative to the complicated code in https://github.com/WolfgangFahl/mediawiki-extensions-GraphViz/blob/master/includes/UploadLocalFile.php?

