Summary: | exporting model to xhtml is broken | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.26.2 (KDE Applications 18.08.2) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/e418f62bf690b5e7d98c4e25a43f432d9d905062 | Version Fixed In: | 2.26.3 (KDE Applications 18.08.3) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-11-04 11:26:38 UTC
Git commit 552631f9c1902ca0ef3c4b6671eab3e985e7eef2 by Ralf Habacker. Committed on 04/11/2018 at 11:29. Pushed by habacker into branch 'Applications/18.08'. Make it possible to run docbook export from build dir M +2 -0 umbrello/CMakeLists.txt M +6 -2 umbrello/docgenerators/docbook2xhtmlgeneratorjob.cpp M +5 -2 umbrello/docgenerators/docbookgeneratorjob.cpp M +8 -4 umbrello/docgenerators/xhtmlgenerator.cpp M +3 -1 umbrello/uml.cpp https://commits.kde.org/umbrello/552631f9c1902ca0ef3c4b6671eab3e985e7eef2 Git commit e418f62bf690b5e7d98c4e25a43f432d9d905062 by Ralf Habacker. Committed on 04/11/2018 at 11:29. Pushed by habacker into branch 'Applications/18.08'. Fixes broken docbook URLs when creating xhtml The stylesheet docbook.xsl no longer exists under ksgmtools2, but is included in the docbook package and the remote docbook.xsl url no longer fits. The code for determining user-defined and local docbook xsl files has been moved to the XhtmlGenerator class in addition to the existing queries. M +1 -1 umbrello/docgenerators/docbook2xhtml.xsl M +3 -14 umbrello/docgenerators/docbook2xhtmlgeneratorjob.cpp M +37 -0 umbrello/docgenerators/xhtmlgenerator.cpp M +3 -1 umbrello/docgenerators/xhtmlgenerator.h https://commits.kde.org/umbrello/e418f62bf690b5e7d98c4e25a43f432d9d905062 |