aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin
Commit message (Collapse)AuthorAgeLines
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-1522/+0
| | | | This should reduce confusion with the Default cobrand and override order.
* Make external links HTTPS where possible.Matthew Somerville2014-07-03-3/+3
| | | | And fix a couple that have redirected.
* Add MAPIT_GENERATION variable, to pin whitelist.Matthew Somerville2014-05-16-0/+1
| | | | | | Otherwise, when MapIt Global is updated, the 'point' lookup, as it only returns the current generation by default, might no longer return the areas present in the whitelist.
* Update code.fixmystreet.com references to fixmystreet.org.Matthew Somerville2014-03-19-2/+2
|
* Change default email indentation to none.Matthew Somerville2014-03-17-1/+0
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* Remove cached photos if hidden in admin interface.Matthew Somerville2013-11-20-2/+12
| | | | | Use the internal hash URL of the photo so that it can still be seen in the admin interface.
* Include version number on admin config page.Matthew Somerville2013-11-12-1/+3
|
* Add body deletion to admin interface.Matthew Somerville2013-11-11-3/+11
|
* Reorganise admin update list to match report list.Matthew Somerville2013-11-07-9/+9
|
* Add more admin external link icons.Matthew Somerville2013-11-07-8/+8
| | | | Use a relative URL in the CSS in case it's proxied.
* Show a graphic on links to non-admin pagesAndy Lulham2013-11-07-10/+10
| | | | Graphic and css from FMT. Fixes #579.
* fix typo and localise placeholdersDave Whiteland2013-11-07-2/+2
|
* Add placeholder textAndrew Black2013-11-07-2/+4
|
* Create a single date fields and parse as DD/MM/YYYYAndrew Black2013-11-07-2/+4
|
* Create a single fieldAndrew Black2013-11-07-6/+2
|
* More accurate config overriding for Zurich.Matthew Somerville2013-10-24-1/+2
|
* [Zurich] Add missing translation stringChris Mytton2013-10-15-1/+1
| | | | Part of mysociety/FixMyStreet-Commercial#423
* [Zurich] Add user email address validation to the adminChris Mytton2013-10-15-0/+4
| | | | Closes mysociety/FixMyStreet-Commercial#426
* add box around add body formDave Whiteland2013-09-30-2/+4
|
* whitespace tidyupDave Whiteland2013-09-30-140/+140
|
* add admin-box to separate 'add category' from 'edit body'Dave Whiteland2013-09-30-3/+4
|
* add where-areas-come-from admin hint to body formDave Whiteland2013-09-30-0/+10
|
* add 'leave blank' admin hint for can-be-devolvedDave Whiteland2013-09-30-0/+3
|
* Correctly list ALLOWED_COBRANDS with hash items.Matthew Somerville2013-09-19-1/+5
| | | | Thanks to Struan for spotting.
* Add a view-configuration admin page.Matthew Somerville2013-09-19-0/+140
| | | | Fixes #561.
* add warning in admin if body has no area coveredDave Whiteland2013-09-16-0/+10
| | | | closes #565
* [Zurich] Add deleted column to bodies tableChris Mytton2013-09-11-1/+3
|
* add show-admin-notes class to bodyDave Whiteland2013-09-06-1/+1
| | | | | 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
* only remove body links for Zurich (in admin)Dave Whiteland2013-09-06-6/+6
|
* fix broken (bad conflict fix) syntax in admin/bodiesDave Whiteland2013-09-05-1/+2
|
* add admin hint for non_public checkboxDave Whiteland2013-09-05-0/+11
|
* add admin hint for note textareaDave Whiteland2013-09-05-0/+5
|
* add admin hint for deleted checkboxDave Whiteland2013-09-05-0/+6
|
* add admin hint for confirmed checkboxDave Whiteland2013-09-05-0/+8
|
* add email address hint for non-email bodiesDave Whiteland2013-09-05-0/+6
|
* add category email address hintDave Whiteland2013-09-05-1/+7
|
* add new category hintDave Whiteland2013-09-05-0/+16
|
* clarify presentation on lagged users pageDave Whiteland2013-09-05-5/+13
| | | | | now shows which flagged users are in abuse table, which seems important (separate issue #523 to make managing and indeed viewing abuse table)
* update langauge describing flaggingDave Whiteland2013-09-05-5/+7
| | | | Correct the incorrect assertion that this has any affect: it doesn't (but adding to the abuse table does)
* add styling to flagged not-found resultsDave Whiteland2013-09-05-5/+5
|
* don't test on resultset (it's always true)Dave Whiteland2013-09-05-1/+1
| | | | instead should be testing on .count
* tiny layout changeDave Whiteland2013-09-05-2/+2
|
* add missing link separatorDave Whiteland2013-09-05-2/+2
|
* show warning on body with no live contactsDave Whiteland2013-09-05-0/+8
|
* add "no reports found" message to reports searchDave Whiteland2013-09-05-0/+6
|
* add "no results" message on user searchDave Whiteland2013-09-05-1/+6
|
* bring back "devolved" to describe contact-specific endpointsDave Whiteland2013-09-05-2/+2
| | | | I thought the word "override" was clearer, but I was wrong
* move override/devolved checkbox outside of hidden/revealed divDave Whiteland2013-09-05-12/+12
| | | | This checkbox should not only be revealed if the send method is not email, because it potentially applies all the time
* remove SHOW_ADMIN_HINTS configDave Whiteland2013-09-05-25/+19
| | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none)
* indicated deleted categories clearly on the body adminDave Whiteland2013-09-05-3/+3
| | | | this has been catching me out for years :-)