aboutsummaryrefslogtreecommitdiffstats
path: root/conf/general.yml-example
Commit message (Collapse)AuthorAgeLines
* Fallback if request to Gaze fails.Matthew Somerville2016-05-18-1/+1
| | | | Fixes #1286.
* Prerequisites (new modules, db, config).Matthew Somerville2016-01-22-0/+6
|
* Upgrade Google geocoder to version 3 of the API.Matthew Somerville2015-08-28-3/+1
|
* [fixmystreet.com] Remove special Report-It code.Matthew Somerville2015-03-13-8/+0
|
* Use config variable for setting proxy trust.Matthew Somerville2015-02-24-0/+4
| | | | | | Rather than hardcoding domain names, add a SECURE_PROXY_SSL_HEADER variable that provides a trusted HTTP header and value that can be used to determine if we're behind a HTTPS proxy.
* Add new "next steps" to bottom of success pages.Zarino Zappia2015-02-19-3/+0
| | | | Remove the old CrossSell code. Fixes #972.
* Remove need to have to specify en-gb in LANGUAGES.Matthew Somerville2015-02-13-1/+0
| | | | | | Instead, add it if not present at the negotiation stage. Even if not negotiated, we currently need it to be present for the in_gb_locale() calls to work.
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-1/+1
| | | | | This means that e.g. SMTP authentication is used when set up by all emails, not just non-cron ones. Fixes #988.
* Provide guidance at top of example config file.Matthew Somerville2014-11-26-4/+11
|
* Add support for SMTP authentication and TLS.Matthew Somerville2014-07-14-2/+6
| | | | | | Fixes #406. Include Perl modules necessary for Email::Send::SMTP to handle TLS/SSL, and upgrade Dir::Self due to https://rt.cpan.org/Public/Bug/Display.html?id=88393
* Add MAPIT_GENERATION variable, to pin whitelist.Matthew Somerville2014-05-16-1/+4
| | | | | | Otherwise, when MapIt Global is updated, the 'point' lookup, as it only returns the current generation by default, might no longer return the areas present in the whitelist.
* If only one cobrand given, always use it.Matthew Somerville2013-11-07-6/+18
| | | | | | | | | If the ALLOWED_COBRANDS configuration variable only contains one entry (and also work if it's a string rather than a list), always use that cobrand, no matter what the hostname is. The example Vagrantfile no longer needs the configuration changes at all.
* Make changes needed to run Zurich tests on travisEdmund von der Burg2013-09-10-0/+1
|
* remove SHOW_ADMIN_HINTS configDave Whiteland2013-09-05-4/+0
| | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none)
* add SHOW_ADMIN_HINTS to conf optionsDave Whiteland2013-09-05-0/+5
|
* Add MAPIT_ID_WHITELIST configuration option.Matthew Somerville2013-05-02-0/+6
| | | | | | | This allows someone to restrict FixMyStreet's usage to specific MapIt IDs rather than a whole MapIt type. This is currently most useful with Global MapIt as you probably don't want e.g. all the O04s in the world for your installation.
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Split the 'send reports' bit of STAGING_SITE to its own config variable, so ↵Matthew Somerville2013-01-16-1/+7
| | | | | | | | you can have a dev site that sends reports like normal.
* | Add do-not-reply config variable, removing special case from code.Matthew Somerville2013-01-02-0/+4
|/
* Add Zurich geocoder (and allow geocoder choice to be picked in config).Matthew Somerville2012-12-04-1/+5
|
* Add TIME_ZONE variable for local display of times.Matthew Somerville2012-10-08-0/+4
|
* Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-28/+102
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi
| * needs to have empty string otherwise deploy gets confusedStruan Donald2012-08-17-1/+1
| |
| * Point out the en-gb line should always be included.Matthew Somerville2012-08-17-0/+1
| |
| * Allow reports_per_page to be specified in config file,Matthew Somerville2012-08-17-7/+9
| |
| * Consolidate postcode form template, move question to template, and move ↵Matthew Somerville2012-08-17-0/+4
| | | | | | | | admin_base_url to config.
| * Get disambiguate_location from config file, with big explanation.Matthew Somerville2012-08-17-18/+39
| |
| * Allow the MapIt types to be given in config.Matthew Somerville2012-08-17-6/+21
| |
| * Allow languages to be given in config file.Matthew Somerville2012-08-16-0/+5
| |
| * Allow example_places to be specified in config file.Matthew Somerville2012-08-16-0/+4
| |
| * Get port for default mapit URL.Matthew Somerville2012-07-18-1/+3
| |
| * Blank YAML seems to be an issue with deployment..Matthew Somerville2012-07-18-1/+1
| |
| * Remove old test suite, and some unused config variables, tidying up config file.Matthew Somerville2012-07-16-27/+49
| |
* | have to have a value, even if it is an empty stringStruan Donald2012-07-12-1/+1
| |
* | add MESSAGE_MANAGER_URL configDave Whiteland2012-07-11-0/+4
|/
* new config optionStruan Donald2012-04-05-0/+3
|
* Merge branch 'redesign'Matthew Somerville2012-03-14-1/+2
|\ | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * Add Kasabi API key.Matthew Somerville2012-03-12-0/+1
| |
| * Store full size photos that are uploaded on filesystem, put hash in ↵Matthew Somerville2012-03-08-1/+1
| | | | | | | | database. Fixes #9, basics for #209 (needs light box adding).
* | Improve cobrand mapping with ALLOWED_COBRANDS for #215.Matthew Somerville2012-02-06-1/+3
|/
* get the path right in the move :(Struan Donald2012-01-09-0/+60