Bug 192637 - Akregator Does Not Decode Feed Titles
Summary: Akregator Does Not Decode Feed Titles
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 09:04 UTC by Jonathan Cervidae
Modified: 2009-05-21 19:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot showing error (35.65 KB, image/png)
2009-05-14 09:06 UTC, Jonathan Cervidae
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Cervidae 2009-05-14 09:04:49 UTC
Version:           1.4.2 (using 4.2.2 (KDE 4.2.2), 4.2.2-7.fc10 Fedora)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.21-170.2.56.fc10.i686

Subscribe to:

http://feeds.bbc.co.uk/iplayer/categories/music/dance_and_electronica/list

In the XML source you can see:

<title>BBC iPlayer - Music Dance &amp; Electronica category</title>

Which is exactly what Akregator uses as the name when you add the feed to it, that is, it does not perform XML entity decoding on the title contents.

Expected: BBC iPlayer - Music Dance & Electronica category
Actual: BBC iPlayer - Music Dance &amp; Electronica category
Comment 1 Jonathan Cervidae 2009-05-14 09:06:08 UTC
Created attachment 33653 [details]
Screenshot showing error
Comment 2 Frank Osterfeld 2009-05-14 12:14:27 UTC
Confirmed, the parser returns HTML but Akregator apparently doesn't resolve entities correctly for feed titles. Works for item titles though.
Comment 3 Frank Osterfeld 2009-05-14 19:25:03 UTC
SVN commit 967995 by osterfeld:

remove HTML from feed titles, as they are user-editable and there is no good reason to allow HTML in there anyway.
Fixes unresolved entities in feed titles

BUG:192637


 M  +1 -1      feed.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967995
Comment 4 Frank Osterfeld 2009-05-21 19:14:49 UTC
SVN commit 971102 by osterfeld:

forwardport:

remove HTML from feed titles, as they are user-editable and there is no good reason to allow HTML in there anyway.
Fixes unresolved entities in feed titles

CCBUG:192637

 M  +1 -1      feed.cpp  


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