aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Version 1.5.5.v1.5.5Matthew Somerville2015-07-10-4184/+8386
|
* Default the Google map view to Satellite.Matthew Somerville2015-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 Somerville2015-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 Somerville2015-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 Somerville2015-07-07-0/+1
|
* Update DBIx::Class::EncodedColumn.Matthew Somerville2015-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 Arter2015-06-30-4/+842
|\
| * [Greenwich] Include external_id when submitting Open311 reportsDave Arter2015-06-30-2/+2
| |
| * [Greenwich] Add links to Greenwich FMS to pages on fixmystreet.comDave Arter2015-06-30-3/+4
| |
| * [Greenwich] Use templates from Oxfordshire cobrand to get map pin filter ↵Dave Arter2015-06-30-0/+109
| | | | | | | | controls
| * [Greenwich] Royal Borough of Greenwich front endDave Arter2015-06-30-0/+728
| |
* | Merge branch 'report-filtering-on-map'Dave Arter2015-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 functionSteven Day2015-06-29-61/+29
| |
| * Rename map filtering GET param, remove unnecessary querySteven Day2015-06-29-32/+18
| |
| * Add SASS and images for report list filtersSteven Day2015-06-29-0/+155
| |
| * Add some tests for the category & status filtering on /ajaxSteven Day2015-06-29-0/+39
| |
| * Simplify default status filter for map pinsSteven Day2015-06-29-23/+14
| |
| * Populate categories filter dropdown on /reports pageDave Arter2015-06-29-0/+9
| |
| * Display message when reports list is emptySteven Day2015-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 /reportsDave Arter2015-06-29-0/+6
| |
| * Allow filter by 'category' query param on /myDave Arter2015-06-29-0/+14
| |
| * Populate category filter with all available categoriesSteven Day2015-06-29-9/+23
| |
| * Preserve the 'status' value on /reportsDave Arter2015-06-29-0/+10
| |
| * Make load_and_group_problems respect status/category query paramsDave Arter2015-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 /ajaxDave Arter2015-06-29-2/+17
| |
| * Combine all My Reports into a single list, allow filteringSteven Day2015-06-29-22/+53
| |
| * Allow cobrands to override the default 'state' filter for map pinsDave Arter2015-06-29-1/+11
| |
| * Refresh map pins when status dropdown changes, if presentSteven Day2015-06-29-4/+7
| |
| * Allow /ajax to be filtered by statusDave Arter2015-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 stringDave Arter2015-06-29-4/+35
| |
| * Pre-fill category on report form if map pins were filteredDave Arter2015-06-29-0/+14
| |
| * Change map pins with category fieldSteven Day2015-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 useSteven Day2015-06-29-0/+1
| |
| * Filter initial pins by category on /aroundDave Arter2015-06-29-1/+4
| |
| * Add category filtering support to /ajax via 'category' GET paramDave Arter2015-06-29-12/+39
| |
| * Simpler report meta information displayZarino Zappia2015-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 /mySteven Day2015-06-29-0/+4
| | | | | | | | These are not yet wired up
| * Resize map pins based on zoom levelDave Arter2015-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 pageDave Arter2015-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 Cassimally2015-06-16-32/+81
| | | | To allow visible/hidden states to be manipulated at runtime.
* [Bromley] Improve disambiguation for Mottingham LaneSteven Day2015-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 LaneSteven Day2015-06-12-3/+8
|
* [zurich] Fix path to setenv.pl in overdue-alert. Fixes #1107Steven Day2015-05-13-1/+1
|
* Use mocked Nominatim to deal with bad connections.Matthew Somerville2015-05-13-2/+45
|
* Fix typo in footer role="contentinfo".Matthew Somerville2015-05-13-10/+10
|
* [fixmystreet.com] Fix typo in footer navigation.Matthew Somerville2015-05-13-1/+1
|
* [fixmystreet.com] Tweak FAQ entry wording.Matthew Somerville2015-05-05-1/+2
|
* Update Bing Maps parameter ID.Matthew Somerville2015-05-05-13/+19
|
* Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'Matthew Somerville2015-04-24-46/+128
|\
| * "Report" button in default mobile header, fixes #931Zarino Zappia2015-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.