Summary: | Creating albums on flickr with line breaks in their descriptions fails [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Richard Ash <richard> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kipi-plugins/d524e64e4c047d6534f4833fe36dd675d2c0c3ff | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: | Patch to remove new lines from album descriptions as well. |
Git commit d524e64e4c047d6534f4833fe36dd675d2c0c3ff by Maik Qualmann. Committed on 03/01/2017 at 22:24. Pushed by mqualmann into branch 'master'. replace line feeds with spaces in Flickr photosets FIXED-IN: 5.4.0 M +2 -1 NEWS M +15 -2 flickr/flickrtalker.cpp https://commits.kde.org/kipi-plugins/d524e64e4c047d6534f4833fe36dd675d2c0c3ff 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 374442 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 |
Created attachment 103177 [details] Patch to remove new lines from album descriptions as well. This is the same bug as #374442, but with photosets instead of photos. Patch supplied to apply the same work-around as for #374442 for the moment.