Tobin
f463afa157
restructured readme and added changelog
...
updated to match release notes
fixed contributors' names
complete refactor of readme into separate files, yay for documentation! 🎆
added release tag links
restructured text was janky, fixed the menu
line break by the version badges
2015-04-06 00:28:48 -05: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
Tobin
4b326cf218
goodbye username
2015-04-04 17:23:25 -05:00
Tobin
c69728bea0
remove username attribute and use reddit.user.name
2015-04-04 17:16:27 -05:00
Michael Lazar
6c5c155311
Cleaned up SubmissionContent.from_name()
2015-04-04 14:12:25 -07:00
Tobin
3253535273
reddittor -> redditor :octocat:
2015-04-04 15:18:50 -05:00
Tobin
2f8dcabbef
removed keybinding for profile sub, now just /r/me
2015-04-04 15:09:57 -05:00
michael-lazar
48f1907920
Merge pull request #75 from Brobin/gold
...
Added gold to submissions
2015-04-04 12:33:07 -07:00
Tobin
b0124560be
moved gold symbol on submission view to match subreddit view
2015-04-04 00:00:16 -05:00
Tobin
a6fda5f9ab
fix merge conflicts
2015-04-03 23:47:14 -05:00
Tobin
69c3f1c357
added gold symbol to submissions
2015-04-03 23:43:14 -05:00
Tobin
006d5560e5
Merge branch 'master' of https://github.com/michael-lazar/rtv
2015-04-03 23:33:02 -05:00
Tobin
db7f2f9fd7
Revert "toggle hidden comment with arrow left or h"
...
This reverts commit 66bc9f5667 .
2015-04-03 23:31:47 -05:00
Tobin
a8c3d61e50
updated documentataion for profile view
2015-04-03 17:20:28 -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
Tobin
653d67a330
Merge branch 'master' of https://github.com/michael-lazar/rtv into user_profile_page
2015-04-03 15:00:06 -05: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
Tobin
c2ac411b2b
updated docs for posting
2015-04-03 13:35:57 -05:00
Samir Benmendil
a294010e27
Read config from XDG_CONFIG_HOME ( Fix #65 )
...
Config file is read from the first of these two locations:
* $XDG_CONFIG_HOME/rtv/rtv.cfg
* ~/.rtv
2015-04-03 18:33:19 +01: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
Tobin
2f4f706d0c
Merge branch 'master' of https://github.com/michael-lazar/rtv
2015-04-02 23:12:58 -05:00
Tobin
66bc9f5667
toggle hidden comment with arrow left or h
2015-04-02 22:58:27 -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