summaryrefslogtreecommitdiff
path: root/to-wiki
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Related: rhbz#1602589 unreachable codeCaolán McNamara1-2/+0
Change-Id: I420ed94f178dcdb7bbaba6078b7b3c6730053a34 Reviewed-on: https://gerrit.libreoffice.org/57647 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-03Fix typosAndrea Gelmini1-1/+1
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105 Reviewed-on: https://gerrit.libreoffice.org/47273 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-12-14tdf#104359 (partial) Handle ol_item and ul_itemGabor Kelemen1-0/+6
This was throwing an exception and not generating a wiki page Change-Id: Ic7d362cf65507aa8d90335c7f0ff3b5d8ea6fe58 Reviewed-on: https://gerrit.libreoffice.org/31610 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-12-14Handle 'acronym' item typeGabor Kelemen1-3/+6
This was throwing an exception and not generating a wiki page Format with a simple italic text for now - better ideas welcome! Change-Id: I1b08c6b6dd2e96eef3cac4808fe23f911dc06cd3 Reviewed-on: https://gerrit.libreoffice.org/31609 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-12-14tdf#104489 Include the product name in wiki page URLGabor Kelemen1-3/+3
Change-Id: I39155cf12a7ba178b0fb4e25315bd32156086846 Reviewed-on: https://gerrit.libreoffice.org/31772 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-09-09help-to-wiki shell call replaced with a functionAkash Deshpande2-25/+16
shell call to run getalltitles has been replaced with a function call. Also added a new option to save the title file alltitles.csv If this file is needed, to continue to generate this, please add -t to the run. Or else, please remove it so that a stale file is not kept around Change-Id: I2902243df59d415fb313efa7d4132b0190658fa3 Reviewed-on: https://gerrit.libreoffice.org/28650 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-08-17tdf#94553 fix nested lists in wikihelpAkash Deshpande1-1/+6
The problem was that only the first element in a nested list was getting the extra '#' character Added a re.sub statment to ensure all elements inside a nested list have this to ensure proper display Also backing out temporary/FIXME changes in the xhp files. The run is now free of warnings with the desired changes showing up for 'Using Gluepoints' page, which has a nested list Change-Id: I4009408ee11e191cbd5e1560ca1d08f3e7b5c630 Reviewed-on: https://gerrit.libreoffice.org/28107 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-06-21handle <item type="code">Andras Timar1-3/+6
Change-Id: Id6b828ffdd45530af5fda09046b85cd9fe21eecb
2015-12-01fix xhp to wiki conversation script to allow multiline codeDennis Roczek1-9/+9
Change-Id: I4772b1b9ab25c3c9ecf6f418817ee89ba0e8f671 Reviewed-on: https://gerrit.libreoffice.org/20337 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-13remove lastedited element from dtd and wiki converterAndras Timar1-1/+1
Change-Id: I4eeee9b3a00a197ec915c9996ace0249546f2319
2015-04-05wikihelp: support note/tip/warning in table cellsAndras Timar1-0/+30
Change-Id: Ib70a16166e73ef3ffcff09588ea8fb93523cee17
2015-04-05wikihelp: handle <bascode> in conditional textAndras Timar1-0/+2
Change-Id: I79f90a78d26be8e81531de42d6bcd8c0c671f231
2015-04-05wikihelp: handle lists in table cellsAndras Timar1-5/+10
Change-Id: I29e5b742fee170c5202fcbc859dd8fd011965aac
2015-04-05fix AttributeError: TableRow instance has no attribute 'isTableHeader'Andras Timar1-5/+6
Change-Id: I1c758acbf2cee846cf350568fbfb1fd341139ac2
2013-05-10fdo#64205 escape '' in help text with <nowiki> tagAndras Timar1-1/+2
Change-Id: I07fed20194bcb4223c1070866fd147388da57ba9
2013-05-07fdo#64211 replace / to %2F in HIDs for wiki redirectsAndras Timar1-2/+2
Change-Id: I93780b76e17a3b833ef4ee6a50bb0969ab8bb01c
2013-04-04typo: Curren->CurrentAndras Timar1-1/+1
Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e
2013-02-06More error detecting capability has been added to the help-to-wiki toolDávid Vastag1-16/+33
Change-Id: I0581e808fe9fd53c4a5b9c77139d71f006c4b507
2013-02-05help-to-wiki.py now uses .po files as source of translations.Dávid Vastag1-28/+76
Change-Id: I1f24f6a76781d651228bd5571f8f32fe05c0ecb9 Reviewed-on: https://gerrit.libreoffice.org/1989 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2012-12-13re-base on ALv2 code. Includes:Michael Meeks2-0/+14
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-11-30tweaks in order to parse LibreLogo help (not perfect)Andras Timar1-1/+8
Change-Id: I4e75d485ad5f663b9ed68f3504a43280ba56b965
2012-11-24fdo#55660 Mediawiki will not parse <font> after thisAndras Timar1-1/+2
Change-Id: I1ee2b7d617841d1664df560c5960f79c39f8129e
2012-10-16move help structure one directory upNorbert Thiebaud2-0/+1530
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc