aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Catch 500 error from geocoder.Matthew Somerville2012-12-06-1/+7
|
* Default front-main to simple background and colour, reducing cobrand overrides.Matthew Somerville2012-12-05-29/+9
|
* Add Zurich geocoder (and allow geocoder choice to be picked in config).Matthew Somerville2012-12-04-13/+135
|
* Merge branch 'zurich-maps'Matthew Somerville2012-12-03-31/+2149
|\
| * Simplify projection logic, and use X/Y same way round as everywhere else.Matthew Somerville2012-12-03-106/+49
| |
| * Add server side handling of Swiss co-ordinates and tile clicks.Matthew Somerville2012-11-28-18/+272
| |
| * map_pins function is same for everyone currently.Matthew Somerville2012-11-28-24/+20
| |
| * Top left corner given in WMTS capabilities file appears to be about (78,77)m ↵Matthew Somerville2012-11-28-10/+10
| | | | | | | | out of where it should be (in order to get the right lat/lon when I click the map in OpenLayers anyway).
| * Write out layer explicitly so no AJAX request necessary and deal with all OL ↵Matthew Somerville2012-11-26-107/+57
| | | | | | | | options the same.
| * Simplify map bound transformation (should do bounds transform as might be ↵Matthew Somerville2012-11-26-20/+15
| | | | | | | | skewed translation), fix transforms to modify original.
| * Work more on the non-js maps, and tidy js version sourcestevenday2012-11-26-13/+7
| |
| * Add a proper OpenLayers plugin for Swiss<->WGS84 transformationsstevenday2012-11-26-60/+185
| |
| * Convert bounds from swiss to lat/lon so ajax doesn't breakSteven Day2012-11-26-1/+80
| |
| * Add the necessary hack to point OpenLayers at commonlib/jslib for images and ↵Steven Day2012-11-26-2/+2
| | | | | | | | so forth
| * Re-arrange functions to please remoteSteven Day2012-11-26-38/+39
| |
| * Make controls and initial zoom level workSteven Day2012-11-26-30/+34
| |
| * Add a server-side map module for zurich maps - very borkedSteven Day2012-11-26-4/+19
| |
| * Use fixmystreet zoom level if setSteven Day2012-11-26-1/+1
| |
| * Update map-OpenLayers.js to let it work with Zurich mapsSteven Day2012-11-26-25/+46
| |
| * Begin getting Zurich maps into FMS - many things brokenSteven Day2012-11-26-0/+1716
| |
| * Add Zurich map moduleSteven Day2012-11-26-0/+25
| |
* | message manager: tweaks to clarify 'copy to update' button useDave Whiteland2012-12-03-4/+22
| |
* | fixed message manager bug with empty data: always create the <ul> even if ↵Dave Whiteland2012-12-03-3/+3
| | | | | | | | there's no <li> within it
* | now show Message Manager results for current report's archived messages, as ↵Dave Whiteland2012-12-03-19/+101
| | | | | | | | well as 'available' ones, provides reply-to-originator capability
* | add notice (to staff) that message was submitted by SMS, and link to MM adminDave Whiteland2012-12-02-0/+25
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-12-02-4/+6
|\ \
| * | small changes to message_manager_client.js, keeping in synch with the ↵Dave Whiteland2012-12-01-4/+6
| | | | | | | | | | | | equivalent file in the Message Manager repo
* | | fixed signed up templates that were saying 'FixMyStreet'Dave Whiteland2012-12-02-0/+24
|/ /
* | full crontab for www.fixmybarangay.comDave Whiteland2012-11-29-1/+1
| |
* | added tooltips (basic title attribute on links) to some MM links/buttonsDave Whiteland2012-11-29-8/+15
| |
* | Only have grid refs of at least 4 digits.Matthew Somerville2012-11-28-1/+1
| |
* | Fix broken template reference.Matthew Somerville2012-11-28-1/+1
| |
* | an apostrophe catastrophe (well an error, anyway)Dave Whiteland2012-11-27-1/+1
| |
* | added MM help to FMB message tab, closes mysociety/message-manager#105Dave Whiteland2012-11-27-19/+97
| |
* | add FMB wee spinner graphicDave Whiteland2012-11-27-0/+0
| |
* | added fade-in spinner to FMB ajax callsDave Whiteland2012-11-26-11/+32
|/
* Consolidate user searching to one admin page.Matthew Somerville2012-11-26-53/+26
|
* Allow back end to have look of front end.Matthew Somerville2012-11-26-28/+31
|
* do not fall over if there is unexpectedly no meta data for a service codeStruan Donald2012-11-23-0/+21
|
* Allow external_body optionally to be a lookup on /reports.Matthew Somerville2012-11-22-24/+54
|
* Merge remote-tracking branch 'origin/master'Struan Donald2012-11-22-8/+35
|\
| * Merge branch 'base64-polyfill'Dave Whiteland2012-11-22-7/+29
| |\
| | * no longer using external base64.min.js file, encoding without additional requestDave Whiteland2012-11-22-1/+0
| | |
| | * tweaked by Mark to pass jslint; base64 encode manuallyDave Whiteland2012-11-22-13/+17
| | |
| | * try explicit load rather than via http requestDave Whiteland2012-11-20-9/+23
| | |
| | * moved btoa base64 polyfill into headerDave Whiteland2012-11-17-11/+9
| | |
| | * add base64.js polyfill for IEDave Whiteland2012-11-16-0/+7
| | |
| * | FixMyBarangay external_body hardcoded fix moved to be in the right place, whoopsDave Whiteland2012-11-22-6/+6
| | |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-11-22-2/+2
| |\ \
| * | | harcoded fix for forcing external_body to be the (only) external body in ↵Dave Whiteland2012-11-22-0/+5
| | | | | | | | | | | | | | | | FixMyBarangay, for now