Commit Graph

84 Commits

Author SHA1 Message Date
ketralnis
538d413e54 remove "reported" page temporarily 2008-09-03 15:05:45 -07:00
Jeremy Edberg
7405b2976d Fixes bug #93: users want bold-italic; http://code.reddit.com/ticket/93 2008-09-03 14:26:25 -07:00
Jeremy Edberg
1e9a3aaa62 Fixes bug #104: do not double escape & in markdown urls; http://code.reddit.com/ticket/104 2008-09-03 14:25:42 -07:00
Jeremy Edberg
566469981d fixes possible translation errors 2008-09-03 14:25:23 -07:00
ketralnis
3ae7ebdd0c Speed up query for reported users 2008-09-03 12:12:35 -07:00
ketralnis
8aac82ec88 Added forgotten example.ini parameter 2008-09-03 12:03:17 -07:00
ketralnis
9bc6d96e52 Added a "reported" queue for subreddit moderators 2008-09-03 11:59:17 -07:00
spez
58fd1e8582 changed the styling of the subreddit edit page. changed the styling of buttons sitewide 2008-09-03 11:54:59 -07:00
ketralnis
0bb475bc20 tool to find average cache object lifetime 2008-09-03 11:34:28 -07:00
KeyserSosa
0c04094a0b updates to RSS feed to link to permalink page instead of goto. Also adds thumbnails and media support. Default user preference is now to show thumbnails on subreddits that show them by default 2008-08-28 11:21:49 -07:00
ketralnis
2717d8e515 fix buttons (missing argument to _by_url) 2008-08-27 13:09:43 -07:00
Christopher Slowe
984c6bff51 missing permalink update in share.email 2008-08-26 17:00:45 -07:00
Christopher Slowe
5e671d497b Catch IntegrityError thrown by multiple-clicking race condition 2008-08-26 15:16:54 -07:00
ketralnis
4b57b0c0da Merge commit 'origin/master' 2008-08-26 12:12:21 -07:00
ketralnis
91989c77e2 Forgot an argument in an exception handler 2008-08-26 12:11:22 -07:00
Christopher Slowe
442c9714f3 fixed cname caching bug 2008-08-26 10:17:00 -07:00
Christopher Slowe
32a2677ebb c.cname issue: should be checking that we are not on a sub domain of g.domain 2008-08-26 09:09:18 -07:00
Christopher Slowe
544f611d54 bookmarklet fix 2008-08-26 09:03:18 -07:00
ketralnis
b0ffe59d1c Merge commit 'custom_css/master' 2008-08-26 07:59:54 -07:00
Christopher Slowe
0fe60eb439 fix to morechildren permalink. Removed sr as optional parameter in comment.make_permalink() 2008-08-26 07:56:52 -07:00
ketralnis
4e2956c71c typo 2008-08-26 07:55:28 -07:00
Christopher Slowe
8f5599e93d fix cache key issue in render cache 2008-08-26 07:36:31 -07:00
ketralnis
6bcef0037b 1. Allow a reddit to have a cname, like www.proggit.com, that renders
the listing for that reddit

2. Allow a reddit to have a custom CSS stylesheet that appears to
   visitors

3. Allow a reddit to upload a custom reddit alien logo
2008-08-26 07:15:02 -07:00
Steve Huffman
1a107601fa fix errors caused by loading reddit with no subscriptions 2008-08-22 16:28:51 -07:00
Steve Huffman
57aaf893c5 fix MaskedSR bug 2008-08-22 15:22:58 -07:00
Steve Huffman
1861a04e45 fixed sorting issue where the global sorts were being overwritten. added the query_queue parameters to example.ini. 2008-08-22 14:03:58 -07:00
Steve Huffman
33fd4e9684 Added a new system for precomputing queries on reddit. This will allow every
listing to be precomputed and stored in memcache for retrieval at request-time.
Currently only reddit listings are precomputed. Profile-page precomputing is
disabled (and relatively untested).
2008-08-20 11:49:48 -07:00
ketralnis
648fe4ca9c Prepare fix_broken_things to be run from cron 2008-08-19 21:48:20 -07:00
KeyserSosa
526fff39af remove from thing changes on solrsearch update 2008-08-19 13:43:05 -07:00
Christopher Slowe
35181f164f added captcha to message composition 2008-08-16 21:36:56 -07:00
KeyserSosa
2ffb666e87 increased normalized hot page time constant to 2 minutes. 2008-08-15 17:06:38 -07:00
KeyserSosa
f7f819c774 added table for tracking rejected mail 2008-08-04 16:06:31 -07:00
KeyserSosa
7737f63cfe misc bugfixes: fixed HTML validation error in captcha; no more multi-creation of new subreddits; tab between login form sensical; no submit link on /reddits; ignore/report on subreddits 2008-07-30 14:59:30 -07:00
KeyserSosa
0e14684f28 misc bugfixes: no more periodic comment blanking on edit; titles may not only contain whitespace; JS blocks multi-submit on comments when users repeatedly click the comment button; updates to admintools 2008-07-30 13:47:44 -07:00
KeyserSosa
1227cfcbf0 extended sharing to allow reply-to address and message. Also rolled feedback emails into mail_queue 2008-07-28 16:02:24 -07:00
KeyserSosa
972ab07c35 added handling of unicode destinations on redirects. Also fixed a 500 when submit tries to redirect to a /comments apge 2008-07-25 16:00:20 -07:00
KeyserSosa
557a248f2a hide tracking pixel and add 403 to comment pages on private reddits 2008-07-25 14:58:15 -07:00
KeyserSosa
348bad9f46 fix for failure when JSON requesting a comment page with 'more comments' links. 2008-07-24 13:45:37 -07:00
KeyserSosa
b147076e5a wrong error raised on Wrapped.__getattr__ failure 2008-07-24 12:18:15 -07:00
steveh
29af2ffe14 put rising links into the organic window and stop rearranging the normalized view 2008-07-24 12:09:35 -07:00
KeyserSosa
3fbfa37914 better error handling on missing templates in production environment. Also added a mobile 404 template 2008-07-24 11:48:39 -07:00
Jeremy Edberg
d09b56e9c7 lowercase titles in urls/remove redundant title tags in links 2008-07-24 11:15:10 -07:00
Jeremy Edberg
7b937ef72f fixing login cover redirects 2008-07-23 12:04:53 -07:00
Jeremy Edberg
440f778bdd share when not logged in/fix info redirect 2008-07-22 16:28:52 -07:00
Jeremy Edberg
353ad2afd0 improved url handling 2008-07-22 13:37:37 -07:00
shuffman
cea93dbd30 added music ad tag 2008-07-22 12:05:32 -07:00
KeyserSosa
9179d19b87 added sharelink.htmllite template to make the widget work again 2008-07-22 12:03:08 -07:00
KeyserSosa
4c853acddb fix to broken mobile interface due to missing template 2008-07-21 08:56:29 -07:00
KeyserSosa
a23ad244d0 patch for sharing glitch in IE 2008-07-18 16:19:26 -07:00
KeyserSosa
b77585ce6e Apparently, IE doesn't allow string indexing in javascript using []. 2008-07-18 14:42:41 -07:00