| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 165 issue_url_template=https://issues.adblockplus.org/ticket/{id} | 165 issue_url_template=https://issues.adblockplus.org/ticket/{id} |
| 166 | 166 |
| 167 [hg_module_milestones] | 167 [hg_module_milestones] |
| 168 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? | 168 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? |
| 169 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? | 169 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? |
| 170 | 170 |
| 171 [formmail] | 171 [formmail] |
| 172 template=formmail/template/eyeo.mail | 172 template=formmail/template/eyeo.mail |
| 173 | 173 |
| 174 [formmail2] | 174 [formmail2] |
| 175 test.csv_log = /var/log/somthing.csv_log | |
|
Vasily Kuznetsov
2017/03/21 14:00:34
Not a big deal but typo :)
Jon Sonesen
2017/03/22 14:28:19
Done.
| |
| 175 test.url=test/apply/submit | 176 test.url=test/apply/submit |
| 176 test.template=formmail/test/template/test.mail | 177 test.template=formmail/test/template/test.mail |
| 177 test.fields.email=mandatory, email | 178 test.fields.email=mandatory, email |
| 178 test.fields.email.mandatory=You failed the email test | 179 test.fields.email.mandatory=You failed the email test |
| 179 test.fields.email.email=You failed the email validation | 180 test.fields.email.email=You failed the email validation |
| 180 test.fields.non_mandatory_email=email | 181 test.fields.non_mandatory_email=email |
| 181 test.fields.non_mandatory_message= | 182 test.fields.non_mandatory_message= |
| 182 test.fields.mandatory=mandatory | 183 test.fields.mandatory=mandatory |
| 183 | 184 |
| 184 [submit_email] | 185 [submit_email] |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 214 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 215 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
| 215 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
| 216 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
| 217 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 218 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
| 218 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 219 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
| 219 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
| 220 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
| 221 libadblockplus_repository=%(root)s/hg/libadblockplus | 222 libadblockplus_repository=%(root)s/hg/libadblockplus |
| 222 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
| 223 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
| OLD | NEW |