Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: sitescripts/web.py

Issue 5747446760079360: Issue 402 - Use a redirector script for downloads, not a direct link (Closed)
Patch Set: The threaded version Created Sept. 17, 2014, 7:03 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/extensions/web/downloads.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # coding: utf-8 1 # coding: utf-8
2 2
3 # This file is part of the Adblock Plus web scripts, 3 # This file is part of the Adblock Plus web scripts,
4 # Copyright (C) 2006-2014 Eyeo GmbH 4 # Copyright (C) 2006-2014 Eyeo GmbH
5 # 5 #
6 # Adblock Plus is free software: you can redistribute it and/or modify 6 # Adblock Plus is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License version 3 as 7 # it under the terms of the GNU General Public License version 3 as
8 # published by the Free Software Foundation. 8 # published by the Free Software Foundation.
9 # 9 #
10 # Adblock Plus is distributed in the hope that it will be useful, 10 # Adblock Plus is distributed in the hope that it will be useful,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 import subscriptions.web.fallback 59 import subscriptions.web.fallback
60 import crashes.web.submitCrash 60 import crashes.web.submitCrash
61 import reports.web.submitReport 61 import reports.web.submitReport
62 import reports.web.updateReport 62 import reports.web.updateReport
63 import reports.web.showDigest 63 import reports.web.showDigest
64 import reports.web.showUser 64 import reports.web.showUser
65 import formmail.web.formmail 65 import formmail.web.formmail
66 import crawler.web.crawler 66 import crawler.web.crawler
67 import urlfixer.web.submitData 67 import urlfixer.web.submitData
68 import extensions.web.downloads
OLDNEW
« no previous file with comments | « sitescripts/extensions/web/downloads.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld