summaryrefslogtreecommitdiff
path: root/helpcontent2
AgeCommit message (Collapse)Author
2017-11-08Updated coreGabor Kelemen
Project: help 7124828a1dd1673fb5bb336e22de7c35cc1f6e30 Display extended help on the Comment icon of Track Changes toolbar Change-Id: Iba16420bd5c9571a47158359510d8f2dc21ed539 Reviewed-on: https://gerrit.libreoffice.org/44439 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Updated coreGabor Kelemen
Project: help 74289f5c5ffbdf2465cf02b4d1b3462586f978de Display extended help on the Accept/Reject icons of Track Changes toolbar Change-Id: Ibca18b76f3ff31e490298d4dc49e4f03d35a2c18 Reviewed-on: https://gerrit.libreoffice.org/44438 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Updated coreGabor Kelemen
Project: help e3dd69c6ef93f546baa7ee3d6ea942377824f176 Display extended help on the Manage icon of Track Changes toolbar Change-Id: I9c7bfad34cb4898b549e134c53c73b2d87f00b20 Reviewed-on: https://gerrit.libreoffice.org/44437 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Updated coreGabor Kelemen
Project: help 54aa6a20dade54079a3051910afb3e6c2d11a41d Display extended help on the Record icon of Track Changes toolbar Change-Id: I64001b95c4db0e782b3456212ef5ebfd757bb2b6 Reviewed-on: https://gerrit.libreoffice.org/44436 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Updated coreGabor Kelemen
Project: help b43fe3c9ec7be8a5cb2679a1091c123bf46a0380 Display extended help on the Show icon of Track Changes toolbar Change-Id: I4d6f02057bd127150718742b19a50635f6b9bd82 Reviewed-on: https://gerrit.libreoffice.org/44435 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Updated coreGabor Kelemen
Project: help 143df3bd10246dd67135f097ef080d429df8b927 Display extended help on the Spelling icon of Standard toolbar Change-Id: I58cbd06ddf9ef81d5a1b82abc4c3dbbe55569e85 Reviewed-on: https://gerrit.libreoffice.org/44434 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-07Updated coreGabor Kelemen
Project: help 8ee909099c5cfa878f9c36adee031dcea84a5a4d Terminology change: Non-printing Characters -> Formatting Marks 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>
2017-11-06Updated coreGabor Kelemen
Project: help a9a38be9f58074514e852bd1964f26cba53b2e71 Update references to 'Edit - Track Changes' submenu commands 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>
2017-11-06Updated coreGabor Kelemen
Project: help e0ebfef4249938ce3c54f274d6a1a062148d3e88 Drop some unnecessary ahelps related to Fontwork commands Change-Id: I641ec8b55b8d33d85824a133a2e61a1af20ea123 Reviewed-on: https://gerrit.libreoffice.org/44339 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-03Updated coreMike Kaganski
Project: help d25e28bb1ef1f0c07c263c48167135f4116eb730 Correct the explanation for STYLE spreadsheet function 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>
2017-11-01Updated coreOlivier Hallot
Project: help 788f70916eaa53d89775c5998a4d19235ed19f4a Refactor new help builder script into smaller pieces 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>
2017-10-31Updated coreGabor Kelemen
Project: help 305f83a24245f6e8889a33bab2f8d4657b8b2767 Fixes on help page of chart 3D View - 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>
2017-10-31Updated coreGabor Kelemen
Project: help f3adeb50a47416d9f36285ffc1744db4a770b5ad Fix bookmarks in Fill Random Number page - 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>
2017-10-31Updated coreGabor Kelemen
Project: help 21af07ced40ccb60932beb54d0fa2a23459ca252 Drop some duplicated ahelps without bookmarks Change-Id: I04c5a607dd5196ec7daac2a66c382f99f950534e Reviewed-on: https://gerrit.libreoffice.org/44089 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-10-31Updated coreGabor Kelemen
Project: help a88e4cf568578b9b4eff34b6e4ae0f2b01c710ad tdf#113249 Update Fill Sheets page - 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>
2017-10-31Updated coreGabor Kelemen
Project: help 284c7122cb4aeaff14b6b9017fcccf81968f5fd5 Fix the Fax Wizard HID mess 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>
2017-10-27Updated coreCaolán McNamara
Project: help 4df523054a84cbade8cf2aff4f72400baca9ca55 Related: tdf#113455 update help to 'disable' the spinbuttons for special case 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
2017-10-24Updated coreOlivier Hallot
Project: help 44e33e6ecb66325b0f24218447172eb3e84e6be7 Better example of TRIM() 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>
2017-10-24Updated coreOlivier Hallot
Project: help e32165db6ecfe233f561da74843ffef9af3e2135 Tweak some references in bash coding. 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>
2017-10-23Updated coreEike Rathke
Project: help 5af894d9ff054c51125764d0217b381d4d9745df Fix typos Change-Id: I2c2055d885e8beb224f6b786c62bf90588469291
2017-10-21Updated coreOlivier Hallot
Project: help 8f9abfe9036b842e809947f94d2cab2f6db153af tdf#112755 reorder modules icons in helponline 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>
2017-10-18Updated coreAdolfo Jayme Barrientos
Project: help ebb762cd6a29589089646670eb6eeb0b80b493d7 The seemingly automated mass replacement produced this ridiculous sentence Change-Id: Ib2898b93377af7ef8290c5d7740d150f0b5285f5
2017-10-14Updated coreAdolfo Jayme Barrientos
Project: help ff2767f418cda10e543f3b51cf3beabe6e6212a9 This phrasing is convoluted and hideous to read Change-Id: I8eb42a23f992d642489d02b758e91cc2bbe86d50
2017-10-12Updated coreIlmari Lauhakangas
Project: help 54d40a66cc5bdf829be02c0f5a0f6feb48ccb901 Tweak the language menu 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>
2017-10-12Updated coreLaurent BP
Project: help 6e8527a15389c64292665175159aabfa0a463bab Calc, Number format: Update date formats 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>
2017-10-11Updated coreAdolfo Jayme Barrientos
Project: help 0131f6462a22795d632d3ad5869bf915d9c3ea24 Update link Change-Id: I9ec5733c162507893fa4ca8d619d2c4730d8c535
2017-10-11Updated coreOlivier Hallot
Project: help ba63bfdf3f93f2d80fa22877449ee18589d989e5 Add ca and ca-valencia support on helponline 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>
2017-10-11Updated coreChristian Lohmaier
Project: help 1b129873b6a7515a6da0d31d364638290da8bcad BESSELJ: if you state result is the same as above, it should be the same 4.33 is treated as 4 since the decimals are ignored, but for some reason help referenced a different value... Change-Id: I9c0a97516ff7b9eb713fcb6eea994a737687945b
2017-10-11Updated coreChristian Lohmaier
Project: help 70fe48b2fece8667bd718034086e3f24d1e8abff <emph>P</emph><emph>mt</emph> → <emph>Pmt</emph> Change-Id: I8f40f45576d510720987789cee78c5b3fb476b5c
2017-10-07Updated coreAdolfo Jayme Barrientos
Project: help 208b4ffb21e49ad906280ce3663852d5a1b83994 tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottom Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be
2017-10-06Updated coreAndras Timar
Project: help 0f0c9fd543e5ceb5ae6d0a823997bd009b549753 remove empty strings (helpex warned) Change-Id: I96a78fe8bf7f98b9728ddeeb4fa8b2ec622ab276
2017-10-03Updated coreOlivier Hallot
Project: help 62a89b1d32a3b230f3094075002cf2162934e4f4 Script to build HTML help files of released version 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>
2017-10-03Updated coregabrielchiquini
Project: help 507d26615775cc233413cbb140dd3e7ccf971567 tdf#112370 Add case-insensitive support to index search 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>
2017-10-02Updated coreGabor Kelemen
Project: help aa1e7fffd4f067414833d593cd0307bd2dc9d6f9 tdf#112804 Fix key combination for inserting paragraph before table Change-Id: Ibe077bd39c5e2a44520052ae0afa9cd69ca59991 Reviewed-on: https://gerrit.libreoffice.org/43054 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-09-29Updated coreMichael Stahl
Project: help 9ff4dd9cbd323794e72d08e297b59cc09d1abbe0 helpcontent2: fix build, use pack_images.py Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
2017-09-24Updated coreOlivier Hallot
Project: help 52ba0e435c17651f788021b74567c52e5c2b926f Placeholder for Calc 'data provider' help page 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>
2017-09-24Updated coreOlivier Hallot
Project: help bba68b1547105a25f16b752fd3035f51c1ed3625 Placeholder for Calc 'data form' help page 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>
2017-09-24Updated coreOlivier Hallot
Project: help 657385a5e4be3bdef6aba37c17ba36e90548c911 Placeholder for Calc 'XML source' help page 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>
2017-09-24Updated coreOlivier Hallot
Project: help 55ffe5b2a3b2ef10e16d271ca9b11e7615b4db83 placeholder for Calc 'data stream' help page 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>
2017-09-24Updated coreOlivier Hallot
Project: help 2ab31faddac65547ac961da7fc47f0c61dd694b3 Add hungarian to helponline ui 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>
2017-09-21Updated coreOlivier Hallot
Project: help c25389900adcc9915010b1867aa37e691ea05a62 tdf#108090 Clarify array separators in help pages 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>
2017-09-21Updated coreAdolfo Jayme Barrientos
Project: help aaf3eadc2accd171b57f13d013f9adf526651171 Helponline: Override the “normalizer” rule messing with line height 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>
2017-09-20Updated coreOlivier Hallot
Project: help 73f7d3200315ff913d5880d6cc6e392e730c82ef tdf#111083 Memory settings help page is gone too 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>
2017-09-20Updated coreOlivier Hallot
Project: help 3e535dfe206e106a7a06e39a8e9f5a7b6e5bc95c Some better coding practice 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>
2017-09-19Updated coreOlivier Hallot
Project: help e52676102bf94041c27870a5ae86d7532db637ac Helponline: more language support 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>
2017-09-19Updated coreOlivier Hallot
Project: help 994536d0140bbe439dfedf9ee551aa665f8b87dc Add more lang in helponline custom search 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>
2017-09-18Updated coreMiklos Vajna
Project: help 11f56aad32f761d6ff5f86c5beaa173bf13f01df EPUB export: add initial help page for the EPUB export dialog Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94
2017-09-14Updated coreOlivier Hallot
Project: help b4f3b5bbe19d8361492c023e3ca0ee53fc0ab9b0 tdf#112391 Fix inStrRev in example of LO-Help 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>
2017-09-13Updated coreOlivier Hallot
Project: help 42fbc7890755b7f6322be2fc2c7bc934d3c07b1e TDF#97745 Add support custom search in helponline 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>
2017-09-09Updated coreOlivier Hallot
Project: help 6005c5c31ca8e9f9107c5c0e35858d27e4a55490 Add better support for <bascode> in helponline 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>