mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
* Discount 1.6.1
* Lines beginning with spaces are considered code. I don't know why markdown.py didn't trigger this.
* tables in mark down: why not?
* validation of resulting HTML vial libxml to prevent hax.
* private RSS and JSON feeds
* optional whitelists for subreddits
* Moderator messaging
Additions:
* destination sanitization to cut down on XSRF
* cosmetic fix to spam and reported listing
* make the rss feeds on messages useful
* /admin/errors
* Of the types of listings hitting the precomputers (top/controversy by hour/day/week/month/year), the ones over long periods of time don't change often. So we can try to run them at most once per day, and then merge in the day's listings.
* google analytics
* logging queue
* Created empty commentspanel.xml, errorpage.xml, login.xml
* add subreddit rules/info box to submit page
* add 'via' link on messages in moderator inbox
* add a show=all get parameter to link listings to optionally ignore hiding preferences.
* Raise edited timelimit to three mins
* Remove UI that makes it look like you can edit deleted selftexts
* Make it clearer to admins when a link is deleted
* Fix [S] leak on deleted comments
* Fix /user/[deleted] misrendering
* New house ads system
* updated so that minimalcontrollers actually can use the page cache.
* Added /admin/usage
Bugfixes:
* Reduce the number of results that we request from Solr and simplify that caching a bit
* Require a secret key to shut down app-servers
* Make get_title a little more resilient to malformed documents and slow remote servers
* Cause the SearchBuilder to only byID the results that it's going to render instead of all 1000
* Remove ability for an author to XSS himself
* fix spam listings and an xsrf
* More verbose VDestination
* Fixing the famous ?limit=0.1 error, and one last password-validation one
* distinguish deleted comments' and deleted links' error messages
* Don't allow ridiculously long log lines to widen the page
* Bug with HardCache.add() when existing key is expired
* Add adminbox next to domain
34 lines
412 B
Plaintext
34 lines
412 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*~
|
|
*.html.py
|
|
*.so
|
|
*.o
|
|
*.orig
|
|
*.tmp
|
|
*.md5
|
|
*.*.py
|
|
.\#*
|
|
\#*.*\#
|
|
.hg
|
|
.hgignore
|
|
lighttpd.**
|
|
development.ini
|
|
development_*.ini
|
|
staging.ini
|
|
production.ini
|
|
*.update
|
|
r2/r2/public/static/*.js
|
|
r2/r2/public/static/*.css
|
|
r2/r2/**/defunct/**
|
|
r2/r2/**/**/defunct/**
|
|
r2/r2admin
|
|
r2/reddit_i18n
|
|
r2/data/*
|
|
r2/count.pickle
|
|
r2/srcount.pickle
|
|
r2/myproduction.ini
|
|
.DS_Store
|
|
r2/r2.egg-info/**
|
|
r2/r2/public/static/sprite.png
|