[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Jan Holesovsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Jan Holesovsky  ---
Fixed now :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

--- Comment #7 from Commit Notification 
 ---
Jan Holesovsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c43ee7161ab57a22b53655b7b8d6e20ce1a70daa

related tdf#107677 html import: Fix the legacy datetime format reading.

It will be available in 5.4.0.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

--- Comment #6 from Commit Notification 
 ---
Jan Holesovsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb0543f6de926a2d89797162a974bb01772d890d

tdf#107677 html import: Import ISO8601 datetime in html meta tags too.

It will be available in 5.4.0.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Jan Holesovsky  changed:

   What|Removed |Added

   Keywords|easyHack, filter:html,  |regression
   |skillCpp|

--- Comment #5 from Jan Holesovsky  ---
Heh - now I read the HTMLParser::ParseMetaOptionsImpl better, and indeed it's a
regression, sorry :-(

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Jan Holesovsky  changed:

   What|Removed |Added

   Keywords|regression  |difficultyInteresting,
   ||easyHack, skillCpp

--- Comment #4 from Jan Holesovsky  ---
Heh, I don't think this is a regression :-)  The functionality to insert
comment for meta-tags was there previously, so for pages that have the correct
specification of the time you'd see it too.

It was only that LibreOffice was ignoring its own malformed meta tags
previously, but after they are fixed, they started appearing on re-import.

Having said that - I can imagine that we could actually read the meta tags
correctly, instead of showing them as comments :-)  Let's turn this into an
easy hack:

The actual postit note is added in SwHTMLParser::ParseMoreMetaOptions() in
sw/source/filter/html/swhtml.cxx, see SwPostItField aPostItField etc. at the
very end of that method.

Instead of this, we want to have an 'if' for
OOO_STRING_SVTOOLS_HTML_META_created and OOO_STRING_SVTOOLS_HTML_META_changed,
and handle that similarly to how is HtmlMeta::Created and HtmlMeta::Changed
handled in svtools/source/svhtml/parhtml.cxx, see
HTMLParser::ParseMetaOptionsImpl().

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Xisco FaulĂ­  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||ke...@collabora.com,
   ||xiscofa...@libreoffice.org

--- Comment #3 from Xisco FaulĂ­  ---
Regression introduced by:

author  Jan Holesovsky 2014-06-06 19:52:48 (GMT)
committer   Jan Holesovsky 2014-06-06 19:55:06
(GMT)
commit  f7d51f43deda5e28df63f1b8e168e84838d0d0b4 (patch)
tree4741929dfee04031a3c986b6f1204d92c6aa8c45
parent  c2034f3993ab0e6f4550f3059b3229bc319b6b56 (diff)
html export: More standard time specification in .

Bisected with bibisect-44max.

Adding Cc: to Jan Holesovsky

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Telesto  changed:

   What|Removed |Added

   Keywords||filter:html

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #2 from Buovjaga  ---
Reproduced.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.4.0.0.alpha1+
Build ID: 6e4cba99bb35e6697b94309eedd1a08ebea2dc68
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 5th 2016

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107677] FILESAVE HTML: Comments are added after exporting to HTML

2017-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107677

--- Comment #1 from Telesto  ---
Created attachment 133122
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133122&action=edit
Example file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs