Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add shortlist buttons to report lists. | Matthew Somerville | 2017-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 Somerville | 2016-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 Somerville | 2016-12-16 | -2/+17 |
| | ||||
* | Better generic 403/404 pages. | Matthew Somerville | 2016-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 Somerville | 2016-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 Somerville | 2015-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 reports | Struan Donald | 2012-08-31 | -0/+7 |
| | ||||
* | Don't have URL path passed through to 404 as error message. | Matthew Somerville | 2012-05-22 | -1/+1 |
| | ||||
* | Remove some unused docs, show 410 message with front page. | Matthew Somerville | 2011-06-14 | -2/+2 |
| | ||||
* | Add 410 page | Edmund von der Burg | 2011-04-15 | -3/+11 |
| | ||||
* | rename 404 error to be clearer | Edmund von der Burg | 2011-04-15 | -5/+5 |
| | ||||
* | Tidy up 404 template and add error message | Edmund von der Burg | 2011-04-15 | -5/+5 |
| | ||||
* | Handle (e,n) requests to '/' | Edmund von der Burg | 2011-04-15 | -1/+1 |
| | ||||
* | Redirect locations queries from '/' to '/around' | Edmund von der Burg | 2011-04-12 | -0/+20 |
| | ||||
* | Start to move index.cgi into catalyst | Edmund von der Burg | 2011-04-12 | -1/+1 |
| | ||||
* | Added overrides to staging servers to make testing/dev easier | Edmund von der Burg | 2011-04-06 | -1/+1 |
| | ||||
* | do the index page the proper way | Edmund von der Burg | 2011-02-23 | -1/+1 |
| | ||||
* | Added back index page for the tests | Edmund von der Burg | 2011-02-23 | -0/+9 |
| | ||||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -14/+4 |
| | | | | test to see welsh about us page | |||
* | Added About controller | Edmund von der Burg | 2011-02-23 | -0/+12 |
| | | | | | put 'loc' stub in place for i18n in templates server static files | |||
* | Added templated 404 page as default | Edmund von der Burg | 2011-02-22 | -22/+19 |
| | ||||
* | make default handler state that code has fallen through to the Catalyst app | Edmund von der Burg | 2011-02-22 | -2/+5 |
| | ||||
* | Created app using catalyst.pl | Edmund von der Burg | 2011-02-22 | -0/+69 |