Bug 114673 - akregator transition problems kde 3.4.3 ->kde 3.5 beta2 , keep flag and individual check intervall(never)
Summary: akregator transition problems kde 3.4.3 ->kde 3.5 beta2 , keep flag and indiv...
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 11:11 UTC by mark
Modified: 2006-01-25 22:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
does not convert import correctly to akregator kde 3.5 beta2 (128.72 KB, text/xml)
2005-10-19 11:15 UTC, mark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mark 2005-10-19 11:11:38 UTC
Version:            (using KDE KDE 3.4.92)
Installed from:    Slackware Packages
OS:                Linux

akregator transition problems kde 3.4.3 ->kde 3.5 beta2

keep flag not imported from one source (see att)

and 
individual fetch intervalls (never) changed to Default.

Regards Markus
Comment 1 mark 2005-10-19 11:15:59 UTC
Created attachment 13055 [details]
does not convert import correctly to akregator kde 3.5 beta2
Comment 2 Frank Osterfeld 2005-10-23 09:51:24 UTC
Does the keep/important flag thing only happen with this specific feed and work for others? Can you provide the feed URL?
Comment 3 Frank Osterfeld 2005-10-23 09:52:58 UTC
SVN commit 473296 by osterfeld:

Respect old autofetch settings from 3.4 times
CCBUG: 114673


 M  +3 -1      feed.cpp  


--- branches/KDE/3.5/kdepim/akregator/src/feed.cpp #473295:473296
@@ -127,7 +127,9 @@
 
         QString xmlUrl = e.hasAttribute("xmlUrl") ? e.attribute("xmlUrl") : e.attribute("xmlurl");
 
-        bool useCustomFetchInterval = e.attribute("useCustomFetchInterval") == "true";
+        bool useCustomFetchInterval = e.attribute("useCustomFetchInterval") == "true" || e.attribute("autoFetch") == "true"; 
+        // "autoFetch" is used in 3.4
+        // Will be removed in KDE4
 
         QString htmlUrl = e.attribute("htmlUrl");
         QString description = e.attribute("description");
Comment 4 mark 2005-10-23 12:36:19 UTC
http___rootprompt.org_rss.xml
this was the name of attachement!
feed url
http://rootprompt.org/rss/

it did work with all others!

Thanks
Comment 5 Frank Osterfeld 2006-01-25 22:29:26 UTC
The autofetch issue is fixed, the keep flag thing reported only affects a single feed and wasn't reproduced. Closing.