Bug 192862 - Spaces break tag into bits
Summary: Spaces break tag into bits
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Flickr (show other bugs)
Version: 5.6.0
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-16 12:08 UTC by Pieter Edelman
Modified: 2018-03-23 11:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments
Escape tags during uploading so spaces don't result in multiple tags (483 bytes, patch)
2009-05-16 12:08 UTC, Pieter Edelman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pieter Edelman 2009-05-16 12:08:07 UTC
Version:            (using KDE 4.2.3)
OS:                Linux
Installed from:    Unspecified Linux

When an application tag contains spaces, it gets broken into the constituent pieces on Flickr, in addition to the proper tag (unless the "Strip space from host application tags" option is enabled, in which case the tag is turned into one long word). This is due to the fact that the tag list should be presented to Flickr as a space separated string to Flickr.

This can be fairly trivially be fixed by enclosing the tags presented to Flickr in quotes. See the attached patch.
Comment 1 Pieter Edelman 2009-05-16 12:08:53 UTC
Created attachment 33710 [details]
Escape tags during uploading so spaces don't result in multiple tags
Comment 2 caulier.gilles 2009-05-16 12:22:16 UTC
Thanks pieter again.

Mathias, 

Another trivial patch. can be applied to svn...

Gilles Caulier
Comment 3 caulier.gilles 2009-05-18 08:19:09 UTC
SVN commit 969362 by cgilles:

apply patch #33710 from Pieter Edelman
BUG: 192862


 M  +1 -1      flickrtalker.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=969362