Tobin
|
69c3f1c357
|
added gold symbol to submissions
|
2015-04-03 23:43:14 -05:00 |
|
Tobin
|
a2b64a3983
|
catch request exception
|
2015-04-03 17:14:28 -05:00 |
|
Tobin
|
a14049afcf
|
added viewing user's submissions with ; key or /r/me
|
2015-04-03 17:13:43 -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
|
a603593381
|
#67, Fixed unicode bug on python2.
|
2015-04-02 20:52:39 -07:00 |
|
Tobin
|
49977151d1
|
Make sure the post has content, show dialog if not
|
2015-04-01 21:26:12 -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
|
5c68a008c9
|
Basic framework to post submission, doesn't actually submit it yet
|
2015-04-01 13:06:17 -05:00 |
|
Tobin
|
31526483fd
|
catch IndexError when the search returns no results
|
2015-03-31 13:52:09 -05:00 |
|
Tobin
|
a1fdd2a93a
|
move cursor to top after search, prompt_input method
|
2015-03-31 13:24:33 -05: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 |
|
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 |
|
Tobin
|
e31997d392
|
more unused imports
|
2015-03-30 23:48:43 -05:00 |
|
Tobin
|
3ad9a0c9f4
|
remove unused sys import
|
2015-03-30 23:16:59 -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 |
|
Michael Lazar
|
69cd387f00
|
refresh_content() now properly resets the navigator's callback.
|
2015-03-29 18:55:22 -07:00 |
|
Michael Lazar
|
5a2d814abb
|
Fixed a few missed function renames,
|
2015-03-22 19:58:35 -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 |
|
Michael Lazar
|
52c7c0730d
|
Comments are now forced to sort by "hot" in all cases.
|
2015-03-18 00:46:36 -07:00 |
|
Michael Lazar
|
eba9238adc
|
Semi-major refactor, added upvotes/downvotes.
|
2015-03-14 00:19:16 -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
|
37bf80409a
|
Tweaked link flair formatting.
|
2015-03-12 20:09:57 -07:00 |
|
Michael Lazar
|
17a1c27a2c
|
Implemented unicode sandwich.
|
2015-03-12 19:02:22 -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
|
a6300b494a
|
Open webbrowser in subprocess to redirect stdout.
|
2015-03-09 20:47:07 -07:00 |
|
Michael Lazar
|
04f3a5b7b6
|
Cleaned up import.
|
2015-03-09 01:28:43 -07:00 |
|
Michael Lazar
|
b0053643f7
|
Added username to banner if logged in.
|
2015-03-09 00:11:09 -07:00 |
|
Michael Lazar
|
f1fc9e1d4c
|
Viewed links now change to purple.
|
2015-03-08 22:20:36 -07:00 |
|
Michael Lazar
|
e7d285bd13
|
Aliged key definitions between submission and subreddit.
|
2015-03-08 21:35:07 -07:00 |
|
michael-lazar
|
6d67097f8c
|
Merge pull request #31 from peterpans01/master
fix error when open subreddit in Windows 7
|
2015-03-07 21:38:14 -08:00 |
|
peterpans01
|
af86a3ad67
|
fix error when open subreddit
|
2015-03-07 22:20:13 +07:00 |
|
ysakamoto
|
09ed21b75c
|
display_help function added
|
2015-03-06 14:51:05 -06:00 |
|
ysakamoto
|
3808c65060
|
display_message simplified
|
2015-03-06 14:35:53 -06:00 |
|
ysakamoto
|
455f742a27
|
Redraw after the help message box is gone.
|
2015-03-06 03:54:49 -06:00 |
|
ysakamoto
|
b5d2852708
|
help message command added
|
2015-03-06 03:45:26 -06:00 |
|
Michael Lazar
|
4e5f564db5
|
Fixed browser links to selfposts. Added links to the submission page. #21
|
2015-03-04 22:58:36 -08:00 |
|
Lawrence Vanderpool
|
77b1cd03d6
|
Added functionality to open the submission link in the browser.
|
2015-03-04 15:31:42 -05:00 |
|
Michael Lazar
|
a94be0d8fd
|
Added VIM bindings for movement.
|
2015-03-02 02:08:06 -08:00 |
|
Michael Lazar
|
df91903900
|
Clean up, simplified key commands.
|
2015-02-12 20:40:51 -08:00 |
|
Michael Lazar
|
901c094dd5
|
Finally made progress on scrolling behavior for short submissions.
|
2015-02-12 00:54:22 -08:00 |
|
Michael Lazar
|
d018b6fd42
|
Added HTTP error check.
|
2015-02-11 22:35:04 -08:00 |
|
Michael Lazar
|
1b8b25fd8b
|
Fixed submission refresh, changed some coloring.
|
2015-02-11 20:29:02 -08:00 |
|