summaryrefslogtreecommitdiff
path: root/help3xsl
AgeCommit message (Collapse)Author
2018-08-23Add some space between warning/note/tip boxesOlivier Hallot
Change-Id: I37b9bf85cbe2b3e101c5ba4c71391692b2a65425 Reviewed-on: https://gerrit.libreoffice.org/59473 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0) Reviewed-on: https://gerrit.libreoffice.org/59492 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-08-09Fix <otherwise> case for icon replacementOlivier Hallot
Change-Id: Ia5db370d1e19aa2818fba7ad7b2427692ff1b80e Reviewed-on: https://gerrit.libreoffice.org/57927 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 1f5dbe3cfae77c879d2b7c95131cc87393dccb00) Reviewed-on: https://gerrit.libreoffice.org/58753 Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2018-07-27Restore 'GLOBAL' label in IndexOlivier Hallot
GLOBAL is the external nam of the SHARED bookmarks. Change-Id: If4a877cc26dddb3fa99e5369ef63c7333aa53ffe Reviewed-on: https://gerrit.libreoffice.org/57815 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 0901f95273cc31db84d31a11cb22187f73cad128) Reviewed-on: https://gerrit.libreoffice.org/57816 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-07-27tdf#118844 Add missing icons in Help pagesOlivier Hallot
Apply strategy #1 described in tdf#118844 comment #3 Change-Id: I072bf837217acc8dc84ff1104324df69e33a22bd Reviewed-on: https://gerrit.libreoffice.org/57803 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-07-19Helponline: Fix alignment of TOC in sidebarAdolfo Jayme Barrientos
It was too close to the window border in Edge, Chrome and Firefox Nightly. (cherry picked from commits 01319d64fae5989f35d10038d19d3371efb69d73 and 1ee609da2c58c8628535602348d2a51dd7ac9f14) Change-Id: Ic65fd8bcddf9836cfa4c6529fe286885983c78d1 Reviewed-on: https://gerrit.libreoffice.org/57341 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2018-07-14tdf#115524 Some branch bookmarks are not working 1Olivier Hallot
With .ui dialogs, the Help system sends specific URL associated to the higlighted widget in the .ui dislog. Not every help page associated to the dialog has <bookmark branch="hid/<path to the dialog/widget"/> for all widgets of the dialog. As consequence, some URLs were not addressed and the default module entry page was displayed, instead of the dialog help page. The solution is to define a dumy bookmark '@@nowidget@@' to the help page associated to the dialog, and if the widget bookmark is missing in the help page then use the dummy target, thus offering a help page with the right contents anyway. This patch covers help pages for smath. Change-Id: I40b592271b0c336d4d3bacc33d2f3d19107ae702 Reviewed-on: https://gerrit.libreoffice.org/57426 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-07-11tdf#118430 Three column layout with 1440px widthIlmari Lauhakangas
Contents will now stay collapsed until 1440px width, when it will move to the right side of the screen. Removed useless and harmful float:left from .index-label. Change-Id: I504e8c4be3a5e777dc7bafbd6a6105b163e4a5f3 Reviewed-on: https://gerrit.libreoffice.org/57129 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 581213f4b1f0589367529434af22c41ddc4c1a29) Reviewed-on: https://gerrit.libreoffice.org/57251 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2018-07-02Helponline: Improve a few colors some moreAdolfo Jayme Barrientos
Change-Id: I3d9db610057119cdb08b1f31152700ed18d6ea16 (cherry picked from commit 139bd7c195abf3c1d73ed06c33f64fafeb5244be) Reviewed-on: https://gerrit.libreoffice.org/56836 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-06-29Add mode="embed" for bascodeOlivier Hallot
Embeded <bascode> was not properly rendered because it had no embed mode Change-Id: Icdc91c5b00b165d7963248f9083837b899d382f2 Reviewed-on: https://gerrit.libreoffice.org/56729 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-20Helponline: New .howtoget, small tweaks to other boxes, tiny changes to colorsAdolfo Jayme Barrientos
Change-Id: I3d7d396482df4143b09776230c571c0c69ab0b5a Reviewed-on: https://gerrit.libreoffice.org/56040 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 5bc297bf12e0d0010047559d8f8d058f1e848adf) Reviewed-on: https://gerrit.libreoffice.org/56136 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-06-15Fix <bascode> rendering for paragraphsOlivier Hallot
Change-Id: I4c76bac48f3be30dc3bcd358df427843a5f97a7a Reviewed-on: https://gerrit.libreoffice.org/55837 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 2fdf0556202b43940ee003e7d1e6d452c3d11ab7) Reviewed-on: https://gerrit.libreoffice.org/55878
2018-06-14Add back fonts for complex scriptsIlmari Lauhakangas
Change-Id: Ibe468e41fd016871ee30909dd6a9515e7d10b22a Reviewed-on: https://gerrit.libreoffice.org/55807 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-13Helponline: Allow for system typeface to be usedAdolfo Jayme Barrientos
Change-Id: Ic3868b0bcdbb978f450666b4f98e53587b5e7f85 Reviewed-on: https://gerrit.libreoffice.org/55728 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 279e341d56686a5e381fbc53faec3395e4cd451a) Reviewed-on: https://gerrit.libreoffice.org/55752 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-12tdf#116642 Fix COUNTIFS page + help makefilesOlivier Hallot
+ Add callateral file for COUNTIFS + Adjust makefiles + some tweaks in XSLT + adjust languages to gb_HELP_LANGS. Change-Id: I9d2684d20804b93fd0671621d28a8d786a101fdf Reviewed-on: https://gerrit.libreoffice.org/55493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 185624ce2dfea227f0357e417bb3615e88c95e8e) Reviewed-on: https://gerrit.libreoffice.org/55687
2018-06-07tdf#94121 Give code paragraphs a different background, againAdolfo Jayme Barrientos
The old wikihelp had this, but this time it won’t look as tawdry. Change-Id: I709b94c512cb15d6c1b5ef5b76b9e1bb13b6f09b Reviewed-on: https://gerrit.libreoffice.org/55301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 1b112c0bedae14d3c242d8662d16230acf8c333e) Reviewed-on: https://gerrit.libreoffice.org/55432 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-07Fix default cases in switchesOlivier Hallot
Change-Id: I40f6c8e5a6fd0a0ff1d3e6205de449f14598212b Reviewed-on: https://gerrit.libreoffice.org/55108 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-04Colored boxes for .note, .tip and .warningAdolfo Jayme Barrientos
Change-Id: I067100546ac669fa34e59cf9401796a4d166718f Reviewed-on: https://gerrit.libreoffice.org/55239 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 94e09fd49d6b8803b481bde0693c5deb534d82d0) Reviewed-on: https://gerrit.libreoffice.org/55259 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-05-27Add GDPR in online helpOlivier Hallot
Change-Id: Ic752beee3901bd9963deb4782702a1de745b5406 Reviewed-on: https://gerrit.libreoffice.org/54785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 0affb71917d215b6d76eb5983a39c726fed53f29) Reviewed-on: https://gerrit.libreoffice.org/54869 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-05-21Fix media path for en-USOlivier Hallot
Change-Id: If3a9667fa3dd8c1007132448a23e75d66279a192 Reviewed-on: https://gerrit.libreoffice.org/54640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-21Add support for localized collateral filesOlivier Hallot
Fix src Change-Id: I4997884f087b625c8ac8dbf923363d97f88f7922 Reviewed-on: https://gerrit.libreoffice.org/54599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-12Helponline: Only add extra <p> margin for main body textAdolfo Jayme Barrientos
Change-Id: Ia6413bbe4e16ee39dbd01ba48fa307514f517fbe
2018-05-09Helponline: Give links a different colorAdolfo Jayme Barrientos
It was the same color as headings, which was confusing. Also, remove the underline until hovering, which improves readability, particularly with Chinese, Japanese and Korean. And add a custom selection color because… why not? Change-Id: I3d120c7fd6cbe27d74f0c7c40b72e23cddaa0296
2018-05-08tdf#115685 Bring new help UI strings to PootleOlivier Hallot
Change-Id: Ifcd56f626ed36d4ab7f7da0cd3ef6e95e2456971 Reviewed-on: https://gerrit.libreoffice.org/53976 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-08Refactor test for online case wrt objectsOlivier Hallot
Also refactor the section "Open file with example". Wrap in a div with class. Change-Id: I14b1b7ca6ca788383824db3db4db4014b295976e Reviewed-on: https://gerrit.libreoffice.org/53946 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-07Helponline: ordered list numbers were too smallAdolfo Jayme Barrientos
Change-Id: Ia41478b03ff696f1ab86a8b57090b1ce0bf79efc
2018-05-07Helponline: Tame that gaudy-looking magnifier icon…Adolfo Jayme Barrientos
… at least where Unicode variation selectors are supported. Change-Id: I9cf30c732e66a79e64a0e7becada7e82bded93cb
2018-05-06Fix icon path for colibre + screenshot langOlivier Hallot
Note, Tip and Warning icon path Fix screenshot lang path for en-US Change-Id: Ia8a7c5d396ea4e3d6858ebcde6019d71c43278b0 Reviewed-on: https://gerrit.libreoffice.org/53910 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-05s/galaxy/colibre/Rene Engelhard
... as galaxy got removed with 60413c9800c27f53c1108015b50754b065bc98c6 Change-Id: I4e3ec6db6b57b31e184ec53def5bdb54e064ad21
2018-05-02Helponline: Provide a visual indicator for people to notice inputsAdolfo Jayme Barrientos
Otherwise, it’s impossible to know you can click one and have its text copied into your clipboard. Change-Id: I9243229c0e507f35b35768ec71473117c2c34a8d
2018-05-01Helponline: Add some more translated stringsAdolfo Jayme Barrientos
Change-Id: Idc3e4624a5779735614af338e036f406a815fc9f
2018-05-01Remove extra line break in icontablesOlivier Hallot
Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e Reviewed-on: https://gerrit.libreoffice.org/53690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-29Helponline: Some footer tweaksAdolfo Jayme Barrientos
Change-Id: Ie52a789f61a44896abc81ecf3895d94ce054040d
2018-04-27Restore nice box shadowsOlivier Hallot
Shadows were for tables only. Add shadows to some special tables rendered as div's. Change-Id: If3d6757c27a00598c67e510c5cccb77f89fddb6d Reviewed-on: https://gerrit.libreoffice.org/53549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-26Replace icontable by div + CSS flexboxOlivier Hallot
Icon tables are detected when the first cell has an image. Change-Id: I808c814870404dbef696e12c6f30a7611468d2ee Reviewed-on: https://gerrit.libreoffice.org/53429 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-26Replace onecell table by a divOlivier Hallot
Replace table of type onecell by a div + css Change-Id: I120a85c96b312d206a8f582c69405aeb5fd80a9c Reviewed-on: https://gerrit.libreoffice.org/53428 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-26Replace note,tip,warning with CSS flexboxOlivier Hallot
Replace <table> by <div>'s with CSS flexbox property. Independent CSS classes for each div for easier tweaking Change-Id: Idedcebc7d9d7b28738c25f4fe11314209e92576c Reviewed-on: https://gerrit.libreoffice.org/53427 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-26Replace "howtoget" table by div + CSS flexdocOlivier Hallot
Change-Id: Ie79c7345af176edcae3ec99a36a466e8b9978d07 Reviewed-on: https://gerrit.libreoffice.org/53444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-25We use px for font sizes in navigationIlmari Lauhakangas
Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c Reviewed-on: https://gerrit.libreoffice.org/53461 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-23Helponline: Tweak pagination symbols for improved clarityAdolfo Jayme Barrientos
Change-Id: I5308fb5f7039db592038f674b390f92779376d6d
2018-04-23Helponline: Contents and Index labels are oversizedAdolfo Jayme Barrientos
Change-Id: Iea3de265bd5cb81747f87e4279d6ac498be06c47
2018-04-23Helponline: Add some styling to the tablesAdolfo Jayme Barrientos
Change-Id: Iafef063c594142efeec56b96b1e508da3ac0d8b7
2018-04-20New Help: Improve table head renderingOlivier Hallot
Add class to parent <td> of <paragraph role="tablehead"> Change-Id: Ifb9caf4d4ac3ab5e4c750b5bd96260e2dcb298e1 Reviewed-on: https://gerrit.libreoffice.org/53179 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-18Remove unused sourceMappingURLStephan Bergmann
Caused Source map error: TypeError: NetworkError when attempting to fetch resource. Resource URL: file:///data/sbergman/lo-clang/core/instdir/help/fuse.js Source Map URL: fuse.js.map when loading <file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1> in the browser. Change-Id: I5d318fe8c358cedbb961113561edea3b6d4a2ce1 Reviewed-on: https://gerrit.libreoffice.org/53077 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-04-17Include help2.js not help.jsStephan Bergmann
Otherwise, causes a ReferenceError: getParameterByName is not defined when loading <file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1> in the browser. Change-Id: I13cdd36e44859a74c9a1b4e3b020fed2f56edda0 Reviewed-on: https://gerrit.libreoffice.org/53048 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-17Helpcontent2 housekeepingOlivier Hallot
Deleted spurious file in source/ Change-Id: Ia7417413e615635496398c223a0d95911c994123 Reviewed-on: https://gerrit.libreoffice.org/53012 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-17Fix index in sidebarOlivier Hallot
The last commit of online_transform.xsl instrpduced a bug in index search on the left. This one fixes it. Change-Id: I8055389a324d1fc5fde90ac2b76ff6f0a4a42493 Reviewed-on: https://gerrit.libreoffice.org/53011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-16replace http links with https equivalentsdennisroczek
* mainly http://wiki.documentfoundation.org * http://en.wikipedia.org * http://api.libreoffice.org Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c Reviewed-on: https://gerrit.libreoffice.org/52354 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-16tdf#116150 Review XHP <switch> style transformOlivier Hallot
implement <switch> and <switchinline> with HTML and Javascript, for 'sys' and 'appl'. Change-Id: I6056e787146bb92617c2ce639acab16d16d6f765 Reviewed-on: https://gerrit.libreoffice.org/52929 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-11Fix typosAndrea Gelmini
Change-Id: If081f3b5ac8b752234d115709731a104cea950d9 Reviewed-on: https://gerrit.libreoffice.org/52208 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-08Helponline: Rely on color, not thick borders, to separate content from UIAdolfo Jayme Barrientos
Those thick borders were fugly. Give a slightly darker appearance to the sidebar and make its border fainter. Remove the pure-white background in body to make it easier on the eyes. Kill the alarming yellow (what was I thinking?). Change-Id: If236126da91df535a0bddbfbf4804c8ee655c4e1