6 Commits

Author SHA1 Message Date
e8b21ab244 makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)
helpcontent2 portion

Change-Id: I2e10bf8bf4cb39fa3a8f9a2c3eb8f22d8636560c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167007
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-05-03 16:06:39 +02:00
0c24f409c3 tdf#157360 Local help should not phone home
+ Remove call to matomo TDF server instance when help is local
+ Keep when Help is online.
+ refactor javascript

Change-Id: I285b426531c91ff558c01798f803bf3f89720b1f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157255
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-09-26 09:05:22 +02:00
919def267b tdf#123318 tdf#129697 Don't hardcode product name in CSS and JS
Change-Id: I0ef315146fed188eb1cf33c416ff5f3e9899bbae
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128524
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-01-25 16:40:00 +01:00
73023bcc0d Limit the online help only to the built languages.
Change-Id: Ib81dbd9a4047d9bb63761a43ef0b183a450b03f1
Reviewed-on: https://gerrit.libreoffice.org/59047
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2018-08-16 09:13:39 +02:00
89f1284e5b tdf#118571 avoid MSI problems with double / in Package_html*.mk
MSI helpfully converts "help//fuse.js" into "help/help/fuse.js",
which isn't obvious.  Or helpful, for that matter.

Actually it might be the Perl installer code that messes it up,
can't quickly check whose fault it is...

Change-Id: I69e9849b533a7fbe54310edb99bda3a879f4f031
2018-07-10 18:35:00 +02:00
c0508a0752 WIP: Split --with-help=html packages into non-locale and per-locale
...in preparation of packaging the per-locale data properly.

non-locale: GeneratedPackage_html_media
            Package_html_dynamic
            Package_html_static

per-locale: GeneratedPackage_html_lang_generated
            Package_html_lang

This is the helpcontent2 part of a change that spans core and helpcontent2.

Change-Id: Iabe24a710d46d23246699d102ab96686cfe85ab4
Reviewed-on: https://gerrit.libreoffice.org/53317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-04-23 11:50:25 +02:00