Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch '1299-banner' | Matthew Somerville | 2016-01-06 | -17/+43 |
|\ | ||||
| * | [UK] Update unresponsive warning text. | Matthew Somerville | 2016-01-05 | -1/+1 |
| | | | | | | | | Fixes #1303. | |||
| * | Tidy up CSS of top banner. | Matthew Somerville | 2016-01-05 | -14/+31 |
| | | | | | | | | Include UK donations CSS used over Christmas 2015 for any future use. | |||
| * | Stop top banner overlapping header contents. | Matthew Somerville | 2016-01-05 | -2/+11 |
| | | | | | | | | | | Warwickshire has position:relative always set on .wrapper, so make sure that's maintained on map apges. | |||
* | | Remove unnecessary code, as ID is always a number. | Matthew Somerville | 2016-01-06 | -6/+0 |
| | | ||||
* | | Move alert page "recent photos" out of sidebar | Zarino Zappia | 2016-01-05 | -26/+48 |
|/ | ||||
* | Fix display of large numbers on HTML status page. | Matthew Somerville | 2015-12-18 | -176/+176 |
| | | | | | 6a70b829 prettified the numbers, so they were now strings, but mistakingly kept the printf tokens as "%d". | |||
* | Use full relative paths for CSS images. | Matthew Somerville | 2015-12-18 | -2/+2 |
| | | | | These files may be included by files in a different directory. | |||
* | Fix bug showing reports on Your Reports. | Matthew Somerville | 2015-12-17 | -3/+8 |
| | | | | | 92dfeac used an incorrect user column name in the new lookup, and there was no test to catch the regression. | |||
* | Add multiple photo upload support. | Zarino Zappia | 2015-12-16 | -119/+493 |
| | | | | | | | | | | Three file inputs, progressively enhanced with dropzone. This moves the photo input higher up, so that photos can upload while you're filling out the form. It standardises and improves photo error handling. [fixmystreet.com] Guidance for what photos should and shouldn’t include. | |||
* | Remove risk of infinite loop in PhotoSet. | Matthew Somerville | 2015-12-16 | -11/+15 |
| | | | | | | Use a separate attribute for data direct from a database row when creating a PhotoSet, so that data will always contain one or more photo IDs. | |||
* | No button hover on disabled buttons. | Matthew Somerville | 2015-12-16 | -1/+1 |
| | ||||
* | Combine base/fixmystreet report new templates. | Matthew Somerville | 2015-12-15 | -278/+75 |
| | ||||
* | Fix cobrand restriction of My/Nearby. | Matthew Somerville | 2015-12-15 | -51/+122 |
| | | | | | | | | | | | | 5c79337 simplified a bit too far, as after then a particular cobrand could in Nearby and My only filter reports to a particular body, not any other criteria. To fix this, introduce more generic functions in the default cobrand to allow more flexibility. Make sure a few tests delete their bodies fully so that new tests pass when run as part of the suite. Fixes #1289. | |||
* | Secret always created as part of test run setup. | Matthew Somerville | 2015-12-15 | -8/+0 |
| | ||||
* | Merge branch '1297-i18n-commas' | Matthew Somerville | 2015-12-15 | -33/+71 |
|\ | ||||
| * | Prettify admin/status page numbers. | Matthew Somerville | 2015-12-09 | -16/+30 |
| | | | | | | | | Consolidate the two displays of these stats. Fixes #1297. | |||
| * | Switch template plugin for nice numbers. | Matthew Somerville | 2015-12-09 | -17/+40 |
| | | | | | | | | | | Template::Plugin::Number::Format works internationally, whilst Template::Plugin::Comma does not. | |||
* | | Merge remote-tracking branch 'origin/admin-blank-email-name' into ↵ | Matthew Somerville | 2015-12-15 | -8/+26 |
|\ \ | |/ |/| | | | admin-blank-email-name | |||
| * | Make sure email and name are given in admin form. | Matthew Somerville | 2015-12-09 | -8/+16 |
| | | ||||
| * | Update README with changes since 1.7. | Matthew Somerville | 2015-12-09 | -0/+10 |
| | | ||||
* | | Update cpanfile.snapshot, remove unneeded entries. | Matthew Somerville | 2015-12-09 | -274/+12 |
| | | | | | | | | | | It looks like some packages only brought in as part of testing are now spotted and no longer included. | |||
* | | Remove unused SOAP::WSDL package. | Matthew Somerville | 2015-12-09 | -346/+0 |
|/ | ||||
* | Default the Google map view to hybrid (again). | Matthew Somerville | 2015-12-05 | -7/+7 |
| | | | | | | | | | | | | | | A repeat of cc6a278; Google have now dropped version 3.20 of their Maps API, which we were using. Version 3.21 is the oldest available version, and only appears to work if you start off in hybrid view. According to https://developers.google.com/maps/documentation/javascript/versions, in three months 3.21 will be dropped; 3.22 does not currently work with our OpenLayers code at all. Looking at http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/google-v3.html the maps do still appear if you first switch to the Satellite layer. So investigation will be needed to find out why that happens and if it can be worked around. | |||
* | Also store all reports summary data by cobrand. | joeyisking | 2015-12-04 | -2/+6 |
| | | | | This adds the ability to e.g. limit the all reports page by cobrand. | |||
* | Pass in EmailSend arguments as a hashref. | Matthew Somerville | 2015-12-02 | -3/+4 |
| | | | | | A fix to bb1e797; when started via a Catalyst model, e.g. send_email in FixMyStreet::App, an empty hashref is passed in. | |||
* | Merge branch 'reduce-fixmystreet-app' | Matthew Somerville | 2015-12-02 | -1329/+1387 |
|\ | ||||
| * | Move main bin scripts to separate packages. | Matthew Somerville | 2015-12-02 | -700/+745 |
| | | | | | | | | Maintain old location wrappers. | |||
| * | Remove many uses of mySociety::Config. | Matthew Somerville | 2015-12-02 | -90/+64 |
| | | ||||
| * | Only initialize TimeZones if used. | Matthew Somerville | 2015-12-02 | -3/+6 |
| | | ||||
| * | Move from Moose to Moo in non-App code. | Matthew Somerville | 2015-12-02 | -73/+67 |
| | | | | | | | | And create default cobrand class without all of Moose. | |||
| * | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -292/+284 |
| | | | | | | | | Command line scripts don't need a full blown app, just database. | |||
| * | Move get_photo_params to Utils::Photo. | Matthew Somerville | 2015-12-02 | -40/+45 |
| | | ||||
| * | Move EmailSend out of Catalyst for use elsewhere. | Matthew Somerville | 2015-12-02 | -183/+228 |
| | | ||||
* | | [Zurich] Allow status page to fetch summary stats. | Matthew Somerville | 2015-12-01 | -0/+3 |
| | | ||||
* | | Merge branch 'issues/commercial/753-add-csv-columns' | Dave Arter | 2015-11-23 | -843/+880 |
|\ \ | |/ |/| | ||||
| * | [Zurich] Remove unnecessary template overrides | Dave Arter | 2015-11-23 | -36/+0 |
| | | ||||
| * | [Zurich] Latest translations | Dave Arter | 2015-11-23 | -805/+835 |
| | | ||||
| * | [Zurich] Include problem extra fields in CSV download | Dave Arter | 2015-11-18 | -1/+14 |
| | | | | | | | | | | Some categories ask the user for extra information such as street or house number; these are output in the CSV if the report includes them. | |||
| * | [Zurich] Generate the CSV header the same way as normal rows | Dave Arter | 2015-11-18 | -1/+29 |
| | | ||||
| * | [Zurich] Add 'closure status' to admin report CSV | Dave Arter | 2015-11-18 | -2/+4 |
|/ | ||||
* | [fixmystreet.com] Update council list. | Matthew Somerville | 2015-11-13 | -3/+3 |
| | ||||
* | Changed from 'Highways Agency' to 'Highways England' | Gemmamysoc | 2015-11-10 | -1/+1 |
| | ||||
* | Add generic static route handler. | Matthew Somerville | 2015-10-29 | -42/+85 |
| | | | | | This puts all static pages under /about, and lets you add new static pages by placing new HTML in your about template directory. | |||
* | Optimise mobile menu icon SVGs | Zarino Zappia | 2015-10-27 | -30/+2 |
| | ||||
* | Add padding inside chevron SVGs | Zarino Zappia | 2015-10-27 | -12/+4 |
| | | | | | Fixes #1256 by removing the temptation for web browsers to stretch the SVG to fill the CSS background-size box. | |||
* | Version 1.7.v1.7 | Matthew Somerville | 2015-10-23 | -19818/+31696 |
| | | | | Include new contributing document. | |||
* | Merge branch '1251-json-status-page' | Matthew Somerville | 2015-10-23 | -29/+130 |
|\ | ||||
| * | Add status page. | Matthew Somerville | 2015-10-23 | -0/+89 |
| | | ||||
| * | Speed up admin front page. | Matthew Somerville | 2015-10-23 | -29/+41 |
| | | | | | | | | | | | | | | | | * Don't show a categories summary unless asked via a link * Don't needlessly join in questionnaire/update summaries * Switch count(distinct()) to a subselect as it turns out select count(*) from (select distinct(user_id) from problem) temp; is a lot quicker than select count(distinct(user_id)) from problem; |