[Libreoffice-bugs] [Bug 46509] MediaWiki export broken
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 9 02:38:11 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=46509
Stephan Bergmann <sbergman at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status Whiteboard|target:3.6.0 |
CC| |pefoley2 at verizon.net
--- Comment #16 from Stephan Bergmann <sbergman at redhat.com> 2012-05-09 02:38:11 PDT ---
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612>
"convert swext to gbuild and add to tail_build" -- apparently inadvertently --
dropped a number of files from wiki-publisher.oxt.
With the fix from comment 15, "File - Export... - Media Wiki (.txt)" no longer
results in an error.
Looking at the content of a wiki-publisher.oxt built for LO 3.4 (before the
gbuild'ification of swext) and one built for current master (with the fix from
comment 15):
$ comm -3 \
<(unzip -lqq lo-3.4/bootstrap/solver/340/unxlngx6.pro/bin/wiki-publisher.oxt \
| sed -e 's/.* //' | sort) \
<(unzip -lqq lo-master/solver/unxlngx6/bin/wiki-publisher.oxt \
| sed -e 's/.* //' | sort)
components.rdb
description-de.txt
description-en-US.txt
filter/
filter/math/
help/
help/component.txt
help/de/com.sun.wiki-publisher/wikiaccount.xhp
help/de/com.sun.wiki-publisher/wikiformats.xhp
help/de/com.sun.wiki-publisher/wikisend.xhp
help/de/com.sun.wiki-publisher/wikisettings.xhp
help/de/com.sun.wiki-publisher/wiki.xhp
help/en-US/
help/en-US/com.sun.wiki-publisher/
help/en-US/help.db_
help/en-US/help.ht_
help/en-US/help.idxl/
help/en-US/help.idxl/_0.cfs
help/en-US/help.idxl/segments_3
help/en-US/help.idxl/segments.gen
help/en-US/help.jar
help/en-US/help.key_
license/
registration/
registration/LICENSE
templates/
templates/MediaWiki/
WikiEditor/
* components.rdb new in master is due to conversion to passive UNO component
registration
* explicit directories (ending in /) no longer in master is a harmless
consequence of gbuild'ification
* help/de new in master is due to my 3.4 being built without --with-lang=de
But for the other differences, I do not know if any of them are by design or in
error. Therefore, I would appreciate it if somebody knowledgeable about how to
operate wiki-publisher.oxt would check whether everything works as expected in
a master build including the fix from comment 15, and mark this bug as fixed
then. If that is the case, I intend to get the fix from comment 15 backported
to libreoffice-3-5.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list