Commit Graph

37 Commits

Author SHA1 Message Date
Ivan Kuchin
b3a4e86a48 extracted unselectMessage 2012-10-30 00:00:50 +01:00
Ivan Kuchin
2e35d0cc9d no need for «existential operator» for results of jquery selector methods 2012-10-29 23:50:05 +01:00
Ivan Kuchin
0a4775092a using coffeescript interpolations 2012-10-29 23:49:58 +01:00
Ivan Kuchin
eb3e14a8a6 Merge remote-tracking branch 'sj26/master' into delete_message 2012-10-29 23:49:28 +01:00
Ivan Kuchin
81cb465357 don't use id when switching messages, go to first message on up/down when nothing selected 2012-10-25 01:30:26 +02:00
Ivan Kuchin
7bc086ff49 switch to next message on delete 2012-10-25 01:27:00 +02:00
Ivan Kuchin
09312ffb6e delete individual messages 2012-10-25 01:27:00 +02:00
Ivan Kuchin
cb3974f1b2 scroll to selected message row 2012-10-24 23:27:13 +02:00
Ivan Kuchin
a161dedf0a stop caught key events 2012-10-24 23:27:09 +02:00
Samuel Cochran
9d50d202a1 WebKit's fussy about WebSocket protocols now 2012-07-17 23:03:20 +08:00
Alexey Kuleshov
3b446217ad Add keyboard navigation 2012-04-19 18:26:40 +03:00
Samuel Cochran
b0cce663f4 Tweak message searching
Clean up styles, use case-insensitive, multi-token filtering.
2012-03-22 11:40:22 +08:00
Josh McArthur
aa4a51fb6d Add search and clearSearch methods to CoffeeScript 2012-03-12 23:29:42 +13:00
Samuel Cochran
1e717a7d76 Only do timezone offset if we have a date 2012-01-02 11:01:26 +08:00
Sachin Ranchod
3d6f2a4b6a [fixes #24] Javascript adjusts timestamp according to locale's timezone 2012-01-02 10:59:16 +08:00
Samuel Cochran
0a083c0300 Replace whole iframe body, looks like coffeescript got an upgrade too 2011-12-23 03:34:40 +08:00
Ryan Montgomery
a9e46c1d55 Fractal Analysis Output
* Added analysis.xsl to transform the fractal validation xml into html which is injected into the analysis iframe. This allowed for easier styling of the returned xml data.
* Added xslt query plugin to fetch and transform the xml
* Styled the output in a similar manner to the Fractal website
2011-12-11 16:59:30 -05:00
Samuel Cochran
623f2b4514 Merge branch 'avoid-hash-in-urls-by-preventing-default-link-action' of https://github.com/schmidt/mailcatcher 2011-10-08 00:25:25 +08:00
Samuel Cochran
60160e1642 Expose updated fractal api access in front-end 2011-10-08 00:25:04 +08:00
Gregor Schmidt
32ae22e4c7 Adding preventDefault for some onclick handlers
this should avoid ugly '#' in the location bar
2011-10-07 17:31:02 +02:00
Samuel Cochran
e9da024345 Fix attachments not appearing after clearing 2011-07-08 14:47:41 +08:00
Samuel Cochran
eed61fe11e Load stylesheets earlier in Analysis tab. 2011-07-07 16:11:29 +08:00
Samuel Cochran
0de42cf049 Add Fractal analysis support. 2011-07-07 16:08:32 +08:00
Samuel Cochran
4ba18f7296 Make sure to prevent default link behaviour for tabs. 2011-07-07 15:57:28 +08:00
Samuel Cochran
51e74fdac2 Who knew JavaScript thinks months are 0-offset? Fixes #14 2011-07-07 13:41:22 +08:00
Samuel Cochran
cc517b051c Add actual links to format tabs so they can be opened in new tabs, per #13. 2011-07-07 11:40:53 +08:00
Samuel Cochran
c760c01b81 Adjustable message list height, per #12. 2011-07-07 11:39:38 +08:00
Samuel Cochran
ae83b075c2 Make sure there's *something* inside the table cells, per #11.
Thanks @excepttheweasel!
2011-06-26 11:34:25 +08:00
Samuel Cochran
e22d6766e3 Fix download button 2011-06-10 20:56:18 +08:00
Samuel Cochran
b8d72b0b53 Clear all mail. 2011-06-01 01:15:05 +08:00
Samuel Cochran
06f2238ef3 Quit via "DELETE /" - this seems more elegant, somehow. 2011-06-01 01:14:56 +08:00
Samuel Cochran
17d2cb3de9 Make "Quit" link work. 2011-06-01 00:49:36 +08:00
Samuel Cochran
72a761c198 Refactoring with compass, hooray! 2011-06-01 00:40:13 +08:00
Samuel Cochran
895f7f4f59 Fix format tabs. 2011-05-29 21:16:40 +08:00
Samuel Cochran
858d4c4290 One console.log too many. 2011-05-29 20:28:04 +08:00
Samuel Cochran
08e3745a96 Safari sucks so bad; explicitly parse dates. 2011-05-29 15:42:07 +08:00
Samuel Cochran
00a415f386 Re-factor into coffee script. 2011-05-29 14:46:38 +08:00