Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename 'default' web directory to 'base'. | Matthew Somerville | 2014-07-08 | -1522/+0 |
| | | | | This should reduce confusion with the Default cobrand and override order. | |||
* | Make external links HTTPS where possible. | Matthew Somerville | 2014-07-03 | -3/+3 |
| | | | | And fix a couple that have redirected. | |||
* | Add MAPIT_GENERATION variable, to pin whitelist. | Matthew Somerville | 2014-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 Somerville | 2014-03-19 | -2/+2 |
| | ||||
* | Change default email indentation to none. | Matthew Somerville | 2014-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 Somerville | 2013-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 Somerville | 2013-11-12 | -1/+3 |
| | ||||
* | Add body deletion to admin interface. | Matthew Somerville | 2013-11-11 | -3/+11 |
| | ||||
* | Reorganise admin update list to match report list. | Matthew Somerville | 2013-11-07 | -9/+9 |
| | ||||
* | Add more admin external link icons. | Matthew Somerville | 2013-11-07 | -8/+8 |
| | | | | Use a relative URL in the CSS in case it's proxied. | |||
* | Show a graphic on links to non-admin pages | Andy Lulham | 2013-11-07 | -10/+10 |
| | | | | Graphic and css from FMT. Fixes #579. | |||
* | fix typo and localise placeholders | Dave Whiteland | 2013-11-07 | -2/+2 |
| | ||||
* | Add placeholder text | Andrew Black | 2013-11-07 | -2/+4 |
| | ||||
* | Create a single date fields and parse as DD/MM/YYYY | Andrew Black | 2013-11-07 | -2/+4 |
| | ||||
* | Create a single field | Andrew Black | 2013-11-07 | -6/+2 |
| | ||||
* | More accurate config overriding for Zurich. | Matthew Somerville | 2013-10-24 | -1/+2 |
| | ||||
* | [Zurich] Add missing translation string | Chris Mytton | 2013-10-15 | -1/+1 |
| | | | | Part of mysociety/FixMyStreet-Commercial#423 | |||
* | [Zurich] Add user email address validation to the admin | Chris Mytton | 2013-10-15 | -0/+4 |
| | | | | Closes mysociety/FixMyStreet-Commercial#426 | |||
* | add box around add body form | Dave Whiteland | 2013-09-30 | -2/+4 |
| | ||||
* | whitespace tidyup | Dave Whiteland | 2013-09-30 | -140/+140 |
| | ||||
* | add admin-box to separate 'add category' from 'edit body' | Dave Whiteland | 2013-09-30 | -3/+4 |
| | ||||
* | add where-areas-come-from admin hint to body form | Dave Whiteland | 2013-09-30 | -0/+10 |
| | ||||
* | add 'leave blank' admin hint for can-be-devolved | Dave Whiteland | 2013-09-30 | -0/+3 |
| | ||||
* | Correctly list ALLOWED_COBRANDS with hash items. | Matthew Somerville | 2013-09-19 | -1/+5 |
| | | | | Thanks to Struan for spotting. | |||
* | Add a view-configuration admin page. | Matthew Somerville | 2013-09-19 | -0/+140 |
| | | | | Fixes #561. | |||
* | add warning in admin if body has no area covered | Dave Whiteland | 2013-09-16 | -0/+10 |
| | | | | closes #565 | |||
* | [Zurich] Add deleted column to bodies table | Chris Mytton | 2013-09-11 | -1/+3 |
| | ||||
* | add show-admin-notes class to body | Dave Whiteland | 2013-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 Whiteland | 2013-09-06 | -6/+6 |
| | ||||
* | fix broken (bad conflict fix) syntax in admin/bodies | Dave Whiteland | 2013-09-05 | -1/+2 |
| | ||||
* | add admin hint for non_public checkbox | Dave Whiteland | 2013-09-05 | -0/+11 |
| | ||||
* | add admin hint for note textarea | Dave Whiteland | 2013-09-05 | -0/+5 |
| | ||||
* | add admin hint for deleted checkbox | Dave Whiteland | 2013-09-05 | -0/+6 |
| | ||||
* | add admin hint for confirmed checkbox | Dave Whiteland | 2013-09-05 | -0/+8 |
| | ||||
* | add email address hint for non-email bodies | Dave Whiteland | 2013-09-05 | -0/+6 |
| | ||||
* | add category email address hint | Dave Whiteland | 2013-09-05 | -1/+7 |
| | ||||
* | add new category hint | Dave Whiteland | 2013-09-05 | -0/+16 |
| | ||||
* | clarify presentation on lagged users page | Dave Whiteland | 2013-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 flagging | Dave Whiteland | 2013-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 results | Dave Whiteland | 2013-09-05 | -5/+5 |
| | ||||
* | don't test on resultset (it's always true) | Dave Whiteland | 2013-09-05 | -1/+1 |
| | | | | instead should be testing on .count | |||
* | tiny layout change | Dave Whiteland | 2013-09-05 | -2/+2 |
| | ||||
* | add missing link separator | Dave Whiteland | 2013-09-05 | -2/+2 |
| | ||||
* | show warning on body with no live contacts | Dave Whiteland | 2013-09-05 | -0/+8 |
| | ||||
* | add "no reports found" message to reports search | Dave Whiteland | 2013-09-05 | -0/+6 |
| | ||||
* | add "no results" message on user search | Dave Whiteland | 2013-09-05 | -1/+6 |
| | ||||
* | bring back "devolved" to describe contact-specific endpoints | Dave Whiteland | 2013-09-05 | -2/+2 |
| | | | | I thought the word "override" was clearer, but I was wrong | |||
* | move override/devolved checkbox outside of hidden/revealed div | Dave Whiteland | 2013-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 config | Dave Whiteland | 2013-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 admin | Dave Whiteland | 2013-09-05 | -3/+3 |
| | | | | this has been catching me out for years :-) |