Commit Graph

127 Commits

Author SHA1 Message Date
ketralnis
bbafaa2784 Allow searching of multireddits 2008-10-02 16:41:04 -07:00
ketralnis
eb655e0781 Allow easy lookup of Links by fullname for API users, like:
http://www.reddit.com/by_id/t3_abd3d/.json
2008-10-02 16:38:10 -07:00
spez
a63dce34bd byID returns {} when given []. It raises NotFound when one of the IDs is missing.
by_fullname mimics the behavior of byID.
2008-10-02 14:56:28 -07:00
spez
5c9a2b4982 fix gzip unicode issue 2008-10-02 13:22:17 -07:00
spez
2b8ecfbbfa fix m.reddit.com 2008-10-02 12:24:01 -07:00
spez
b83e0733b0 Added support for multiple reddit names in the url. For example,
http://www.reddit.com/r/programming+politics

Removed all the query_rules functions and references to them.
2008-10-02 11:32:26 -07:00
spez
c6797b61d9 fix content type 2008-09-30 12:36:10 -07:00
spez
9bfdd5e5ee precompute toplinks 2008-09-30 10:59:23 -07:00
spez
43ef060417 fix stale html bug 2008-09-30 10:34:29 -07:00
ketralnis
90278abea3 Tools for webmasters to monitor their content on reddit (uses Solr
for pulling domain information).

Also includes a re-factor of solrsearch.py and its usage, which
should fix bug #179 as a side-effect
2008-09-30 10:10:05 -07:00
ketralnis
870364b152 Clear click cookie for non-logged in users to avoid cookies getting too long 2008-09-26 13:29:36 -07:00
KeyserSosa
e9589594d2 missing except block in share, cache cleanup, and example.ini updates 2008-09-26 11:26:34 -07:00
Jeremy Edberg
9eff19fb43 update our static file handling to be more efficient and reduce server load 2008-09-24 10:30:43 -07:00
ketralnis
1456a12c34 Fix bug with duplicates appearing in search results 2008-09-22 15:32:35 -07:00
Jeremy Edberg
6426586a44 stats should only connect to the mail server if sending mail 2008-09-19 15:26:30 -07:00
ketralnis
52e44855dc Fix for properly modifying click cookies, and accounting for malformed ones 2008-09-19 11:42:34 -07:00
KeyserSosa
418e479cfc quoting issue on the captcha 2008-09-19 10:50:48 -07:00
spez
03cb287bca subreddits default language is en 2008-09-18 17:36:11 -07:00
ketralnis
302af955f6 Typo causing people at the end of their organic lists to get a 500 2008-09-18 16:39:44 -07:00
ketralnis
6e09acb120 Changing our pickling protocol is faster than fixing bugs in Python 2008-09-18 16:16:59 -07:00
ketralnis
90f894c1a5 Fix for click cookies set before change in encoding of cookies 2008-09-18 13:58:36 -07:00
ketralnis
14dc1def44 Fix for over18 cookie usage 2008-09-18 13:43:26 -07:00
ketralnis
163c962702 Temporary fix for cached organic lists 2008-09-18 13:27:52 -07:00
ketralnis
b9396594df Allow a link to be forced into the organic link box for site-wide announcements 2008-09-18 12:20:16 -07:00
spez
3b1bcee47b fix way more sr creation bugs than should have existed 2008-09-17 17:56:05 -07:00
Jeremy Edberg
1bcac35d06 fixing button voting error 2008-09-17 16:56:52 -07:00
spez
df971c394f fix the licenses so they stop polluting all the other diffs 2008-09-17 15:45:59 -07:00
spez
9d974f02e9 random bug fixes 2008-09-16 16:52:18 -07:00
Jeremy Edberg
128d54b164 changing the db pool size 2008-09-16 15:30:29 -07:00
KeyserSosa
7a30629bf7 added the ability for subreddit moderators to upload custom images for use in their custom stylesheets 2008-09-16 15:11:21 -07:00
spez
363a306cb2 update query_dict to not throw exceptions every 5 seconds 2008-09-12 13:45:16 -07:00
spez
ee2af22df0 refactored some query caching code. tried to remove any references to use_query_cache from listingcontroller.py 2008-09-12 11:59:08 -07:00
Jeremy Edberg
8fe2e576dc adding a reporting module 2008-09-10 16:54:08 -07:00
KeyserSosa
886ceb2a88 handles permalinks on cnamed profile pages correctly 2008-09-10 12:28:48 -07:00
KeyserSosa
1c6190fb2b redirector shouldn't modify urls that are not from our domain 2008-09-10 11:45:48 -07:00
KeyserSosa
2577a59606 fixes to lite and wired templates to use new domain scheme. 2008-09-10 11:31:04 -07:00
KeyserSosa
3b329edc6b added chromakode css patch as per #143 to handle some of the more standard non-standard css attibutes. Also fixes bug on png 404's and some more bookmarklet stuff 2008-09-09 14:01:16 -07:00
spez
f7214b6fa7 added a update user precompute fn 2008-09-09 12:03:55 -07:00
KeyserSosa
21b7f4b7a7 fix to cname handling and graceful bookmarklet rejection. 2008-09-09 12:03:03 -07:00
KeyserSosa
f2a74725c4 Updates to cnaming code, with improved redirecting, styled buttons, and fixes to the bookmarklets and RSS feed. The error page also now obeys the cname 2008-09-09 10:36:42 -07:00
spez
b2ccbe4bc8 dont grow beyond max cache size after inserts 2008-09-08 16:18:21 -07:00
spez
a29fe15d99 insert items directly into the precompute cache if possible 2008-09-08 13:36:58 -07:00
steve
b7b2b8aef4 enable the query cache for profile pages 2008-09-06 17:17:43 -07:00
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