Michael Lazar
|
d2e8c9c04c
|
Took the opportunity to clean up a few things and fix some old "order" errors.
|
2015-08-10 00:00:10 -07:00 |
|
ysakamoto
|
b6c6933883
|
remove unncesseary order specification from submission url
|
2015-08-07 03:44:32 -05:00 |
|
ysakamoto
|
84dc58f94d
|
added IndexError catch to repress non-exsiting sorting method error
|
2015-08-07 03:44:01 -05:00 |
|
ysakamoto
|
023dc6e0dd
|
Number keys to refresh the submission/comments and sort by:
1: hot, 2: top, 3: rising, 4: new, 5: controversial
|
2015-08-06 02:40:55 -05:00 |
|
Michael Lazar
|
b913990d80
|
Updated subreddit exception handling for PRAW 3.
|
2015-07-15 13:15:38 -07:00 |
|
Lawrence Vanderpool
|
0bc97348fe
|
PEP8'd content.py and subreddit.py
|
2015-06-08 06:43:15 -04:00 |
|
Michael Lazar
|
71e464d03f
|
Opening comments now uses the comment permalink.
|
2015-05-16 18:05:48 -07:00 |
|
Michael Lazar
|
f8b8c33270
|
Better handling of missing content attributes.
|
2015-05-12 01:25:58 -07:00 |
|
Michael Lazar
|
49a9147ca6
|
In progress.
|
2015-04-29 22:31:24 -07:00 |
|
Michael Lazar
|
7d48890f43
|
Upped mac indent level from 4 to 8.
|
2015-04-17 20:39:59 -07:00 |
|
Michael Lazar
|
5146244c26
|
Temporary fix.
|
2015-04-16 18:15:59 -07:00 |
|
Brobin
|
9edbd9317f
|
added nsfw tags
|
2015-04-16 10:34:49 -05:00 |
|
Michael Lazar
|
aa91c18a25
|
Fixed typo from refactor.
|
2015-04-05 21:34:46 -07:00 |
|
Michael Lazar
|
ea1230d30c
|
Added logging and error handling for posts and comments.
|
2015-04-05 18:29:12 -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 |
|
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
|
69c3f1c357
|
added gold symbol to submissions
|
2015-04-03 23:43:14 -05:00 |
|
Tobin
|
a14049afcf
|
added viewing user's submissions with ; key or /r/me
|
2015-04-03 17:13:43 -05:00 |
|
Tobin
|
dcdfd643cc
|
added gold symbol next to gilded comments
|
2015-04-03 00:43:28 -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
|
2a7525debd
|
fixed for searching of front page
|
2015-03-31 13:45:57 -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 |
|
Michael Lazar
|
68f30b2e07
|
Fixed crash on invalid subreddit.
|
2015-03-30 01:02:49 -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
|
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
|
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
|
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 |
|
Robert Greener
|
d6620dbdbe
|
Added -a for force_ascii, utf-8 by default
|
2015-03-08 21:47:49 +00:00 |
|
Michael Lazar
|
b6f5b7e759
|
Fixed bug with overlapping loaders.
|
2015-03-07 23:04:18 -08:00 |
|
Michael Lazar
|
7064f4ee21
|
Added support for multireddits.
|
2015-03-07 21:09:02 -08:00 |
|
Michael Lazar
|
4e5f564db5
|
Fixed browser links to selfposts. Added links to the submission page. #21
|
2015-03-04 22:58:36 -08:00 |
|
Toby Hughes
|
73af45f4a2
|
Update content.py
Removed unneeded if statement
|
2015-03-04 18:05:07 -08:00 |
|
tobywhughes
|
3253c81a3e
|
Fixes (what seems like) all backslash issues
|
2015-03-04 01:31:11 -08:00 |
|
tobywhughes
|
cb5d730d39
|
Fixes / bug
|
2015-03-03 18:48:38 -08:00 |
|
michael-lazar
|
e46e05f9a6
|
Merge pull request #13 from tobywhughes/master
Added option to got to front page /new
|
2015-03-03 14:11:12 -08:00 |
|
Toby Hughes
|
6a5da9f1ec
|
Update content.py
Fixing the if/else of /new and /all
|
2015-03-03 13:57:56 -08:00 |
|