Mercurial > hg > Feedworm
graph
-
ignore .sqlite filesFri, 26 Aug 2011 06:14:42 +0200, by Dirk Olmes
-
displaying entries for a feed works now with the couchdb backendFri, 26 Aug 2011 06:13:39 +0200, by Dirk Olmes
-
use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)Thu, 25 Aug 2011 11:05:05 +0200, by Dirk Olmes
-
move getting the entries for a feed to the backend so that the couchdb backend can use a custom view for feed entriesThu, 25 Aug 2011 07:01:45 +0200, by Dirk Olmes
-
move the code from FeedList into the backend classThu, 25 Aug 2011 05:39:03 +0200, by Dirk Olmes
-
updating feeds on the couchdb backend works nowWed, 24 Aug 2011 11:54:06 +0200, by Dirk Olmes
-
remove the normalize method, it was pulled up to the parent classWed, 24 Aug 2011 11:04:09 +0200, by Dirk Olmes
-
remove unused constantWed, 24 Aug 2011 10:57:42 +0200, by Dirk Olmes
-
pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class.Wed, 24 Aug 2011 10:53:46 +0200, by Dirk Olmes
-
Automated merge with https://xanthippe.dyndns.org/hg/FeedwormWed, 24 Aug 2011 09:39:10 +0200, by Dirk Olmes
-
add the required methods for determining if a feed needs to be updatedTue, 23 Aug 2011 16:02:35 +0200, by Dirk Olmes
-
added TODO itemWed, 24 Aug 2011 09:15:29 +0200, by Dirk Olmes
-
allow choosing the backend via commandline optionTue, 23 Aug 2011 14:36:58 +0200, by Dirk Olmes
-
implement a Feed class that can be used to query feed and that wraps view resultsTue, 23 Aug 2011 04:15:46 +0200, by Dirk Olmes
-
added a TODO itemTue, 23 Aug 2011 03:51:15 +0200, by Dirk Olmes
-
rename feedupdate-main to feedupdate, adjust the launch scriptTue, 23 Aug 2011 03:49:29 +0200, by Dirk Olmes
-
implement proxyHost/proxyPort in PreferencesTue, 23 Aug 2011 03:44:08 +0200, by Dirk Olmes
-
new backend for using CouchDB as persistence mechanism ... currently all methods are unimplementedMon, 22 Aug 2011 19:51:59 +0200, by Dirk Olmes
-
closing the backend branch now that it's merged into default backendMon, 22 Aug 2011 15:35:32 +0200, by Dirk Olmes
-
merge with "backend" branchMon, 22 Aug 2011 15:30:33 +0200, by Dirk Olmes
-
get rid of the toplevel util module, in only contained unused functions backendMon, 22 Aug 2011 15:06:02 +0200, by Dirk Olmes
-
editing a feed's properties is implemented through the backend now backendMon, 22 Aug 2011 11:02:53 +0200, by Dirk Olmes
-
restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backendMon, 22 Aug 2011 10:30:33 +0200, by Dirk Olmes