Commit Graph

634 Commits

Author SHA1 Message Date
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
noah morrison
32fd689544 Use comments instead of a cutoff line.
As per request of michael
2015-03-24 19:42:52 -04:00
noah morrison
98c820fe4f Use subprocess instead of os.system.
os.system wasn't working on Ubuntu?

I like the syntax of Popen better anyways.
2015-03-23 22:42:21 -04:00
noah morrison
bcc76ff21a Some minor code cleanup. 2015-03-23 22:39:20 -04:00
noah morrison
c00a9fee3d Use NamedTemporaryFile instead of mkstemp.
Also fixed EDITOR not being defined causing a crash.
2015-03-23 22:31:58 -04:00
noah morrison
08c78c54ec Add instructions to the comment file. 2015-03-23 18:59:08 -04:00
michael-lazar
ff0a7806fd Merge pull request #44 from noahmorrison/master
Fix EscapeInterrupt not being defined.
2015-03-23 13:07:59 -07:00
noah morrison
96a9b34a26 Initial switch to using $EDITOR 2015-03-23 16:05:24 -04:00
noah morrison
15aba8b0eb Fix EscapeInterrupt not being defined. 2015-03-23 16:02:53 -04:00
michael-lazar
3674e03ba7 Merge pull request #43 from tkajder/master
Pressing '?' crashes the client
2015-03-22 21:08:27 -07:00
Thomas Kajder
571e1e82c5 Pressing '?' crashed the client as 'docs' was not found in show_help() in curses_helpers.py. Changing docs.HELP.split('\n') to HELP.split('\n') shows help appropriately. 2015-03-22 21:23:34 -06: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
noah morrison
eea306a980 Fix setup.py version variable. 2015-03-20 22:52:41 -04: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
ysakamoto
60dfc85855 help on comment function added 2015-03-19 10:48:45 -05:00
Michael Lazar
9ecf7e10bc Addressed add_comment() issues brought up in #38. 2015-03-18 22:24:17 -07:00
Michael Lazar
d1cee10936 Merge branch 'yskmt-post-comment-reply'
Conflicts:
	rtv/submission.py
2015-03-18 22:20:09 -07:00
Michael Lazar
52c7c0730d Comments are now forced to sort by "hot" in all cases. 2015-03-18 00:46:36 -07:00
Michael Lazar
fd9cbd8841 Fixed bug where folding a comment would crash the page. 2015-03-15 23:26:30 -07:00
ysakamoto
da851ec048 add_comment function added
add_comment function added

comment posting implemented

delay added after successful comment posting

cursor added for commenting

reply functionality added

comment box expanded

bug fixed: you can only comment on 'Comment' type

bug fixed: you can only comment on 'Comment' or 'Submission' type
2015-03-15 02:43:50 -05:00
Michael Lazar
418e11d2aa Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-14 01:37:47 -07:00
Michael Lazar
a968d0f8a2 Added sheild for python version. 2015-03-14 01:35:50 -07:00
michael-lazar
dbaf3f2d65 Readme tweak 2015-03-14 01:20:34 -07:00
Michael Lazar
9cbd4288ea Upping version. 2015-03-14 01:08:15 -07:00
Michael Lazar
f61303eae1 Added exception handling for voting if the user isnt logged in. 2015-03-14 01:05:11 -07:00
Michael Lazar
a58d7ef450 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-14 00:32:00 -07:00
Michael Lazar
eba9238adc Semi-major refactor, added upvotes/downvotes. 2015-03-14 00:19:16 -07:00
michael-lazar
d77b99787a Updated readme image! 2015-03-13 00:24:50 -07:00
Michael Lazar
9ba161cdba Formatting, added exception catch for bad subreddit name. 2015-03-12 21:58:38 -07:00
Michael Lazar
747d11af61 Merge branch 'master' into unicode_investigation
Conflicts:
	rtv/content.py
	rtv/main.py
	rtv/submission.py
	rtv/subreddit.py
2015-03-12 21:29:17 -07:00
michael-lazar
3733f26d8d Added help command to readme 2015-03-12 21:18:00 -07:00
Michael Lazar
9418073a46 Updated gitignore for personal scripts. 2015-03-12 20:53:46 -07:00
Michael Lazar
37bf80409a Tweaked link flair formatting. 2015-03-12 20:09:57 -07:00
Michael Lazar
7db8c2f3b8 Set ascii to the default encoding. 2015-03-12 19:05:58 -07:00
Michael Lazar
17a1c27a2c Implemented unicode sandwich. 2015-03-12 19:02:22 -07:00
Michael Lazar
377dbfc0ef Merge branch 'shanhind-master' 2015-03-12 15:24:51 -07:00
Michael Lazar
d4943052d4 Merge branch 'master' of https://github.com/shanhind/rtv into shanhind-master 2015-03-12 15:15:14 -07:00
Shawn Hind
34dfa53b9f Fixed suggested changes for pull request, changed colour of flairs to
yellow for more visibility on submission page
2015-03-12 17:42:26 -04:00
Shawn Hind
a4d531b4e7 Added functionality for flairs #28 2015-03-11 16:54:18 -04:00
Michael Lazar
47ad49a189 Fix for unicode pull request #33 2015-03-10 22:20:05 -07:00
Michael Lazar
1b8a4b5b91 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-10 21:06:21 -07:00
michael-lazar
59bca6a30c Merge pull request #33 from ragreener1/master
Fixed issue #23
2015-03-10 15:47:24 -07:00
Robert Greener
abadbd7037 Removed copy of __main__.py, changed flag from -a to --force-ascii 2015-03-10 17:51:34 +00:00