[Libreoffice-commits] core.git: helpcontent2
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 10 01:35:10 UTC 2020
helpcontent2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4b6b03c89208d51920040eee15402102dd085e4b
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Mon Feb 10 04:34:34 2020 +0300
Commit: Gerrit Code Review <gerrit at gerrit.libreoffice.org>
CommitDate: Mon Feb 10 02:34:34 2020 +0100
Update git submodules
* Update helpcontent2 from branch 'master'
to 96f1ee8417e4d6c7134e13ab86ac55e52f1bc841
- Don't hardcode version in links in online help
... so that when current page URL is like
https://help.libreoffice.org/latest/en-US/text/shared/05/new_help.html
links from it will lead to other pages under 'latest', not to
https://help.libreoffice.org/6.3/...
The problem reason was that in online help, HTML referred to resources
with relative URLs starting with version number, like
'href="6.3/media/navigation/favicon.ico"'. The links didn't include the
version level in local help: 'href="media/navigation/favicon.ico"'.
This was naturally accompanied by <base href="../../../../../"> (online)
and '<base href="../../../../">' (local), coming from "tokenize" in
help3xsl/online_transform.xsl.
This unifies online help behaviour with that of local help.
Change-Id: I486cbfbd680d52d00ef99ade9af5ecac2967c115
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87768
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/helpcontent2 b/helpcontent2
index b6e3324d71cd..96f1ee8417e4 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b6e3324d71cd4b17cd9384b43b762fb10ce92343
+Subproject commit 96f1ee8417e4d6c7134e13ab86ac55e52f1bc841
More information about the Libreoffice-commits
mailing list