Commit Graph

270 Commits

Author SHA1 Message Date
spez
2e5ad90213 empty urls are not valid urls 2009-04-17 15:04:06 -07:00
spez
599699468e fix unicode in domain name issue. repaired clicks graph on promoted link traffic page 2009-04-17 14:54:51 -07:00
KeyserSosa
969238b574 * add JSON api for traffic graphs.
* bugfix for when empty graphs are encountered
 * service monitor bugfix for processes that have more than 1 day of CPU time
2009-04-17 13:52:39 -07:00
KeyserSosa
c139744886 allow subreddit moderators to see their subreddit's traffic. Allow sponsors to see traffic of promoted links. 2009-04-16 15:41:15 -07:00
Mike
486ed581a1 Scraper now dislikes sprite images 2009-04-10 12:23:28 -07:00
Jeremy Edberg
f45011496f Quick fix for parsing of proxy headers 2009-04-02 13:25:52 -07:00
Mike
becec7ad24 Changed requirement for Routes from >= 1.7.3 to >= 1.8 2009-04-01 15:59:02 -07:00
Mike
edde2622aa Moved to SQLAlchemy 0.5 2009-04-01 15:41:55 -07:00
spez
1be7d5e861 next time jedberg will test better 2009-03-25 17:21:40 -07:00
Jeremy Edberg
3548a90e62 add canonical links and descriptions to the meta tags 2009-03-25 15:32:35 -07:00
Jeremy Edberg
dda3e0e387 disallow time sorts on domain listings in robots.txt 2009-03-23 12:04:05 -07:00
spez
17282a1b84 nofollow links in comments if score is less than 3 2009-03-23 10:48:35 -07:00
Jeremy Edberg
32a11ba429 fix sr image uploading 2009-03-19 16:07:15 -07:00
KeyserSosa
1b782c28e3 Javascript bugfixes 2009-03-19 13:40:05 -07:00
KeyserSosa
b78ad24dc8 traffic updates to include subreddit subscription graphs and tables 2009-03-17 16:25:24 -07:00
KeyserSosa
9a0df9a942 add context param to message JSON templates 2009-03-16 15:52:31 -07:00
KeyserSosa
47370d50b4 make locale INI file dependent 2009-03-16 15:21:28 -07:00
KeyserSosa
780d9bb987 example.ini bugfixes and first trials of site traffic integration 2009-03-16 14:48:11 -07:00
KeyserSosa
52d2060447 fix to /api/info when no url is passed in 2009-03-16 11:59:14 -07:00
KeyserSosa
c58779c6d0 updates to JSON api and responses to /api POST interface:
* timestamps returned both as local time and as UTC (created_utc)
 * comment bodies are returned both in markdown and excaped sanitized html (using the same filter as reddit.com listings)
 * new POST parameter api_type=json returns simplified JSON responses for api interaction
 * /api/login returns a valid modhash and cookie when api_type=json
2009-03-16 11:42:36 -07:00
Christopher Slowe
49bcf1bdfe fix for buttons when one of the possible url matches is on a private or restricted reddit 2009-03-15 19:37:20 -07:00
KeyserSosa
66954e341c fix bug in password reset emails 2009-03-13 15:41:49 -07:00
ketralnis
76e21ae0ec Allow users to look up links by /by_id/, even if they have hidden them in the listing 2009-03-11 12:18:52 -07:00
ketralnis
ac7ff91324 Ensure that when clicking the browser's 'back' button after clicking
an organic link that the organic link is always available on the
page
2009-03-05 15:02:23 -08:00
KeyserSosa
67de80eb9c added IP rate limiting. 2009-03-05 14:25:47 -08:00
spez
62012e5c35 added the ability to disable unused (and slow) fns in UserRel 2009-03-05 11:17:51 -08:00
spez
6f9945c414 use clear-memo again in userrel.py until we have a better solution 2009-03-04 16:32:48 -08:00
spez
e35b519699 * removed references to clear_memo
* add _update parameter to memoize function to force them to skip the cache
* make all reads after a write in the same request use the master db
2009-03-04 15:24:47 -08:00
KeyserSosa
4d35ba17c2 inadvertantly broke traffic tracking of cnamed reddits. safe_str now does as advertised 2009-03-04 12:21:52 -08:00
KeyserSosa
fa72dadad1 add cname tracking to traffic logs 2009-03-04 10:17:51 -08:00
spez
e98326f916 add locking around reddit creation 2009-03-03 11:54:47 -08:00
spez
6ec183752a remove liked/disliked/saved bookmarklets and update modhash error handling 2009-03-03 10:34:07 -08:00
ketralnis
92380dc9bd Fix the 'prev' button on the search page 2009-03-02 15:55:20 -08:00
spez
63ddf2b608 update js to prevent duplicate form submissions 2009-03-02 15:50:57 -08:00
ketralnis
f6fbb05a79 Cache solr query results for a short time. Speeds up domain listings and the 'next' button on the search page 2009-02-27 11:59:57 -08:00
spez
992eeaae11 refix grammar errors on banned subreddit page 2009-02-24 16:31:45 -08:00
ketralnis
c3cc83d041 It's feedback Tuesday
* give some feedback to the user when they create a reddit
* give some feedback to the user when creating their reddit fails
* tell the user how to complain to feedback if their reddit is banned
* give some feedback to the user when they send feedback (yo dawg)
2009-02-24 15:26:53 -08:00
Mike
8af369539f Append username to URL when logging in or registering 2009-02-24 14:03:00 -08:00
ketralnis
3526060ca6 Fix bug that I just wrote in clear_memo. This one will keep me out
of programmer heaven :(
2009-02-23 15:04:39 -08:00
ketralnis
721175a6ee * fix memoization with unicode arguments
* show relative age of a subreddit in the listing
2009-02-23 14:41:15 -08:00
ketralnis
93deda5466 Require Pylons == 0.9.6.2, as reddit doesn't work with later versions 2009-02-20 14:55:55 -08:00
ketralnis
4541f868d2 Start tracking authors and IPs of whoever created a subreddit
Also adds some UI to ban a spammy reddit from its front page instead
of hunting for it in the listing
2009-02-20 10:40:08 -08:00
ketralnis
b604758984 Query param for inboxes to not mark messages as read
URL looks like http://www.reddit.com/message/inbox?mark=false

Requested in bug http://code.reddit.com/ticket/250
2009-02-20 10:36:02 -08:00
KeyserSosa
e20208d2a0 redirect domain subreddit button request rather than 404. Clean up and remove tracking from error pages. 2009-02-19 13:43:06 -08:00
Alexis Ohanian
eed2eb82ec more updates to iphone.html 2009-02-18 21:22:35 -08:00
Christopher Slowe
00771f41fb shrink service datalogger size from 300 to 30) 2009-02-17 17:22:34 -08:00
KeyserSosa
bdc310f8a6 timezones are annoying 2009-02-17 12:21:21 -08:00
KeyserSosa
c0a9b7b0e5 improved shell handling in service monitor. Includes ability to check disk usage on db machines. Stale monitors are also flagged in the UI. 2009-02-17 11:56:53 -08:00
Alexis Ohanian
e59261e959 changes to iphone.html by alexis 2009-02-14 17:02:50 -08:00
spez
9b31cdcae2 added db load balancing based on loads reported by the service monitor 2009-02-13 12:18:06 -08:00