forked from reddit-archive/reddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* no-repeat on some background images in the sprite (reddit-archive#797) * fix deleted comments on the mobile site -- preserve author anonymity (#624 * faulty permalinks on pages with all unicode title (#776) * no more spreadshirt * reorganize comment_tree and _builder.pyx to clean up cache handling * fix styling for Bug #78 * Improve handling of /r/all+all (bug reddit-archive#699), etc (not always a 400 now) * Fix the time listings: sometimes we get passed unicode for self.time * Don't allow private reddits to show in /r/random * Try to allow remote sites to show their own favicons in the reddit toolbar Speed improvements: * CommentBuilder refactor rount 1: * create new sort and parent permacache entries so that we don't need to loa * update sorts and parents when a new comment comes in * update non-date sorts when a new comment vote comes in * add more trace info to timeouts in CommentBuilder * Some misc. performance hacks (incl. adding _utils.pyx) * Increase SR description box limit from 1k to 5k * Fix a bug where we weren't properly allowing hidden items to be hidden on time-filtered listings * Make Subreddit._by_name take a list of names like byID * Upload thumbs to S3 with reduced_redundancy==True * make rss feeds without a 'feed' get parameter act as if the user is not logged in * Require a boto that knows about reduced_redundancy * remove fast_queries from Message.add_props and put the onus on fetching the unread messages from the permacache * Store the list of popular subreddits in the permacache * make SubredditTopBar cacheable per-user. * add (as safe as we can make it) annotation for sql selects to track down requests hitting the db when they shouldn't be. User submitted features: * Merge and clean up Phire's selfs-only/no-selfs patch. * Don't show expired items on time-filtered controversy listings * Also add the 'hide' button to the toolbar just for breakneckridge. Next time someone calls me prickly, breakneckridge had better step up to the plate for me or I'm rolling it back.
- Loading branch information
1 parent
9a4271f
commit 52da322
Showing
44 changed files
with
2,646 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.