Commit Graph

2845 Commits

Author SHA1 Message Date
Max Goodman
3fdfabd408 Use view class for popup login form. 2013-05-01 14:10:50 -07:00
Max Goodman
4b53396821 Privacy policy and user agreement viewer. 2013-05-01 14:10:50 -07:00
Max Goodman
20fd53b124 Add scrollFixed util. 2013-05-01 14:08:50 -07:00
Max Goodman
356a90b947 Add class to ToC <li>s. 2013-05-01 14:08:50 -07:00
Max Goodman
fb28149495 Add target param to wikimarkdown. 2013-05-01 14:08:50 -07:00
Max Goodman
ebe3e3693d Allow class attribute on markdown generated tags in souptest. 2013-05-01 14:08:50 -07:00
Max Goodman
f353cc852a Modularize wiki ToC generation. 2013-05-01 14:08:50 -07:00
Max Goodman
0911ee0180 Move viewport tag to its own overridable template function. 2013-05-01 14:08:49 -07:00
Max Goodman
0fba8b7419 Add noop str config parser for documentation.
This allows str config params to be specified in plugins so their param
delcarations can be comprehensive.
2013-05-01 14:08:49 -07:00
Max Goodman
1ac081150f Remove unused mappings and inline scripts. 2013-05-01 14:08:49 -07:00
Max Goodman
882ccd3428 Remove unused store route. 2013-05-01 14:08:49 -07:00
Max Goodman
2916817499 Use "invalid" name for timings of requests without a handler. 2013-05-01 14:08:49 -07:00
Max Goodman
62bfccf441 Exclude domain listings from not_in_sr routing test.
This prevents matching urls starting with /domain/something.com due to
the way our domain middleware works.
2013-05-01 14:08:49 -07:00
Max Goodman
430f3b6e06 Render spotlight box as soon as we have data. 2013-05-01 14:08:49 -07:00
Max Goodman
dd5f750bad Allow a default url to be set per trophy codename. 2013-05-01 14:08:49 -07:00
Max Goodman
587abe5808 Expose the memoized function when decorated with @memoize. 2013-05-01 14:08:49 -07:00
Max Goodman
c9683902e2 Don't add cache bust to static(''). 2013-05-01 14:08:49 -07:00
Chad Birch
d0394a1169 Add report count to active "ignore reports" button 2013-04-30 17:00:46 -04:00
bsimpson63
f860b95ca5 Change menu text: reports can be links or comments. 2013-04-30 17:00:46 -04:00
bsimpson63
75d5b709f2 Allow subreddit spam queries to be limited to links or comments. 2013-04-30 17:00:46 -04:00
bsimpson63
77f2f12fc6 GET_editreddit isn't a listing. 2013-04-30 17:00:46 -04:00
bsimpson63
0fe8f70879 Move spam listing to its own method in FrontController. 2013-04-30 17:00:46 -04:00
bsimpson63
1a5f3f8c35 Move flair listing/editing to its own method in FrontController. 2013-04-30 17:00:40 -04:00
Chad Birch
794517fda1 Add "[score hidden]" marker
Includes tooltip with info about the length of the hide period
2013-04-30 12:31:57 -06:00
Chad Birch
8eac5bf1e6 Add indicators of hidden score to API and HTML
If the score is hidden, data-ups and data-downs will both be 0, and
the comment will also have the "score-hidden" class
2013-04-30 12:31:57 -06:00
Chad Birch
398fc0e1a3 Add <category> to rss data where relevant 2013-04-30 12:31:57 -06:00
Chad Birch
69cd0d08ec Allow subreddits to hide comment scores initially
Adds a new subreddit setting that allows defining a period
of time after posting that comment scores will be hidden.
2013-04-30 12:31:57 -06:00
bsimpson63
b49e6c113a Add voting to menu. 2013-04-26 14:58:46 -04:00
Neil Williams
7a68f2a63e Gracefully handle the rising key expiring away. 2013-04-26 14:58:00 -04:00
bsimpson63
37f005b30e WikiRevision: id36 return_dict gives id36 keys so don't convert. 2013-04-26 14:56:23 -04:00
bsimpson63
0b58ac9ca0 Preserve order and return id36 keys in Thing._byID36. 2013-04-26 14:56:15 -04:00
bsimpson63
1a6bddaf24 Handle new datestr field in PromotedLinkTraffic.as_csv(). 2013-04-26 14:56:07 -04:00
bsimpson63
396f9ae362 Don't display confusing bid history table on PromoteLinkForm. 2013-04-18 13:56:23 -04:00
bsimpson63
7aacbeed9c Don't include unpaid campaigns in promote graph stuff. 2013-04-18 13:56:23 -04:00
bsimpson63
31a2ee07ff Exclude subscriptions from Random and RandomNSFW. 2013-04-18 13:56:18 -04:00
Chad Birch
8eb5cba4ec Prevent replying to removed comments
(Except author, mod, or admin)
2013-04-17 16:52:26 -06:00
Chad Birch
9a90e42679 Fixes related to exclude_banned_modqueue setting
Make sure that setting is always sent, and add description for mod log
2013-04-17 16:52:21 -06:00
David Hu
473f8377f1 Send captcha iden for failed calls to VCaptcha-decorated API methods. 2013-04-15 14:49:43 -04:00
David Hu
0e99da7160 Fix unexpected NO_EMAILS error when users remove their email. 2013-04-15 14:49:43 -04:00
David Hu
d3d82acf97 Remove "dest" query var from email verify link. 2013-04-15 14:49:43 -04:00
David Hu
9e5c1073ef Fix VDestination bug that prevents setting custom "default" value. 2013-04-15 14:49:43 -04:00
David Hu
6f919a2a34 Don't show error when user click the verify email link twice. 2013-04-15 14:49:37 -04:00
Ricky Ramirez
06e6b08189 Add CONTRIBUTING file. 2013-04-12 14:35:30 -07:00
Logan Hanks
5707111fab Convert value to str when counting strings. 2013-04-12 14:22:45 -07:00
Logan Hanks
e21cd398c0 Update stats_test to reflect timing API changes. 2013-04-12 14:22:45 -07:00
Logan Hanks
7782e4a76f Add g.stats.count_string and start counting user agents. 2013-04-12 14:22:45 -07:00
Keith Mitchell
702b58565f Disallow submitting to banned Subreddits via API 2013-04-11 14:53:08 -07:00
Keith Mitchell
21f07e8c52 Filter banned subreddits from search results 2013-04-11 14:53:08 -07:00
Chad Birch
fe1ce21109 Allow mods to set custom labels for submit buttons 2013-04-10 14:41:34 -06:00
Chad Birch
83100a9827 Add 'likes' for comment/post replies in API 2013-04-10 14:41:28 -06:00