Age | Commit message (Collapse) | Author |
|
Change-Id: Iba16420bd5c9571a47158359510d8f2dc21ed539
Reviewed-on: https://gerrit.libreoffice.org/44439
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ibca18b76f3ff31e490298d4dc49e4f03d35a2c18
Reviewed-on: https://gerrit.libreoffice.org/44438
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I9c7bfad34cb4898b549e134c53c73b2d87f00b20
Reviewed-on: https://gerrit.libreoffice.org/44437
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I64001b95c4db0e782b3456212ef5ebfd757bb2b6
Reviewed-on: https://gerrit.libreoffice.org/44436
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I4d6f02057bd127150718742b19a50635f6b9bd82
Reviewed-on: https://gerrit.libreoffice.org/44435
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I58cbd06ddf9ef81d5a1b82abc4c3dbbe55569e85
Reviewed-on: https://gerrit.libreoffice.org/44434
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
This change happened in the toolbar/menu in commit
37ad8daabf596e039b4ca62e06e91d5a83128b7c
Change-Id: Icde87814ecc559b461ec9233186137161eda3a30
Reviewed-on: https://gerrit.libreoffice.org/44383
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Since commit 37ad8daa these submenu commands have shorter names
Remaining instances of the command names refer to window
names and functions, this is why not all of them are changed.
Change-Id: Ieff7776ad7975c1cfd389d58e6b95f344bc1a25d
Reviewed-on: https://gerrit.libreoffice.org/44340
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I641ec8b55b8d33d85824a133a2e61a1af20ea123
Reviewed-on: https://gerrit.libreoffice.org/44339
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ia0fedd0bc673f3090cf065ac578ef193d1d3b6b7
Reviewed-on: https://gerrit.libreoffice.org/44196
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Add 4 smaller bash scripts for building new help, for
better management
Scripts use the following parameters
workDir: $(WORKDIR)
lang: $(LANG)
productVersion: 6.0
and put results in
$(WORKDIR)/HelpTargetHTML
./get_hid2file.sh $productVersion $workDir
Creates hid2file.js that maps HID into HTML page
uses get_url.xsl transform
./get_bookmark.sh $lang $productVersion $workDir
Creates the index file 'bookmarks.js' based on
<bookmark_values> tag in all localized XHP files.
Visible in Index tab of the HTML page
Uses get_bookmark.xsl transform.
./get_html.sh $lang $productVersion $workDir $local $fileTree
Creates the HTML pages from localized XHP files
local: is local or website (yes/no)
If local="yes", the filetree should be $(installDir)
else (i.e. website), root file tree should be '/'
fileTree: is root file tree for $local=yes
If local = yes, then language selector, PIWIK probe
and global search services are removed.
Uses: online_transform.xsl transform
./get_tree.sh $lang $productVersion $workDir
Creates the contents.js from localized TREE files
Visible in Contents tab of the HTML page
Uses get_tree.xsl transform
./get_media.sh $lang $productVersion $workDir
Copy several auxiliary files for navigation
Copy HC2 media files
Copy galaxy icon theme for HTML pages
* minor change in file name hid2file.js
Added 2 more small scripts to show how to build local and online
./makelocal.sh
./makeonline.sh
Languages depends on the languages available in
$(WORKDIR)/HelpTranslatePartTarget/, and includes qtz.
will handle special case of en-US later
Change-Id: I0b7fdf5e1460070413eb2303f8d69b2b85a40c3e
Reviewed-on: https://gerrit.libreoffice.org/44114
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
- Add missing bookmarks
- Add missing ahelp
- Fix a broken bookmark
Change-Id: I6a1c90dc7fd5677907e25f50fe0b5e942902fc47
Reviewed-on: https://gerrit.libreoffice.org/44091
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
- Add missing ahelps and bookmarks
- Fix menu path
Change-Id: Ibf8b8775aa90922645fbc445ff5c987e5110c692
Reviewed-on: https://gerrit.libreoffice.org/44090
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I04c5a607dd5196ec7daac2a66c382f99f950534e
Reviewed-on: https://gerrit.libreoffice.org/44089
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
- Fix page title and command location with plurals in menu command name
- Extend description with information about pasted content location
as requested in the bug report
- Highlight the information that this works only with two or more
selected sheets
- Fix text pointing to the page Paste Special
- Remove redundant bookmark
Change-Id: Iaf700d1ed096ffff6a829e7bb32abd29a75365b7
Reviewed-on: https://gerrit.libreoffice.org/44088
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Some bookmarks were missing, most were misplaced
Change-Id: I5663999f874fe554cd74bb9b76f0fb9dae83852a
Reviewed-on: https://gerrit.libreoffice.org/44092
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
now that there's a checkbox for the special 'clear' state rather than
special empty spin button hackery to store this state
Change-Id: I72756336a6c7fe68aec7efcf53e7b8dfb4c3d8d1
|
|
After translator suggestion (mbalabanov)
Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8
Reviewed-on: https://gerrit.libreoffice.org/43762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I57aeab1b6a5abf733fa68835197f129aaf23fef0
Reviewed-on: https://gerrit.libreoffice.org/43761
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2c2055d885e8beb224f6b786c62bf90588469291
|
|
Change-Id: Ib662f9e0b4dd84abfbddd0bbe91fbfebf6d8a98a
Reviewed-on: https://gerrit.libreoffice.org/43676
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib2898b93377af7ef8290c5d7740d150f0b5285f5
|
|
Change-Id: I8eb42a23f992d642489d02b758e91cc2bbe86d50
|
|
Simplified the markup and tweaked the look a bit.
Change-Id: Ifc296a82b17215e7bcfbfc17432aacddb922664b
Reviewed-on: https://gerrit.libreoffice.org/43345
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2f6c05e1b9861288507c74f5d223d4d657272a38
Reviewed-on: https://gerrit.libreoffice.org/43266
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I9ec5733c162507893fa4ca8d619d2c4730d8c535
|
|
Change-Id: I9fea48d63ff6b1781a324cccca40e6739023c5ca
Reviewed-on: https://gerrit.libreoffice.org/43274
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
4.33 is treated as 4 since the decimals are ignored, but for some reason
help referenced a different value...
Change-Id: I9c0a97516ff7b9eb713fcb6eea994a737687945b
|
|
Change-Id: I8f40f45576d510720987789cee78c5b3fb476b5c
|
|
Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be
|
|
Change-Id: I96a78fe8bf7f98b9728ddeeb4fa8b2ec622ab276
|
|
This script is used to convert released help files into HTML pages
Change-Id: Iae1d6c1a10360229221f8a47b5e7187bbb958d86
Reviewed-on: https://gerrit.libreoffice.org/43094
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I460f853f4abd6bf8124f2b6d01d5b771fcc6569c
Reviewed-on: https://gerrit.libreoffice.org/42984
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ibe077bd39c5e2a44520052ae0afa9cd69ca59991
Reviewed-on: https://gerrit.libreoffice.org/43054
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
|
|
Change-Id: I3238c9b6e02486289463990e17ed3c59ca856b06
Reviewed-on: https://gerrit.libreoffice.org/42717
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I134c0f9148854c23a1252bbcb2d85b43b3654dd2
Reviewed-on: https://gerrit.libreoffice.org/42711
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Awaiting for more contents
Change-Id: Ie43002a9abf255d81c7cd77fe5d453c490f7bdb5
Reviewed-on: https://gerrit.libreoffice.org/42710
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Awaiting for more contents
Change-Id: Ia44adb3f25f26df5b2f0ec360ac9d0cc421d8fe3
Reviewed-on: https://gerrit.libreoffice.org/42709
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Icc1abd566c32f6b873fd979cba2190a9ce959a69
Reviewed-on: https://gerrit.libreoffice.org/42685
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I60ddea24020d5775a373b1a06b1bdfa8f33d3c5d
Reviewed-on: https://gerrit.libreoffice.org/42571
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Otherwise, the body text looks cramped.
Change-Id: I4bf6a8b714a243c5de333f46c4249e1c51060f50
Reviewed-on: https://gerrit.libreoffice.org/42222
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Delete help pages related to memory settings in Options
Change-Id: Ifcb66ef4bf404b8e942bf44caa6072a01147ad22
Reviewed-on: https://gerrit.libreoffice.org/42563
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
use $() in bash script
Change-Id: Ia46e529bf2059a378b0f311ec2b6d5fc03e86f66
Reviewed-on: https://gerrit.libreoffice.org/42566
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I138ff9551f7d8c99c92a32bdcf91d261168ba5bb
Reviewed-on: https://gerrit.libreoffice.org/42482
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
add zh-*, ru, tr, de, da, cs
Change-Id: Ib1853d13de6321e300b24820dd01efddb1205ff2
Reviewed-on: https://gerrit.libreoffice.org/42340
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94
|
|
Change-Id: I3fad8e9ba3d30d9bf7ae42e6c753ee8677b012fd
Reviewed-on: https://gerrit.libreoffice.org/42286
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Added some language support for the helponline global search
Each custom search engine of google has a unique token, which
configuration is handled by CSE owner.
The CSE attempt to seach in helponline in the page language. If a page
is already indexed, it shows what it has. If not, pages indexed from the
*.libreoffice.org domain and wiki.tdf.org are shown.
The CSE prevents display of indexed pages of other suites.
Change-Id: I133e1a7af867c2380ccb1f20c483af63337a58b9
Reviewed-on: https://gerrit.libreoffice.org/42218
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Insert a div around a code snippet and categorize for schema.org
Change-Id: I7d4c9e15fccbf7e48af3c2faca9ed61ae5279c79
Reviewed-on: https://gerrit.libreoffice.org/42105
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|