mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 06:18:08 -05:00
* Show "this post is archived" message for things we won't allow votes on. * Don't mark messages read when pulled via RSS * Make compact (smartphone) interface respect user's toolbar * preferences. * Make mobile interface more friendly for kindles. * Fix bug that caused comment tree corruption. * Use cachebuster on traffic pixel for more accurate tracking. * Make apps restart themselves after a configurable number of requests. * Move to pycassa 1.0.8. * Fix bug in calculations for "best" sort. * Fixes for Firefox Mobile * Add a global flag to disable editing of the wiki. * Move the child-comment collapse button to the left. * Updated list of disallows in robots.txt to save needless hits from crawlers. * Fix vote_q by splitting it into vote_link_q and vote_comment_q. * Fix bug where /reddits crashes due to 'promos' subreddit.
5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/reddit/r2
|
|
/home/reddit/reddit/scripts/saferun.sh /tmp/share.pid /usr/local/bin/paster run run.ini r2/lib/emailer.py -c "send_queued_mail()"
|