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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29352643: Issue 4377 - Add Configurable Form to Email Service (Closed)
Left Patch Set: addressed comments Created Sept. 12, 2016, 12:16 p.m.
Right Patch Set: fixed make_error to properly build message and fix test to fail if message not built Created Sept. 12, 2016, 3:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 =
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 [formmail] 156 [formmail]
157 template=formmail/template/eyeo.mail 157 template=formmail/template/eyeo.mail
158 158
159 [formmail2] 159 [formmail2]
160 test.url=test/apply/submit 160 test.url=test/apply/submit
161 test.template=formmail/test/template/test.mail 161 test.template=formmail/test/template/test.mail
162 test.fields.email=mandatory, email 162 test.fields.email=mandatory, email
163 test.fields.email.mandatory=You failed the email test 163 test.fields.email.mandatory=You failed the email test
164 test.fields.email.email=You failed the email validation 164 test.fields.email.email=You failed the email validation
165 test.fields.non_mandatory_email=email
165 test.fields.non_mandatory_message= 166 test.fields.non_mandatory_message=
166 test.fields.mandatory=mandatory 167 test.fields.mandatory=mandatory
167 168
168 [submit_email] 169 [submit_email]
169 edge_filename=%(root)s/logs/edge_email_addresses.txt 170 edge_filename=%(root)s/logs/edge_email_addresses.txt
170 edge_verification_email_template=submit_email/template/edge_verification.mail 171 edge_verification_email_template=submit_email/template/edge_verification.mail
171 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success 172 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
172 173
173 [send_installation_link] 174 [send_installation_link]
174 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl 175 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl
(...skipping 23 matching lines...) Expand all
198 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 199 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
199 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 200 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
200 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 201 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
201 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 202 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
202 adblockpluscore_repository=%(root)s/hg/adblockpluscore 203 adblockpluscore_repository=%(root)s/hg/adblockpluscore
203 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 204 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
204 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 205 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
205 libadblockplus_repository=%(root)s/hg/libadblockplus 206 libadblockplus_repository=%(root)s/hg/libadblockplus
206 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 207 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
207 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 208 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld