Mercurial > hg > Feedworm
graph
-
create the database if it doesn't exist and drop it after testFri, 27 Jan 2012 02:35:46 +0100, by dirk
-
normalize the published date if the feed contains noneTue, 24 Jan 2012 10:08:45 +0100, by dirk
-
log the publish date of a feed entry that's stored in the databaseTue, 24 Jan 2012 08:25:29 +0100, by dirk
-
filter out warnings that we cannot handleFri, 25 Nov 2011 11:15:22 +0100, by Dirk Olmes
-
enable/disable using the proxy via a preference settingFri, 07 Oct 2011 07:00:44 +0200, by dirk
-
add a toolbar icon for marking selected entries as readSat, 24 Sep 2011 08:07:23 +0200, by Dirk Olmes
-
optimize marking feed entries as read: do not round trip to the database if the entry was already marked as readWed, 21 Sep 2011 13:23:25 +0200, by dirk
-
remove obsolete methodsWed, 21 Sep 2011 13:21:17 +0200, by dirk
-
switch to the couchdb backend as defaultWed, 21 Sep 2011 12:52:34 +0200, by dirk
-
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
-
grr, need to re-enable the actual updating of entriesTue, 10 Aug 2010 03:41:24 +0200, by Dirk Olmes
-
Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.Tue, 10 Aug 2010 03:32:29 +0200, by Dirk Olmes
-
maintain a better TODO listMon, 02 Aug 2010 02:43:41 +0200, by Dirk Olmes
-
log when creating a new FeedEntryThu, 29 Jul 2010 21:37:46 +0200, by dirk
-
add a runner script for XanthippeThu, 29 Jul 2010 21:05:41 +0200, by dirk
-
feedupdate-main updates all feeds per defaultThu, 29 Jul 2010 20:58:16 +0200, by dirk
-
helper class to create Feed objects from an OPML feedWed, 28 Jul 2010 21:14:34 +0200, by dirk
-
add a preference to hide read feed entriesSat, 24 Jul 2010 03:11:06 +0200, by Dirk Olmes
-
When clicking an entry, it's marked as readFri, 23 Jul 2010 17:41:05 +0200, by Dirk Olmes
-
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.Fri, 23 Jul 2010 17:29:22 +0200, by Dirk Olmes
-
Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects.Fri, 23 Jul 2010 17:24:32 +0200, by Dirk Olmes
-
make sqlalchemy logging configurable through the --databaseLogging commandline parameterFri, 23 Jul 2010 04:39:08 +0200, by Dirk Olmes
-
add a menu item to mark all entries in a feed as readFri, 23 Jul 2010 04:06:10 +0200, by Dirk Olmes
-
pull out FeedEntryItemDelegate into its own fileTue, 18 May 2010 03:17:06 +0200, by Dirk Olmes
-
the relationship between feed and its entries can be mapped as lazy -> fewer DB round tripsTue, 18 May 2010 03:12:00 +0200, by Dirk Olmes
-
the feed settings menu item starts out disabled and gets enabled once a feed is selectedTue, 18 May 2010 02:58:31 +0200, by Dirk Olmes
-
allow changing a feed's titleTue, 18 May 2010 02:56:02 +0200, by Dirk Olmes
-
set our custom window icon on all dialogsTue, 18 May 2010 02:32:33 +0200, by Dirk Olmes
-
move the logic to add a feed into AddFeedMon, 17 May 2010 03:52:13 +0200, by Dirk Olmes
-
GUI for feed settingsSun, 16 May 2010 08:26:46 +0200, by Dirk Olmes
-
add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summarySun, 16 May 2010 08:13:07 +0200, by Dirk Olmes
-
Better preferences handling: the GUI's responsibility is to convert the input from the event into a boolean valueSun, 16 May 2010 07:54:24 +0200, by Dirk Olmes
-
pass session when creating a new feedFri, 14 May 2010 15:24:51 +0200, by Dirk Olmes
-
saving the preference "start maximized" from GUI implementedFri, 14 May 2010 15:02:15 +0200, by Dirk Olmes
-
first system preference: configure app to stat maximized.Fri, 14 May 2010 08:31:46 +0200, by Dirk Olmes
-
Rename Preferences to PreferencesDialogFri, 14 May 2010 08:08:17 +0200, by Dirk Olmes
-
use Qt resources for window iconsFri, 14 May 2010 08:04:54 +0200, by Dirk Olmes
-
add preferences dialogFri, 14 May 2010 07:05:02 +0200, by Dirk Olmes
-
Disable the article menu by default, enable it when the first article is selectedFri, 14 May 2010 06:48:48 +0200, by Dirk Olmes
-
when displaying the window, maximize itFri, 14 May 2010 06:40:12 +0200, by Dirk Olmes
-
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.Fri, 14 May 2010 06:16:05 +0200, by Dirk Olmes
-
adjust the gui starter to the new database initializationWed, 05 May 2010 03:10:15 +0200, by Dirk Olmes
-
Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.Wed, 05 May 2010 03:07:59 +0200, by Dirk Olmes
-
move the database logic out into its own module. Make everything reload safe so that multiple sessions can be created from interactive sessionsWed, 05 May 2010 02:14:05 +0200, by Dirk Olmes
-
mark unread feed entries bold. Add a menu item to toggle between read/unreadFri, 30 Apr 2010 06:22:33 +0200, by Dirk Olmes
-
TODO itemsFri, 30 Apr 2010 06:02:06 +0200, by Dirk Olmes
-
display a feed's entries sorted by their update dateFri, 30 Apr 2010 06:01:54 +0200, by Dirk Olmes
-
map the potentially long columns as Text (CLOB) not as String (VARCHAR)Thu, 29 Apr 2010 16:49:45 +0200, by Dirk Olmes
-
add a read flag for feed entries so they can be marked readThu, 29 Apr 2010 16:48:16 +0200, by Dirk Olmes
-
better logging when updating feeds, handle entries that have no idThu, 29 Apr 2010 07:04:42 +0200, by Dirk Olmes
-
implemented adding a feedThu, 29 Apr 2010 06:47:47 +0200, by Dirk Olmes
-
add a window iconThu, 29 Apr 2010 06:47:22 +0200, by Dirk Olmes
-
add a bulider that keeps the .ui files in sync automaticallyThu, 29 Apr 2010 06:46:37 +0200, by Dirk Olmes
-
MainWindowController -> MainWindowThu, 29 Apr 2010 05:43:57 +0200, by Dirk Olmes
-
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)Thu, 29 Apr 2010 05:41:52 +0200, by Dirk Olmes
-
Put the widgets into a layout to have proper resize behaviourThu, 29 Apr 2010 05:22:59 +0200, by Dirk Olmes
-
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entryThu, 29 Apr 2010 05:03:38 +0200, by Dirk Olmes
-
oops forgot these onesWed, 28 Apr 2010 04:00:56 +0200, by Dirk Olmes
-
display the summary of the selected feed entryWed, 28 Apr 2010 04:00:30 +0200, by Dirk Olmes
-
add a list view for displaying feed entries from the selected feedWed, 28 Apr 2010 03:46:47 +0200, by Dirk Olmes
-
make the model used to display feeds generic (so it can be used to display FeedEntries, too)Wed, 28 Apr 2010 03:37:01 +0200, by Dirk Olmes
-
move fetch logic into FeedWed, 28 Apr 2010 03:00:11 +0200, by Dirk Olmes
-
Add a list view displaying all feedsWed, 28 Apr 2010 02:57:41 +0200, by Dirk Olmes
-
first version of the GUIWed, 28 Apr 2010 02:36:00 +0200, by Dirk Olmes
-
move logging configuration to the util module, configure logging for sqlalchemyWed, 28 Apr 2010 02:23:00 +0200, by Dirk Olmes
-
move session creation into its own moduleWed, 28 Apr 2010 02:09:48 +0200, by Dirk Olmes
-
use the logging framework for printing messagesTue, 27 Apr 2010 20:18:22 +0200, by Dirk Olmes
-
catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feedTue, 27 Apr 2010 20:08:21 +0200, by Dirk Olmes
-
FeedUpdater throws an exception if the URL could not be retrieved successfully. Includes unit tests.Tue, 27 Apr 2010 10:22:35 +0200, by Dirk Olmes
-
unfinished pretty printer for feed's plain text representationTue, 27 Apr 2010 03:42:08 +0200, by Dirk Olmes
-
Feed.url -> Feed.rss_urlTue, 27 Apr 2010 02:38:21 +0200, by Dirk Olmes
-
add a creation date for the feed entryTue, 27 Apr 2010 02:30:50 +0200, by Dirk Olmes
-
add the updated date of the feedMon, 26 Apr 2010 20:46:37 +0200, by Dirk Olmes
-
retrieve a feed for the given URL, store entries as feed_entry rows into the databaseMon, 26 Apr 2010 19:33:07 +0200, by Dirk Olmes
-
add the .hgignore file to ignore .pyc filesMon, 26 Apr 2010 17:43:48 +0200, by Dirk Olmes
-
First skeleton for sqlalchemy: define the mapping and create the first feedMon, 26 Apr 2010 17:40:55 +0200, by Dirk Olmes
-
Add readme for the required project versionsMon, 26 Apr 2010 15:17:51 +0200, by Dirk Olmes
-
initial project setup of the feedworm feed readerMon, 26 Apr 2010 15:15:21 +0200, by Dirk Olmes