Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Consolidate pagination, fix parameter being wrong. | Matthew Somerville | 2011-07-04 | -42/+26 | |
| | | |||||
* | | Carry through name/phone/password updates through report/update creation via ↵ | Matthew Somerville | 2011-07-04 | -14/+380 | |
| | | | | | | | | token. Only store encrypted password, and override EncodedColumn to prevent double encrypting. | ||||
* | | Tweak pin placement. | Matthew Somerville | 2011-07-04 | -2/+2 | |
| | | |||||
* | | Make sure ward names don't have / in them as otherwise it's not passed to ↵ | Matthew Somerville | 2011-07-02 | -0/+2 | |
| | | | | | | | | Catalyst. | ||||
* | | Make pins clickable on all reports pages. | Matthew Somerville | 2011-07-01 | -1/+2 | |
| | | |||||
* | | Tweaks to style to match navigation. | Matthew Somerville | 2011-07-01 | -2/+2 | |
| | | |||||
* | | Signed in message on reportemptyhomes. | Matthew Somerville | 2011-07-01 | -0/+27 | |
| | | |||||
* | | Update .po files. | Matthew Somerville | 2011-07-01 | -828/+1281 | |
| | | |||||
* | | No robot indexing on staging sites, and canonical link from OSM version back ↵ | Matthew Somerville | 2011-07-01 | -0/+10 | |
| | | | | | | | | to www. | ||||
* | | Use new simplify a bit to speed up Western Isles. | Matthew Somerville | 2011-07-01 | -1/+1 | |
| | | |||||
* | | Don't fetch unnecessary rows (due to missing commas). | Matthew Somerville | 2011-07-01 | -2/+2 | |
| | | |||||
* | | Fix test. | Matthew Somerville | 2011-07-01 | -0/+10 | |
| | | |||||
* | | Integrate #101 into new code. | Matthew Somerville | 2011-07-01 | -3/+8 | |
| | | |||||
* | | Tweak non-JS pin placement. | Matthew Somerville | 2011-07-01 | -1/+1 | |
| | | |||||
* | | Non-JS using the right tile server. | Matthew Somerville | 2011-07-01 | -4/+4 | |
| | | |||||
* | | Update error message. | Matthew Somerville | 2011-07-01 | -4/+4 | |
| | | |||||
* | | Fix links not working on All Reports pages (c is special). | Matthew Somerville | 2011-07-01 | -3/+3 | |
| | | |||||
* | | Assume if they've filled in one side of the password form, they're ↵ | Matthew Somerville | 2011-07-01 | -3/+4 | |
| | | | | | | | | submitting that side. | ||||
* | | Double escape, whoops. | Matthew Somerville | 2011-07-01 | -1/+1 | |
| | | |||||
* | | Escape single quotes in JS. | Matthew Somerville | 2011-07-01 | -1/+1 | |
| | | |||||
* | | Fix URI overriding now it's being used. | Matthew Somerville | 2011-07-01 | -20/+18 | |
| | | |||||
* | | Remove unused Tilma, consolidate tile lookup for legacy URLs to work in ↵ | Matthew Somerville | 2011-07-01 | -215/+22 | |
| | | | | | | | | different map format. | ||||
* | | Use our own StreetView tile server, add missing IE6 CSS for OpenLayers, ↵ | Matthew Somerville | 2011-07-01 | -11/+24 | |
| | | | | | | | | don't set map parameter in JS. | ||||
* | | correct sign out link | Struan Donald | 2011-07-01 | -1/+1 | |
| | | |||||
* | | Paginate Reports pages, and add a map. | Matthew Somerville | 2011-06-30 | -39/+123 | |
| | | |||||
* | | Strategy/Format for updating pins as map is panned. | Matthew Somerville | 2011-06-30 | -40/+94 | |
| | | |||||
* | | Move to Vector layer rather than Markers, to be able to use the ↵ | Matthew Somerville | 2011-06-29 | -36/+99 | |
| | | | | | | | | Strategy/Protocol features. | ||||
* | | On Your Reports page, zoom map out to cover markers shown. | Matthew Somerville | 2011-06-29 | -0/+6 | |
| | | |||||
* | | Skip non-UK results in Bing geocoder, remove some geocode tests. | Matthew Somerville | 2011-06-29 | -26/+1 | |
| | | |||||
* | | Bing geocoder. | Matthew Somerville | 2011-06-29 | -68/+123 | |
| | | |||||
* | | Log someone in following questionnaire link. | Matthew Somerville | 2011-06-29 | -17/+20 | |
| | | |||||
* | | Get cookie expiry to work, and correct IDs on checkboxes. | Matthew Somerville | 2011-06-29 | -9/+13 | |
| | | |||||
* | | Four week default session length. | Matthew Somerville | 2011-06-29 | -2/+1 | |
| | | |||||
* | | Allow a hostname to set the map class. | Matthew Somerville | 2011-06-29 | -1/+2 | |
| | | |||||
* | | belt and braces to avoid running test suite on live server | Struan Donald | 2011-06-29 | -0/+24 | |
| | | |||||
* | | Allow a problem creator to reopen a fixed report when logged in (fixes #125). | Matthew Somerville | 2011-06-28 | -2/+14 | |
| | | |||||
* | | Pagination of reports/updates. | Matthew Somerville | 2011-06-28 | -11/+48 | |
| | | |||||
* | | Update footer, put signed in message in header. | Matthew Somerville | 2011-06-28 | -16/+69 | |
| | | |||||
* | | List updates on Your Reports (for #127), and a map too (#124). | Matthew Somerville | 2011-06-28 | -5/+37 | |
| | | |||||
* | | Sort problems, and have a map, maybe. | Matthew Somerville | 2011-06-28 | -22/+92 | |
| | | |||||
* | | If logged in, don't show email on alert sign up. | Matthew Somerville | 2011-06-28 | -79/+73 | |
| | | |||||
* | | Allow people to sign in (or not) as they make an update. | Matthew Somerville | 2011-06-28 | -84/+227 | |
| | | |||||
* | | Allow people to sign in (or not) as they make a report. | Matthew Somerville | 2011-06-27 | -76/+293 | |
| | | |||||
* | | Sign in over login; tidy CSS. | Matthew Somerville | 2011-06-24 | -112/+114 | |
| | | |||||
* | | Make zoom levels more configurable. | Matthew Somerville | 2011-06-24 | -15/+20 | |
| | | |||||
* | | Success message appearing successful. | Matthew Somerville | 2011-06-24 | -1/+1 | |
| | | |||||
* | | Don't show email field on reporting if logged in. | Matthew Somerville | 2011-06-24 | -35/+29 | |
| | | |||||
* | | Allow people to give name/pw on auth page. | Matthew Somerville | 2011-06-24 | -29/+58 | |
| | | |||||
* | | Use bcrypt. | Matthew Somerville | 2011-06-24 | -51/+64 | |
| | | |||||
* | | Allow unsub from update form, fix test. | Matthew Somerville | 2011-06-23 | -10/+37 | |
| | |