Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Version 1.5.5.v1.5.5 | Matthew Somerville | 2015-07-10 | -4184/+8386 |
| | ||||
* | Default the Google map view to Satellite. | Matthew Somerville | 2015-07-10 | -5/+5 |
| | | | | | Using Map by default doesn't work for an unknown reason, but is okay if you switch to it. Fixes #1133. | |||
* | Alter token logging in and timeout behaviour. | Matthew Somerville | 2015-07-10 | -41/+102 |
| | | | | | | | Restrict email_sign_in token to one day, unused confirmation tokens to one month. Used tokens will redirect to the created thing but not log in; don't log in with alert links (unsubscribe link never expires, reply link will still show "reopen" tickbox). | |||
* | Factor out all uses of param()/params. | Matthew Somerville | 2015-07-07 | -347/+393 |
| | | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref. | |||
* | Include new version in cpanfile so it upgrades. | Matthew Somerville | 2015-07-07 | -0/+1 |
| | ||||
* | Update DBIx::Class::EncodedColumn. | Matthew Somerville | 2015-07-07 | -4/+5 |
| | | | | | This fixes a potential Unicode issue with the setting of encoded columns. | |||
* | Merge branch 'issues/commercial/709-greenwich-cobrand-rebased' | Dave Arter | 2015-06-30 | -4/+842 |
|\ | ||||
| * | [Greenwich] Include external_id when submitting Open311 reports | Dave Arter | 2015-06-30 | -2/+2 |
| | | ||||
| * | [Greenwich] Add links to Greenwich FMS to pages on fixmystreet.com | Dave Arter | 2015-06-30 | -3/+4 |
| | | ||||
| * | [Greenwich] Use templates from Oxfordshire cobrand to get map pin filter ↵ | Dave Arter | 2015-06-30 | -0/+109 |
| | | | | | | | | controls | |||
| * | [Greenwich] Royal Borough of Greenwich front end | Dave Arter | 2015-06-30 | -0/+728 |
| | | ||||
* | | Merge branch 'report-filtering-on-map' | Dave Arter | 2015-06-30 | -75/+522 |
|\| | | | | | | | | | This branch allows the map pages to be filtered by report category and status with the 'filter_category' and 'status' GET parameters. | |||
| * | Refactor duplicated filter_status code into a single function | Steven Day | 2015-06-29 | -61/+29 |
| | | ||||
| * | Rename map filtering GET param, remove unnecessary query | Steven Day | 2015-06-29 | -32/+18 |
| | | ||||
| * | Add SASS and images for report list filters | Steven Day | 2015-06-29 | -0/+155 |
| | | ||||
| * | Add some tests for the category & status filtering on /ajax | Steven Day | 2015-06-29 | -0/+39 |
| | | ||||
| * | Simplify default status filter for map pins | Steven Day | 2015-06-29 | -23/+14 |
| | | ||||
| * | Populate categories filter dropdown on /reports page | Dave Arter | 2015-06-29 | -0/+9 |
| | | ||||
| * | Display message when reports list is empty | Steven Day | 2015-06-29 | -18/+20 |
| | | | | | | | | | | | | If filters for reports list are too restrictive, shows a message to the user indicating that no reports match the query, on /my and /reports | |||
| * | Refresh map as soon as filters are changed on /my and /reports | Dave Arter | 2015-06-29 | -0/+6 |
| | | ||||
| * | Allow filter by 'category' query param on /my | Dave Arter | 2015-06-29 | -0/+14 |
| | | ||||
| * | Populate category filter with all available categories | Steven Day | 2015-06-29 | -9/+23 |
| | | ||||
| * | Preserve the 'status' value on /reports | Dave Arter | 2015-06-29 | -0/+10 |
| | | ||||
| * | Make load_and_group_problems respect status/category query params | Dave Arter | 2015-06-29 | -3/+16 |
| | | | | | | | | | | | | | | This allows the /reports page to be filtered using the status/category dropdowns. This is implemented in a manner that means the t/c params will override status/category. | |||
| * | Use a consistent method of filtering by category on /around and /ajax | Dave Arter | 2015-06-29 | -2/+17 |
| | | ||||
| * | Combine all My Reports into a single list, allow filtering | Steven Day | 2015-06-29 | -22/+53 |
| | | ||||
| * | Allow cobrands to override the default 'state' filter for map pins | Dave Arter | 2015-06-29 | -1/+11 |
| | | ||||
| * | Refresh map pins when status dropdown changes, if present | Steven Day | 2015-06-29 | -4/+7 |
| | | ||||
| * | Allow /ajax to be filtered by status | Dave Arter | 2015-06-29 | -13/+31 |
| | | | | | | | | | | If present, the 'status' param can be set to 'open' or 'fixed' to display ensure only open or fixed reports respectively are included in the response. | |||
| * | Ignore invalid categories in /around query string | Dave Arter | 2015-06-29 | -4/+35 |
| | | ||||
| * | Pre-fill category on report form if map pins were filtered | Dave Arter | 2015-06-29 | -0/+14 |
| | | ||||
| * | Change map pins with category field | Steven Day | 2015-06-29 | -2/+17 |
| | | | | | | | | | | When the category dropdown is changed the map pins are re-requested from the server with the correct category in the URL. | |||
| * | Stash category from query params for templates to use | Steven Day | 2015-06-29 | -0/+1 |
| | | ||||
| * | Filter initial pins by category on /around | Dave Arter | 2015-06-29 | -1/+4 |
| | | ||||
| * | Add category filtering support to /ajax via 'category' GET param | Dave Arter | 2015-06-29 | -12/+39 |
| | | ||||
| * | Simpler report meta information display | Zarino Zappia | 2015-06-29 | -12/+27 |
| | | | | | | | | | | Removes the italics, and breaks the wording into two separate paragraphs, at the top of the report page. | |||
| * | Add filter elements to top of /reports and /my | Steven Day | 2015-06-29 | -0/+4 |
| | | | | | | | | These are not yet wired up | |||
| * | Resize map pins based on zoom level | Dave Arter | 2015-06-29 | -3/+46 |
| | | | | | | | | When zoomed out, a smaller icon is used to stop the map getting too overcrowded. | |||
| * | Allow cobrands to specify ordering on all reports page | Dave Arter | 2015-06-29 | -1/+11 |
|/ | | | | | Refactor the default ordering into a method on the Default cobrand which can be overridden by subclasses. | |||
* | Add hidden_states and updating functions. | Hakim Cassimally | 2015-06-16 | -32/+81 |
| | | | | To allow visible/hidden states to be manipulated at runtime. | |||
* | [Bromley] Improve disambiguation for Mottingham Lane | Steven Day | 2015-06-12 | -3/+2 |
| | | | | | | | The previous commit added some disambiguation, but it didn't actually work - despite the string working when you search for it directly. This commit improves that, so we just add a postcode to the road name, which definitely works. | |||
* | [Bromley] Add more disambiguation for Bromley - Mottingham Lane | Steven Day | 2015-06-12 | -3/+8 |
| | ||||
* | [zurich] Fix path to setenv.pl in overdue-alert. Fixes #1107 | Steven Day | 2015-05-13 | -1/+1 |
| | ||||
* | Use mocked Nominatim to deal with bad connections. | Matthew Somerville | 2015-05-13 | -2/+45 |
| | ||||
* | Fix typo in footer role="contentinfo". | Matthew Somerville | 2015-05-13 | -10/+10 |
| | ||||
* | [fixmystreet.com] Fix typo in footer navigation. | Matthew Somerville | 2015-05-13 | -1/+1 |
| | ||||
* | [fixmystreet.com] Tweak FAQ entry wording. | Matthew Somerville | 2015-05-05 | -1/+2 |
| | ||||
* | Update Bing Maps parameter ID. | Matthew Somerville | 2015-05-05 | -13/+19 |
| | ||||
* | Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header' | Matthew Somerville | 2015-04-24 | -46/+128 |
|\ | ||||
| * | "Report" button in default mobile header, fixes #931 | Zarino Zappia | 2015-04-07 | -2/+65 |
| | | | | | | | | | | | | | | | | The new button will be inherited by any cobrand that extends fixmystreet/header_logo.html. Styling has been checked in all current cobrands. Also includes a minor fix to header logo margins on narrow screens. |