Bug 192862

Summary: Spaces break tag into bits
Product: [Applications] digikam Reporter: Pieter Edelman <p.edelman>
Component: Plugin-WebService-FlickrAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 5.6.0   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 0.4.0
Attachments: Escape tags during uploading so spaces don't result in multiple tags

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