0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 18, 2023 — Sep 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add <guid>s to the feeds for comments and messages More... about 15 years ago
fix a bug where adding a comment to a comment tree that isn't cached creates a broken comment page. More... about 15 years ago
removed some extraneous menus. fixed the 'Send message' link on the moderators page. removed the fancy styling in the subreddit info boxes. More... about 15 years ago
fix the rising page for /r/all and for multi-reddits More... about 15 years ago
lock around thing._incr(). remove a lot of cruft that was required when _incr wasn't locked. More... about 15 years ago
added locking around thing._commit() More... about 15 years ago
Two spam buttons is too much delicious spam for one moderator to handle More... about 15 years ago
Allow utils.worker to be joined explicitly More... about 15 years ago
I can do basic arithmetic, I promise More... about 15 years ago
Make that work with more than one sort-column More... about 15 years ago
Properly sort spam page More... about 15 years ago
fix to last patch when no user is logged in More... about 15 years ago
fix to /r/all/top?t=day issies; fix to caching issues with toolbar More... about 15 years ago
Typo when submitting spammy links More... about 15 years ago
Expose spam and reported listings to moderators. Lock concurrent votes. More... about 15 years ago
dont precompute top_links page temporarily More... about 15 years ago
Don't check media embeds for validity. (Instead cleaned up the ones in production by hand) More... about 15 years ago
Avoid bug #417 with Safari caching of iframes Fix thedailyshow scraper to work with their new site layout Add GenericScraper for manually adding media content to links More... about 15 years ago
fix browser language behavior by preserving order. Also style fix to iphone page. More... about 15 years ago
Just a failsafe: never ever read cookies sent to the unsafe media domain More... about 15 years ago
updates to API: about.json on user pages to fetch link and comment karma without scraping html; added link_title attribute to comments in places where they render in html with their link's title (profile page). updates to iphone page. More... about 15 years ago
* add some new scrapers * start showing embedded videos inside of an <iframe>. This allows us to embed videos from external sites without having to trust their DOM security More... about 15 years ago
Minor fix that definitely wasn't a major security problem More... about 15 years ago
traffic patch for new reddits: removes zero division when there are not yet a week's worth of totals More... about 15 years ago
Make [M] optional, add [A] More... about 15 years ago
* lock Thing queries run with write_cache to prevent concurrent runs of potentially expensive queries * don't look up default_subreddits in languages that we never store * start respecting Subreddit.allow_top again * fix assert syntax in cache.py More... about 15 years ago
Temorarily roll back allow_top change while we migrate More... about 15 years ago
Sort srbar by popularity rather than alphabetically More... about 15 years ago
srbar updates More... about 15 years ago
Allow some reddits to be specifically excluded from appearing in the default set. Will require running of r2.lib.migrate.add_allow_top_to_srs() More... about 15 years ago