Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update to v1.2.1.v1.2.1 | Matthew Somerville | 2013-06-05 | -1/+1 |
| | ||||
* | Something else doesn't like this version, sigh | Matthew Somerville | 2013-06-04 | -2/+2 |
| | ||||
* | Workaround for problem installing ExtUtils::MakeMaker. | Matthew Somerville | 2013-06-04 | -0/+4 |
| | ||||
* | More automated way of spotting compass-using sites. | Matthew Somerville | 2013-06-03 | -4/+4 |
| | ||||
* | Add GEM stuff to user's .bashrc file. | Matthew Somerville | 2013-06-03 | -0/+10 |
| | | | | | | This is so that the user can run bin/make_css later on without issue. Fixes #422. | |||
* | Move to Digest::SHA, as ::SHA1 is no longer packaged in Debian. | Matthew Somerville | 2013-05-08 | -1/+1 |
| | ||||
* | Update to v1.2.v1.2 | Matthew Somerville | 2013-05-02 | -1/+1 |
| | ||||
* | Have --no-wrap for gettext-merge. | Matthew Somerville | 2013-05-02 | -2/+2 |
| | ||||
* | Consolidate sending backoff for different types of sender. | Matthew Somerville | 2013-05-02 | -3/+0 |
| | ||||
* | Install postfix as part of FixMyStreet install script. | Matthew Somerville | 2013-05-02 | -0/+2 |
| | ||||
* | Send email to Zurich DM when report in planned state after more than six days. | Matthew Somerville | 2013-04-26 | -2/+3 |
| | ||||
* | Include other open states in all reports table. | Matthew Somerville | 2013-04-19 | -1/+1 |
| | ||||
* | Simplify script for changing to the right directory | Mark Longair | 2013-04-15 | -31/+2 |
| | ||||
* | change field length for ce_description to 1970 | Dave Whiteland | 2013-04-11 | -1/+1 |
| | | | | | OCC report that the Action/Remarks field has max size of 1970, which matches our experience of 2000 (from the PEM docs) choking. | |||
* | Might want to ignore some bounce messages as well. | Matthew Somerville | 2013-04-03 | -1/+0 |
| | ||||
* | Have a handlemail script to ignore certain emails before forwarding on. | Matthew Somerville | 2013-04-02 | -0/+63 |
| | ||||
* | Update to v1.1.2.v1.1.2 | Matthew Somerville | 2013-03-15 | -1/+1 |
| | ||||
* | fix truncation in Oxfordshire Open311 script (debug/test left in? gah) | Dave Whiteland | 2013-03-14 | -1/+1 |
| | ||||
* | Update to v1.1.1.v1.1.1 | Matthew Somerville | 2013-02-22 | -1/+1 |
| | ||||
* | Do the cd after su-ing to the user.v1.1 | Matthew Somerville | 2013-02-22 | -1/+1 |
| | ||||
* | Update install script to install v1.1, update README about v1.1. | Matthew Somerville | 2013-02-22 | -1/+7 |
| | ||||
* | A script to bring a FixMyStreet database up to date. | Matthew Somerville | 2013-02-22 | -0/+134 |
| | | | | | | | | | It will examine the current database to see at what state it is, and optionally run the newer schema SQL files in order to bring the database up to date. At the 'adding bodies' stage, it will also query MapIt to fill the name column of the new body table. | |||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-21 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | (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 | |||
| * | Allow email indent to be a cobrand parameter. | Matthew Somerville | 2013-02-11 | -0/+1 |
| | | ||||
* | | Update .po files with latest strings (for EHA, but brings in a few other ↵ | Matthew Somerville | 2013-02-13 | -0/+1 |
| | | | | | | | | things too). | |||
* | | Static figures for old EHA reports. | Matthew Somerville | 2013-02-12 | -0/+8 |
| | | ||||
* | | Make sure constant is used. | Matthew Somerville | 2013-02-05 | -1/+1 |
|/ | ||||
* | Remove all special body handling in order to move FMB to use bodies properly. | Matthew Somerville | 2013-02-04 | -3/+3 |
| | ||||
* | Merge remote branch 'origin/master' | Matthew Somerville | 2013-02-04 | -0/+7 |
|\ | | | | | | | | | Conflicts: bin/send-comments | |||
| * | explicitly stop Oxfordshire Open311 endpoint sending comments; it only ↵ | Dave Whiteland | 2013-02-04 | -0/+7 |
| | | | | | | | | receives them (currently we don't make the distinction in config) | |||
* | | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -52/+121 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Script to email Zurich managers when reports are overdue. | Matthew Somerville | 2013-01-22 | -0/+83 |
| | | ||||
| * | Some tweaks to get Zurich Reports page working a bit better. | Matthew Somerville | 2013-01-16 | -2/+2 |
| | | ||||
| * | Fix warning due to use of confirmed column on Zurich when not all will have ↵ | Matthew Somerville | 2013-01-04 | -1/+8 |
| | | | | | | | | that set. | |||
| * | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -3/+3 |
| | | | | | | | | than one body. | |||
| * | Remove some linkages between area and body IDs. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | | ||||
| * | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -24/+24 |
| | | ||||
| * | Convert PopulateServiceList to use body IDs. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | | ||||
| * | Remove unused Open311 GetUpdates code. | Matthew Somerville | 2012-12-15 | -21/+0 |
| | | ||||
| * | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | | ||||
* | | suppress debug output from Oxfordshire script for deployment | Dave Whiteland | 2013-01-28 | -6/+7 |
| | | ||||
* | | rationalised old oxfordshire/open311_service_request.cgi to require shared ↵ | Dave Whiteland | 2013-01-24 | -116/+5 |
| | | | | | | | | open311_services.pm | |||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-21 | -2/+283 |
|\ \ | ||||
| * | | add status criteria to effectively ignore error records in Oxfordshire's ↵ | Dave Whiteland | 2013-01-21 | -2/+5 |
| | | | | | | | | | | | | update table | |||
| * | | fix HH24 date format, and use Oracle ROWNUM not LIMIT in SQL | Dave Whiteland | 2013-01-21 | -9/+12 |
| | | | ||||
| * | | Oxfordshire scripts for connecting with Bentley/PEM (council back-end) table ↵ | Dave Whiteland | 2013-01-21 | -0/+272 |
| | | | | | | | | | | | | of 'service request updates' | |||
| * | | fix comment in send-comments | Dave Whiteland | 2013-01-20 | -2/+5 |
| | | | ||||
* | | | include closed states in fixed stats | Struan Donald | 2013-01-16 | -2/+2 |
| | | | ||||
* | | | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-01-16 | -1/+8 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-comments conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/Open311.pm t/app/controller/report_updates.t t/open311.t templates/web/default/report/display.html templates/web/default/report/updates.html templates/web/fixmystreet/report/display.html | |||
| * | | add send_extended_statuses conf option and use in send-comments | Struan Donald | 2012-10-03 | -1/+7 |
| | | |