Difference between revisions of "GraphViz MediaWiki extension"
Jump to navigation
Jump to search
Line 67: | Line 67: | ||
Fork at: | Fork at: | ||
* https://github.com/WolfgangFahl/diagrams-extension | * https://github.com/WolfgangFahl/diagrams-extension | ||
+ | == Commits == | ||
+ | {{commit|host=https://github.com|path=WolfgangFahl|project=diagrams-extension|subject=adds Special page with java installation check|name=Wolfgang Fahl|date=2020-02-10 15:34:57 +0100|hash=2964c07|storemode=subobject|viewmode=line}} | ||
+ | {{commit|host=https://github.com|path=WolfgangFahl|project=diagrams-extension|subject=fixes help link|name=Wolfgang Fahl|date=2020-02-10 15:36:04 +0100|hash=5178436|storemode=subobject|viewmode=line}} | ||
+ | {{commit|host=https://github.com|path=WolfgangFahl|project=diagrams-extension|subject=preparese local service alternative|name=Wolfgang Fahl|date=2020-02-10 18:05:49 +0100|hash=7dbdf3e|storemode=subobject|viewmode=line} |
Revision as of 18:07, 10 February 2020
Links
- https://www.mediawiki.org/wiki/Extension:GraphViz
- https://www.semantic-mediawiki.org/wiki/Extension:GraphViz
- https://github.com/WolfgangFahl/mediawiki-extensions-GraphViz
Issues
Unknown column 'img_description' in 'field list'
Problem
Function: MediaWiki\Extension\GraphViz\UploadLocalFile::recordUpload3 Error: 1054 Unknown column 'img_description' in 'field list' (localhost)
Diagnosis
Commit | |
---|---|
host | https://github.com |
path | WolfgangFahl |
project | mediawiki-extensions-GraphViz |
subject | work-arounds for Error: 1054 Unknown column 'img_description' in 'field list' and imageMap dependency (bundled) |
name | Wolfgang Fahl |
date | 2020-02-10 11:40:28 +0100 |
hash | f3cfc18 |
Therapy
Workaround
alter table image add img_description varchar(255);
alter table oldimage add oi_description varchar(255);
Could not acquire lock for "mwstore://local-backend/local-public/3/3f/GraphViz_graph_graphname_dot.svg".
Problem
Could not acquire lock for "mwstore://local-backend/local-public/3/3f/GraphViz_graph_graphname_dot.svg".
Diagnosis
Error: Image is invalid or non-existent.
Problem
Error: Image is invalid or non-existent.
Diagnosis
grep -r "invalid or non-existent"
extensions/ImageMap/i18n/en.json: "imagemap_invalid_image": "Error: Image is invalid or non-existent.",
grep -r "magemap_invalid_image"
ImageMap/includes/ImageMap.php: return self::error( 'imagemap_invalid_image' );
ImageMap/includes/ImageMap.php: return self::error( 'imagemap_invalid_image' );
ImageMap/includes/ImageMap.php: return self::error( 'imagemap_invalid_image' );
ImageMap/includes/ImageMap.php: return self::error( 'imagemap_invalid_image' );
select img_name from image;
+----------------------------------+
| img_name |
+----------------------------------+
| GraphViz_graph_rq_dot.svg |
| GraphViz_graph_graphname_dot.svg |
Therapy
unclear
Diagrams extension
An alternative approach is outlined in:
Fork at:
Commits
Commit | |
---|---|
host | https://github.com |
path | WolfgangFahl |
project | diagrams-extension |
subject | adds Special page with java installation check |
name | Wolfgang Fahl |
date | 2020-02-10 15:34:57 +0100 |
hash | 2964c07 |
Commit | |
---|---|
host | https://github.com |
path | WolfgangFahl |
project | diagrams-extension |
subject | fixes help link |
name | Wolfgang Fahl |
date | 2020-02-10 15:36:04 +0100 |
hash | 5178436 |
{{commit|host=https://github.com%7Cpath=WolfgangFahl%7Cproject=diagrams-extension%7Csubject=preparese local service alternative|name=Wolfgang Fahl|date=2020-02-10 18:05:49 +0100|hash=7dbdf3e|storemode=subobject|viewmode=line}