Commit Graph

45 Commits

Author SHA1 Message Date
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
steve
28504ac4f4 downgrade sqlalchemy requirement to 3.10 2008-06-19 23:26:59 -04:00
steve
7de8a68256 fix buffer issue in websafe filter 2008-06-19 23:02:46 -04:00
ketralnis
0bf0e58956 Chunk retrieval of Thing objects during search-database updates.
Fixes an edge-case in running solrsearch.changed() after it's been
down for a while, and may allow me to get more sleep in the future
(at least until bug 1045, "This fragile human body requires sleep"
is fixed)
2008-06-19 10:26:12 -07:00
KeyserSosa
ff19499eec Force sqlalchemy dependency to version 0.3.11, rather than the current base 2008-06-18 06:42:47 -07:00
ketralnis
011a899646 solrsearch.changed() should use SelfEmptyingCache to avoid thrashing swap after long pauses between runs 2008-06-17 22:53:01 -07:00
shuffman
8dc5955b87 probably should have learned how to use git sooner 2008-06-17 21:43:15 -07:00
KeyserSosa
836f7b9cc8 we don't use lighttpd anymore 2008-06-17 19:28:35 -07:00
KeyserSosa
4778b17e93 initial checkin 2008-06-17 19:00:27 -07:00