aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/my.t
Commit message (Collapse)AuthorAgeLines
* Enable HTML in updates from staff usersDave Arter2020-09-30-7/+16
| | | | This also extends to response templates.
* Replace use of FixMyStreet::App with DB in tests.Matthew Somerville2019-11-22-1/+1
|
* Run each test file in a transaction.Matthew Somerville2017-06-20-5/+0
| | | | This means that the tests can be run in parallel.
* Allow users to hide their name on reports/updates.Zarino Zappia2017-05-31-2/+49
|
* Auto-add strict/warnings/Test::More with TestMech.Matthew Somerville2017-05-31-5/+0
|
* Add user planned reports.Matthew Somerville2016-08-22-6/+9
| | | | | | A user with the appropriate permission can add/remove reports from their list of planned reports using a button on a report page. The list can be viewed at /my/planned.
* Fix bug showing reports on Your Reports.Matthew Somerville2015-12-17-1/+6
| | | | | 92dfeac used an incorrect user column name in the new lookup, and there was no test to catch the regression.
* Factor out test contact creation to function.Matthew Somerville2015-03-13-1/+2
|
* Sign in over login; tidy CSS.Matthew Somerville2011-06-24-2/+2
|
* Prevent access to '/my' for users who are not logged inEdmund von der Burg2011-04-01-5/+14
|
* Added 'my' section to the siteEdmund von der Burg2011-03-04-0/+10