Steps to reproduce: 1. .... Asterisk (*) at the beginning of Paragraph 2. .... Writer Export ot MediaWiki 3. .... this kind of paragraph is Indentation Current behavior: Expected behavior: to be improved Operating System: Windows 7 Version: 4.2.0.4 release
steven: I'm not sure to understand, what should be the result of the mediawiki export? Do you mean "*" should be included in a "nowiki" tag?
(In reply to comment #1) > steven: I'm not sure to understand, what should be the result of the > mediawiki export? Do you mean "*" should be included in a "nowiki" tag? Yes, "*" at the beginning of Paragraph should be included in a "nowiki" tag; if not, the paragraph exported to MW, will be "Indentation""
Ok, so a regression due to the patch for fdo#74875
Steven: Just to be sure, have you received my email? (I put a modified xslt, an odt example with its mediawiki translation)
(In reply to comment #4) > Steven: Just to be sure, have you received my email? (I put a modified xslt, > an odt example with its mediawiki translation) Got it and thank you so much!
Julien, does this fix the bug? commit dbc78f2e41c22e0b25598c349e4496a5e0c53164 Author: Julien Nabet <serval2412@yahoo.fr> AuthorDate: Sat Feb 22 09:06:05 2014 +0100 Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki"
Michael: It's building right now on my laptop so can't retest it for the moment. But if I say so , it should be yes. I tried to cherry-pick for 4.2 but had this: julien@julienPC:~/compile-libreoffice/libo_4_2$ git cherry-pick dbc78f2e41c22e0b25598c349e4496a5e0c53164 [libreoffice-4-2 1b36431] Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki" 1 file changed, 6 insertions(+), 15 deletions(-) julien@julienPC:~/compile-libreoffice/libo_4_2$ ./logerrit submit no branch specified, guessing current branch libreoffice-4-2 Counting objects: 21, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 602 bytes | 0 bytes/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: Resolving deltas: 100% (4/4) remote: Processing changes: refs: 1, done To ssh://logerrit/core ! [remote rejected] HEAD -> refs/for/libreoffice-4-2 (change 8167 closed) error: impossible de pousser des références vers 'ssh://logerrit/core' (impossible to push refs towards 'ssh...') Anyway, there are still problems with mediawiki but I don't know xslt to fix them (I had just seen some simple cases).
Ok building is finished and putting this in a odt file: *test1 * test2 gives: <nowiki>*</nowiki>test1 <nowiki>* </nowiki>test2 Steven: do you confirm this behaviour is ok?
Shamelessly assigning to Julien, as he is working on it and even seems to have it solved anyway. This should avoid duplication
Ok i just restored the gerrit change for 4.2: https://gerrit.libreoffice.org/#/c/8167/
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=895c13faf15b4ebf45be23c461f49a8ab0fd4e09&h=libreoffice-4-2 Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki" It will be available in LibreOffice 4.2.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Let's put this as FIXED now.