Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Test report creation for user who is logged in | Edmund von der Burg | 2011-03-28 | -0/+47 |
| | | | | also added methods to testmech | |||
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -0/+132 |
| | ||||
* | Add 'abuse' table and put abuse logic into problem | Edmund von der Burg | 2011-03-28 | -0/+44 |
| | ||||
* | Abstracted out some email tests | Edmund von der Burg | 2011-03-25 | -0/+52 |
| | ||||
* | Move login/out methods into TestMech | Edmund von der Burg | 2011-03-25 | -2/+45 |
| | ||||
* | More tests (and fixes to issues thrown up) | Edmund von der Burg | 2011-03-25 | -13/+73 |
| | ||||
* | Created FMS specific Test::WWW:Mech wrapper | Edmund von der Burg | 2011-03-25 | -0/+87 |
| | ||||
* | Store tokens correctly | Edmund von der Burg | 2011-03-24 | -37/+42 |
| | ||||
* | Close off map correctly | Edmund von der Burg | 2011-03-24 | -1/+5 |
| | ||||
* | Don't show field errors if map used to change location | Edmund von der Burg | 2011-03-24 | -2/+7 |
| | ||||
* | added support for partials | Edmund von der Burg | 2011-03-24 | -73/+111 |
| | ||||
* | auth related fixes | Edmund von der Burg | 2011-03-24 | -2/+7 |
| | ||||
* | Handle photo uploads - caching between requests if there are errors | Edmund von der Burg | 2011-03-24 | -41/+107 |
| | ||||
* | Handle successful repor creation correctly | Edmund von der Burg | 2011-03-23 | -45/+50 |
| | ||||
* | use .txt suffix on email templates | Edmund von der Burg | 2011-03-23 | -3/+3 |
| | ||||
* | Set confirmed state correctly | Edmund von der Burg | 2011-03-23 | -0/+5 |
| | ||||
* | Cleared up the council string creation logic | Edmund von der Burg | 2011-03-23 | -149/+166 |
| | ||||
* | WiP: interim commit - basic form fields and errors migrated. Currently ↵ | Edmund von der Burg | 2011-03-23 | -14/+357 |
| | | | | broken for councils | |||
* | Move error checking into the model | Edmund von der Burg | 2011-03-23 | -90/+189 |
| | ||||
* | don't show map related text if skipped | Edmund von der Burg | 2011-03-23 | -0/+4 |
| | ||||
* | Wording about councils | Edmund von der Burg | 2011-03-21 | -7/+17 |
| | ||||
* | Add more utility functions | Edmund von der Burg | 2011-03-21 | -1/+27 |
| | ||||
* | Add contacts table to DBIC schema | Edmund von der Burg | 2011-03-21 | -0/+64 |
| | ||||
* | Convert map click to location | Edmund von der Burg | 2011-03-21 | -15/+28 |
| | ||||
* | display map | Edmund von der Burg | 2011-03-21 | -508/+128 |
| | ||||
* | Check councils | Edmund von der Burg | 2011-03-21 | -15/+131 |
| | ||||
* | WiP: determine location from pc | Edmund von der Burg | 2011-03-21 | -4/+670 |
| | ||||
* | Use unicode plugin | Edmund von der Burg | 2011-03-21 | -0/+1 |
| | ||||
* | Controller to handle new reports and outline of tests needed | Edmund von der Burg | 2011-03-18 | -0/+26 |
| | ||||
* | Create a new report by going to '/reports/new' | Edmund von der Burg | 2011-03-18 | -1/+1 |
| | ||||
* | Update DBIC Schema | Edmund von der Burg | 2011-03-15 | -2/+97 |
| | ||||
* | Clean up the flow - only mxcheck emails if we need to (ie not for logging in) | Edmund von der Burg | 2011-03-04 | -28/+25 |
| | ||||
* | drop column is_confirmed - not needed | Edmund von der Burg | 2011-03-04 | -6/+3 |
| | ||||
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -106/+98 |
| | ||||
* | Added 'my' section to the site | Edmund von der Burg | 2011-03-04 | -0/+31 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -3/+253 |
| | ||||
* | Change emails to use construct_email from mySociety::Email for encoding and ↵ | Edmund von der Burg | 2011-03-03 | -4/+21 |
| | | | | line wrapping | |||
* | Check that UTF8 in emails works | Edmund von der Burg | 2011-03-03 | -0/+5 |
| | ||||
* | Ported AuthToken to DBIx::Class | Edmund von der Burg | 2011-03-02 | -0/+84 |
| | ||||
* | Simple email sending | Edmund von der Burg | 2011-03-02 | -3/+156 |
| | ||||
* | Passwords can be null | Edmund von der Burg | 2011-03-02 | -3/+3 |
| | ||||
* | Added authentication plugins | Edmund von der Burg | 2011-03-01 | -3/+29 |
| | ||||
* | Added FixMyStreet::DB as a model to FixMyStreet::App | Edmund von der Burg | 2011-03-01 | -0/+24 |
| | ||||
* | Generated ORM code for some of the tables | Edmund von der Burg | 2011-03-01 | -0/+74 |
| | ||||
* | Remove cruft relating to config loading | Edmund von der Burg | 2011-02-28 | -14/+4 |
| | ||||
* | Remane method and template files - don't want too many index.html files | Edmund von der Burg | 2011-02-24 | -2/+4 |
| | ||||
* | Ported the FAQ accross | Edmund von der Burg | 2011-02-24 | -0/+35 |
| | ||||
* | base_host method for conveniance | Edmund von der Burg | 2011-02-24 | -0/+13 |
| | ||||
* | Explicitly set gettext_dir so that it does not matter where calling script ↵ | Edmund von der Burg | 2011-02-24 | -9/+21 |
| | | | | file is located | |||
* | Return lang to set in HTML | Edmund von der Burg | 2011-02-24 | -6/+23 |
| | | | | | | added 'is_default' method to cobrands tests for i18n (includin checking *.mo files generated) more debug output in footer |