summaryrefslogtreecommitdiffstats
path: root/to-wiki
Commit message (Collapse)AuthorAgeFilesLines
* Related: rhbz#1602589 unreachable codeCaolán McNamara2018-07-181-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>
* Fix typosAndrea Gelmini2018-01-031-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>
* tdf#104359 (partial) Handle ol_item and ul_itemGabor Kelemen2016-12-141-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>
* Handle 'acronym' item typeGabor Kelemen2016-12-141-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>
* tdf#104489 Include the product name in wiki page URLGabor Kelemen2016-12-141-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>
* help-to-wiki shell call replaced with a functionAkash Deshpande2016-09-092-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>
* tdf#94553 fix nested lists in wikihelpAkash Deshpande2016-08-171-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>
* handle <item type="code">Andras Timar2016-06-211-3/+6
| | | | Change-Id: Id6b828ffdd45530af5fda09046b85cd9fe21eecb
* fix xhp to wiki conversation script to allow multiline codeDennis Roczek2015-12-011-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>
* remove lastedited element from dtd and wiki converterAndras Timar2015-11-131-1/+1
| | | | Change-Id: I4eeee9b3a00a197ec915c9996ace0249546f2319
* wikihelp: support note/tip/warning in table cellsAndras Timar2015-04-051-0/+30
| | | | Change-Id: Ib70a16166e73ef3ffcff09588ea8fb93523cee17
* wikihelp: handle <bascode> in conditional textAndras Timar2015-04-051-0/+2
| | | | Change-Id: I79f90a78d26be8e81531de42d6bcd8c0c671f231
* wikihelp: handle lists in table cellsAndras Timar2015-04-051-5/+10
| | | | Change-Id: I29e5b742fee170c5202fcbc859dd8fd011965aac
* fix AttributeError: TableRow instance has no attribute 'isTableHeader'Andras Timar2015-04-051-5/+6
| | | | Change-Id: I1c758acbf2cee846cf350568fbfb1fd341139ac2
* fdo#64205 escape '' in help text with <nowiki> tagAndras Timar2013-05-101-1/+2
| | | | Change-Id: I07fed20194bcb4223c1070866fd147388da57ba9
* fdo#64211 replace / to %2F in HIDs for wiki redirectsAndras Timar2013-05-071-2/+2
| | | | Change-Id: I93780b76e17a3b833ef4ee6a50bb0969ab8bb01c
* typo: Curren->CurrentAndras Timar2013-04-041-1/+1
| | | | Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e
* More error detecting capability has been added to the help-to-wiki toolDávid Vastag2013-02-061-16/+33
| | | | Change-Id: I0581e808fe9fd53c4a5b9c77139d71f006c4b507
* help-to-wiki.py now uses .po files as source of translations.Dávid Vastag2013-02-051-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>
* re-base on ALv2 code. Includes:Michael Meeks2012-12-132-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.
* tweaks in order to parse LibreLogo help (not perfect)Andras Timar2012-11-301-1/+8
| | | | Change-Id: I4e75d485ad5f663b9ed68f3504a43280ba56b965
* fdo#55660 Mediawiki will not parse <font> after thisAndras Timar2012-11-241-1/+2
| | | | Change-Id: I1ee2b7d617841d1664df560c5960f79c39f8129e
* move help structure one directory upNorbert Thiebaud2012-10-162-0/+1530
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc