Sat, 08 Nov 2008 10:38:57 -0800 |
Myk Melez |
remove extraneous log statement
default tip
|
Sat, 08 Nov 2008 10:31:05 -0800 |
Myk Melez |
Automated merge with http://hg.toolness.com/snowl/
|
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, 17 Oct 2008 17:30:25 -0700 |
Myk Melez |
leave timestamps as JS date objects instead of translating them into ms-since-epoch integers (and then translating them back before we use them for anything); in the process, handle null timestamp values in SnowlUtils:_formatDate instead of throwing an exception when we encounter one
|
Thu, 09 Oct 2008 17:30:24 -0700 |
Myk Melez |
comment about two things that need fixing in SnowlFeed::onRefreshResult
|
Thu, 09 Oct 2008 12:17:43 -0700 |
Myk Melez |
factor out PART_TYPE_* constants
|
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 19:01:56 -0700 |
Myk Melez |
add messages progressively to the stream view rather than rebuilding the view each time
|
Thu, 28 Aug 2008 13:49:58 -0700 |
Myk Melez |
update the stream view when messages get added
|
Mon, 25 Aug 2008 17:33:13 -0700 |
Myk Melez |
make all messages received in the same refresh have the same received datetime, and support multiple sort properties when sorting a collection
|
Fri, 22 Aug 2008 17:47:05 -0700 |
Myk Melez |
store datetime values as Julian dates, SQLite's native format
|
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/feed.js@f45b590d3a4b
|