0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix showing thumbnails to compressed users More... over 15 years ago
Fixed check of duplicate urls in promoted edit page More... over 15 years ago
Fixed various promoted link bugs. Promoted links render as promoted everywhere. Added duplicate url detection to promotion creation. More... over 15 years ago
socialite is now hosted on https for simplified deployment More... over 15 years ago
Add c.user_is_sponsor to cache key, avoid showing the 'unpromote' button to non-sponsors More... over 15 years ago
Simplify the form for promoting links a bit More... over 15 years ago
added a separate set of memcaches for the render cache More... over 15 years ago
Don't override __class__ on LinkCompressed or PromotedLink. Fixes a class of especially annoying bugs More... over 15 years ago
some sponsored link style changes More... over 15 years ago
Fix race-condition with organic box that could cause multiple links to display at a time More... over 15 years ago
For promoted links, skip first insertion only 50% of the time More... over 15 years ago
Fix miscellaneous bugs with promoted links, and reduce app-server load by reducing calls to apy.py:POST_onload More... over 15 years ago
converted find_parents() in comment_tree from a recursive algorithm to an iterative one to fix a bug when adding comments to really long threads More... over 15 years ago
Move storage of promoted links into memcachedb More... over 15 years ago
cache comment listings in the permacache More... over 15 years ago
* now caching one organic list per user again * tracking for promoted links is now done via an authenticated hash to prevent replays * organic list now properly ignores spam (even for moderators) and deleted links * clicks and views on promoted links are now only tracked when they occur in the organic box or on the comments page * organic boxes for users with lots of Subreddit subscriptions no longer pollute the cache * properly validating URLs for promoted links (same rules as for regular submissions) More... over 15 years ago
Separate the actions of registering an account and submitting a link in the rate-limiter More... over 15 years ago
Fix issue with wording in compressed links template More... over 15 years ago
Allow admins to see spam on the /comments page More... over 15 years ago
dont show custom headers if custom styles are not allowed More... over 15 years ago
dont show use custom styles on reddits with cnames More... over 15 years ago
some restyling in the header area More... over 15 years ago
attempt to fix some rendering issues in opera. because opera doesn't handle position: absolutel properly, there are still issues with the dropdown in the top bar More... over 15 years ago
increase the space between the sr dropdown and the sr bar More... over 15 years ago
raise front page limit to 50 until we have a better solution to the listing changing between next/prev More... over 15 years ago
dont limit the number of reddits on the submit page More... over 15 years ago
dont use translation string in NamedButton More... over 15 years ago
fix ie rendering issue with the dropdown More... over 15 years ago
move comment dependency from link.js More... over 15 years ago
fixed ie rendering bug More... over 15 years ago