aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * Add search boxes to admin index page, move stats.Matthew Somerville2016-05-20-61/+108
| | | | | | | | | | | | Move most index page statistics to their own pages.
| | * Merge branch '1286-catching-gaze'Matthew Somerville2016-05-18-32/+46
| | |\
| | | * Fallback if request to Gaze fails.Matthew Somerville2016-05-18-32/+46
| | | | | | | | | | | | | | | | Fixes #1286.
| | * | Improve in-place moderation UIZarino Zappia2016-05-18-118/+156
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This rearranges the moderation UI into logical chunks, and improves the 'revert to original' checkboxes by: - hiding them unless there's some original text to revert to - displaying the text that will be reverted to in the appropriate input fields when checked. Part of mysociety/FixMyStreet-Commercial#731
| | * Merge branch '1400-remove-glob'Matthew Somerville2016-05-18-8/+21
| | |\
| | | * Remove specific files rather than glob.Matthew Somerville2016-05-18-4/+15
| | | | | | | | | | | | | | | | This should improve performance when there are a lot of cached photos.
| | | * Don't allow photo IDs to be prepended with 0s.Matthew Somerville2016-05-18-1/+1
| | | |
| | | * Fix removal of cached update photos.Matthew Somerville2016-05-18-4/+6
| | | | | | | | | | | | | | | | | | | | It was possible that rotating an update photo did not remove its cached copy.
| | * | Increase pixel tolerance of map click handler.Matthew Somerville2016-05-17-1/+1
| | | |
| | * | Update OpenLayers to fix Google Maps layer.Matthew Somerville2016-05-17-281/+366
| | |/ | | | | | | | | | This uses the master branch of OpenLayers 2.
| | * Improve printing of report page in Firefox.Matthew Somerville2016-05-10-1/+5
| | | | | | | | | | | | | | | For some reason if the content is floated, Firefox leaves a very large gap that actually blanks out the content underneath it.
| | * [fixmystreet.com] Add standard mySociety footer.Zarino Zappia2016-05-10-97/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like a number of recent council cobrands, we remove parts of the default desktop footer and append our own responsive one in `footer_extra.html`. This also updates the FixMyStreet app logos (for fixmystreet.com and any other cobrands that use them) to the most recent style of Apple / Google sanctioned badges. Fixes #1385.
| | * Merge remote-tracking branch 'mysociety/1207-update-email-to-existing'Matthew Somerville2016-05-06-3/+15
| | |\
| | | * Allow change of email in admin to existing entry.Matthew Somerville2016-04-27-3/+15
| | | |
| * | | Fix faq footer for FikGataMiMarius Halden2016-06-11-2/+2
| | | |
| * | | Fix faq width and contact link for FiksGataMiMarius Halden2016-06-11-2/+21
| | | |
| * | | Merge tag 'v1.8.2' into fiksgatami-devMarius Halden2016-05-28-19168/+11536
| |\| |
| | * | Version 1.8.2.v1.8.2Matthew Somerville2016-05-03-9896/+6974
| | | |
| | * | Switch external jhead call to use IPC::Open3.Matthew Somerville2016-05-03-1/+8
| | | |
| | * | Merge remote-tracking branch 'origin/open311-quieten-issues'Matthew Somerville2016-05-03-7/+2
| | |\ \
| | | * | Store Open311 error in report on failure.Matthew Somerville2016-04-27-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will still output via cron on the first failure. However, reduce the verbosity of a couple of SendReport modules which are reporting failure every time.
| | | * | [UK] Remove West Berkshire temporary fix.Matthew Somerville2016-04-27-4/+0
| | | |/
| | * | Merge branch 'open311-skip-out-of-range'Matthew Somerville2016-04-27-8/+14
| | |\ \
| | | * | Skip fetched updates if they're out of date range.Matthew Somerville2016-04-26-8/+14
| | | |/ | | | | | | | | | | | | | | | | Even when we ask for a specific range of dates, we sometimes get given more in the response.
| | * / Fix missing end label tag.Matthew Somerville2016-04-27-0/+1
| | |/ | | | | | | | | | This was erroneously removed in 0fe0f7e1.
| | * [SeeSomething] Fix typo.Matthew Somerville2016-04-22-1/+3
| | |
| | * Remove unneeded template variable.Matthew Somerville2016-04-22-4/+2
| | |
| | * Merge branch '1383-remove-dead-projects'Matthew Somerville2016-04-22-8843/+319
| | |\
| | | * Update tests for cobrand/template changes.Matthew Somerville2016-04-20-111/+60
| | | |
| | | * Remove final web/fixmystreet templates.Matthew Somerville2016-04-20-338/+168
| | | | | | | | | | | | | | | | And associated, e.g. nothing references fixmystreet-old-box.js any more.
| | | * Remove some unused cobrands.Matthew Somerville2016-04-20-8394/+91
| | | |
| | * | [UK] Use absolute link in unresponsive template.Matthew Somerville2016-04-22-1/+1
| | | | | | | | | | | | | | | | This template may be shown in the mobile app.
| | * | Don't warn on bad photo hashes.Matthew Somerville2016-04-22-2/+2
| | | |
| | * | Send unresponsive body data per category to app.Matthew Somerville2016-04-22-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | The app doesn't currently use the unresponsive body data returned via /report/new/ajax, so make sure it's returned via the category look up it does make.
| | * | Fix Twitter authentication test.Matthew Somerville2016-04-22-2/+5
| | | | | | | | | | | | | | | | Pull in the same fix that was made in f598f56f for the Facebook tests.
| | * | Use transparent border in tips/change_location.Matthew Somerville2016-04-22-3/+3
| | | | | | | | | | | | | | | | | | | | A white border doesn't work if the content bar isn't white. Fixes 1380.
| | * | Merge remote-tracking branch 'origin/twitter-login'Matthew Somerville2016-04-22-23/+305
| | |\ \
| | | * | Better sized image.Matthew Somerville2016-04-08-0/+0
| | | | |
| | | * | Add Twitter social login.Matthew Somerville2016-04-08-23/+305
| | | | |
| | * | | Ignore empty entries in the image upload IDs.Matthew Somerville2016-04-20-1/+1
| | | | |
| | * | | If admin removes all images, set db field to null.Matthew Somerville2016-04-20-2/+4
| | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/1302-support-pngs'Matthew Somerville2016-04-20-115/+147
| | |\ \
| | | * | Add PNG image support.Matthew Somerville2016-04-08-79/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store image type along with hash in photo column, and use that when outputting images / generating URLs. Make sure all public photo URL generation goes through appropriate functions, and change temp URLs so the filename can be output directly from the list.
| | | * | Use correct URL for partial report photo.Matthew Somerville2016-04-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Since multiple photo support, partial photos can only be looked at via their temporary URL, not their confirmed one.
| | | * | Update remaining cobrand multiple photo templates.Matthew Somerville2016-04-08-26/+27
| | | | |
| | | * | Prevent dev sites auto-creating session.Matthew Somerville2016-04-06-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | We check for a session's existence before looking in it, as looking in it first would auto create a session.
| | * | | Merge branch '574-spot-slash-in-body-slug'Matthew Somerville2016-04-20-21/+9
| | |\ \ \
| | | * | | Use better link to reports on admin body page.Matthew Somerville2016-04-20-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | Remove unused body/area ID URL code.
| | | * | | Cope with a '/' in body name in body slug.Matthew Somerville2016-04-20-2/+8
| | | | |/ | | | |/| | | | | | | | | | | Fixes #574.
| | * / | Display used send method in debug line.Matthew Somerville2016-04-19-1/+1
| | |/ / | | | | | | | | | | | | | | | | This may be a contact send method if devolved, or the default if none set on the body.