diff browse annotate |
64a5d3f3d321814f5a615091c05d38d115d20019 created 2009-02-26 16:58 -0800 pushed 2009-04-08 01:46 +0000 |
David Ascher | David Ascher - barebones 'show me the pix of my peeps' |
diff browse annotate |
c18b5b2c8c377cb16276258c428a5275f87e7a9d created 2009-02-01 03:48 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - cleanup/ruggedizing refactoring status commit |
diff browse annotate |
8c0390993e9488e2fa46b77f699570235de193ee created 2009-02-19 10:16 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - updated the contact model to include an all view, this can be accessed by the url http://localhost:5984/contacts/_view/contacts/all |
diff browse annotate |
384724bf1aee5c50c16e7bb840e0c33698ec30c0 created 2009-02-18 10:45 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - added the location and _attachments field to support the twitter additions |
diff browse annotate |
ac56e880eb6456211e157c0a68bcf13af3470530 created 2009-02-10 17:54 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - changed by_header_id/by_mailing_list to by_list_id/by_mailing_list, even though this is a little confusing I upgraded my couchdb by accident and so the python bindings seem to overwrite the by_header_id instead of add a new one. |
diff browse annotate |
9e8e39dc38a7919574157806398e290f2c07adc9 created 2009-02-04 12:11 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - tip from andrew to use proper escaping in my regex |
diff browse annotate |
939023071b01c2414c30a84bb9fdddc4cd7f8ccb created 2009-01-29 19:31 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - improve the mailing list support |
diff browse annotate |
c16b02358f0632e6904e1711b6a111f3da6ca696 created 2009-01-28 23:20 -0800 pushed 2009-04-08 01:46 +0000 |
Bryan Clark | Bryan Clark - get some initial mailing list love into the code base |
diff browse annotate |
80d0ddcd7f58a224e87e9154ef51af4e60aec26b created 2009-01-20 20:30 -0800 pushed 2009-04-08 01:46 +0000 |
David Ascher | David Ascher - add tweets (really, really early draft) |
diff browse annotate |
810cdf745855f0a2387594c92ec0626d1757f778 created 2009-01-14 10:33 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - I am sleepy, and haven't had my caffeine, OKAY?! I'm just kidding, don't be sad. |
diff browse annotate |
9e25dd58c4371ff6c6bad1705f440900d6be62f2 created 2009-01-14 10:25 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - add replication script, more exciting config files |
diff browse annotate |
215ac5fef05b56737aec6c460331e4498a66b601 created 2009-01-14 04:16 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - auto-complete on tags and constrain by them. |
diff browse annotate |
71b48845ac495f2c72b99ae8d4e353269dbbaac0 created 2009-01-14 03:26 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - tag addition and viewing, plus an unused view. actually sort messages inside conversations. |
diff browse annotate |
b020a2b0a5f6a45c90677a0a52061f376b009951 created 2009-01-12 22:44 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - Add 'nuke' and 'updateviews' commands to bootstrap, possibly be better about actually making view syncing do the right thing. Also added a 'references' attribute to messages that is the pre-chewed References/In-Reply-To header. |
diff browse annotate |
e9cb6ec291b51e4686b40d8d6371d8dacede4b17 created 2009-01-12 16:19 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - cause the views to not expose ghost messages in cases where they are not desired |
diff browse annotate |
c1c595baa286dbc1de51bac512f4b654a920228b created 2009-01-11 19:38 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - querying based on autocompleted involvement works. the problem is that the search results thing has CSS issues, owing to the mangling of classes in the shadow tree to have their own namespacing. tried to quickly cram the css down in so it might be all magic, but the naive approach obviously fell down. (it's possible the rules are spanning the shadow tree firewall or they just aren't getting contributed to the global concept of them, and/or the application mechanism is just something odd that I need to look into.) |
diff browse annotate |
d331fe76fbda9a052dc617db58df359a5d3e24e9 created 2009-01-10 04:35 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - IMAP import is fairly happy, and then we can display the messages using super |
diff browse annotate |
432fbee7ecb67b519b93ea32e7529dc50dc0acf3 created 2009-01-09 23:54 -0800 pushed 2009-04-08 01:46 +0000 |
Andrew Sutherland | Andrew Sutherland - initial quasi-workingness, I think. |