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

Side by Side Diff: .sitescripts.example

Issue 29352643: Issue 4377 - Add Configurable Form to Email Service (Closed)
Patch Set: Created Sept. 12, 2016, 11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 hgroot=https://hg.adblockplus.org 3 hgroot=https://hg.adblockplus.org
4 mailer=/usr/sbin/sendmail 4 mailer=/usr/sbin/sendmail
5 mailerDebug=no 5 mailerDebug=no
6 secret=somerandomstringhere 6 secret=somerandomstringhere
7 7
8 [multiplexer] 8 [multiplexer]
9 sitescripts.subscriptions.web.fallback = 9 sitescripts.subscriptions.web.fallback =
10 sitescripts.crashes.web.submitCrash = 10 sitescripts.crashes.web.submitCrash =
11 sitescripts.reports.web.submitReport = 11 sitescripts.reports.web.submitReport =
12 sitescripts.reports.web.updateReport = 12 sitescripts.reports.web.updateReport =
13 sitescripts.reports.web.showDigest = 13 sitescripts.reports.web.showDigest =
14 sitescripts.reports.web.showUser = 14 sitescripts.reports.web.showUser =
15 sitescripts.formmail.web.formmail = 15 sitescripts.formmail.web.formmail =
Vasily Kuznetsov 2016/09/12 11:33:19 We also need to add formmail2 here so the multiple
16 sitescripts.submit_email.web.submit_email = 16 sitescripts.submit_email.web.submit_email =
17 sitescripts.send_installation_link.web.send_installation_link = 17 sitescripts.send_installation_link.web.send_installation_link =
18 sitescripts.crawler.web.crawler = 18 sitescripts.crawler.web.crawler =
19 sitescripts.urlfixer.web.submitData = 19 sitescripts.urlfixer.web.submitData =
20 sitescripts.extensions.web.downloads = 20 sitescripts.extensions.web.downloads =
21 sitescripts.extensions.web.adblockbrowserUpdates = 21 sitescripts.extensions.web.adblockbrowserUpdates =
22 sitescripts.testpages.web.sitekey_frame = 22 sitescripts.testpages.web.sitekey_frame =
23 23
24 [subscriptions] 24 [subscriptions]
25 repository=%(root)s/hg/subscriptionlist 25 repository=%(root)s/hg/subscriptionlist
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc 148 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc
149 issue_url_template=https://issues.adblockplus.org/ticket/{id} 149 issue_url_template=https://issues.adblockplus.org/ticket/{id}
150 150
151 [hg_module_milestones] 151 [hg_module_milestones]
152 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? 152 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)?
153 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? 153 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)?
154 154
155 [formmail] 155 [formmail]
156 template=formmail/template/eyeo.mail 156 template=formmail/template/eyeo.mail
157 157
158 [formmail2]
159 test.url=test/apply/submit
160 test.template=formmail/test/template/test.mail
161 test.fields.email=mandatory, email
162 test.fields.email.mandatory=You failed the email test
163 test.fields.name=mandatory
164 test.fields.name.mandatory=You failed the name test
165 test.fields.subject=mandatory
Vasily Kuznetsov 2016/09/12 11:33:19 I guess we don't need several mandatory fields, th
166 test.fields.subject.mandatory=You failed the subject test
167 test.fields.message=mandatory
168 test.fields.message.mandatory=You failed the message test
169 test.fields.non_mandatory_message=
170
171
Vasily Kuznetsov 2016/09/12 11:33:19 Too many empty lines perhaps.
172
158 [submit_email] 173 [submit_email]
159 edge_filename=%(root)s/logs/edge_email_addresses.txt 174 edge_filename=%(root)s/logs/edge_email_addresses.txt
160 edge_verification_email_template=submit_email/template/edge_verification.mail 175 edge_verification_email_template=submit_email/template/edge_verification.mail
161 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success 176 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
162 177
163 [send_installation_link] 178 [send_installation_link]
164 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl 179 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl
165 180
166 [notifications] 181 [notifications]
167 repository=%(root)s/hg/notifications 182 repository=%(root)s/hg/notifications
(...skipping 20 matching lines...) Expand all
188 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 203 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 204 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 205 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
191 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 206 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
192 adblockpluscore_repository=%(root)s/hg/adblockpluscore 207 adblockpluscore_repository=%(root)s/hg/adblockpluscore
193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 208 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 209 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
195 libadblockplus_repository=%(root)s/hg/libadblockplus 210 libadblockplus_repository=%(root)s/hg/libadblockplus
196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 211 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
197 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 212 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
OLDNEW
« no previous file with comments | « no previous file | sitescripts/formmail/test/template/test.mail » ('j') | sitescripts/formmail/test/test_formmail2.py » ('J')

Powered by Google App Engine
This is Rietveld