aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeLines
* [Docs] Update Gemfile.lock to current GitHub pagesMatthew Somerville2020-05-26-18/+18
|
* [fixmystreet.com] Update company details in footerZarino Zappia2020-05-26-7/+13
| | | | And in couple of cobrand templates.
* [Docs] document per category anonymous reportingStruan Donald2020-05-13-0/+4
| | | | Also update the category page screenshot to include the new options
* [Docs] Tiny bit on web app.Matthew Somerville2020-05-12-4/+8
|
* [Docs] Bit on staff-only categories.Matthew Somerville2020-05-12-0/+5
|
* [Docs] Add info about two-factor auth.Matthew Somerville2020-05-12-0/+22
|
* [Docs] Add info about user timeline.Matthew Somerville2020-05-12-17/+7
|
* [Docs] Clarify a few different sections of manual.Matthew Somerville2020-05-12-13/+16
|
* [Docs] Document HTTPS dev server.Matthew Somerville2020-05-12-0/+14
|
* [Docs] Heatmap, tidy stats section.Matthew Somerville2020-05-12-7/+18
|
* Add assigned_(users|categories)_only functionalityMatthew Somerville2020-05-08-0/+0
| | | | | | | | Users with assigned_categories_only will only see staff features on a report page in their assigned categories. Users will only see staff features on a report page in a category with assigned_users_only if it is in their assigned categories.
* Add way to disallow report reopening in a categoryMatthew Somerville2020-05-07-0/+1
| | | | | Add a tickbox to the category admin, and do not allow reopening on reports made in the selected categories.
* Merge branch '2991-updates-on-categories'Matthew Somerville2020-05-07-3/+3
|\
| * Add ability to disallow updates in a category.Matthew Somerville2020-05-06-3/+3
| | | | | | | | | | Add a tickbox to the category admin, and do not allow updates on reports made in those selected categories.
* | Version 3.0.1.Matthew Somerville2020-05-06-0/+68
|/
* Allow template to be an initial update on reports.Matthew Somerville2020-05-04-0/+6
|
* [Docs] Add deep linking page to Pro manual.Matthew Somerville2020-05-01-3/+96
|
* [Docs] Remove analytics.Matthew Somerville2020-04-23-11/+0
|
* Removes documentation about restricting access to /adminJoe Siltberg2020-04-06-16/+2
| | | | Fixes #2937
* Add Highways England junction lookupChris Mytton2020-03-12-0/+21
| | | | | | | This is taken from the sort-my-sign repo. It allows the user to search for motorways names and junction numbers, e.g. "M60, Junction 2", and then geocodes that using a SQLite database created from Highways England markerpost locations.
* [Docs] Updated with AMI for release v3.0Sam Pearson2020-03-05-3/+3
|
* Version 3.0.v3.0Matthew Somerville2020-03-04-0/+147
|
* [Docs] Update Gemfile.lock to current GitHub pagesMatthew Somerville2020-02-26-148/+188
|
* Remove appcache (breaking showing reports from localStorage cache).Matthew Somerville2020-02-14-3/+2
|
* STAGING_FLAGS option to hide the staging site bannerZarino Zappia2020-01-07-3/+15
| | | | | | | Allows you to hide the banner introduced in 1f43fc9. Useful when you’re making front-end changes—especially on small screens—and don’t want the banner getting in the way.
* Add configuration for setting CSP header.Matthew Somerville2019-11-25-0/+28
| | | | | | This allows you to output a working Content-Security-Policy header, with optional third-party domains, by setting a new CONTENT_SECURITY_POLICY configuration option.
* [Docs] Fix name of template for email logo settingsChris Mytton2019-11-08-1/+1
| | | | | | | | The logo_width and logo_height are set in _email_color_overrides.html, not _email_setting_overrides.html, so update the documentation to reflect that. [ci skip]
* Add some documentation for new admin category formMatthew Somerville2019-10-07-16/+65
|
* [Docs] Add bit about cobrand in vagrant.Matthew Somerville2019-07-16-1/+32
|
* [Docs] Fix placeholder in templates docs.Matthew Somerville2019-07-05-1/+1
|
* [Open311] Allow description in email template.Matthew Somerville2019-06-20-4/+7
| | | | | By specifying a placeholder in an email template, it can be replaced by the description returned from the Open311 server.
* Documentation updates for roles.Matthew Somerville2019-05-28-19/+40
|
* [Docs] Updated with AMI for release v2.6Sam Pearson2019-05-03-3/+3
|
* Version 2.6.v2.6Matthew Somerville2019-05-03-5/+45
| | | | | Include the usual generate new .pot file, gettext-merge, push to Transifex, pull from Transifex step.
* Remove email address from docs.abimysoc2019-04-05-27/+4
| | | | | To (hopefully) encourage people to join, and interact on, the mailing list instead.
* Allow user to be associated with multiple areas.Matthew Somerville2019-02-14-1/+1
| | | | | | Update database to store an array of IDs rather than only one; consequential changes to the admin and the dashboard to allow selection.
* Make front page cache time configurable.Matthew Somerville2019-02-04-0/+9
| | | | | Add a configuration variable to use for the front page stats/ recent list, plus the max-age of `/reports`.
* Include moderation history in report updates.Matthew Somerville2019-01-16-0/+3
| | | | | | If the user has moderating permission, or a cobrand allows the viewing of moderation history, show moderation history within the updates on a report page.
* add private only report filterStruan Donald2019-01-04-0/+3
|
* [Docs] Updated with AMI for release v2.5Sam Pearson2018-12-21-3/+3
|
* Version 2.5.v2.5Matthew Somerville2018-12-21-0/+47
|
* Modernise report "status" bannerZarino Zappia2018-12-13-3/+3
| | | | | | | | | | | | | * Simplify markup required for the status banner. * Simplify styles - the banner is now identical on all screen sizes. * Move the banner from `report/display.html` into `report/_main.html` so that it can appear after `.problem-back` in the source order. * Use real pin icon instead of `pin-flat-white-small.png`. * Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands don’t have to define it themselves if they’re happy with green. * Introduce `$col_fixed_label_light`, with a sensible default for all cobrands, even ones that have a custom `$col_fixed_label`. * Remove `$col_fixed_label_dark` – no longer needed.
* Adds documentation for handlemail.Joe Siltberg2018-11-28-0/+120
|
* add default_to_body permissionStruan Donald2018-11-19-0/+5
| | | | | | | If a user has this permission then the report_as dropdown will default to reporting as the body. For mysociety/freshdesk#23
* Add option to symlink full size photos.Matthew Somerville2018-11-14-0/+16
|
* add report_mark_private permissionStruan Donald2018-11-12-0/+23
| | | | | | | | Allows user's to see the inspector panel to mark reports as Private, and also to view those non-public reports. Useful for call centre staff who want to record private reports but don't need to other permissions. Fixes mysociety/fixmystreet-commercial#1213
* [Docs] Updated with AMI for release v2.4.2Sam Pearson2018-11-06-3/+3
|
* Version 2.4.2.v2.4.2Matthew Somerville2018-11-06-0/+27
|
* [Vagrant] Check and generate config file if necessarySam Pearson2018-11-05-4/+6
| | | | | | | | This adds support in `script/setup` for generating a local `general.yml` if it doesn't already exist and is run as the `vagrant` user. This is called from the `Vagrantfile` when using the FixMyStreet Vagrant box. [skip ci]
* Rename nav SCSS variable names.Matthew Somerville2018-10-22-2/+2
| | | | | Anything using old names should still work as long as they included the mixins file.