Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Zurich] Only show automatic reply when status is hidden | Chris Mytton | 2013-09-11 | -1/+14 |
| | ||||
* | [Zurich] Add send rejected email checkbox to report edit | Chris Mytton | 2013-09-11 | -0/+5 |
| | ||||
* | [Zurich] Don't send problem rejected email unless requested | Chris Mytton | 2013-09-11 | -1/+1 |
| | ||||
* | Merge branch 'zurich-extra-csv-columns' | Chris Mytton | 2013-09-11 | -4/+26 |
|\ | ||||
| * | [Zurich] Reformat admin csv code | Chris Mytton | 2013-09-09 | -2/+3 |
| | | ||||
| * | [Zurich] Quote the external body name in csv | Chris Mytton | 2013-09-09 | -1/+1 |
| | | ||||
| * | [Zurich] Add external body name to admin csv export | Chris Mytton | 2013-09-09 | -5/+13 |
| | | ||||
| * | [Zurich] Reformat long lines in csv export code | Chris Mytton | 2013-09-09 | -3/+15 |
| | | ||||
| * | [Zurich] Add missing column title for superusers | Chris Mytton | 2013-09-09 | -0/+1 |
| | | ||||
| * | [Zurich] Add report user id to admin stats csv | Chris Mytton | 2013-09-09 | -3/+3 |
| | | ||||
| * | [Zurich] Add report state to admin stats csv | Chris Mytton | 2013-09-06 | -3/+3 |
| | | ||||
* | | Update DB/Result/* with latest DBIx::Class::Schema::Loader | Chris Mytton | 2013-09-10 | -42/+42 |
| | | | | | | | | | | | | | | | | | | Version 0.07027 of DBIx::Class::Schema::Loader introduced some changes to the way it generates schemas. > PostgreSQL WARNING: the default for on_delete/on_update attributes for > belongs_to relationships is now 'NO ACTION' not 'CASCADE! The default > for is_deferrable is now 0 not 1. | |||
* | | [Zurich] Inline translations in report edit admin | Chris Mytton | 2013-09-09 | -2/+2 |
| | | | | | | | | As discussed in 1d7b6f7ae59240f0396c5b2d528bb97269760fd6 | |||
* | | [Zurich] Add link on admin reports to AV online | Chris Mytton | 2013-09-09 | -0/+5 |
|/ | | | | | | | Need to update the translation for the link to "Standort in AV-Online anzeigen" when #414 is done. Closes mysociety/FixMyStreet-Commercial#404 | |||
* | add show-admin-notes class to body | Dave Whiteland | 2013-09-06 | -29/+40 |
| | | | | | 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 | |||
* | Merge branch 'admin-notes' | Dave Whiteland | 2013-09-06 | -74/+510 |
|\ | ||||
| * | 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 | -6/+26 |
| | | | | | | | | | | 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 |
| | | ||||
| * | fix deciding-to-hide contacts bug | Dave Whiteland | 2013-09-05 | -2/+1 |
| | | | | | | | | was counting rows and expecting them to be 1, when it should have been counting tables. | |||
| * | 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/+9 |
| | | ||||
| * | jslint fixes | Dave Whiteland | 2013-09-05 | -17/+19 |
| | | ||||
| * | 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 | -32/+21 |
| | | | | | | | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none) | |||
| * | add toggle button to hide contacts, closes #505 | Dave Whiteland | 2013-09-05 | -0/+19 |
| | | ||||
| * | indicated deleted categories clearly on the body admin | Dave Whiteland | 2013-09-05 | -3/+9 |
| | | | | | | | | this has been catching me out for years :-) | |||
| * | add flagged user hint | Dave Whiteland | 2013-09-05 | -1/+15 |
| | | | | | | | | also updated flagged page to indicate that flagged user's reports are automatically hidden (by send_reports) | |||
| * | add user body hint | Dave Whiteland | 2013-09-05 | -1/+13 |
| | | ||||
| * | add user name admin hint | Dave Whiteland | 2013-09-05 | -1/+11 |
| | | ||||
| * | add no-bullets style declaration to default admin CSS | Dave Whiteland | 2013-09-05 | -0/+6 |
| | | ||||
| * | add user search hint | Dave Whiteland | 2013-09-05 | -0/+3 |
| | | ||||
| * | move those divs out of the paragraphs! | Dave Whiteland | 2013-09-05 | -102/+103 |
| | | | | | | | | added bottom margin to info boxes to fix layout on body form (hint div floating beneath it) | |||
| * | add diligency league hint | Dave Whiteland | 2013-09-05 | -0/+7 |
| | | ||||
| * | add open311 hints | Dave Whiteland | 2013-09-05 | -4/+76 |
| | | | | | | | | Also changed 'extended status' label to be inline to match the others | |||
| * | add send method hint | Dave Whiteland | 2013-09-05 | -0/+8 |
| | |