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
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