Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move site_name/site_title into templates where they belong. | Matthew Somerville | 2012-08-17 | -1/+1 |
| | ||||
* | Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly. | Matthew Somerville | 2012-07-13 | -2/+2 |
| | | | | | | | | | Setting MAPIT_URL to .../fakemapit/ will then return one area, ID 161 and type ZZZ, whatever co-ordinate it is given. This means the default area type is now ZZZ, the UK specific types are moved into the UK cobrands, and the tests updated accordingly to still function (they assume UK-ness a lot, so probably need an ALLOWED_COBRANDS entry of "fixmystreet: 'localhost'" and for your host's domain to show fixmystreet too). | |||
* | fix failing test due to now having error messages in js elsewhere on the page | Struan Donald | 2011-09-05 | -6/+6 |
| | ||||
* | Get cookie expiry to work, and correct IDs on checkboxes. | Matthew Somerville | 2011-06-29 | -5/+3 |
| | ||||
* | Sort problems, and have a map, maybe. | Matthew Somerville | 2011-06-28 | -2/+1 |
| | ||||
* | Allow people to sign in (or not) as they make a report. | Matthew Somerville | 2011-06-27 | -1/+1 |
| | ||||
* | Sign in over login; tidy CSS. | Matthew Somerville | 2011-06-24 | -13/+13 |
| | ||||
* | Allow people to give name/pw on auth page. | Matthew Somerville | 2011-06-24 | -2/+2 |
| | ||||
* | Implement redirect upon sign in to where the user came from; tidy up error ↵ | Matthew Somerville | 2011-06-21 | -3/+6 |
| | | | | display. | |||
* | Fix session cookie test, and test based on contact_name that might change. | Matthew Somerville | 2011-06-09 | -3/+4 |
| | ||||
* | Tidy up some strings for translation, remove some migrated code. | Matthew Somerville | 2011-06-06 | -1/+1 |
| | ||||
* | More robust tests | Edmund von der Burg | 2011-04-11 | -5/+4 |
| | ||||
* | Add the 'remember_me' checkbox on login | Edmund von der Burg | 2011-04-07 | -17/+27 |
| | ||||
* | Abstracted out some email tests | Edmund von der Burg | 2011-03-25 | -13/+13 |
| | ||||
* | Move login/out methods into TestMech | Edmund von der Burg | 2011-03-25 | -19/+10 |
| | ||||
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -35/+134 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+127 |