summaryrefslogtreecommitdiffstats
path: root/source/text/shared/help
Commit message (Collapse)AuthorAgeFilesLines
* redmine#2555 replace Help online Google searchOlivier Hallot2019-10-011-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the helpcontent2/ part of the patch. Add xapian-omega search to online Help. The patch replaces Google custom search with xapian-omega search. A new build key is introduced. --with-omindex=server : Localizes and adds the xapian result page template, adds the xapian form to each Help page. --with-omindex=noxap : do not localize the result template and do not add a form in the Help page. --with-omindex= will force Online Help build. Default is noxap NOTES: - xapian-omega databases are built in the server. - searches returns results only on localized Help pages, avoiding same resulis in many languages. TODO: - Tweak the xapian-omega result page CSS and markup. Change-Id: I3dc2b79c4111f61fd5fea01b1f8c95bfacab1e8f Reviewed-on: https://gerrit.libreoffice.org/79366 Tested-by: Jenkins Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org> Tested-by: Guilhem Moulin <guilhem@libreoffice.org>
* Donation button and sticky header for HelpIlmari Lauhakangas2019-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Task: https://redmine.documentfoundation.org/issues/2815 Header was made sticky on non-mobile by using position: sticky. This was the only way to make it work with the grid without carving magic numbers into stone. IE11 ignores it, but so what? Donation text was made shorter. The Google search and the donation button were wrapped in a container to make it easy to haul them all over the place. Lots of tweaks were made to the grid areas and the styles of the bottom elements to make everything fit nicely in the new markup order. The result was tested on IE11 to make sure it degrades gracefully. The Displayarea element had a fixed width (my old mistake), which made the min-width: 960px layout look very uncool. Change-Id: I131a1e82290bc3381c938acb4dc9dbc408fb2ba7 Reviewed-on: https://gerrit.libreoffice.org/68890 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#119415 Add placeholder text for index filterIlmari Lauhakangas2018-11-201-0/+2
| | | | | | | | Change-Id: If7a0a863eb6b8bb95a5b6236f4f3d490739810a1 Reviewed-on: https://gerrit.libreoffice.org/63672 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#119415 Revert string changeIlmari Lauhakangas2018-11-151-1/+1
| | | | | | | | | In some languages the string gets too long. Change-Id: I1301920df06b264ccdbd806af476b22601a38405 Reviewed-on: https://gerrit.libreoffice.org/63415 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#119415 change from fuse.js to fuzzysort.jsIlmari Lauhakangas2018-11-091-1/+1
| | | | | | | | | | Tied the index listing to the current module. Fuzzysort.js is MIT licensed. Change-Id: I5d95cc1870a1856089217846ed0af572abc882d7 Reviewed-on: https://gerrit.libreoffice.org/63203 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Add 'Indonesian' to language dropdown listAndras Timar2018-08-221-0/+1
| | | | | | | Change-Id: I8c2fe09b6c774363252e69117c13ee29470528e7 Reviewed-on: https://gerrit.libreoffice.org/59429 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Translate the language names in JS.Jan Holesovsky2018-08-161-194/+66
| | | | | | | Change-Id: I7185a7d0981abbacef4a152ee6ac5352ebe970cd Reviewed-on: https://gerrit.libreoffice.org/59150 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix typoAndrea Gelmini2018-05-081-1/+1
| | | | | | | Change-Id: Iae45bff72642eded31d248b5b9bee0814ed97948 Reviewed-on: https://gerrit.libreoffice.org/53980 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#115685 Bring new help UI strings to PootleOlivier Hallot2018-05-081-0/+224
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>