| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Also adds add select all/none UI
- Adds admin hint for empty category list behaviour
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
| |
|
|
|
|
|
| |
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
|
|
|
|
| |
was counting rows and expecting them to be 1, when it should have been counting tables.
|
| |
|
| |
|
|
|
|
| |
if open311 shouldn't be show, hide it straight away (slideUp animation was distracting)
|
| |
|
|
|
|
|
| |
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
|
|
|