Граф коммитов

  • e03552f719 remove unused partial implementation of FeedWriter in the feed subscription notification since we're using the FeedWriter module instead Myk Melez 2009-06-14 11:24:09 -0700
  • 20d1c87a7c add Firefox's 'Select a Feed Reader' UI to a notification in the river view when you subscribe to a feed Myk Melez 2009-06-14 11:20:16 -0700
  • 5a541af64b make the last nsIFeedResult and subtitle available from SnowlFeed Myk Melez 2009-06-14 11:19:05 -0700
  • 23c378caeb more message.link becoming URI fixes. alta88 2009-06-13 11:00:05 -0600
  • fd323528cc fix filtering behavior when deselecting a collection. alta88 2009-06-12 08:57:32 -0600
  • a05a3c7a79 fix for message object changes in 9e95bd373024; deletion handling tweak. alta88 2009-06-10 09:02:50 -0600
  • afb16d1c26 initialize variable Myk Melez 2009-06-09 17:33:46 -0700
  • 08785a362d bug 497104: persist messages' read statuses fixes regression in read status persistence due to recent changes to persistence model; also cleans up and canonicalizes a bunch of code that retrieves messages from the database Myk Melez 2009-06-09 17:00:30 -0700
  • c035b2429b some more name change cleanup, errors, warnings tweaks . alta88 2009-06-09 11:34:27 -0600
  • 92ea9a0c1b fix message.link becoming an nsIURI. alta88 2009-06-09 10:11:57 -0600
  • d132cc00dc fix name change breakage. alta88 2009-06-09 08:44:04 -0600
  • e415b25c7b update the write form/button *before* we (now synchronously) rebuild the stream view on load Myk Melez 2009-06-09 03:27:16 -0700
  • 63ad1f96dc remove debugging cruft Myk Melez 2009-06-09 03:21:58 -0700
  • 70f51433bd merge Myk Melez 2009-06-09 03:12:36 -0700
  • 1cd6cfd44b only persist content/summary/author for new messages Myk Melez 2009-06-09 03:11:42 -0700
  • d17a881ba5 Merge with 7268c1c6655de9a3f2dbdbcee77bf20e4b8fa0b8 alta88 2009-06-08 19:38:04 -0600
  • af19bf3553 minor message content fixes for new arch. alta88 2009-06-08 19:29:58 -0600
  • a611cffd89 refer to request.js module by its correctly capitalized name Myk Melez 2009-06-08 18:06:04 -0700
  • c77c1a56ab Automated merge with https://hg.mozdev.org/snowl/ Myk Melez 2009-06-08 17:45:16 -0700
  • ab4c27b5fd update the Firefox version compatibility strings to minimum 3.5b3 (for mozIStorageStatement::executeAsync) and maximum (3.5.*) for the latest (and future) releases of Firefox 3.5 Myk Melez 2009-06-08 17:36:53 -0700
  • 4deb31fd95 add delete/purge bin icons. alta88 2009-06-08 18:30:51 -0600
  • 91ba269aa8 fix syntax error from missing closing brace Myk Melez 2009-06-08 15:57:00 -0700
  • 04c922a148 merge Myk Melez 2009-06-08 15:30:06 -0700
  • f41ae66e23 more message deletion work; implement concept of 'trash' (though it will not be called that and have so such thing as a folder), handle 'current' flag cases to prevent dupes, add 'show deleted' and 'purge deleted' buttons. remaining: contextmenu purge and undelete of deleted items. alta88 2009-06-08 15:14:48 -0600
  • ecd3cbd751 log database migration Myk Melez 2009-06-07 22:34:08 -0700
  • 7ff4cbd4e0 stop rebuilding the river view when another rebuild starts Myk Melez 2009-06-07 22:07:37 -0700
  • fc22d47680 remove exception alert that shouldn't be there Myk Melez 2009-06-07 21:44:17 -0700
  • e165ef88d5 sort sources in the river collection alphabetically Myk Melez 2009-06-07 21:39:06 -0700
  • 403cb8165c subscribe to feeds automatically when the user clicks the feed icon Myk Melez 2009-06-07 21:26:44 -0700
  • 86fa4492d5 don't retrieve messages automatically; don't assume the existence of a human URI Myk Melez 2009-06-07 21:26:10 -0700
  • 1bef4a1250 don't duplicate info in the message object Myk Melez 2009-06-07 20:42:23 -0700
  • dbf5a93316 stop duplicating message parts Myk Melez 2009-06-07 18:55:58 -0700
  • ee1b0f70d4 collect rows in all resultsets instead of using the last resultset Myk Melez 2009-06-07 18:35:32 -0700
  • f45dff3e0e removing grouping from the river view and retrieve both the content and the summary Myk Melez 2009-06-07 17:31:28 -0700
  • bab686af79 retrieve authors of messages in the same collections2 view query that retrieves messages Myk Melez 2009-06-07 16:54:56 -0700
  • 38cafaa2fc retrieve authors of messages in the same collections view query that retrieves messages Myk Melez 2009-06-07 16:45:36 -0700
  • 2abbeb4e9c further message deletion enhancements and tuning; implement list view contextmenu and multiselection deletes. still a WIP, deletes not yet handled for subsequent refreshes if 'current'. alta88 2009-06-06 23:57:39 -0600
  • c460150d11 stop loading strands into the river and stream views, which no longer use it Myk Melez 2009-06-05 23:04:47 -0700
  • d5d5fe2209 don't assume messages have authors in the stream view; use Sync instead of strands when rebuilding that view Myk Melez 2009-06-05 23:02:12 -0700
  • 01d3d51e84 stop initializing the river view in a delay now that we no longer need to wait for the collections view to load and select a collection; this fixes a regression in the recent merge that prevented the feed preview from loading Myk Melez 2009-06-05 22:55:03 -0700
  • 6a460ba4b1 don't assume messages have authors; remove reference to metadata table, which doesn't exist anymore Myk Melez 2009-06-05 22:49:37 -0700
  • 2cd5051b8b correctly retrieve content for message being retrieved from storage Myk Melez 2009-06-05 22:34:46 -0700
  • 09542e6020 unregress display of the author name in the list view Myk Melez 2009-06-05 22:34:24 -0700
  • 6cf64ab26b make SnowlTwitter's refresh method synchronous Myk Melez 2009-06-05 21:42:31 -0700
  • f11625f60f remove obsolete comment Myk Melez 2009-06-05 21:42:14 -0700
  • a49fc4372f support setting request headers declaratively Myk Melez 2009-06-05 21:42:02 -0700
  • 192c842df3 don't let exceptions while refreshing a source prevent later sources from refreshing Myk Melez 2009-06-05 21:12:19 -0700
  • fc34813136 update periodic source refreshment to work with the new synchronous SnowlFeed::refresh method Myk Melez 2009-06-05 21:02:57 -0700
  • 85ffe27f23 display a 'Preview' header above the list of feeds being previewed Myk Melez 2009-06-05 17:43:57 -0700
  • 7ada648717 display feeds from other open tabs in the river view Myk Melez 2009-06-05 17:42:59 -0700
  • 4b6081e8db make feed refreshment synchronous; this doesn't yet update callers, which all need to be updated to work with this new implementation Myk Melez 2009-06-05 17:42:30 -0700
  • 74f0788f8a mark the extension as compatible with release builds of Firefox 3.5 Myk Melez 2009-06-05 17:37:49 -0700
  • c7b7f9092b make Request module do synchronous requests by default since XMLHttpRequest processes the event queue nowadays during synchronous requests, so all our requests will be synchronous (otherwise we would have used Sync.js to make them synchronous anyway) Myk Melez 2009-06-05 17:37:28 -0700
  • f8dc926cad update Sync module to latest version and make Collection2 module work with it Myk Melez 2009-06-05 17:36:11 -0700
  • e3cb9c1e61 make the preview source richlistitem formatting look better Myk Melez 2009-06-04 00:44:07 -0700
  • b62adc78b2 make the dogmark smaller Myk Melez 2009-06-04 00:43:36 -0700
  • c39d8743c3 images for dogmark Myk Melez 2009-06-03 16:34:36 -0700
  • 44dba06598 work in progress preview item (for new sources view) that lets you select another feed reader to use Myk Melez 2009-06-03 16:34:18 -0700
  • 67fa832d53 add a dogmark for showing/hiding chrome in the river view Myk Melez 2009-06-03 16:33:23 -0700
  • 7c30249c61 add a header type of richlistitem to the sources list Myk Melez 2009-06-03 01:06:25 -0700
  • 0d46de1faa make the sources list look less like a form list and more like an integral part of the chrome Myk Melez 2009-06-03 00:49:48 -0700
  • e2c0161a23 make star button look OS native Myk Melez 2009-06-03 00:29:30 -0700
  • 437a6c702e initial implementation of binding for appearance of richlistitems representing sources in new sources view Myk Melez 2009-06-02 18:58:42 -0700
  • 28f687529a suppress feeds that are Atom/RSS dupes Myk Melez 2009-06-02 17:35:03 -0700
  • ffe19e9c0e show all feeds when previewing feeds in the river view Myk Melez 2009-06-02 16:49:46 -0700
  • 7776b52cb9 include the previewed feed in the list of feeds and select it Myk Melez 2009-06-02 16:28:20 -0700
  • d29532a45f make feed preview work again Myk Melez 2009-06-02 16:18:25 -0700
  • f9f09df9dd initial implementation of a new sources view for the river Myk Melez 2009-06-02 16:02:07 -0700
  • 60b5d2c106 support constraints, order, and limit Myk Melez 2009-06-02 16:00:52 -0700
  • 7659a75ef2 make Collection2 use Sync module to simplify its API Myk Melez 2009-06-02 14:18:00 -0700
  • a2965517db import updated Sync module Myk Melez 2009-06-02 14:17:17 -0700
  • d8210f7113 initial implementation of Collection2 object, which is an enhanced (and also simplified) message collection Myk Melez 2009-06-01 21:28:03 -0700
  • f6627668fa remove the subscription button from the river view, since it will be obselete once we enable one-click subscription to previewed feeds in the view Myk Melez 2009-05-29 15:35:11 -0700
  • b9022c17c0 retrieve message content/summary when retrieving message from storage Myk Melez 2009-05-29 15:34:24 -0700
  • 941af82b8b remove the collections view box now that we've removed the collections view Myk Melez 2009-05-29 15:19:09 -0700
  • cd4a4ec7fb move the sidebar to the right of the river view Myk Melez 2009-05-29 15:18:50 -0700
  • d3831c580f remove async initialization now that we aren't using the async module anymore Myk Melez 2009-05-29 15:17:40 -0700
  • 6773073309 remove the Async module, which is no longer being used Myk Melez 2009-05-28 00:56:16 -0700
  • 93111c15f6 update to the latest version of the Sync module Myk Melez 2009-05-28 00:55:47 -0700
  • 8ee0d76ccb use Ed Lee's thread manager-based technique for doing asynchronous function calls as if they were synchronous Myk Melez 2009-05-27 19:21:55 -0700
  • 99896ff185 remove collections view from river view this is in preparation for building a new list of collections in the river view that uses a richlistbox and has limited configurability Myk Melez 2009-05-27 16:38:59 -0700
  • bc41036536 merge Myk Melez 2009-06-05 21:54:38 -0700
  • 9e4546d11f remove obsoleted message content files. alta88 2009-06-03 12:22:30 -0600
  • 72eb7d4d93 implement first cut of message deletion (single message from button); add to the message object a new author object (per necessity and FIXME). alta88 2009-06-03 12:15:09 -0600
  • ca9501e517 better header vol. 2; implement full headers display based on all of a message's attributes, space for message buttons in basic/full header, various tweaks. alta88 2009-05-30 16:42:08 -0600
  • 5167c189f2 use the new more performant mechanism to update the current flag for messages Myk Melez 2009-05-27 16:03:34 -0700
  • 980fdbf160 make SnowlTwitter set its messages' source property like SnowlFeed does so tweets show up correctly in the river view Myk Melez 2009-05-27 16:01:58 -0700
  • 858bdbb6aa make the river view work again with a SnowlCollection object by setting the object's messages' source property Myk Melez 2009-05-27 16:01:27 -0700
  • 5d7414a612 initial implementation of showing non-subscribed feed in river view Myk Melez 2009-05-26 18:43:15 -0700
  • 13837c96fb make persisting a message after sending it work with the new architecture Myk Melez 2009-05-22 16:57:15 -0700
  • 85ca2da857 remove no-longer-used subscription and processing code Myk Melez 2009-05-22 16:30:26 -0700
  • 89fb8cb0c4 author -> authorName to fix regression from earlier change that made author names not show up in river view Myk Melez 2009-05-22 16:20:16 -0700
  • a585847a49 update twitter subscription to use the new architecture Myk Melez 2009-05-22 16:00:57 -0700
  • 6d58cab704 update feed subscription to use the new architecture Myk Melez 2009-05-22 15:23:54 -0700
  • 3d193e5b03 make the river view use Weave's Async module instead of strands, which is no longer being maintained, is hard to hack on, and broke for some strange reason Myk Melez 2009-05-21 18:47:58 -0700
  • 080806e659 log more info about processing twitter items Myk Melez 2009-05-21 17:56:29 -0700
  • d904ccb50d make refreshing sources work with the new architecture Myk Melez 2009-05-21 17:08:51 -0700
  • 54fb3aac06 fix regression that one couldn't persist a message that didn't have an author Myk Melez 2009-05-21 17:08:34 -0700
  • 55081dadd8 retrieve existing records when persisting Myk Melez 2009-05-20 18:39:36 -0700
  • 63134c21b2 make twitter refreshes call a callback upon completion; make feed and twitter refresh methods more consistent Myk Melez 2009-05-20 13:51:58 -0700