Commit Graph

585 Commits

Author SHA1 Message Date
Michael Lazar
e96db6e7ac Making a few things more clear. 2016-10-31 13:56:08 -07:00
Michael Lazar
6a395216a3 Cleanup refactor. 2016-10-31 13:50:41 -07:00
Michael Lazar
cd7ac3456a Upping version. 2016-10-17 19:27:09 -07:00
Michael Lazar
7e942c915e Adding tests. 2016-10-17 18:07:18 -07:00
Michael Lazar
9675fb4ba4 Adding subreddit name to a few error messages. 2016-10-17 17:43:10 -07:00
Michael Lazar
ba23607d83 Fixed bug in ordering of /r/front. 2016-10-11 23:53:16 -07:00
Michael Lazar
496fb849e1 Adding tests. 2016-10-11 22:53:26 -07:00
Michael Lazar
fa9ffc50f8 Tidying up and fixing tests, still need to add new tests. 2016-10-11 17:59:24 -07:00
Michael Lazar
eb3a9a6b18 Merge branch 'toporder' of https://github.com/ReshefElisha/rtv into ReshefElisha-toporder 2016-10-11 17:24:18 -07:00
Reshef
31f9425f69 implemented stray TODO for controversial time sorting 2016-10-09 15:50:27 -04:00
Reshef
75fd380432 Added 'links from' menu 2016-10-09 12:37:26 -04:00
Charles Saracco
a20b574083 Correct docs.py
'j' is actually down, and 'k' is up.
2016-10-07 19:38:22 -04:00
Lorenz Leitner
b36dcde2e5 Update template config with new option 2016-10-04 23:55:03 +02:00
Lorenz Leitner
08b1f7ef5d Add config option to hide username if logged in 2016-10-04 23:51:54 +02:00
Michael Lazar
d37e263181 Fix for subreddit title. 2016-10-01 17:47:34 -07:00
Alexandre Kaskasoli
3358e39fbf fixed reference to config (forgot self.) 2016-09-29 09:39:37 +01:00
Alexandre Kaskasoli
1824b1efd0 added max_comment_cols to self.refresh_content() 2016-09-29 09:31:49 +01:00
Alexandre Kaskasoli
7e8986b3d4 default max_comment_cols set to 120 2016-09-29 09:30:49 +01:00
Alexandre Kaskasoli
7b9c6b5888 missed reference to SubmissionContent.from_url() in self.refresh_content() 2016-09-29 09:19:45 +01:00
Alexandre Kaskasoli
e4e89039ad default max_comment_cols set to 120 and moved to general settings 2016-09-29 09:18:43 +01:00
Alexandre Kaskasoli
408bf89fd5 removed command line flag for max-comment-cols 2016-09-29 09:15:21 +01:00
Alexandre Kaskasoli
da35f8cb53 set max_comment_cols=80 2016-09-28 21:13:39 +01:00
Alexandre Kaskasoli
2f52e2951d set max_comment_cols = 80 2016-09-28 21:12:19 +01:00
Alexandre Kaskasoli
29c1d06662 added max column width for comments 2016-09-28 21:10:33 +01:00
Alexandre Kaskasoli
b02d867c47 added max column width for comments 2016-09-28 21:02:54 +01:00
Michael Lazar
2ae610d29e Upping version. 2016-09-27 01:42:02 -07:00
Michael Lazar
84f2066f55 Bugfix. 2016-09-27 01:22:14 -07:00
Michael Lazar
57cb8ab3f0 Use communicate() to avoid subprocess hanging. 2016-09-27 01:17:54 -07:00
Michael Lazar
9d6f45c980 Merge pull request #297 from michael-lazar/secure_urls
Secure urls before sending to Popen.
2016-09-18 14:09:01 -07:00
Michael Lazar
628bf37c6f Added check for unset locale. 2016-09-11 23:05:54 -07:00
Michael Lazar
ae3a06507e Disable pylint import error. 2016-09-11 19:59:04 -07:00
Michael Lazar
ed5292d9b4 Secure urls before sending to Popen. 2016-09-11 19:52:56 -07:00
Michael Lazar
20b59d5c31 Upping version. 2016-08-25 16:14:31 -07:00
Michael Lazar
416ab3743d added _page suffix to page files. 2016-08-16 20:21:35 -07:00
Michael Lazar
54ad7dc22c Fixed bug in page line counter. 2016-08-15 21:27:51 -07:00
Michael Lazar
54352bcd84 - Reorganized [?] help layout
- Added a footer with common commands
- Changed author font to green
- Changed prompt background to inverted
2016-08-12 00:34:11 -07:00
Michael Lazar
720a62faf6 Add pytest-xdist to the travis build. 2016-08-11 01:18:41 -07:00
Michael Lazar
f8584a30fa Disable pylint input error for six.moves. 2016-08-10 01:51:45 -07:00
Michael Lazar
17425008b3 Adding general test coverage. 2016-08-10 01:32:02 -07:00
Michael Lazar
d4cab22ffe Remove log message. 2016-08-09 02:16:07 -07:00
Michael Lazar
c7a409a192 Got it working for python2 (that was easy) 2016-08-09 02:15:40 -07:00
Michael Lazar
dedb0985f7 Everything is working for python 3. 2016-08-09 02:04:48 -07:00
Michael Lazar
dd0d0db764 Making real progress this time. 2016-08-08 23:05:06 -07:00
Michael Lazar
0f0845b346 Remove unnecessary refresh_content() calls. 2016-08-08 09:47:35 -07:00
Michael Lazar
d5f114a4d8 Expand URLs. 2016-08-07 21:56:19 -07:00
Michael Lazar
f2b412ab31 Added test cases. 2016-08-06 17:16:13 -07:00
Michael Lazar
71713bdbfd Merge branch 'InstagramMIMEParser' of https://github.com/woorst/rtv into woorst-InstagramMIMEParser 2016-08-06 16:59:45 -07:00
woorst
cc1d208b37 Add instagram parser 2016-08-06 01:52:57 -05:00
Michael Lazar
66854522ff No longer leave submission/subscription page when entering an invalid subreddit. 2016-08-05 23:06:15 -07:00
Michael Lazar
6328407c32 Got the prompt working from submissions / subscriptions. 2016-08-05 17:56:36 -07:00