Commit Graph

152 Commits

Author SHA1 Message Date
Alexandre Kaskasoli
7e8986b3d4 default max_comment_cols set to 120 2016-09-29 09:30:49 +01:00
Alexandre Kaskasoli
da35f8cb53 set max_comment_cols=80 2016-09-28 21:13:39 +01:00
Alexandre Kaskasoli
b02d867c47 added max column width for comments 2016-09-28 21:02:54 +01:00
Michael Lazar
7a34c089b9 Raise NotImplemetedError. 2016-08-04 01:01:48 -07:00
Michael Lazar
96b2db30f9 Added reference to comment._fast_permalink to reduce api calls. 2016-07-31 23:44:40 -07:00
Michael Lazar
9cee493dff Add max title length. 2016-07-31 22:36:00 -07:00
Michael Lazar
0a03083e6b Minor formatting changes. 2016-07-31 19:55:06 -07:00
David Foucher
94dc86f915 Merge remote-tracking branch 'upstream/master'
Refactoring
2016-07-24 01:27:11 +02:00
Michael Lazar
230580e2ea Added more tests. 2016-07-20 17:02:57 -07:00
Michael Lazar
f688659f84 Got the unit tests running again. 2016-07-20 01:20:56 -07:00
Michael Lazar
e7c2d82d93 Cleaned up SubredditContent.from_name 2016-07-20 00:45:45 -07:00
Michael Lazar
352aefae9f Missed a file. 2016-07-19 02:02:24 -07:00
Michael Lazar
1174514632 Streamlining 2016-07-19 01:58:03 -07:00
Michael Lazar
61ae63438f Reverted rename to simplify diff. 2016-07-19 01:09:31 -07:00
woorst
bfba1c7ad2 ListRedditsContent.from_user method replaced with from_func; updated tests accordingly 2016-07-18 14:52:05 -05:00
woorst
92d16ad15f Generalize SubscriptionPage to handle lists of reddits 2016-07-18 14:49:53 -05:00
woorst
0bd8fbdd10 Search works for logged in user's submissions 2016-07-18 14:49:53 -05:00
woorst
2add59b0d6 subreddit name parsing code more readable 2016-07-18 14:49:53 -05:00
woorst
be51dc30e1 Make search work for different types of reddit pages 2016-07-18 14:49:53 -05:00
woorst
31cc3fa0e9 Can browse through list of subscribed multireddits 2016-07-18 14:49:53 -05:00
woorst
a72f0b937b Apply time period only to appropriatly sorted multireddits 2016-07-18 14:49:53 -05:00
woorst
a8836e1a64 Change default multireddit sort to 'hot' 2016-07-18 14:49:53 -05:00
woorst
a6daa6537c More robust checking for valid subreddit name; Can browse public multireddits now 2016-07-18 14:49:53 -05:00
woorst
8fd4950f5b Remove use of python 3 specific tuple unpacking 2016-07-18 14:49:53 -05:00
user
a2d2c2edf8 Feature: view user pages and domain listings 2016-07-18 14:49:53 -05:00
David Foucher
bc0f921e1c Add saved comment in saved view and some tests 2016-07-17 17:01:17 +02:00
David Foucher
1b2c595808 sync with 1.10.0 2016-07-17 13:11:17 +02:00
Michael Lazar
d26097e398 xposts should now work for subreddits. 2016-07-08 00:33:34 -07:00
Michael Lazar
fa28b8fa7d in progress 2016-07-07 18:12:43 -07:00
Michael Lazar
81e618b40b Check for empty subreddit name. 2016-06-14 00:59:18 -07:00
Michael Lazar
aa065c6e29 Merge branch 'master' into cursor-tracking
Conflicts:
	rtv/content.py
2016-04-19 23:49:37 -07:00
Michael Lazar
e0550a5eab Fix bug where submission indicies were duplicated when paging. #209 2016-04-19 23:38:38 -07:00
Michael Lazar
7a2c6ef039 Fixed edge case when expanding bottom item the content is cut off. 2016-04-15 23:13:05 -07:00
Michael Lazar
6c130001b1 Fixed bug where submission indicies were duplicated when paging. 2016-04-15 17:47:45 -07:00
Michael Lazar
8fc93911c6 Better support for random subreddit. 2016-04-08 01:32:20 -07:00
David Foucher
513272f339 Merge remote-tracking branch 'upstream/master' 2016-03-15 00:25:34 +01:00
Michael Lazar
ff29429601 Replace np links with www to fix 403 forbidden error. 2016-02-04 15:33:50 -08:00
David Foucher
74c2008226 Merge with @alexk307 added comments save support
Added comments save support
Centralized save
Keep 'w' as key to save post/comment
2016-01-21 01:37:17 +01:00
David Foucher
b943154174 Merge remote-tracking branch 'feature/master' 2016-01-21 00:30:37 +01:00
Alex Kahan
1bda8aa015 Hack to get around not displaying comments and posts 2016-01-19 20:28:16 -05:00
Alex Kahan
6b3ad77ac8 First stab at processing and displaying saves 2016-01-19 20:24:29 -05:00
David Foucher
b29ee44639 fix 2016-01-17 23:01:00 +01:00
David Foucher
805875519e Implement save/unsave post + saved list display 2016-01-17 13:09:48 +01:00
5225225
7b95ee240e Add stickied tag for stickied posts. 2016-01-09 08:56:58 +00:00
5225225
e7c910e8fc Add coloured tag for sticky comments. 2016-01-07 23:24:06 +00:00
Michael Lazar
2650472c77 Fixed typo. 2015-12-09 21:58:32 -08:00
Michael Lazar
76d2b8dde9 Added support for hidden scores. 2015-12-09 18:30:44 -08:00
Michael Lazar
6fa431aec9 Added better descriptions to loader messages. 2015-12-07 00:47:59 -08:00
Michael Lazar
dc56d2524e Fixed flatten_comments behavior when loading additional comments. 2015-12-06 22:03:03 -08:00
Michael Lazar
8fd8dc549e More pylint fixes, added pylint to the build process. 2015-12-05 01:51:05 -08:00