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
KeyserSosa
d85ef10fc9
added sharelink.xml to make rss feeds not break
2008-07-18 11:27:37 -07:00
KeyserSosa
2db31ed7eb
adding forward compatibility for comment page repathing
2008-07-18 10:38:47 -07:00
KeyserSosa
7ce107f2ac
sharing
2008-07-17 16:32:11 -07:00
shuffman
b448c7bb01
crop images into squares before thumbnailing
2008-07-08 14:53:33 -07:00
steve
5e4c1599e8
only cache the size requests
2008-07-07 23:24:12 -07:00
Jeremy Edberg
4a19143179
adding support for robots.txt
2008-07-07 15:57:19 -07:00
steve
69d6ebf154
fixed a handful of scraping bugs. added support for embeded metacafe videos
2008-07-04 11:19:08 -07:00
ketralnis
15c869c236
Bug 45: "asterisk on edited comments gone"
...
Turned out to be the same type of issue as bug 27. Also like that
bug, we've been storing the property correctly, we just haven't
been rendering it correctly, so historical data is unaffected.
2008-07-03 17:47:40 -07:00
ketralnis
202112bc9d
Fix bug 27: "link @ no longer orangered when hitting #1 "
...
Note that we've been correctly calculating and storing them this
whole time, we just haven't been properly rendering them
2008-07-03 17:15:26 -07:00
ketralnis
f974d07684
Allow searching within a reddit, with a link to continue the search on the main reddit.
...
Fixes bug #2 <http://code.reddit.com/ticket/2 > as a side-effect
2008-07-03 13:29:12 -07:00
KeyserSosa
35984009bb
fix options post for non-loggedin users
2008-07-03 11:39:41 -07:00
shuffman
a7a3669e4b
cleared alt-text for thumbnails
...
don't break when content-type isn't returned
don't break on bad if-modified-since headers
log failed image requests
2008-07-02 20:33:59 -07:00
shuffman
bcca862eaa
add media features
2008-07-02 17:37:10 -07:00
ketralnis
7bf5fab1fa
Bug #14 , Duplicates in RSS
...
Adds request.host to the cache key
http://code.reddit.com/ticket/14
2008-07-01 17:38:48 -07:00
ketralnis
e31a313a47
Bug 61, change password broken
2008-06-30 11:46:32 -07:00
shuffman
950971c65f
added last modified to profile/comment pages
2008-06-28 13:32:09 -07:00
ketralnis
355277e672
Don't show spam in search listings (also avoids adding spam to the search index at all, would could speed up solr)
2008-06-27 17:23:43 -07:00
ketralnis
78ad7eb9a8
Patch from chromakode to add <a id=...> to links to authors and subreddits on listings for easier DOM parsing of these values
...
http://code.reddit.com/ticket/53
2008-06-27 16:51:31 -07:00
shuffman
1c3cde4598
fix issue with old comment pages that don't have sr_id's
2008-06-26 13:58:05 -07:00
shuffman
c85295342a
fixed recover password
2008-06-26 13:28:56 -07:00
shuffman
622d11e1a8
update comment count after deleting a comment
2008-06-26 13:28:39 -07:00
ketralnis
413fb20f0a
Fix padding on create-a-reddit page, and update language to reflect change in restricted permissions
2008-06-26 11:03:00 -07:00
ketralnis
df1ac1acb6
Don't count karma for self-posts
2008-06-26 10:49:03 -07:00
ketralnis
9b6c82efa8
Allow commenting on restricted subreddits
2008-06-26 10:47:32 -07:00
ketralnis
db7efb21c4
Add a listing of random articles, similar to serendipity, but because
...
it's a listing, it can be pulled via RSS or JSON. Available at /randomrising
2008-06-24 11:43:10 -07:00
steve
ef807ec94f
fix popular reddits, add new incremental query fn
2008-06-20 14:26:36 -04:00