Mercurial > hg > Feedworm
graph
-
remove obsolete couchdb snippets - this feature is implemented2012-04-03, by dirk
-
adjust logging if feed entry does not have a published date2012-02-26, by dirk
-
method ordering2012-02-01, by dirk
-
remove unimplemented test2012-01-27, by dirk
-
implement a somewhat useful unit test for the Feed class2012-01-27, by dirk
-
create the database if it doesn't exist and drop it after test2012-01-27, by dirk
-
normalize the published date if the feed contains none2012-01-24, by dirk
-
log the publish date of a feed entry that's stored in the database2012-01-24, by dirk
-
filter out warnings that we cannot handle2011-11-25, by Dirk Olmes
-
enable/disable using the proxy via a preference setting2011-10-07, by dirk
-
add a toolbar icon for marking selected entries as read2011-09-24, by Dirk Olmes
-
remove obsolete methods2011-09-21, by dirk
-
switch to the couchdb backend as default2011-09-21, by dirk
-
emit the feedEntries sorted by feed and by update date so they come out sorted2011-09-13, by dirk
-
handle a missing updated_parsed attribute in a feed entry gracefully2011-09-13, by dirk
-
when replicating, also compact the database2011-09-13, by Dirk Olmes
-
when replicating pull from remote first2011-09-12, by dirk
-
fix abug in the view2011-09-11, by dirk
-
clean up2011-09-11, by dirk
-
hide read feed entries if configured2011-09-10, by dirk
-
sort the feed entries2011-09-10, by dirk
-
allow setting the URL to the database via command line2011-09-10, by dirk
-
add script to trigger couchdb replication2011-09-10, by Dirk Olmes
-
default DB name is feedworm, fix setting the dbname via commandline parameter2011-09-10, by dirk
-
make setup.sh work with non-local coucdhb URLs2011-09-10, by Dirk Olmes
-
clean code2011-09-09, by dirk
-
implement getting a list of feeds that have unread entries2011-09-09, by dirk
-
implement expiring read feed entries2011-09-09, by dirk
-
pull the calculation of the epxire date up into AbstractBackend2011-09-09, by dirk
-
always return an int value for daysToKeepFeedEntries2011-09-09, by dirk
-
use the new ListDateTimeField in FeedEntries to store their creation date2011-09-09, by dirk
-
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