Commit Graph

1464 Commits

Author SHA1 Message Date
codesoap d79e56fd20 Rename function for opening the link of an item 2018-08-19 20:36:20 +02:00
codesoap dceea8a5a3 Treat the item's permalink as a regular link
Also fix some string formatting along the way.
2018-08-19 20:36:20 +02:00
codesoap 7e3788df0c Use the same name for the html field everywhere 2018-08-19 11:59:03 +02:00
codesoap 14bbb49460 Issue #593: Allow opening links
Give the user the ability to open links, that are mentioned in comments
and submissions.
2018-08-13 17:38:46 +02:00
Michael Lazar b7b1dd44fc Merge pull request #582 from michael-lazar/editor_instruction_update
Changed the help text format when editing comments & submissions
2018-08-05 22:13:26 -04:00
Michael Lazar 708b436ff1 Changed the help text format when editing comments & submissions 2018-08-05 21:28:05 -04:00
Michael Lazar 2eef270438 Merge pull request #581 from michael-lazar/archived_voting
Check if a post is archived before attempting to vote on it
2018-08-05 00:39:31 -04:00
Michael Lazar 186fe01725 Check if a post is archived before attempting to vote on it 2018-08-05 00:35:33 -04:00
Michael Lazar f0f4527981 Fixing test 2018-08-05 00:34:34 -04:00
Michael Lazar 542c660b67 Check if a post is archived before attempting to vote on it 2018-08-05 00:32:11 -04:00
Michael Lazar b164b5a6ba Fixing mime parsers (#580)
mime parser cleanup
2018-08-04 23:24:32 -04:00
Michael Lazar b3343e2579 Merge pull request #579 from michael-lazar/edridgedsouza-master
Attempt #2 at adding in the 'gilded' feature
2018-08-04 01:59:26 -04:00
Michael Lazar 50f99449c0 Updated the praw3 package hash 2018-08-04 01:47:52 -04:00
Michael Lazar b8fb0cf418 Fixing tests and adding cassettes 2018-08-04 01:42:43 -04:00
Michael Lazar b959b5d4bd Removing the gilded sorting option from the submission and search result pages 2018-08-04 01:07:19 -04:00
Edridge D'Souza 9f12aada91 Attempt to fix travis yml again 2018-07-24 16:26:59 -04:00
Edridge D'Souza 89dce503da Fix the travis yml 2018-07-24 16:18:03 -04:00
Edridge D'Souza a201b86041 Add 3.7 to allowed failures 2018-07-24 16:09:31 -04:00
Edridge D'Souza 84f1c75ee3 Removed python 3.7 from Travis so the builts will complete 2018-07-16 18:17:09 -04:00
Edridge D'Souza ccfff97ee6 Fixed the menu bar in the tests and commented out broken tests
Commented out any tests for the gilded method that would require an existing cassette using the gilded sort. Once we have a cassette for that, I believe we can uncomment these lines and (hopefully) have them work.
2018-07-16 18:08:35 -04:00
Edridge D'Souza 93bf150780 Trying again to fix tests 2018-07-16 17:29:30 -04:00
Edridge D'Souza 95d184bfbe Blank commit 2018-07-16 17:18:59 -04:00
Edridge D'Souza 624a0dc7c8 Added missing comma 2018-07-16 17:13:41 -04:00
Edridge D'Souza 493a6f0790 Merge pull request #2 from edridgedsouza/gilded_sort
Attempt to fix some tests
2018-07-16 17:06:47 -04:00
Edridge D'Souza 8d1d8c2c91 Fixed typo in sort_content_gilded() 2018-07-16 17:03:19 -04:00
Edridge D'Souza ad97b8ff9a Attempt to fix the tests
An attempt to fix the broken tests
2018-07-16 16:52:08 -04:00
Edridge D'Souza 1c3c0cfc94 Merge pull request #1 from edridgedsouza/gilded_sort
Added an extra sort option for 'gilded'
2018-07-16 16:34:17 -04:00
Edridge D'Souza b2d3439faa Added an extra sort option for 'gilded'
Implemented 'gilded' sort both in the banner bar (by pushing the '6' key), and in the prompt (by entering '/subreddit/gilded')
2018-07-16 16:22:19 -04:00
Michael Lazar 71b86505fb Add python 3.7 to the package metadata 2018-07-05 14:42:40 -04:00
Michael Lazar 0274666ee6 Add python 3.7 to the build 2018-07-05 14:41:14 -04:00
Michael Lazar 052d53a2c7 Merge pull request #570 from joeythesaint/jjm/rtv-pager
pager: Add RTV_PAGER to support a reddit-specific setting
2018-07-05 10:13:44 -04:00
Michael Lazar f55f5aa562 Merge pull request #569 from muso2nd/master
Add dark colorblind theme
2018-07-04 16:09:55 -04:00
Michael Sarach 958958f734 Add dark colorblind theme 2018-07-04 09:11:18 +01:00
Joe MacDonald 3fd389c5c2 pager: Add RTV_PAGER to support a reddit-specific setting
Reddit submissions and comments are styled with Markdown.  If you have a
Markdown-aware pager/viewer on your system it is convenient to be able to
use it rather than the default 'less'/'more'/etc. one used for everything
else on the system.  Support a high-priority environment variable that
will be consulted prior to checking $PAGER and/or defaulting to 'less'.

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-07-03 15:14:20 -04:00
Michael Lazar 13340c294a Upping version 2018-06-24 22:36:18 -04:00
Michael Lazar 84c8011334 Merge pull request #565 from woorst/mime_parser_vimeo
Add mime parser: vimeo.com
2018-06-24 18:33:59 -04:00
Michael Lazar 67b6b085f0 Merge branch 'master' into mime_parser_vimeo 2018-06-24 18:33:19 -04:00
Michael Lazar c7b3c92630 Merge pull request #563 from woorst/mailcap
fix video/x-youtube to work with v.redd.it links
2018-06-24 18:31:37 -04:00
Michael Lazar e98806f4c8 Merge pull request #564 from woorst/mime_parser_streamja
Add mime parser: streamja.com
2018-06-24 18:30:32 -04:00
woorst d6a4cd0504 Add mime parser: vimeo.com 2018-06-20 23:20:14 -04:00
woorst d60a98216d fix video/x-youtube to work with v.redd.it links 2018-06-20 22:57:10 -04:00
woorst 4abc0bb6d0 Add mime parser: streamja.com 2018-06-20 22:44:31 -04:00
Michael Lazar 1275e1249b Merge branch 'nemanjan00-hide' 2018-06-03 14:24:40 -04:00
Michael Lazar 9614dc90fe Added a new test for hiding a submission 2018-06-03 00:21:29 -04:00
Michael Lazar 6b808b5d3d Read the hidden attribute from the api response 2018-06-03 00:04:25 -04:00
Michael Lazar 33c8933564 Making hidden tag bold to match the existing theme 2018-06-02 23:49:05 -04:00
Michael Lazar 8ff204879d Adding hidden command to CONTROLS.rst 2018-06-02 23:45:18 -04:00
Michael Lazar a940ea0373 Changing hidden tag color to yellow/orange 2018-06-02 23:44:41 -04:00
Michael Lazar f218a4e837 Moving the hide command to the subreddit page 2018-06-02 23:36:44 -04:00
Michael Lazar ff35328d40 Fixing docs that weren't updated 2018-06-02 23:36:12 -04:00