Commit Graph

119 Commits

Author SHA1 Message Date
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
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