aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Zurich] Add deleted column to bodies tableChris Mytton2013-09-11-1/+3
|
* [Zurich] Add deleted to admin body_params methodChris Mytton2013-09-10-1/+2
|
* [Zurich] Add flag as deleted field to body-formChris Mytton2013-09-10-0/+5
|
* [Zurich] Update DB/Result/Body.pm schemaChris Mytton2013-09-10-2/+4
|
* [Zurich] Update schema.sql with body.deleted columnChris Mytton2013-09-10-1/+2
|
* [Zurich] Add schema migration 0029 to bin/update-schemaChris Mytton2013-09-10-0/+1
|
* [Zurich] Remove super user check from body-formChris Mytton2013-09-10-2/+0
| | | | | The logic has changes, so it's now only the superuser that can access this whole form, so there is no need to be this granular.
* [Zurich] Add deleted column to body tableChris Mytton2013-09-10-0/+6
| | | | | | This is so Zurich can mark certain external bodies (which may already have problems assigned to them) as deleted, without *actually* deleting them.
* 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
| |
| * add area covered hintDave Whiteland2013-09-05-0/+8
| |
| * add body parent hintDave Whiteland2013-09-05-0/+8
| |
| * add body name hintDave Whiteland2013-09-05-0/+8
| |