Commit Graph

8 Commits

Author SHA1 Message Date
Michael Lazar
acadb250dd Reverting a bunch of cassettes. 2016-07-31 19:27:32 -07:00
David Foucher
94dc86f915 Merge remote-tracking branch 'upstream/master'
Refactoring
2016-07-24 01:27:11 +02:00
Michael Lazar
aa29415fe1 Fixed a unit test. 2016-07-22 22:42:51 -07:00
Michael Lazar
8caa2b6629 Reverting some cassettes that didnt need to be updated. 2016-07-19 21:54:19 -07:00
woorst
022dd7e449 Updated cassettes 2016-07-18 16:05:45 -05:00
David Foucher
6f06c3b355 fix cassettes errors 2016-07-17 18:41:30 +02:00
David Foucher
96f89e4f65 cassettes for testing 2016-07-17 17:05:08 +02:00
Matt Smith
749ad11171 Added urlview keybinding
1.  A shortcut of 'b' was used as the default binding for passing
comment body text to urlview (this is similar to the default of C-b in
the 'mutt' text email client)
2.  The `comment_urlview` SubmissionController function was added to
recieve the SUBMISSION_OPEN_IN_URLVIEWER keypress request.
3.  The `open_urlview` terminal function was added to handle the urlview
request.  It passes the comment body data to urlview via a Popen
process.
4.  A test case was added to ensure this new code path is executed
5.  Small formatting changes, mostly line length
2016-07-05 20:52:31 -07:00