aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* Version 1.4.1.v1.4.1Matthew Somerville2014-05-23-1/+1
|
* Version 1.4.v1.4Matthew Somerville2014-05-16-1/+1
|
* Merge branch 'zerotb'Struan Donald2014-04-11-18/+226
|\
| * script to import zerotb clinic dataStruan Donald2014-04-08-0/+115
| | | | | | | | Closes #703
| * enable generation of cobrand specific po filesStruan Donald2014-04-08-18/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to stop the main FixMyStreet .po file being filled up with strings that only apply to a single Cobrand that are not relevant to people running their own fairly vanilla version. Restrict the list of templates that we pull strings out of by generating a list of all the ones in currently translated cobrands for minimal impact. Use that to create the FixMyStreet.po file in gettext-extract. I've left the existing cobrands in but at some point we should split these out. Add a specific script for generating Cobrand .po files which extracts strings from the Cobrand's templates. This is then translated and the translated file place in the locale/$lang/LC_MESSAGES. The the merge_cobrand_po script is run which will create an autoCobrand.po file which has the Cobrand strings and the FixMyStreet strings. This is then the domain used by the Cobrand. Any cobrand specific strings from the Perl code are still in the main FixMyStreet .po file but there should be relatively few of them so it's less of an issue.
* | bin/geocode script for testing geocodingHakim Cassimally2014-04-10-0/+79
|/ | | | | | | | | | | | | | | | | | | | | Run bin/geocode -h for options. Has: * configurable cobrand / config-file / geocoder * some diagnostics for missing cobrand Minor fixes rebased into this commit: * bin/geocode error if no --cobrand passed * bin/geocode docs and accept GEOCODER as string Notable TODOs remaining: * reverse geocoding, to double check that latitude actually maps somewhere useful (and is within Cobrand's boundaries) * diagnosis of relevant CONFIG settings * flag to disable caching
* Update old-style open311 script to use bodies.Matthew Somerville2014-04-07-2/+17
| | | | Add some comments to the top of the open311 bin scripts.
* Update code.fixmystreet.com references to fixmystreet.org.Matthew Somerville2014-03-19-3/+3
|
* Change default email indentation to none.Matthew Somerville2014-03-17-1/+1
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* Merge branch 'css-watcher'Matthew Somerville2014-03-14-0/+78
|\
| * CSS watcherHakim Cassimally2014-03-13-0/+78
| | | | | | | | | | | | | | | | | | | | | | Run with bin/make_css_watch This watches the .scss files in web/cobrands/* and runs the appropriate sass/compass commands (as per bin/make_css) on just those directories with changed files. As a special case, a change to the partials in web/cobrands/sass will cause a rebuild of all cobrands.
* | Set report->send_questionnaire on report creationAndy Lulham2014-03-12-0/+29
|/ | | | | Include a one-off script that sets send_questionnaire to 0 for all available cobrands that have send_questionnaires set to 0.
* [Zurich] basic commandline tool for geocoderHakim Cassimally2014-03-12-0/+45
| | | | | Also add warning to Geocoder to pass on server error if you are running in development.
* Merge remote branch 'origin/sweden-rebase'Matthew Somerville2014-03-11-0/+22
|\ | | | | | | | | | | | | Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm
| * Add `external_url' column to `body' table.Jon Kristensen2014-03-11-0/+1
| |
| * Bring back open311-update-reports, GetUpdates.pm and getupdates.tJon Kristensen2014-03-11-0/+21
| | | | | | | | | | | | This commit reverses the "Remove unused Open311 GetUpdates code." commit. FixaMinGata, the Swedish FixMyStreet cobrand, is still using open311-update-reports.
* | Merge branch 'cpanfile-fixes'Matthew Somerville2014-03-07-5/+5
|\ \
| * | Move SOAP::WSDL requirement into UK cpanfile feature.Matthew Somerville2014-02-26-1/+1
| | | | | | | | | | | | Note how we'd like to do the same with SOAP::Lite.
| * | Install Carton in its own local::lib.Matthew Somerville2014-02-26-4/+4
| | | | | | | | | | | | This keeps the dependencies of carton separate from those of FixMyStreet.
* | | Pin compass gem versions.Matthew Somerville2014-02-27-1/+2
|/ /
* | 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
|