aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Zurich] Only show automatic reply when status is hiddenChris Mytton2013-09-11-1/+14
|
* [Zurich] Add send rejected email checkbox to report editChris Mytton2013-09-11-0/+5
|
* [Zurich] Don't send problem rejected email unless requestedChris Mytton2013-09-11-1/+1
|
* Merge branch 'zurich-extra-csv-columns'Chris Mytton2013-09-11-4/+26
|\
| * [Zurich] Reformat admin csv codeChris Mytton2013-09-09-2/+3
| |
| * [Zurich] Quote the external body name in csvChris Mytton2013-09-09-1/+1
| |
| * [Zurich] Add external body name to admin csv exportChris Mytton2013-09-09-5/+13
| |
| * [Zurich] Reformat long lines in csv export codeChris Mytton2013-09-09-3/+15
| |
| * [Zurich] Add missing column title for superusersChris Mytton2013-09-09-0/+1
| |
| * [Zurich] Add report user id to admin stats csvChris Mytton2013-09-09-3/+3
| |
| * [Zurich] Add report state to admin stats csvChris Mytton2013-09-06-3/+3
| |
* | Update DB/Result/* with latest DBIx::Class::Schema::LoaderChris Mytton2013-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 adminChris Mytton2013-09-09-2/+2
| | | | | | | | As discussed in 1d7b6f7ae59240f0396c5b2d528bb97269760fd6
* | [Zurich] Add link on admin reports to AV onlineChris Mytton2013-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 bodyDave Whiteland2013-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 Whiteland2013-09-06-74/+510
|\
| * 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-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 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
| |
| * 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.
| * add missing link separatorDave Whiteland2013-09-05-2/+2
| |
| * show warning on body with no live contactsDave Whiteland2013-09-05-0/+9
| |
| * jslint fixesDave Whiteland2013-09-05-17/+19
| |
| * 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-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 #505Dave Whiteland2013-09-05-0/+19
| |
| * indicated deleted categories clearly on the body adminDave Whiteland2013-09-05-3/+9
| | | | | | | | this has been catching me out for years :-)
| * add flagged user hintDave Whiteland2013-09-05-1/+15
| | | | | | | | also updated flagged page to indicate that flagged user's reports are automatically hidden (by send_reports)
| * add user body hintDave Whiteland2013-09-05-1/+13
| |
| * add user name admin hintDave Whiteland2013-09-05-1/+11
| |
| * add no-bullets style declaration to default admin CSSDave Whiteland2013-09-05-0/+6
| |
| * add user search hintDave Whiteland2013-09-05-0/+3
| |
| * move those divs out of the paragraphs!Dave Whiteland2013-09-05-102/+103
| | | | | | | | added bottom margin to info boxes to fix layout on body form (hint div floating beneath it)
| * add diligency league hintDave Whiteland2013-09-05-0/+7
| |
| * add open311 hintsDave Whiteland2013-09-05-4/+76
| | | | | | | | Also changed 'extended status' label to be inline to match the others
| * add send method hintDave Whiteland2013-09-05-0/+8
| |