Commit Graph
100 Commits
Author SHA1 Message Date
michael-lazar bed4e4572f Merge pull request #123 from Brobin/selfpost_121
opens selfposts internally instead of in the browser
2015-07-28 17:40:42 -07:00
Michael Lazar a34f91d4da Upping version. 2015-07-11 00:30:39 -07:00
Michael Lazar 8eee962c6b Fixed ResourceWarning in python 3.2+ 2015-07-11 00:19:26 -07:00
Michael Lazar 3c8b563992 Upped required PRAW version to 3. 2015-07-07 23:09:58 -07:00
michael-lazar 7c70c5ce59 Merge pull request #116 from kbakulin/fix-none-flair
Don't show flair when it's None
2015-07-07 12:16:06 -07:00
michael-lazar ace6f882e8 Merge pull request #115 from kbakulin/code-cleanup
Code cleanup
2015-07-07 12:01:27 -07:00
Michael Lazar 9c75061d4f Fixed broken downvote, for real this time. 2015-06-11 23:13:31 -07:00
michael-lazar a1f86519c4 Merge pull request #111 from mekhami/master
added the ability to check for unread messages with the 'i' key
2015-06-11 22:57:39 -07:00
michael-lazar 46ec642e60 Merge pull request #110 from mekhami/master
Minor PEP8 corrections
2015-06-08 10:18:56 -07:00
michael-lazar 3b964a7721 Update page.py
Fixed crash on downvote
2015-06-02 16:26:53 -07:00
michael-lazar 0f591ed0fb Merge pull request #106 from mralext20/master
change of to or in README.rst
2015-05-29 10:35:30 -07:00
Michael Lazar 2a935922bf Upping version, updated readme, changed post keybind. 2015-05-28 20:54:04 -07:00
Michael Lazar 4f92844fc0 Fixed issue with python3 opening a unicode file. 2015-05-16 19:00:41 -07:00
Michael Lazar c232e1f64a Added page up / page down keys. 2015-05-16 18:56:42 -07:00
Michael Lazar be164941e9 Fixed replying to unicode posts. 2015-05-16 18:23:26 -07:00
Michael Lazar 71e464d03f Opening comments now uses the comment permalink. 2015-05-16 18:05:48 -07:00
Michael Lazar 40987fa1e8 Added an extra check for terminal webbrowsers. 2015-05-14 22:05:53 -07:00
Michael Lazar 1b6fed2ec3 Fixed webbrowser behavior for terminal browsers. 2015-05-14 21:51:54 -07:00
Michael Lazar c419a3fd23 Accidentally disabled the unicode vote symbols. 2015-05-13 00:24:49 -07:00
Michael Lazar bf2d464081 Switched unicode to be the default mode. 2015-05-12 23:42:31 -07:00
Michael Lazar a23561e8f5 Merge branch 'master' into unicode_kitchen
Conflicts:
	rtv/subreddit.py
2015-05-12 23:11:38 -07:00
Michael Lazar c608e35b1e Fixed crash when saving history with unicode URLs. 2015-05-12 22:16:55 -07:00
Michael Lazar b375fb71e7 Fixed cursor out of bounds error with window resize. 2015-05-12 01:47:03 -07:00
Michael Lazar f8b8c33270 Better handling of missing content attributes. 2015-05-12 01:25:58 -07:00
Michael Lazar d1e3dbc65e Still not working. 2015-05-10 21:55:54 -07:00
Michael Lazar 3fb3f58975 Minor bugfixes. 2015-05-02 17:34:53 -07:00
Michael Lazar d548e65166 Added kitchen functions for chopping unicode text. 2015-05-02 17:23:22 -07:00
Michael Lazar f0ec9ba712 Refactored vote arrow logic. 2015-05-02 16:37:25 -07:00
Michael Lazar 02e9e5e399 Implemented add_line wrapper to fix unicode bugs with curses.addnstr. 2015-05-02 16:23:02 -07:00
Michael Lazar ea88f44db7 Merge branch 'Brobin-history_log' 2015-04-29 22:41:49 -07:00
Michael Lazar 49a9147ca6 In progress. 2015-04-29 22:31:24 -07:00
Michael Lazar b573afeb2b Merge branch 'yskmt-page-updown' 2015-04-26 13:33:35 -07:00
Michael Lazar 44aa0154cb Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-26 13:31:01 -07:00
Michael Lazar ff0e9bc677 Upping version. 2015-04-22 19:45:35 -07:00
michael-lazar 9b0ff5a8c8 Merge pull request #92 from Brobin/master
added upvote/downvote to submission view
2015-04-17 23:08:56 -07:00
Michael Lazar d051e5e1b2 Merge branch 'morecomment-speed' 2015-04-17 20:43:00 -07:00
Michael Lazar 7d48890f43 Upped mac indent level from 4 to 8. 2015-04-17 20:39:59 -07:00
Michael Lazar 9b9b995f87 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-16 19:17:40 -07:00
michael-lazar 2862b502a1 Merge pull request #87 from Brobin/master
Added NSFW tags to posts
2015-04-16 10:26:21 -07:00
Michael Lazar b6be2b48ea Bugfix for SafeCaller. 2015-04-15 19:37:25 -07:00
Michael Lazar 206ee329c0 Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-15 19:12:49 -07:00
Michael Lazar 3f04347886 Hopefully made safe_call() more pythonic. 2015-04-13 01:01:18 -07:00
Michael Lazar fa63247f5f Fixed edit(). 2015-04-11 22:07:30 -07:00
Michael Lazar 4461782c67 Fixed a few edit/delete edge cases, consolidated error handling. 2015-04-11 21:52:46 -07:00
Michael Lazar 9153fdd20f Upping version. 2015-04-07 19:34:18 -07:00
michael-lazar ecbc624caa Updated readme shields 2015-04-06 00:26:11 -07:00
Michael Lazar 5115359e8d Added doc files to MANIFEST.in 2015-04-06 00:16:47 -07:00
Michael Lazar 2ee0869828 Merge branch 'Brobin-master' 2015-04-06 00:10:24 -07:00
Michael Lazar ba00aa2e26 Added dates to CHANGELOG. 2015-04-06 00:09:47 -07:00
Michael Lazar 2d0717192c Merge branch 'master' of https://github.com/Brobin/rtv into Brobin-master 2015-04-06 00:03:56 -07:00
Michael Lazar f9f955deb0 Upping version. 2015-04-05 21:35:16 -07:00
Michael Lazar aa91c18a25 Fixed typo from refactor. 2015-04-05 21:34:46 -07:00
Michael Lazar 6036d90e12 Upping version. 2015-04-05 18:31:09 -07:00
Michael Lazar ea1230d30c Added logging and error handling for posts and comments. 2015-04-05 18:29:12 -07:00
Michael Lazar fea3540587 Updated __all__ for docs.py. 2015-04-05 17:38:20 -07:00
Michael Lazar 0aa40f7f14 Improved help message display on small terminal windows 2015-04-05 17:36:42 -07:00
Michael Lazar 9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Michael Lazar cd6047b5a9 Merge remote-tracking branch 'origin/master' into cleanup 2015-04-05 12:30:48 -07:00
michael-lazar 77915ad672 Merge pull request #74 from Brobin/user_profile_page
added user profile page for logged in users
2015-04-05 12:30:06 -07:00
Michael Lazar 6c5c155311 Cleaned up SubmissionContent.from_name() 2015-04-04 14:12:25 -07:00
michael-lazar 48f1907920 Merge pull request #75 from Brobin/gold
Added gold to submissions
2015-04-04 12:33:07 -07:00
michael-lazar f957cb0680 Merge pull request #73 from Ram-Z/xdg
Read config from XDG_CONFIG_HOME (Fix #65)
2015-04-03 11:43:13 -07:00
michael-lazar 4017c8655f Merge pull request #58 from Brobin/post_submission
Added posting a Submission (text post)
2015-04-02 23:22:26 -07:00
michael-lazar 2e99c33ca6 Merge pull request #69 from Brobin/gold
added gold symbol next to gilded comments
2015-04-02 23:09:48 -07:00
Michael Lazar 09c4865ece Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-02 20:52:56 -07:00
Michael Lazar a603593381 #67, Fixed unicode bug on python2. 2015-04-02 20:52:39 -07:00
michael-lazar a68cccbc86 Merge pull request #63 from Brobin/master
added program title to terminal title
2015-04-02 10:47:07 -07:00
Michael Lazar ca41b77d83 Submission selfpost now partially displays if not enough space. 2015-04-01 19:49:14 -07:00
michael-lazar 578dbd0a03 Merge pull request #60 from Brobin/master
fixed bug for author highlighting in comments
2015-04-01 15:32:27 -07:00
Michael Lazar a94cafc661 Merge branch 'Brobin-search_subreddit' 2015-03-31 20:42:02 -07:00
Michael Lazar 0bd6c88022 Merge branch 'search_subreddit' of https://github.com/Brobin/rtv into Brobin-search_subreddit 2015-03-31 20:25:08 -07:00
michael-lazar e9783ac184 Merge pull request #53 from Brobin/master
Fixed style to conform with PEP8
2015-03-31 09:44:14 -07:00
michael-lazar 4f4a26d2ac Merge pull request #54 from a-tal/master
requests raises an error when the useragent starts with \n
2015-03-31 09:36:24 -07:00
michael-lazar 28c703e5a4 Merge pull request #52 from Brobin/command_controller
Command Controllers and Command decorators
2015-03-30 21:52:56 -07:00
Michael Lazar 45c041054e Upping version. 2015-03-30 08:47:08 -07:00
michael-lazar ea15f30495 Merge pull request #48 from mineo/sdist-fix
Add version.py to MANIFEST.in
2015-03-30 08:45:22 -07:00
Michael Lazar b40a757d5d Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-30 01:04:10 -07:00
Michael Lazar b320627ac0 Upping version. 2015-03-30 01:03:29 -07:00
Michael Lazar 68f30b2e07 Fixed crash on invalid subreddit. 2015-03-30 01:02:49 -07:00
michael-lazar 64e1a69ec9 Merge pull request #46 from msabramo/patch-1
README.rst: Syntax highlight ini file
2015-03-29 20:51:52 -07:00
Michael Lazar 70e834698a Upping version. 2015-03-29 20:36:42 -07:00
michael-lazar 49233cc036 Updated readme images. 2015-03-29 20:30:55 -07:00
Michael Lazar ddcf17c13f doc wording. 2015-03-29 19:40:48 -07:00
Michael Lazar 69cd387f00 refresh_content() now properly resets the navigator's callback. 2015-03-29 18:55:22 -07:00
Michael Lazar ca43eac3fc Added error handling for editor. 2015-03-29 18:09:33 -07:00
michael-lazar ce47bafe28 Readme tweak 2015-03-29 17:20:54 -07:00
Michael Lazar d145536ee7 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-29 16:57:49 -07:00
Michael Lazar e2b0a27468 Fix for gedit. 2015-03-29 16:57:10 -07:00
Michael Lazar 5edc54f684 Added $EDITOR section to readme. 2015-03-28 00:34:52 -07:00
Michael Lazar f831e1650a Merge branch 'comment-help' of https://github.com/yskmt/rtv into yskmt-comment-help
Conflicts:
	rtv/curses_helpers.py
2015-03-28 00:08:59 -07:00
Michael Lazar 14a0258632 Removed trailing empty lines from comment message. 2015-03-27 23:53:30 -07:00
Michael Lazar 2406b10f38 Handle unexpected config keys without crashing. 2015-03-27 23:32:45 -07:00
Michael Lazar c64ec55453 Tweaked comment wording. 2015-03-27 23:24:49 -07:00
Michael Lazar 9ddce7fd35 Moved editor to a helper function. 2015-03-27 23:21:26 -07:00
michael-lazar ff0a7806fd Merge pull request #44 from noahmorrison/master
Fix EscapeInterrupt not being defined.
2015-03-23 13:07:59 -07:00
michael-lazar 3674e03ba7 Merge pull request #43 from tkajder/master
Pressing '?' crashes the client
2015-03-22 21:08:27 -07:00
Michael Lazar 5a2d814abb Fixed a few missed function renames, 2015-03-22 19:58:35 -07:00
michael-lazar 8bb6c188e8 Merge pull request #41 from noahmorrison/master
Fix setup.py from throwing errors
2015-03-20 20:05:37 -07:00
Michael Lazar 688289f00c Fixed a few imports and docs. 2015-03-20 02:25:23 -07:00
Michael Lazar 7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00