Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | mechanism to stop app store tests being sent | Struan Donald | 2013-09-12 | -1/+5 | |
| | | | | | | | | | | | | In order to allow the iOS app to be tested in the app store we need to allow the user to create a report but we don't want to send it. To allow this hide reports with a specific title during send_reports | ||||
* | | Changed hardcoded URL in Problem.pm to be using variable from general.yml ↵ | Matthew Somerville | 2013-08-30 | -1/+2 | |
| | | | | | | | | instead. | ||||
* | | Check for abuse in more places. | Matthew Somerville | 2013-06-19 | -0/+7 | |
| | | |||||
* | | Consolidate sending backoff for different types of sender. | Matthew Somerville | 2013-05-02 | -12/+0 | |
| | | |||||
* | | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-21 | -1/+3 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (locale ignored, will rerun .po extraction after to get all changes.) Conflicts: locale/FixMyStreet.po locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po templates/web/fixmystreet/report/banner.html templates/web/zurich/faq/faq-de-ch.html | ||||
| * | | Translate user details in Zurich external email. | Matthew Somerville | 2013-02-20 | -1/+1 | |
| | | | |||||
| * | | Allow email indent to be a cobrand parameter. | Matthew Somerville | 2013-02-11 | -0/+2 | |
| | | | |||||
* | | | add --debug to CronFns so can run bin/send-reports with debug/diagnosis ↵ | Dave Whiteland | 2013-02-19 | -9/+46 | |
| | | | | | | | | | | | | output on the command line, closes #376 | ||||
* | | | Couple of fixes to enable EmptyHomes to send reports again. | Matthew Somerville | 2013-02-13 | -1/+2 | |
|/ / | |||||
* | | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -72/+59 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Add some email checking to Zurich test. | Matthew Somerville | 2013-01-31 | -1/+3 | |
| | | | |||||
| * | | Don't do login links for alert update emails for Zurich. | Matthew Somerville | 2013-01-17 | -1/+2 | |
| | | | |||||
| * | | Split the 'send reports' bit of STAGING_SITE to its own config variable, so ↵ | Matthew Somerville | 2013-01-16 | -1/+1 | |
| | | | | | | | | | | | | you can have a dev site that sends reports like normal. | ||||
| * | | Zurich email alerts. | Matthew Somerville | 2013-01-11 | -2/+6 | |
| | | | |||||
| * | | Update database fetching to fetch needed data for previous commit. | Matthew Somerville | 2013-01-08 | -11/+1 | |
| | | | |||||
| * | | Front page ignoring unconfirmed, but ordering including null confirmeds. | Matthew Somerville | 2012-12-21 | -2/+4 | |
| | | | |||||
| * | | Make sure serialized string is UTF-8 encoded. | Matthew Somerville | 2012-12-21 | -0/+1 | |
| | | | |||||
| * | | Created and state columns needed for Zurich. | Matthew Somerville | 2012-12-20 | -1/+1 | |
| | | | |||||
| * | | Allow unconfirmed as a visible state in Zurich, adjust front end list/item ↵ | Matthew Somerville | 2012-12-19 | -2/+2 | |
| | | | | | | | | | | | | templates to suit. | ||||
| * | | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -0/+17 | |
| | | | | | | | | | | | | than one body. | ||||
| * | | Don't try and look up something if we have nothing. | Matthew Somerville | 2012-12-15 | -1/+1 | |
| | | | |||||
| * | | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -8/+8 | |
| | | | |||||
| * | | Convert report sending code to use bodies rather than areas/councils. | Matthew Somerville | 2012-12-15 | -22/+20 | |
| | | | |||||
* | | | Merge branch 'centro' | Struan Donald | 2013-01-04 | -0/+43 | |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: perllib/FixMyStreet/Cobrand/Default.pm | ||||
| * | | add in user details field to %h so we can put sensible user details in ↵ | Struan Donald | 2012-12-18 | -0/+4 | |
| | | | | | | | | | | | | anonymous reports | ||||
| * | | stick subcategory details in $h if there is one | Struan Donald | 2012-12-18 | -0/+4 | |
| | | | |||||
| * | | do not send report sent confirmation emails for anonymous reports | Struan Donald | 2012-12-18 | -1/+7 | |
| | | | |||||
| * | | add option to send email confirming report has been sent to council | Struan Donald | 2012-12-03 | -0/+29 | |
| |/ | |||||
* | | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -5/+3 | |
| | | |||||
* | | In cases where we have two tier councils the TESTING_COUNCILS | Struan Donald | 2012-12-18 | -1/+26 | |
|/ | | | | | | | mechanism could get confused as the council entry in the problem table did not match one of the entries in TESTING_COUNCILS. This code fixes that and should handle any combination of councils in that field | ||||
* | If update alert email is to problem reporter, make it a login link. | Matthew Somerville | 2012-10-12 | -1/+17 | |
| | | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7. | ||||
* | Email template language paths weren't being looked at for questionnaires or ↵ | Matthew Somerville | 2012-10-10 | -1/+3 | |
| | | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164. | ||||
* | Display method variables correctly. | Matthew Somerville | 2012-10-08 | -1/+3 | |
| | |||||
* | More cron quietening, only show full Open311 first time, then summarise. | Matthew Somerville | 2012-10-05 | -0/+13 | |
| | |||||
* | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -3/+3 | |
|\ | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm | ||||
| * | allow endpoints to be configured at a category level | Struan Donald | 2012-08-29 | -3/+3 | |
| | | | | | | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand | ||||
* | | do no send alerts for non public reports | Struan Donald | 2012-09-04 | -0/+4 | |
| | | |||||
* | | make around test for non public reports work, and do not display non | Struan Donald | 2012-09-03 | -0/+2 | |
| | | | | | | | | public reports on around page | ||||
* | | do not include non public reports in recent lists for display | Struan Donald | 2012-08-31 | -1/+2 | |
|/ | |||||
* | print out message about reports that we tried to send to unconfirmed email ↵ | Struan Donald | 2012-07-24 | -1/+12 | |
| | | | | addresses | ||||
* | Don't show postcode column in RSS/alert emails, may have no bearing on report. | Matthew Somerville | 2012-07-23 | -6/+2 | |
| | |||||
* | Add NI sender, for handling cross-council road reports. | Matthew Somerville | 2012-07-20 | -3/+4 | |
| | |||||
* | Simplify SendReport code, moving some Email only bits to that module. | Matthew Somerville | 2012-07-20 | -17/+6 | |
| | |||||
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -2/+2 | |
| | |||||
* | Remove unused base_url_for_emails function. | Matthew Somerville | 2012-07-06 | -5/+5 | |
| | |||||
* | Factor out site_key as that's only used in one place too. | Matthew Somerville | 2012-07-06 | -3/+3 | |
| | |||||
* | Factor out the SQL restriction from site_restriction, as it's only used in ↵ | Matthew Somerville | 2012-07-06 | -5/+3 | |
| | | | | one place. | ||||
* | Change alerts on council cobrands so they link to main | Struan Donald | 2012-06-18 | -4/+11 | |
| | | | | | | site if sending alerts about problems not covered by the cobrand. Also remove cobrand restriction from local area alerts | ||||
* | use correct photo url | Struan Donald | 2012-05-22 | -1/+1 | |
| | |||||
* | No questionnaires for Bromley. | Matthew Somerville | 2012-05-21 | -0/+3 | |
| |