aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* Install Carton in its own local::lib.Matthew Somerville2014-02-26-4/+4
| | | | This keeps the dependencies of carton separate from those of FixMyStreet.
* Update graph creation to spot other fixed states.Matthew Somerville2014-02-06-4/+4
|
* Update path with new crontab location.Matthew Somerville2013-12-11-1/+1
|
* remove action check on admin_logHakim Cassimally2013-12-09-0/+8
| | | | to allow a wider range of action logging.
* [Zurich] moderation cron only checks 'unconfirmed'Hakim Cassimally2013-12-09-2/+2
| | | | | | | | | | see mysociety/FixMyStreet-Commercial#459 - "a report is moderated as soon as its state has changed for the first time from Erfasst (en: Submitted / db: unconfirmed) to any other state." Thus we move 'confirmed' problems from the 1-day moderation SLA, to a 5-day one, with $include_parent unset (e.g. as with 'planned' it is with the DM, so doesn't need to be sent to the parent body also.)
* Version 1.3.v1.3Matthew Somerville2013-11-12-1/+1
|
* [Zurich] Don't migrate problem_state when converting internal notesChris Mytton2013-10-22-1/+0
| | | | | | | | This caused issues with the comment.problem_state column constraints when running on the vhost as some problems were marked as hidden (under normal circumstances you can't add a comment to a hidden problem). Because this column is nullable we simply don't add it to avoid this issue.
* Version 1.2.6.v1.2.6Matthew Somerville2013-10-11-1/+1
|
* Swap installation of perl modules and db creation, should fix #573.Matthew Somerville2013-09-23-5/+5
|
* Version 1.2.5.v1.2.5Matthew Somerville2013-09-13-1/+1
|
* Do fewer things for a dev installation.Matthew Somerville2013-09-13-46/+75
| | | | | | | | | | If the development parameter is passed to the install-script, don't install a crontab, don't set up nginx, don't force the repository to a particular version, and don't set up an application server. Also only create a general.yml file if one doesn't already exist, and add some locales that the test suite assumes are present. And run the db schema update script.
* Merge branch 'zurich-mark-external-addresses-deleted'Chris Mytton2013-09-12-0/+1
|\ | | | | | | | | Conflicts: t/cobrand/zurich.t
| * [Zurich] Add schema migration 0029 to bin/update-schemaChris Mytton2013-09-10-0/+1
| |
* | [Zurich] add migration script to convert internal_notes in extra field into ↵Edmund von der Burg2013-09-10-0/+74
|/ | | | comments
* Version 1.2.4.v1.2.4Matthew Somerville2013-09-05-1/+1
|
* Version 1.2.3.v1.2.3Matthew Somerville2013-09-03-1/+1
|
* Better make_css, doesn't die if grep too long.Matthew Somerville2013-08-30-15/+7
|
* Allow a version override for the install script.Matthew Somerville2013-08-30-1/+1
| | | | | So you can more easily set up a development environment on a clean server, checking out master.
* Update to v1.2.2.v1.2.2Matthew Somerville2013-07-26-1/+1
|
* Fixes to module installation.Matthew Somerville2013-07-26-4/+0
| | | | | | | * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific).
* force upper case on certain PEM fieldsDave Whiteland2013-07-25-4/+4
|
* Possible other string used in Zurich base URL.Matthew Somerville2013-06-10-1/+1
|
* Update to v1.2.1.v1.2.1Matthew Somerville2013-06-05-1/+1
|
* Something else doesn't like this version, sighMatthew Somerville2013-06-04-2/+2
|
* Workaround for problem installing ExtUtils::MakeMaker.Matthew Somerville2013-06-04-0/+4
|
* More automated way of spotting compass-using sites.Matthew Somerville2013-06-03-4/+4
|
* Add GEM stuff to user's .bashrc file.Matthew Somerville2013-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 Somerville2013-05-08-1/+1
|
* Update to v1.2.v1.2Matthew Somerville2013-05-02-1/+1
|
* Have --no-wrap for gettext-merge.Matthew Somerville2013-05-02-2/+2
|
* Consolidate sending backoff for different types of sender.Matthew Somerville2013-05-02-3/+0
|
* Install postfix as part of FixMyStreet install script.Matthew Somerville2013-05-02-0/+2
|
* Send email to Zurich DM when report in planned state after more than six days.Matthew Somerville2013-04-26-2/+3
|
* Include other open states in all reports table.Matthew Somerville2013-04-19-1/+1
|
* Simplify script for changing to the right directoryMark Longair2013-04-15-31/+2
|
* change field length for ce_description to 1970Dave Whiteland2013-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 Somerville2013-04-03-1/+0
|
* Have a handlemail script to ignore certain emails before forwarding on.Matthew Somerville2013-04-02-0/+63
|
* Update to v1.1.2.v1.1.2Matthew Somerville2013-03-15-1/+1
|
* fix truncation in Oxfordshire Open311 script (debug/test left in? gah)Dave Whiteland2013-03-14-1/+1
|
* Update to v1.1.1.v1.1.1Matthew Somerville2013-02-22-1/+1
|
* Do the cd after su-ing to the user.v1.1Matthew Somerville2013-02-22-1/+1
|
* Update install script to install v1.1, update README about v1.1.Matthew Somerville2013-02-22-1/+7
|
* A script to bring a FixMyStreet database up to date.Matthew Somerville2013-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 Somerville2013-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 Somerville2013-02-11-0/+1
| |
* | Update .po files with latest strings (for EHA, but brings in a few other ↵Matthew Somerville2013-02-13-0/+1
| | | | | | | | things too).
* | Static figures for old EHA reports.Matthew Somerville2013-02-12-0/+8
| |
* | Make sure constant is used.Matthew Somerville2013-02-05-1/+1
|/
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-3/+3
|