Commit Graph

247 Commits

Author SHA1 Message Date
Tobin
c2ac411b2b updated docs for posting 2015-04-03 13:35:57 -05: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
Tobin
dcdfd643cc added gold symbol next to gilded comments 2015-04-03 00:43:28 -05: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
Tobin
8f14be2797 fixed title for windows 2015-04-02 12:43:02 -05:00
Michael Lazar
b501667d7f Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-02 10:00:15 -07:00
Michael Lazar
37d6f118b4 Merge branch 'yskmt-login' 2015-04-02 09:59:38 -07:00
Michael Lazar
2141fe6e31 Cleaned up user login. 2015-04-02 09:59:23 -07:00
ysakamoto
c7a760791a prompt to log out/in when logged in/out 2015-04-02 02:11:03 -05:00
Tobin
943bc34fbf added program title to terminal title 2015-04-02 01:46:46 -05:00
ysakamoto
59b657de37 check username/password before real login 2015-04-01 21:56:25 -05:00
Michael Lazar
ca41b77d83 Submission selfpost now partially displays if not enough space. 2015-04-01 19:49:14 -07:00
Tobin
49977151d1 Make sure the post has content, show dialog if not 2015-04-01 21:26:12 -05:00
ysakamoto
8c56211d94 login with '+' key 2015-04-01 19:35:25 -05: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
Tobin
dd1aa1bd4f fixed bug for author highlighting in comments 2015-04-01 17:06:56 -05:00
Tobin
26d4d247b0 fix subreddit name when user tries to post to /new etc. 2015-04-01 16:27:42 -05:00
Tobin
feffe83e06 Disallow posting to /r/all, /r/front. Use subreddit instead of name 2015-04-01 15:07:57 -05:00
Tobin
e3db8d4ee4 properly strip subreddit name and post submission 2015-04-01 13:20:18 -05:00
Tobin
19aea61d4e typo 2015-04-01 13:07:14 -05:00
Tobin
5c68a008c9 Basic framework to post submission, doesn't actually submit it yet 2015-04-01 13:06:17 -05: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
Tobin
37c43559df updated help and docs for search command 2015-03-31 14:02:25 -05:00
Tobin
31526483fd catch IndexError when the search returns no results 2015-03-31 13:52:09 -05:00
Tobin
2a7525debd fixed for searching of front page 2015-03-31 13:45:57 -05:00
Tobin
a1fdd2a93a move cursor to top after search, prompt_input method 2015-03-31 13:24:33 -05: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
Tobin
f9265fd33b catch error when there are no results 2015-03-31 10:49:56 -05:00
Tobin
26aab7a2cd implemented subreddit search. search for posts 2015-03-31 10:47:15 -05:00
a-tal
bdce9cb4b5 requests raises an error when the useragent starts with \n 2015-03-31 07:58:48 -07:00
Tobin
ac98f564a3 fixed some janky things that autopep8 did 2015-03-31 09:38:20 -05:00
Tobin
16ab77fc2c ran autopep8 2015-03-31 00:20:44 -05: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
Tobin
e31997d392 more unused imports 2015-03-30 23:48:43 -05:00
Tobin
5d72126fa5 clear input queue when moving cursor 2015-03-30 23:37:50 -05:00
Tobin
9a4a0b59ea missing show_help import 2015-03-30 23:19:23 -05:00
Tobin
3ad9a0c9f4 remove unused sys import 2015-03-30 23:16:59 -05:00
Tobin
69a346abe8 missing import statement 2015-03-30 18:36:01 -05:00
Tobin
c2bf9a88ed updated docs for enter key binding 2015-03-30 17:26:19 -05:00
Tobin
bd38e6a28e added character value for enter because curses.KEY_ENTER is buggy 2015-03-30 17:23:38 -05:00
Tobin
6fcabe36e3 implemented controllers for key input 2015-03-30 17:18:29 -05:00
Tobin
346ba424f2 added base controller for command decorators 2015-03-30 16:58:01 -05: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
Wieland Hoffmann
80cdf036ef Add version.py to MANIFEST.in
Otherwise, version.py would not be included by `setup.py sdist`, making
the package on PyPi unusable.
2015-03-30 14:03:14 +02:00