log

age author description
Thu, 01 May 2008 16:55:41 -0700 Myk Melez message and collection objects to abstract away some of the code being duplicated for each view; they aren't being used yet; next step is to convert the views to using them
Thu, 01 May 2008 15:06:42 -0700 Myk Melez the new river of news view, based on the subscribe page in Firefox; this doesn't work yet, it's just a copy of the files with some minimal massaging to fit them into the snowl directory/file structure (and make the FeedWriter XPCOM component into a RiverWriter JS module)
Thu, 01 May 2008 15:04:26 -0700 Myk Melez register the resource alias to the top-level directory rather than the modules directory for consistency with resource://gre/modules/ URLs and so we can use it to load resources from elsewhere in the extension later; this means converting chrome://snowl/module.js URLs into chrome://snowl/modules/module.js URLs
Thu, 01 May 2008 11:55:28 -0700 Myk Melez update message views after updating the message store
Wed, 30 Apr 2008 18:11:06 -0700 Myk Melez add 'set all read' keyboard shortcut
Wed, 30 Apr 2008 16:10:48 -0700 Myk Melez persist the placement of the message view
Wed, 30 Apr 2008 13:07:01 -0700 Myk Melez persist the hidden state of the messages view
Tue, 29 Apr 2008 18:54:22 -0700 Myk Melez reattach the view to the messages tree after moving it to avoid an error about invalidate not being a function when switching sources
Tue, 29 Apr 2008 18:25:47 -0700 Myk Melez update the list of sources when they change
Tue, 29 Apr 2008 18:16:08 -0700 Myk Melez first version of OPML import
Tue, 29 Apr 2008 18:16:00 -0700 Myk Melez ignore XPIs
Tue, 29 Apr 2008 16:12:54 -0700 Myk Melez remove the snowl registration service, which we don't need anymore because we have a JS module that implements the functionality (registering snowl as a feed handler)
Tue, 29 Apr 2008 16:11:27 -0700 Myk Melez remove the custom template query processor, which we're avoiding implementing because it makes us deal with the complexity of XUL templates
Tue, 29 Apr 2008 16:09:29 -0700 Myk Melez make the columns sortable in the tree view
Fri, 18 Apr 2008 15:36:19 -0700 Myk Melez add comment that we should fix where we place the remainder of columns
Fri, 18 Apr 2008 15:35:35 -0700 Myk Melez unbreak styling of links, and gray out the visited links a bit
Fri, 18 Apr 2008 15:29:44 -0700 Myk Melez have exactly 400px wide columns
Fri, 18 Apr 2008 15:29:23 -0700 Myk Melez round down the number of columns that fit into the page so we don't try to fit in one too many columns
Fri, 18 Apr 2008 15:27:57 -0700 Myk Melez don't compensate for bug 429439, which is invalid; this means we actually can optimize the number of columns based on the full zoom, which is great
Thu, 17 Apr 2008 16:57:40 -0700 Myk Melez use a custom view for the message pane
Wed, 16 Apr 2008 23:00:21 -0700 Myk Melez link content chunks in portal view to their feeds
Wed, 16 Apr 2008 22:53:14 -0700 Myk Melez portal view
Wed, 16 Apr 2008 22:52:51 -0700 Myk Melez display unread messages in bold, then update them when the user selects them
Wed, 16 Apr 2008 17:29:10 -0700 Myk Melez support spacing through messages
Wed, 16 Apr 2008 15:22:49 -0700 Myk Melez let user toggle read status with 'r' key
Wed, 16 Apr 2008 14:16:39 -0700 Myk Melez display unread messages in bold, then update them when the user selects them
Tue, 15 Apr 2008 21:34:24 -0700 Myk Melez supress some log messages
Tue, 15 Apr 2008 17:23:50 -0700 Myk Melez keep the item focused when selecting an item in the story pane with the keyboard
Tue, 15 Apr 2008 16:57:48 -0700 Myk Melez better column headers
Tue, 15 Apr 2008 16:49:55 -0700 Myk Melez feedclient.js is now the feed.js module
Tue, 15 Apr 2008 16:42:57 -0700 Myk Melez merge Snowl and SnowlView objects overlaid into browser chrome
Tue, 15 Apr 2008 16:32:54 -0700 Myk Melez get rid of init.js and a bunch of unused code in snowl.js
Tue, 15 Apr 2008 16:22:35 -0700 Myk Melez experimental stuff
Tue, 15 Apr 2008 16:21:19 -0700 Myk Melez refresh sources once per hour
Mon, 14 Apr 2008 19:08:58 -0700 Myk Melez make ID generation work, prettify timestamps, and record whether or not messages are current (i.e. available from the source)
Fri, 11 Apr 2008 15:14:49 -0700 Myk Melez make sure both sources and messages get updated when the user unsubscribes
Fri, 11 Apr 2008 15:08:33 -0700 Myk Melez update the list of sources when the user unsubscribes from one
Fri, 11 Apr 2008 15:07:21 -0700 Myk Melez update the list of sources when the user subscribes to one
Fri, 11 Apr 2008 14:24:54 -0700 Myk Melez implement basic subscribe and unsubscribe
Sun, 09 Mar 2008 22:31:06 -0700 Myk Melez add a sidebar listing subscriptions with basic support for selecting a subscription and seeing just its messages
Sun, 09 Mar 2008 20:46:04 -0700 Myk Melez make timestamps display only the time for today's stories; go to link in current tab when user selects item; persist column size, order, hiddenness
Sun, 09 Mar 2008 17:24:40 -0700 Myk Melez use a tree instead of a listbox so the cells don't resize themselves as you scroll through them
Mon, 18 Feb 2008 21:03:25 -0800 Myk Melez a million changes: the first chrome view, logging, bug fixes
Tue, 05 Feb 2008 01:26:06 -0800 Myk Melez define resource protocol alias in chrome.manifest and use it to import modules
Thu, 24 Jan 2008 17:46:58 -0800 Myk Melez log4moz from the weave project for better logging
Thu, 24 Jan 2008 17:46:12 -0800 Myk Melez first checkin of website containing remote XUL view of messages
Thu, 24 Jan 2008 15:28:22 -0800 Myk Melez the pre-fulltext experimentation version of the code
Thu, 24 Jan 2008 14:36:18 -0800 Myk Melez initial checkin of snowl code (doesn't really work yet)