Max Goodman
74a7141a63
Make the admin cookie HTTP only.
2013-02-13 15:07:13 -08:00
Alex Muller
87bd576689
Add width and height HTML attributes to static image in templates.
2013-02-13 15:07:13 -08:00
Ricky Ramirez
eb6f750684
reddit_base: Update last_visit on login.
2013-02-11 14:42:10 -08:00
Ricky Ramirez
9576d87ec6
reddit_base: Allow a forced override for last_visit.
2013-02-11 14:42:04 -08:00
Chad Birch
41812477d9
Encode strings from oEmbed scraper to UTF-8
2013-02-07 15:08:10 -08:00
Max Goodman
3942701650
Grammar make better.
2013-02-06 14:44:11 -08:00
Joe Alcorn
68b7bec70a
Change commented -> comments in api docs
2013-02-06 14:33:22 -08:00
Andre D
8acc80504b
wikitoc: Fix some headers ending up at the wrong level.
2013-02-06 14:33:22 -08:00
Andre D
c63c14ef39
wiki: Correct /wiki/revisions route priority.
2013-02-06 14:33:22 -08:00
Neil Williams
14f8f73513
Remove various unused configuration settings.
2013-02-06 14:33:22 -08:00
Neil Williams
a435173fcb
Fix sr_moderator_invite_quota not being parsed correctly.
2013-02-06 14:33:22 -08:00
Neil Williams
3febc83d68
Remove obsolete query_cache configuration options.
...
Much new code expects the query cache to always be present, especially
for stuff that is 100% Cassandra based and doesn't even have a Postgres
query to back it. These options are just cluttering up our code since
they're useless now.
2013-02-06 14:33:22 -08:00
Neil Williams
472d07ab40
Remove lingering remnants of obsolete "translator" interface.
...
This was obsoleted by Transifex.
2013-02-06 14:33:22 -08:00
Neil Williams
5f916f5812
Remove unused QueryController.
...
This was part of the obsolete query queue system.
2013-02-06 14:33:22 -08:00
Ricky Ramirez
74fb7c2d78
static Makefile: Work around NFS hardlink bug.
2013-02-05 15:56:51 -08:00
Max Goodman
b291f5e040
Add a short README.
2013-02-04 18:33:12 -08:00
Chad Birch
44bfce4672
Move submit box above subreddit name/info/sidebar
2013-02-04 16:04:59 -08:00
Chad Birch
0b936e998d
Change submit button text to say 'post' instead of 'link'
2013-02-04 16:04:52 -08:00
Max Goodman
768a8cb743
analytics: Use deferreds to prevent duplicate fetch-trackers requests.
2013-02-04 14:49:31 -08:00
Max Goodman
1870a3e474
analytics: (cleanup) Consolidate skip conditions.
2013-02-04 14:49:31 -08:00
Max Goodman
38c21e78d4
analytics: Don't send things with missing fullnames.
...
This fixes the "undefined-" item in fetch-trackers URLs. I believe I
brought on this bug by making .sponsorshipbox a placeholder even when
sponsorships don't exist.
2013-02-04 14:49:30 -08:00
Neil Williams
ad2e486e5d
commentstree_q: Make it possible to skip updates for specific threads.
2013-02-04 14:42:39 -08:00
Neil Williams
203d1e86ea
Use c instead of _DefaultSR to cache sr_ids.
...
_DefaultSR is a global instance and lives beyond a single request.
2013-02-04 13:02:46 -08:00
Neil Williams
fc41a253e6
Make rising usable from various fake subreddits as well.
2013-02-04 12:26:08 -08:00
Keith Mitchell
de2c4f1761
Add DateRange validation to /promoted/graph
...
* Add option to limit VDateRange to a maximum range
* Make datepicker slightly more flexible
* Show error on bad date ranges on /promoted/graph
2013-02-03 20:15:02 -08:00
Roger Ostrander
68d2bb9789
Domainban: Use a global watch
2013-02-01 16:39:35 -08:00
Max Goodman
f3ff1c4f3b
Expose user over_18 setting to the me.json API.
2013-02-01 15:00:57 -08:00
Chad Birch
4662dcc409
Right-align 'suggest title' button
2013-02-01 14:42:01 -08:00
Chad Birch
264a3bc5f4
Attempt to remove site name from the end of title suggestions
2013-02-01 14:42:01 -08:00
Chad Birch
40b3093552
Use a User-Agent for suggest title urlopen()
...
This will fix the 429 errors on reddit urls (rate-limiting ourselves)
2013-02-01 14:42:01 -08:00
Neil Williams
c04d8a6ff6
Remove legacy buffet template renderer abstraction layer.
2013-02-01 14:39:29 -08:00
Neil Williams
7a81779ad7
Upgrade to Pylons 0.9.7.
2013-02-01 14:39:29 -08:00
Max Goodman
8f03edab72
Add "contest mode" for fairer best of 2012 voting threads.
...
When contest mode is enabled:
* Comments are randomly sorted.
* Comment scores are hidden.
* Replies to top-level comments are hidden behind a toggle button.
2013-02-01 14:04:20 -08:00
Max Goodman
5a820ec40a
Add "random" comment sort.
2013-02-01 14:04:19 -08:00
Joe Alcorn
be53f4c9e6
Update links on the rules page
2013-01-30 16:34:10 -08:00
Neil Williams
62ed3f8970
Add JSON output to the non-mod view of /about/stylesheet.
2013-01-29 10:55:18 -08:00
Neil Williams
dbc520222f
health: Fail health check if specific file is present.
...
This lets us mark a server dead in the load balancer.
2013-01-29 10:55:18 -08:00
Neil Williams
a0c614d371
health: Use correct MIME types for JSON responses.
2013-01-29 10:55:18 -08:00
Neil Williams
1ae3fad1d2
health: Clean up imports / dead code.
2013-01-29 10:55:18 -08:00
Chad Birch
e0c164e7d9
Prevent replying to your own messages (except modmail)
2013-01-29 10:55:18 -08:00
Andre D
f8256d0b6e
wikitoc: Accept period in header id.
2013-01-28 15:18:12 -08:00
Andre D
02191efe6d
wiki: Fix table of contents links in some browsers.
2013-01-28 15:18:12 -08:00
Neil Williams
cd88393fa6
Fix manage-consumers not correctly iterating over files.
2013-01-28 13:39:01 -08:00
Neil Williams
ef212288ee
Revert "Revert "Temporarily use "[deleted]" in JSON for deleted usernames.""
2013-01-28 12:08:22 -08:00
Neil Williams
ef398ccbac
markdown_souptest: Allow img attributes through.
2013-01-28 12:08:22 -08:00
Neil Williams
03022931ca
fetch_trackers: Change tracking_domain config to be a full URL.
2013-01-28 12:08:22 -08:00
Neil Williams
73f518adea
fetch_trackers: Use X-Forwarded-For when behind a trusted reverse proxy.
2013-01-28 12:08:22 -08:00
Neil Williams
417e8e6bb5
fetch_trackers: Make trackers.py self-packaging for Elastic Beanstalk.
...
This should have no effect on actually running the script, but is useful
if you do want to use Eb or likely some other service like GAE.
2013-01-28 12:08:22 -08:00
Bryce Boe
173135d089
Provide developer-friendly attributes in the modaction json.
2013-01-28 09:47:31 -08:00
Joe Alcorn
a4ee8b2c15
Use an absolute URL for self-posts for the embeddable widget
2013-01-28 09:47:31 -08:00