Summary: | Exporting images with line breaks in their captions to flickr fails | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Richard Ash <richard> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kipi-plugins/cb4fdcfa7788744a0616fcb2720e059b751ca3ae | Version Fixed In: | 5.4.0 |
Sentry Crash Report: |
Description
Richard Ash
2017-01-01 23:02:44 UTC
Flickr discussion topic on the "how do we get new lines" question here: https://www.flickr.com/groups/api/discuss/72157674855445343/ Git commit d012c2c2032b489f17d6caafedaa721264a52f74 by Maik Qualmann. Committed on 03/01/2017 at 18:44. Pushed by mqualmann into branch 'master'. fix upload problem in Flickr tool if line feeds in title or description exist M +12 -4 flickr/flickrtalker.cpp https://commits.kde.org/kipi-plugins/d012c2c2032b489f17d6caafedaa721264a52f74 I see this commit as workaround. We had Flickr users with upload problems, it could be related to this problem. Line feeds are replaced with spaces. Maik I wondered if this was responsible for other people's issues. I've been using the line-feed substitution as a work-around. Can confirm that the fix in Git works for me. What is annoying is that in 4.4.0 this worked fine, but I can't see any relevant difference in the code, except that 4.4.0 used kurl instead of QUrl and wasn't (I don't think) working in UTF-8. Git commit cb4fdcfa7788744a0616fcb2720e059b751ca3ae by Maik Qualmann. Committed on 04/01/2017 at 22:26. Pushed by mqualmann into branch 'master'. fix signature calculation from the Flickr tool Related: bug 374510 FIXED-IN: 5.4.0 M +2 -1 NEWS M +9 -30 flickr/flickrtalker.cpp https://commits.kde.org/kipi-plugins/cb4fdcfa7788744a0616fcb2720e059b751ca3ae Confirmed fixed in 5.4.0 |