Mercurial > hg > Feedworm
graph
-
the view returns feed entries for a feed sorted by update date now, no need to do sorting in-memoryWed, 14 Sep 2011 00:17:55 +0200, by dirk
-
emit the feedEntries sorted by feed and by update date so they come out sortedWed, 14 Sep 2011 00:17:01 +0200, by dirk
-
handle a missing updated_parsed attribute in a feed entry gracefullyTue, 13 Sep 2011 17:52:36 +0200, by dirk
-
when replicating, also compact the databaseTue, 13 Sep 2011 17:43:22 +0200, by Dirk Olmes
-
when replicating pull from remote firstMon, 12 Sep 2011 11:07:58 +0200, by dirk
-
fix abug in the viewSun, 11 Sep 2011 07:44:11 +0200, by dirk
-
clean upSun, 11 Sep 2011 06:51:14 +0200, by dirk
-
hide read feed entries if configuredSat, 10 Sep 2011 09:15:25 +0200, by dirk
-
sort the feed entriesSat, 10 Sep 2011 09:05:14 +0200, by dirk
-
allow setting the URL to the database via command lineSat, 10 Sep 2011 04:43:40 +0200, by dirk
-
add script to trigger couchdb replicationSat, 10 Sep 2011 04:32:53 +0200, by Dirk Olmes
-
default DB name is feedworm, fix setting the dbname via commandline parameterSat, 10 Sep 2011 04:26:13 +0200, by dirk
-
make setup.sh work with non-local coucdhb URLsSat, 10 Sep 2011 03:09:17 +0200, by Dirk Olmes
-
clean codeFri, 09 Sep 2011 18:19:01 +0200, by dirk
-
implement getting a list of feeds that have unread entriesFri, 09 Sep 2011 18:17:57 +0200, by dirk
-
implement expiring read feed entriesFri, 09 Sep 2011 17:21:34 +0200, by dirk
-
pull the calculation of the epxire date up into AbstractBackendFri, 09 Sep 2011 17:19:16 +0200, by dirk
-
always return an int value for daysToKeepFeedEntriesFri, 09 Sep 2011 17:17:39 +0200, by dirk
-
use the new ListDateTimeField in FeedEntries to store their creation dateFri, 09 Sep 2011 16:34:02 +0200, by dirk
-
implement a couchdb mapping field that stores a datetime instance as a JSON arrayFri, 09 Sep 2011 16:22:44 +0200, by dirk
-
introdue an abstraction for the name of the database so it can be changed via commandline parameterFri, 09 Sep 2011 14:52:54 +0200, by dirk
-
move methods around so the SqlAlchemyBackend only needs to import the classMon, 05 Sep 2011 19:43:34 +0200, by dirk
-
adjust the sqlalchemy backend to the changes in AbstractFeedUpdaterMon, 05 Sep 2011 19:39:08 +0200, by dirk
-
feedparser uses the proxy now if one is configured. To implement this the FeedUpdater had to change a bit - sqlalchemy backend is not yet refactored.Sat, 03 Sep 2011 04:12:35 +0200, by dirk
-
add a couchapp for easy/automated setupMon, 29 Aug 2011 04:12:01 +0200, by Dirk Olmes
-
delete a feed via the GUI works nowMon, 29 Aug 2011 03:32:39 +0200, by dirk
-
re-enable finding a FeedEntry by its linkMon, 29 Aug 2011 03:17:09 +0200, by dirk
-
setting a feed's properties via the GUI works nowMon, 29 Aug 2011 03:11:47 +0200, by dirk
-
Creating a feed via the GUI works now.Mon, 29 Aug 2011 03:08:05 +0200, by dirk
-
Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse.Mon, 29 Aug 2011 03:07:50 +0200, by dirk
-
after a feed update, calculate a feed's update date from the current date, not the original next update dateMon, 29 Aug 2011 02:41:24 +0200, by dirk
-
add a todo itemSat, 27 Aug 2011 10:17:46 +0200, by Dirk Olmes
-
displaying the preferences dialog works, saving prefs doesn't yetSat, 27 Aug 2011 10:17:07 +0200, by Dirk Olmes
-
reorder methodsSat, 27 Aug 2011 07:32:01 +0200, by Dirk Olmes
-
move management of the selected feed entry into the backend - sqlachemy backend works, couchdb backend currently brokenSat, 27 Aug 2011 07:29:33 +0200, by Dirk Olmes
-
rename some methodsSat, 27 Aug 2011 07:11:08 +0200, by Dirk Olmes
-
move the selected feed into the backend - sqlalchemy backend works, couchdb backend currently brokenSat, 27 Aug 2011 07:07:50 +0200, by Dirk Olmes
-
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
-
move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data backendSun, 21 Aug 2011 03:55:16 +0200, by Dirk Olmes
-
add design document for couchdb backendSun, 21 Aug 2011 02:44:13 +0200, by Dirk Olmes
-
update READMESat, 20 Aug 2011 07:15:03 +0200, by Dirk Olmes
-
add a toolbar with actionsSun, 26 Jun 2011 11:29:00 +0200, by Dirk Olmes
-
move the "mark as read" menu items up in the feed menu as they are used most oftenSat, 28 May 2011 07:43:56 +0200, by Dirk Olmes
-
Add a menu item to copy the selected article's link to the clipboardFri, 29 Apr 2011 12:15:57 +0200, by Dirk Olmes
-
add a comment about a Feedparser bug wrt python3Thu, 31 Mar 2011 03:50:46 +0200, by Dirk Olmes
-
make the keep interval for feeds configurable via the GUI. Fix saving the proxy settingsThu, 31 Mar 2011 03:15:39 +0200, by Dirk Olmes
-
store the number of days to keep feed entries as preference setting in the database. The feed update process reads and uses that value.Wed, 30 Mar 2011 02:59:22 +0200, by Dirk Olmes
-
expire articles only after 90 days, it seems some feeds keep sending very old stuffTue, 29 Mar 2011 04:06:50 +0200, by Dirk Olmes
-
do not toggle selected feed entries' read status, mark them as read for goodThu, 17 Mar 2011 02:56:56 +0100, by Dirk Olmes
-
reorder the menu itemsThu, 10 Mar 2011 20:30:27 +0100, by Dirk Olmes
-
add marking the entire current selection as readMon, 07 Mar 2011 07:08:12 +0100, by Dirk Olmes
-
double clicking a feed entry opens it in the external browserSat, 05 Mar 2011 03:40:35 +0100, by Dirk Olmes
-
implement deleting a feed from the GUIWed, 16 Feb 2011 06:57:06 +0100, by Dirk Olmes
-
remove all feed entries when removing a feedWed, 16 Feb 2011 06:18:40 +0100, by Dirk Olmes
-
Provide a better error message if updating a feed fails.Tue, 15 Feb 2011 03:40:26 +0100, by Dirk Olmes
-
use the URL as feed title if the feed itself does not come with a titleMon, 14 Feb 2011 20:51:03 +0100, by Dirk Olmes
-
filter out read entries first before sortingWed, 29 Dec 2010 04:27:58 +0100, by Dirk Olmes
-
do not display grid for the feed entry table view so it looks the same as the feed listTue, 28 Dec 2010 03:57:13 +0100, by Dirk Olmes
-
use a smaller default row heightTue, 28 Dec 2010 03:56:45 +0100, by Dirk Olmes
-
when selecting a feed entry, mark the entire row as selectedTue, 28 Dec 2010 03:44:51 +0100, by Dirk Olmes
-
do not display a vertical header in the feed entries tableTue, 28 Dec 2010 03:38:38 +0100, by Dirk Olmes
-
rename some parameters to be in line with the pyqt docsMon, 27 Dec 2010 08:30:09 +0100, by Dirk Olmes
-
when selecting a feed, set the title column width to 80% of the total widthMon, 27 Dec 2010 07:41:11 +0100, by Dirk Olmes
-
alternating row colors in feed entry listMon, 27 Dec 2010 07:26:42 +0100, by Dirk Olmes
-
convert feed list to a table view. TODO: proper resizing for columnsSun, 26 Dec 2010 08:35:36 +0100, by Dirk Olmes
-
save pending changes when quitting the appFri, 24 Dec 2010 05:06:21 +0100, by Dirk Olmes
-
When selecting a new feed, scroll its first entry to visibleFri, 24 Dec 2010 04:36:06 +0100, by Dirk Olmes
-
UI for setting the proxy settingsThu, 18 Nov 2010 12:14:41 +0100, by Dirk Olmes
-
use a proxy if one is configured. TODO: GUI for configuring the proxy serverWed, 17 Nov 2010 21:22:31 +0100, by Dirk Olmes
-
feedupate-main should be executableThu, 09 Sep 2010 16:47:38 +0200, by Dirk Olmes
-
look at the bozo value of the result to determine if something went wrong with the HTTP callThu, 09 Sep 2010 16:36:29 +0200, by Dirk Olmes
-
update the status bar when an article is openedSun, 22 Aug 2010 16:45:25 +0200, by Dirk Olmes
-
Automated merge with ssh://xanthippe.dyndns.org//home/dirk/Projekte/Python/FeedwormSun, 22 Aug 2010 16:35:08 +0200, by Dirk Olmes
-
update the status bar when opening a feed's rss url via WebView or external browserThu, 19 Aug 2010 07:03:32 +0200, by Dirk Olmes
-
add another idea that has been going round in my head for some timeThu, 19 Aug 2010 16:06:18 +0200, by Dirk Olmes
-
add script to launch feedworm gui against xanthippeMon, 16 Aug 2010 17:37:31 +0200, by Dirk Olmes
-
Make update interval editable via the feed's settings dialog.Sat, 14 Aug 2010 03:11:15 +0200, by Dirk Olmes
-
add some todo itemsSat, 14 Aug 2010 02:54:01 +0200, by Dirk Olmes
-
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.Sat, 14 Aug 2010 02:53:49 +0200, by Dirk Olmes
-
some links/ids can be very long. give the link/id column more spaceWed, 11 Aug 2010 03:59:33 +0200, by Dirk Olmes
-
Properly update the feed entry list when marking an entry as read/unreadWed, 11 Aug 2010 03:41:15 +0200, by Dirk Olmes
-
do a proper update when marking all feed entries as readWed, 11 Aug 2010 03:35:37 +0200, by Dirk Olmes
-
Simplify: no classes needed for simple ifWed, 11 Aug 2010 03:26:21 +0200, by Dirk Olmes
-
control the display of unread feeds/all feeds via PreferencesWed, 11 Aug 2010 03:23:02 +0200, by Dirk Olmes
-
MainWindow relies on FeedList to get the feeds to display now. FeedList has two inner/private classes: one for returning all known feeds and one to return only feeds with unread entries.Wed, 11 Aug 2010 03:10:32 +0200, by Dirk Olmes
-
have the DB URL as parameter when creating a session and fall back to commandline arguments if no DB URL was passed inWed, 11 Aug 2010 02:30:47 +0200, by Dirk Olmes