Commit Graph
13 Commits
Author SHA1 Message Date
John Helmert 3cd9b2db46 Version bump 2019-06-09 21:38:50 -05:00
John Helmert 5f7b8bc309 Comment out out-of-date README information
This includes Alex Jarmoszuk's telnet/ssh RTV test, as TUIR is not RTV;
and the package manager installation section, as TUIR is not in any
distribution repositories.
2019-06-09 21:30:30 -05:00
John Helmert 304096f8d8 Revert to old clipboard default xclip command 2019-06-09 21:24:16 -05:00
John Helmert 942e651654 Update test cassette User-Agents to tuir 2019-06-09 21:00:09 -05:00
John Helmert 0b5657d76d Add basic Gitlab CI file 2019-06-09 20:21:02 -05:00
John Helmert 7e9455b4ca Rename rtv to tuir 2019-06-09 19:31:35 -05:00
John Helmert 481780fffa Merge branch 'dev' 2019-06-09 12:31:17 -05:00
John Helmert 1c0afc8a55 More adjustments for new maintainership 2019-06-09 11:05:37 -05:00
John Helmert 7423a43e50 Make the clipboard command user-configurable
Add config item clipboard_cmd, with a default of 'pbcopy w' on Darwin
and 'xclip' on everything else. This will allow the user to use any
command for the clipboard, including 'wl-copy' for Wayland (addressing
issue #693 on Github). With his change, significant simplifications
could be made to clipboard.py - the copy_*() functions have been removed
and combined into copy().

With this simplification, the old OSX test is obsolete, and new OSX
tests are needed (need a way to simulate sys.platform).
2019-06-08 15:18:15 -05:00
John Helmert e545c7052c Fix Github issue #695
Caused by Page.move_to_bottom() setting self.nav.page_index to -1, only
possible when there are no comments on a submission, but which also
caused a crash when rendering.
2019-06-07 11:39:09 -05:00
John Helmert 0947e47c57 Make Github issue template things Gitlab-friendly 2019-06-06 20:09:56 -05:00
John Helmert de1d06e33c Replace deprecated ConfigParser method
ConfigParser.readfp() -> ConfigParser.read_file()
2019-06-06 19:32:46 -05:00
John Helmert 04693560f5 Update readme for new maintainer 2019-06-06 19:22:52 -05:00