aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/fixmystreet-admin.js
Commit message (Collapse)AuthorAgeLines
* Move staff-only JavaScript to separate file.Matthew Somerville2017-03-10-125/+0
|
* [Oxfordshire] Add Exor RDI file download featureDave Arter2017-02-15-2/+16
| | | | | | | | | | The RDI file format encapsulates information about inspections that have taken place, and can be uploaded into Exor to create defects in bulk. This commit adds a page to the Oxfordshire cobrand's admin allowing RDI files to be generated and downloaded from FMS. For mysociety/fixmystreetforcouncils#127
* Add UI for assigning categories to a user in adminDave Arter2016-10-28-1/+2
| | | | | - A user can be assigned to any number of its body's categories - The category ids are stored as a list in the user's extra field
* Refactor template/priority category checkboxes into own templateDave Arter2016-10-19-0/+7
| | | | | - Also adds add select all/none UI - Adds admin hint for empty category list behaviour
* Factor Open311 fields into own template for devolved contactsDave Arter2016-10-19-7/+10
|
* Extract category edit form into its own templateDave Arter2016-10-19-0/+7
| | | | | | | | | | * The same template is now used for creating new contacts as well as editing existing ones. * Zurich template for editing contacts has been left unchanged for now * Reputation threshold is included on form * Fields are in a more intuitive order * Required fields are marked as such in DOM for client-side validation * Rename ‘notes’ field to make its meaning clearer
* Add UI for managing category reputation thresholdDave Arter2016-09-23-0/+10
|
* Allow user to have an area assigned in adminDave Arter2016-08-22-0/+6
|
* Remove some unused cobrands.Matthew Somerville2016-04-20-1/+1
|
* Allow body external URL to be edited in admin.Matthew Somerville2015-07-30-1/+1
|
* Drop show-admin-notes class and show notes everywhereSteven Day2015-07-29-25/+23
| | | | | | | | | | | | | | | | .show-admin-notes was a class that could be applied on a cobrand basis to turn on or off the showing of admin notes and error messages. This was introduced when the concept of admin notes was added, so that existing cobrands could opt-in to the functionality. Now, every cobrand uses it, so there's no need to make it optional. This commit removes the CSS styles based on it, so that errors and notes always display; removes the addition of the class to admin pages, and removes the conditional javascript that enabled admin tooltips based on the class. Closes #1161
* Add Jquery-ui files, and fixmystreet-admin.jsAndrew Black2013-11-07-0/+18
|
* add show-admin-notes class to bodyDave Whiteland2013-09-06-22/+24
| | | | | making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations
* fix deciding-to-hide contacts bugDave Whiteland2013-09-05-2/+1
| | | | was counting rows and expecting them to be 1, when it should have been counting tables.
* jslint fixesDave Whiteland2013-09-05-17/+19
|
* add toggle button to hide contacts, closes #505Dave Whiteland2013-09-05-0/+19
|
* don't hide with slideUp on page loadDave Whiteland2013-09-05-6/+10
| | | | if open311 shouldn't be show, hide it straight away (slideUp animation was distracting)
* add display-on-click hintsDave Whiteland2013-09-05-0/+10
|
* hide open311 inputs for bodies unless neededDave Whiteland2013-09-05-0/+21
| | | | | basically if send method is not email (or there's an endpoint value), don't show the form Maybe we need to have an "show all fields" button/link but for normal use I think this is OK
* make js available in admin pagesDave Whiteland2013-09-05-0/+4