aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Version 1.2.6.v1.2.6Matthew Somerville2013-10-11-3/+9
|
* Rename Default Area to Everywhere.Matthew Somerville2013-10-11-2/+2
|
* Add Google OpenLayers-based map layer.Matthew Somerville2013-10-11-0/+647
|
* Upgrade main OpenLayers to 2.13.1.Matthew Somerville2013-10-11-1423/+1241
|
* Reported via mobile device rather than byStruan Donald2013-10-02-56/+56
| | | | Fixes #586
* add box around add body formDave Whiteland2013-09-30-2/+4
|
* whitespace tidyupDave Whiteland2013-09-30-140/+140
|
* add admin-box to separate 'add category' from 'edit body'Dave Whiteland2013-09-30-3/+4
|
* add admin-box styleDave Whiteland2013-09-30-0/+8
|
* add where-areas-come-from admin hint to body formDave Whiteland2013-09-30-0/+10
|
* add 'leave blank' admin hint for can-be-devolvedDave Whiteland2013-09-30-0/+3
|
* Don't need this check (plus it called the wrong function).Matthew Somerville2013-09-30-4/+1
|
* [Zurich] Add missing translations from feedbackChris Mytton2013-09-26-389/+750
| | | | Closes mysociety/FixMyStreet-Commercial#420
* Make character limit translation string more genericChris Mytton2013-09-26-2/+2
|
* add FixMindelo to site titleDave Whiteland2013-09-25-1/+1
|
* replace black mysoc logo for mindelo, part of #557Dave Whiteland2013-09-25-0/+10
|
* remove 'donate' and 'sites' links in fixmindelo, as #557Dave Whiteland2013-09-25-3/+1
|
* add FB/fabap links to fixmindelo footer, part of #557Dave Whiteland2013-09-25-2/+45
|
* remove FMS-related footer linksDave Whiteland2013-09-25-0/+38
|
* add staging banner to fixmindelo, part of #557Dave Whiteland2013-09-25-0/+80
|
* [Oxfordshire] Validate reports are < 1700 charactersChris Mytton2013-09-25-3/+8
|
* Fix Bromley use of 'no further action'.Matthew Somerville2013-09-25-2/+47
| | | | | If SET isn't given, the line means [% foo = ('bar' IF baz) %] rather than [% ([SET] foo = 'bar') IF baz %].
* [Bromley] Fix right click links in IE8Chris Mytton2013-09-24-0/+28
| | | | | | | | | | | | | When IE8 encounters a link with block level elements inside it (i.e. elements with `display: block`) then it won't give the option to "Open in a new tab" when you right click the link. This fix simply makes all elements inside the link inline, which fixes the problem. This is a Bromley-specific fix. Closes FixMyStreet-Commercial/issues#100
* [Zurich] Display internal notes in separate tableChris Mytton2013-09-23-1/+26
| | | | | Closes FixMyStreet-Commercial/issues#405 Closes mysociety/FixMyStreet-Commercial#407
* Swap installation of perl modules and db creation, should fix #573.Matthew Somerville2013-09-23-5/+5
|
* [Zurich] Default to not sending rejected emailsChris Mytton2013-09-20-2/+2
| | | | Closes mysociety/FixMyStreet-Commercial#410
* [Zurich] Fix link to AV OnlineChris Mytton2013-09-20-2/+2
| | | | Closes mysociety/FixMyStreet-Commercial#404
* Prevent admin images going on top of admin-navChris Mytton2013-09-20-0/+5
| | | | Closes mysociety/FixMyStreet-Commercial#401
* Correctly list ALLOWED_COBRANDS with hash items.Matthew Somerville2013-09-19-1/+5
| | | | Thanks to Struan for spotting.
* Add a view-configuration admin page.Matthew Somerville2013-09-19-1/+151
| | | | Fixes #561.
* force mindelo admin table bgDave Whiteland2013-09-17-0/+4
|
* add warning in admin if body has no area coveredDave Whiteland2013-09-16-0/+10
| | | | closes #565
* Version 1.2.5.v1.2.5Matthew Somerville2013-09-13-209/+479
|
* Example Vagrantfile and notes.Matthew Somerville2013-09-13-0/+156
| | | | | Based on previous work on vagrant branches, adjusted to use the new --dev argument of the install script.
* 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.
* Have a central config-override function.Matthew Somerville2013-09-13-60/+56
| | | | You only need to pass in the values you wish to be different.
* Add lots of cobrands to be tested.Matthew Somerville2013-09-13-3/+2
|
* switch to Sub::Override from Test::MockModuleStruan Donald2013-09-12-6/+7
| | | | | This is for consistency as Sub::Override is used for another test and also so we minimise the number of modules installed just for testing
* [Zurich] Use subtest blocks to seperate test casesChris Mytton2013-09-12-39/+44
|
* [Zurich] Put the phone number test into a subtest blockChris Mytton2013-09-12-29/+30
|
* [Zurich] Make sure mapit url is set properlyChris Mytton2013-09-12-0/+1
|
* [Zurich] Try to override config in testsChris Mytton2013-09-12-1/+25
|
* explicitly set bodies_str for abuse and app store testsStruan Donald2013-09-12-0/+2
| | | | | | | | The first email count test in the abuse subtest was failing on Travis but not on my machine because the sent email alert test was running on my machine, as it has the mock module installed, and this was resetting the bodies_str to one with a confirmed contact. Setting bodies_str on both these tests stops this sort of thing happening again
* mechanism to stop app store tests being sentStruan Donald2013-09-12-1/+34
| | | | | | 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
* Test to check reports from abuse users not sentStruan Donald2013-09-12-0/+47
| | | | | | Reports that have been created by a user who is logged in but whose email is in the abuse table should be hidden and not sent by send_reports.
* [Zurich] Always render fancybox css/jsChris Mytton2013-09-12-0/+6
| | | | | This is so the admin can still display photos in a fancybox when the photo has not yet been published.
* [Zurich] Use full-size version of photo in adminChris Mytton2013-09-12-2/+2
|
* Add fullsize photo to Photo controllerChris Mytton2013-09-12-6/+8
| | | | | This is used in the Zurich admin to view a full size version of the image before it has been made public.
* [Zurich] Fix photo thumbnail on admin report_editChris Mytton2013-09-12-2/+2
| | | | | Because the report has not yet been published, the image isn't public, so we have to use the .temp.jpeg form of the url.
* [Zurich] Fix url for admin problem-row photosChris Mytton2013-09-12-4/+2
|