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

Side by Side Diff: .sitescripts.example

Issue 29374647: Issue 4814 - Adds csv log to formmail2 (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Created Feb. 7, 2017, 7:18 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
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 =
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 [hg_module_milestones] 157 [hg_module_milestones]
158 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? 158 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)?
159 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? 159 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)?
160 160
161 [formmail] 161 [formmail]
162 template=formmail/template/eyeo.mail 162 template=formmail/template/eyeo.mail
163 163
164 [formmail2] 164 [formmail2]
165 test.url=test/apply/submit 165 test.url=test/apply/submit
166 test.csv_log = test.csv_log
Vasily Kuznetsov 2017/02/08 18:16:16 It would be more useful to make this look more lik
Jon Sonesen 2017/02/10 14:04:59 Acknowledged.
Vasily Kuznetsov 2017/02/13 11:11:52 I think /etc/ is normally for configs. Would you m
Sebastian Noack 2017/02/14 09:54:13 What is about this comment? It hasn't been address
166 test.template=formmail/test/template/test.mail 167 test.template=formmail/test/template/test.mail
167 test.fields.email=mandatory, email 168 test.fields.email=mandatory, email
168 test.fields.email.mandatory=You failed the email test 169 test.fields.email.mandatory=You failed the email test
169 test.fields.email.email=You failed the email validation 170 test.fields.email.email=You failed the email validation
170 test.fields.non_mandatory_email=email 171 test.fields.non_mandatory_email=email
171 test.fields.non_mandatory_message= 172 test.fields.non_mandatory_message=
172 test.fields.mandatory=mandatory 173 test.fields.mandatory=mandatory
173 174
174 [submit_email] 175 [submit_email]
175 edge_filename=%(root)s/logs/edge_email_addresses.txt 176 edge_filename=%(root)s/logs/edge_email_addresses.txt
(...skipping 28 matching lines...) Expand all
204 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 205 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 206 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 207 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
207 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 208 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
208 adblockpluscore_repository=%(root)s/hg/adblockpluscore 209 adblockpluscore_repository=%(root)s/hg/adblockpluscore
209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 210 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 211 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
211 libadblockplus_repository=%(root)s/hg/libadblockplus 212 libadblockplus_repository=%(root)s/hg/libadblockplus
212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 213 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
213 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 214 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/test_formmail2.py » ('j') | sitescripts/formmail/test/test_formmail2.py » ('J')

Powered by Google App Engine
This is Rietveld