Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Test and implement bad requests | Edmund von der Burg | 2011-04-15 | -0/+75 | |
| | |||||
* | Prep to port '/report/123' page | Edmund von der Burg | 2011-04-15 | -0/+0 | |
| | |||||
* | Handle (e,n) requests to '/' | Edmund von der Burg | 2011-04-15 | -5/+24 | |
| | |||||
* | Added Tilma proxy for dev server | Edmund von der Burg | 2011-04-14 | -0/+12 | |
| | |||||
* | Take out test placeholder | Edmund von der Burg | 2011-04-14 | -2/+0 | |
| | |||||
* | fixes to import | Edmund von der Burg | 2011-04-14 | -14/+12 | |
| | |||||
* | Corrected tests and docs. Still need to fix code. | Edmund von der Burg | 2011-04-14 | -2/+88 | |
| | |||||
* | Fim report creation tests | Edmund von der Burg | 2011-04-14 | -5/+48 | |
| | |||||
* | Match title now that it has newlines in it | Edmund von der Burg | 2011-04-14 | -3/+3 | |
| | |||||
* | Moved some of the location smarts from '/report/new' to '/around' | Edmund von der Burg | 2011-04-13 | -73/+82 | |
| | |||||
* | Create Around controller and implement the easy bits | Edmund von der Burg | 2011-04-12 | -4/+34 | |
| | |||||
* | Redirect locations queries from '/' to '/around' | Edmund von der Burg | 2011-04-12 | -4/+5 | |
| | |||||
* | Start to move index.cgi into catalyst | Edmund von der Burg | 2011-04-12 | -0/+39 | |
| | |||||
* | 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 | |
| | |||||
* | prefill user's details if logged in | Edmund von der Burg | 2011-04-01 | -1/+24 | |
| | |||||
* | Prevent access to '/my' for users who are not logged in | Edmund von der Burg | 2011-04-01 | -5/+14 | |
| | |||||
* | remove silly tests | Edmund von der Burg | 2011-04-01 | -9/+0 | |
| | |||||
* | Change '/reports/new' to '/report/new' | Edmund von der Burg | 2011-04-01 | -15/+15 | |
| | | | | | Fix broken links to '/reports/<<id>>' Get correct base under CGI and FastCGI | ||||
* | Ported import.cgi to catalyst | Edmund von der Burg | 2011-03-31 | -6/+158 | |
| | |||||
* | Test report creation for user who is logged in | Edmund von der Burg | 2011-03-28 | -6/+58 | |
| | | | | also added methods to testmech | ||||
* | code tested elsewhere | Edmund von der Burg | 2011-03-28 | -10/+0 | |
| | |||||
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -38/+115 | |
| | |||||
* | 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 | |
| | |||||
* | More tests (and fixes to issues thrown up) | Edmund von der Burg | 2011-03-25 | -3/+215 | |
| | |||||
* | Tests for pc searches (both hits and misses) | Edmund von der Burg | 2011-03-25 | -12/+85 | |
| | |||||
* | WiP: determine location from pc | Edmund von der Burg | 2011-03-21 | -2/+7 | |
| | |||||
* | Controller to handle new reports and outline of tests needed | Edmund von der Burg | 2011-03-18 | -0/+48 | |
| | |||||
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -35/+134 | |
| | |||||
* | Added 'my' section to the site | Edmund von der Burg | 2011-03-04 | -0/+10 | |
| | |||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+127 | |
| | |||||
* | Explicitly set gettext_dir so that it does not matter where calling script ↵ | Edmund von der Burg | 2011-02-24 | -5/+7 | |
| | | | | file is located | ||||
* | Tidy t/app | Edmund von der Burg | 2011-02-23 | -0/+20 | |
| | |||||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -2/+8 | |
| | | | | test to see welsh about us page | ||||
* | Added About controller | Edmund von der Burg | 2011-02-23 | -0/+18 | |
put 'loc' stub in place for i18n in templates server static files |