log modules/service.js @ 358:c00b3db58dcf

age author description
Tue, 04 Nov 2008 12:11:07 -0800 Myk Melez add 'snowl' to all observer topics to avoid conflicts with other extensions/core code; use the Observers component everywhere
Mon, 03 Nov 2008 18:02:27 -0800 Myk Melez add some glue to let sources be queried to see if they are also targets
Sun, 02 Nov 2008 10:20:12 -0700 alta88 implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
Fri, 24 Oct 2008 14:14:12 -0700 Myk Melez we don't need the _restartApp method anymore
Fri, 24 Oct 2008 14:13:17 -0700 alta88 make the River menuitem toggle the river view open and closed; fix the Wide Message layout problem (chrome gets messed up in Wide Message mode, particularly when using extensions like Sidebar Tabs)
Mon, 29 Sep 2008 16:44:52 -0700 Myk Melez don't die when retrieving a source whose type doesn't have a constructor; instead simply warn, like we intended to, and instantiate a generic SnowlSource instance
Tue, 02 Sep 2008 03:41:40 -0700 Myk Melez use julian dates for the lastRefreshed values, push date conversion up the stack (away from the core database access routines), and make the datastore code migrate from a version 4 to a version 5 schema (storing julian instead of JS dates) snowl-release-0.2pre1
Mon, 01 Sep 2008 20:15:33 -0700 Myk Melez refresh twitter every three minutes
Fri, 07 Nov 2008 17:24:43 -0800 Atul Varma Added a simple, tentative source type registration API to SnowlService. Rather than coupling SnowlService to specific source types by importing their JS modules in service.js, we now have the source types register with SnowlService upon import by calling a new method, SnowlService.addSourceType(). This makes it easy for third parties to add new source types without having to modify Snowl's source code.
Mon, 04 Aug 2008 14:29:39 -0700 Myk Melez add license header blocks to all CSS & JS files
Mon, 04 Aug 2008 11:24:48 -0700 Myk Melez move files to top level instead of bogus extension subdirectory base extension/modules/service.js@59b70d16e6c0