Mercurial > hg > Feedworm
graph
-
move methods around so the SqlAlchemyBackend only needs to import the class2011-09-05, by dirk
-
adjust the sqlalchemy backend to the changes in AbstractFeedUpdater2011-09-05, by dirk
-
add a couchapp for easy/automated setup2011-08-29, by Dirk Olmes
-
delete a feed via the GUI works now2011-08-29, by dirk
-
re-enable finding a FeedEntry by its link2011-08-29, by dirk
-
setting a feed's properties via the GUI works now2011-08-29, by dirk
-
Creating a feed via the GUI works now.2011-08-29, by dirk
-
add a todo item2011-08-27, by Dirk Olmes
-
displaying the preferences dialog works, saving prefs doesn't yet2011-08-27, by Dirk Olmes
-
reorder methods2011-08-27, by Dirk Olmes
-
rename some methods2011-08-27, by Dirk Olmes
-
move the selected feed into the backend - sqlalchemy backend works, couchdb backend currently broken2011-08-27, by Dirk Olmes
-
ignore .sqlite files2011-08-26, by Dirk Olmes
-
displaying entries for a feed works now with the couchdb backend2011-08-26, by Dirk Olmes
-
use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)2011-08-25, by Dirk Olmes
-
move the code from FeedList into the backend class2011-08-25, by Dirk Olmes
-
updating feeds on the couchdb backend works now2011-08-24, by Dirk Olmes
-
remove the normalize method, it was pulled up to the parent class2011-08-24, by Dirk Olmes
-
remove unused constant2011-08-24, by Dirk Olmes
-
Automated merge with https://xanthippe.dyndns.org/hg/Feedworm2011-08-24, by Dirk Olmes
-
add the required methods for determining if a feed needs to be updated2011-08-23, by Dirk Olmes
-
added TODO item2011-08-24, by Dirk Olmes
-
allow choosing the backend via commandline option2011-08-23, by Dirk Olmes
-
implement a Feed class that can be used to query feed and that wraps view results2011-08-23, by Dirk Olmes
-
added a TODO item2011-08-23, by Dirk Olmes
-
rename feedupdate-main to feedupdate, adjust the launch script2011-08-23, by Dirk Olmes
-
implement proxyHost/proxyPort in Preferences2011-08-23, by Dirk Olmes
-
new backend for using CouchDB as persistence mechanism ... currently all methods are unimplemented2011-08-22, by Dirk Olmes
-
merge with "backend" branch2011-08-22, by Dirk Olmes
-
get rid of the toplevel util module, in only contained unused functions backend2011-08-22, by Dirk Olmes
-
editing a feed's properties is implemented through the backend now backend2011-08-22, 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 backend2011-08-22, by Dirk Olmes
-
move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data backend2011-08-21, by Dirk Olmes
-
add design document for couchdb backend2011-08-21, by Dirk Olmes
-
update README2011-08-20, by Dirk Olmes
-
add a toolbar with actions2011-06-26, by Dirk Olmes
-
move the "mark as read" menu items up in the feed menu as they are used most often2011-05-28, by Dirk Olmes
-
Add a menu item to copy the selected article's link to the clipboard2011-04-29, by Dirk Olmes
-
add a comment about a Feedparser bug wrt python32011-03-31, by Dirk Olmes
-
make the keep interval for feeds configurable via the GUI. Fix saving the proxy settings2011-03-31, by Dirk Olmes
-
expire articles only after 90 days, it seems some feeds keep sending very old stuff2011-03-29, by Dirk Olmes