aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
Commit message (Collapse)AuthorAgeLines
* Add shortlist buttons to report lists.Matthew Somerville2017-01-12-0/+1
| | | | | | | This includes adding/removing reports from a user's shortlist, and manual reordering of a shortlist with up/down buttons. The backend code can cope with an item moving to any point in the list.
* Add offline storing of inspect forms.Matthew Somerville2016-12-16-0/+1
| | | | | | | | | | This allows the inspect form to be submitted when offline, with the data saved in localStorage, the number of saved forms shown in the banner, and the forms to be uploaded when back online. It copes if you go back to a report after having submitted the form, and if the back-online submission fails due to CSRF failure, retrying once with a new token.
* Return 400/500 for some client/server errors.Matthew Somerville2016-12-16-2/+17
|
* Better generic 403/404 pages.Matthew Somerville2016-09-09-2/+2
| | | | Stop IDs being shown on 404 pages, provide a nicer message on 403 pages.
* Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-0/+7
| | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-1/+1
| | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref.
* return 403 for non public reportsStruan Donald2012-08-31-0/+7
|
* Don't have URL path passed through to 404 as error message.Matthew Somerville2012-05-22-1/+1
|
* Remove some unused docs, show 410 message with front page.Matthew Somerville2011-06-14-2/+2
|
* Add 410 pageEdmund von der Burg2011-04-15-3/+11
|
* rename 404 error to be clearerEdmund von der Burg2011-04-15-5/+5
|
* Tidy up 404 template and add error messageEdmund von der Burg2011-04-15-5/+5
|
* Handle (e,n) requests to '/'Edmund von der Burg2011-04-15-1/+1
|
* Redirect locations queries from '/' to '/around'Edmund von der Burg2011-04-12-0/+20
|
* Start to move index.cgi into catalystEdmund von der Burg2011-04-12-1/+1
|
* Added overrides to staging servers to make testing/dev easierEdmund von der Burg2011-04-06-1/+1
|
* do the index page the proper wayEdmund von der Burg2011-02-23-1/+1
|
* Added back index page for the testsEdmund von der Burg2011-02-23-0/+9
|
* More work on the Cobrand and setting for requestEdmund von der Burg2011-02-23-14/+4
| | | | test to see welsh about us page
* Added About controllerEdmund von der Burg2011-02-23-0/+12
| | | | | put 'loc' stub in place for i18n in templates server static files
* Added templated 404 page as defaultEdmund von der Burg2011-02-22-22/+19
|
* make default handler state that code has fallen through to the Catalyst appEdmund von der Burg2011-02-22-2/+5
|
* Created app using catalyst.plEdmund von der Burg2011-02-22-0/+69