Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Simplify `footer-marketing.html` for most cobrands | Zarino Zappia | 2017-05-23 | -21/+22 | |
| | |||||
* | Merge branch '1704-to-vend-or-not-to-vend' | Matthew Somerville | 2017-05-23 | -5021/+36 | |
|\ | |||||
| * | Move third party libraries into vendor directories | Matthew Somerville | 2017-05-23 | -5021/+36 | |
| | | | | | | | | | | | | | | | | This makes the git hook that lints our own JavaScript easier, and keeps things more cleanly separated. We also remove unused third party libraries (select2 and jquery.placeholder). | ||||
| * | Remove superfluous quote in HTML script element. | Matthew Somerville | 2017-05-23 | -1/+1 | |
| | | |||||
* | | Merge branch '1695-scientific-no-tation' | Matthew Somerville | 2017-05-23 | -18/+57 | |
|\ \ | |||||
| * | | [UK] Stop nearest request with scientific notation | Matthew Somerville | 2017-05-18 | -18/+57 | |
| |/ | | | | | | | | | | | If the longitude was very close to 0, it was being sent as e.g. 1e-6 in the request to MapIt. Mock out the Bing query so that this can be tested (the closest.t tests were previously always being skipped). | ||||
* / | [Bristol] Switch warn threshold to five failures. | Matthew Somerville | 2017-05-19 | -7/+25 | |
|/ | |||||
* | [Oxfordshire] Send RDI reports by email. | Matthew Somerville | 2017-05-16 | -188/+383 | |
| | |||||
* | [Vagrant] Update submodule on any provisioning. | Matthew Somerville | 2017-05-16 | -10/+8 | |
| | | | | | | On an initial clone, the Vagrantfile would check and make sure that the submodule was present (and usable inside and outside the box), but on a subsequent provisioning it wasn't making sure it was up to date. | ||||
* | Merge remote-tracking branch ↵ | Matthew Somerville | 2017-05-16 | -33/+32 | |
|\ | | | | | | | 'origin/issues/forcouncils/190-inspect-medium-screen' | ||||
| * | Tweak .two_column_sidebar for medium screens | Zarino Zappia | 2017-05-15 | -8/+32 | |
| | | | | | | | | | | | | To optimise the amount of map shown on the two-column map pages, we shrink the "actions" column on medium and large screens, and further shrink the "report" column on medium screens. | ||||
| * | Remove suspicious hard-coded widths in oxfordshire/layout.scss | Zarino Zappia | 2017-05-15 | -25/+0 | |
| | | |||||
* | | Merge branch 'issues/forcouncils/157-inspector-form-private-ui' | Matthew Somerville | 2017-05-16 | -10/+51 | |
|\ \ | |||||
| * | | Hide "Provide an update" form by default for inspectors | Zarino Zappia | 2017-05-16 | -3/+20 | |
| | | | |||||
| * | | More visually distinct Inspect form | Zarino Zappia | 2017-05-16 | -5/+24 | |
| | | | |||||
| * | | Harmonize #key-tools link and input styling | Zarino Zappia | 2017-05-15 | -2/+7 | |
| |/ | | | | | | | | | | | | | | | | | Default button styling was seeping through to the "Remove from site" key-tools item, causing inconsistency with the other items. Overrides a bunch of the default button styles seeping through to the "Remove from site" button, so that it behaves the same as the items (normal link elements) in #key-tools. | ||||
* / | Fix timing edge case test failure. | Matthew Somerville | 2017-05-16 | -1/+1 | |
|/ | | | | | | If the creation of this test report and the loading of the dashboard took place within the same second, the test report would appear in a different column than the test expected. | ||||
* | Allow inspectors to shortlist all reports in view | pezholio | 2017-05-05 | -16/+127 | |
| | | | | If zoom level is >= 14, then inspectors can click a button that marks all reports in the map view as shortlisted | ||||
* | Add method to shortlist multiple reports | pezholio | 2017-05-05 | -3/+42 | |
| | |||||
* | Add csrf token to header | pezholio | 2017-05-05 | -2/+6 | |
| | |||||
* | Subscribe inspectors to updates when state changes | pezholio | 2017-05-05 | -1/+26 | |
| | |||||
* | Move alert signup logic out of controller | pezholio | 2017-05-05 | -15/+58 | |
| | |||||
* | Redirect to report for inspectors | pezholio | 2017-05-05 | -6/+54 | |
| | |||||
* | Select body by default for inspectors | pezholio | 2017-05-05 | -3/+3 | |
| | |||||
* | Autopopulate title and description for inspectors | pezholio | 2017-05-05 | -2/+34 | |
| | |||||
* | [Travis] gettext is no longer included by default. | Matthew Somerville | 2017-05-05 | -0/+2 | |
| | |||||
* | Replaced 16x favicon with 9x | rbg-joe | 2017-05-05 | -0/+0 | |
| | | | This better fits in with surrounding text. | ||||
* | [Oxfordshire] Include nearest info in RDI output. | Matthew Somerville | 2017-05-02 | -1/+9 | |
| | |||||
* | Tidy up find_closest* functions. | Matthew Somerville | 2017-05-02 | -49/+50 | |
| | | | | | Allow find_closest to be called multiple times with only one lookup, and to return just its data, not a compiled string. | ||||
* | [fixmystreet.com] Include URL in Twitter share link. | Matthew Somerville | 2017-04-28 | -1/+1 | |
| | |||||
* | Version 2.0.4.v2.0.4 | Matthew Somerville | 2017-04-13 | -2/+12 | |
| | |||||
* | Merge branch '1374-better-send-method-lookup' | Matthew Somerville | 2017-04-13 | -7/+5 | |
|\ | |||||
| * | Don't error when devolved body, blank send methods | Matthew Somerville | 2017-04-12 | -7/+5 | |
| | | | | | | | | | | | | | | The check assumed that if a body was devolved, either the contact or the body would have a send method. Instead, use a contact send method if devolved and it exists, a body send method if it exists or the fallback if neither. Fixes #1374. | ||||
* | | On /reports maps, only include reports in view. | Matthew Somerville | 2017-04-13 | -2/+42 | |
| | | | | | | | | | | | | | | | | | | Update the reports with a bounding box, similar to on around pages. This is made slightly trickier because we don't want to do anything on page load (we already have the pins), we need to reload when the zoom changes, and we don't want the strategy to get confused by its first redraw, e.g. on pin hover, We also need to turn off the zoom- to-bounds if we've got a bounding box in the URL. | ||||
* | | Fix issue with categories with regex characters. | Matthew Somerville | 2017-04-13 | -10/+11 | |
| | | | | | | | | | | | | As the templates were using `grep`, they failed to match on a category such as "Footpaths (right of way)". Changing the stash variables to be hashes instead of lists makes checking for a key simpler. Fixes #1688. | ||||
* | | Factor out shared admin template. | Matthew Somerville | 2017-04-13 | -29/+17 | |
|/ | |||||
* | [CuidoMiCiudad] Update translations | Dave Arter | 2017-04-10 | -19/+19 | |
| | |||||
* | Allow comma-separated contact emails in the admin | Dave Arter | 2017-04-10 | -5/+17 | |
| | | | | | | | The report-sending code has allowed multiple emails for a long time, but the admin wouldn't allow you to enter multiple emails for each contact. Fixes mysociety/FixMyStreet-Commercial#835 | ||||
* | Upgrade Net::Facebook::Oauth2 to 0.10 | Dave Arter | 2017-04-03 | -7/+7 | |
| | | | | | | | | | | 0.09 was communicating with v2.2 of the Facebook API which was switched off on 25th March 2017, so Facebook logins were no longer working. Mock::Facebook was updated to correctly return JSON from /oauth/access_token, to match the behaviour expected since v2.3 of the FB API. Fixes #1681 | ||||
* | Version 2.0.3.v2.0.3 | Matthew Somerville | 2017-03-31 | -3/+7 | |
| | |||||
* | [SeeSomething] Remove cobrand. | Matthew Somerville | 2017-03-31 | -811/+2 | |
| | |||||
* | Merge branch 'dominican-republic-improvements' | Matthew Somerville | 2017-03-31 | -7148/+18920 | |
|\ | |||||
| * | Update translations | Dave Arter | 2017-03-30 | -6812/+18220 | |
| | | | | | | | | | | This commit updates the contents of the es_DO translation, and adds new strings ready for translation to the other translation files. | ||||
| * | Improve translatability of various pages. | Dave Arter | 2017-03-30 | -320/+652 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date. | ||||
| * | Use lat/lon on inspection form if local coordinates aren’t available | Dave Arter | 2017-03-30 | -3/+13 | |
| | | |||||
| * | Use Google Maps JS API key, if present. | Dave Arter | 2017-03-30 | -1/+6 | |
| | | | | | | | | | | This appends the GOOGLE_MAPS_API_KEY to the Google Maps JavaScript URL as a `key` parameter. | ||||
| * | Set `background-color`, not `background` on nav links | Zarino Zappia | 2017-03-30 | -11/+11 | |
| | | | | | | | | This makes it easier for cobrands to override nav link styles. | ||||
| * | Ignore CuidoMiCiudad cobrand symlinks | Dave Arter | 2017-03-30 | -0/+1 | |
| | | |||||
| * | Add ability to override Google Maps road style. | Dave Arter | 2017-03-30 | -1/+17 | |
| | | |||||
* | | Merge branch 'issues/commercial/828-use-osm-for-bristol' | pezholio | 2017-03-30 | -0/+4 | |
|\ \ |