Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test that we are getting the titles right as well | Struan Donald | 2011-05-04 | -1/+4 |
| | ||||
* | add in prettyfication of postcode | Struan Donald | 2011-05-04 | -10/+38 |
| | ||||
* | added list method and template with no functionality | Struan Donald | 2011-05-04 | -0/+289 |
| | ||||
* | Correct page title and target for form | Struan Donald | 2011-05-04 | -2/+2 |
| | ||||
* | and move it all back to index.html as it will make things easier later | Struan Donald | 2011-05-04 | -1/+1 |
| | ||||
* | added in commented out code from alert.cgi for reference | Struan Donald | 2011-05-04 | -0/+34 |
| | ||||
* | rename index method/template for consistency | Struan Donald | 2011-05-04 | -1/+1 |
| | ||||
* | add in alert index page form code | Struan Donald | 2011-05-04 | -1/+14 |
| | ||||
* | Skeleton catalyst alerts page | Struan Donald | 2011-05-04 | -0/+70 |
| | ||||
* | Added various modules to required list that are in the debian packages | Struan Donald | 2011-05-04 | -0/+12 |
| | ||||
* | Upgaded HTTP::Server::Simple to 0.44 | Edmund von der Burg | 2011-05-04 | -1/+1 |
| | ||||
* | Undo unwanted whitespace changes. | Petter Reinholdtsen | 2011-05-04 | -8/+8 |
| | ||||
* | Make GeoRSS max length configurable. | Petter Reinholdtsen | 2011-05-04 | -9/+13 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Matthew Somerville | 2011-05-03 | -10/+15 |
|\ | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | CHeck that 'emptyhomes' cobrand is available before using it in tests | Edmund von der Burg | 2011-05-03 | -10/+15 |
| | | ||||
* | | Use correct email address in test. | Matthew Somerville | 2011-05-03 | -2/+2 |
|/ | ||||
* | Change URI::QueryParam to URI | Edmund von der Burg | 2011-05-03 | -1/+1 |
| | ||||
* | deal with trailing garbage on url | Edmund von der Burg | 2011-04-15 | -5/+15 |
| | ||||
* | Show 410 page for hidden reports, and 404 for ones that are not confirmed yet. | Edmund von der Burg | 2011-04-15 | -9/+25 |
| | ||||
* | Add 410 page | Edmund von der Burg | 2011-04-15 | -3/+31 |
| | ||||
* | rename 404 error to be clearer | Edmund von der Burg | 2011-04-15 | -7/+7 |
| | ||||
* | test for proper 404 page | Edmund von der Burg | 2011-04-15 | -0/+1 |
| | ||||
* | Tidy up 404 template and add error message | Edmund von der Burg | 2011-04-15 | -12/+25 |
| | ||||
* | Test and implement bad requests | Edmund von der Burg | 2011-04-15 | -33/+118 |
| | ||||
* | Prep to port '/report/123' page | Edmund von der Burg | 2011-04-15 | -202/+424 |
| | ||||
* | change cobrand url to uri and change all c.cobrand.url to c.uri_for in templates | Edmund von der Burg | 2011-04-15 | -19/+20 |
| | ||||
* | Added URI::QueryParam | Edmund von der Burg | 2011-04-15 | -0/+1 |
| | ||||
* | Use cobrand::url in ->uri_for | Edmund von der Burg | 2011-04-15 | -1/+114 |
| | ||||
* | Added missing url and geocoded_string_check methods | Edmund von der Burg | 2011-04-15 | -1/+16 |
| | ||||
* | Add PK to 'abuse' table | Edmund von der Burg | 2011-04-15 | -4/+11 |
| | ||||
* | Better docs/method names | Edmund von der Burg | 2011-04-15 | -10/+10 |
| | ||||
* | Handle (e,n) requests to '/' | Edmund von der Burg | 2011-04-15 | -42/+93 |
| | ||||
* | Proper FakeQ object to interface with old code | Edmund von der Burg | 2011-04-15 | -7/+116 |
| | ||||
* | typo | Edmund von der Burg | 2011-04-15 | -1/+1 |
| | ||||
* | Replace all $c->req with s->fake_q so that we isolate the old setup | Edmund von der Burg | 2011-04-14 | -12/+12 |
| | ||||
* | Add JSON module | Edmund von der Burg | 2011-04-14 | -0/+1 |
| | ||||
* | Port ajax over to Catalyst | Edmund von der Burg | 2011-04-14 | -109/+175 |
| | ||||
* | add ->fake_q stub | Edmund von der Burg | 2011-04-14 | -0/+17 |
| | ||||
* | Extract out some formatting for reuse | Edmund von der Burg | 2011-04-14 | -33/+35 |
| | ||||
* | Added Tilma proxy for dev server | Edmund von der Burg | 2011-04-14 | -0/+58 |
| | ||||
* | Fix for using outdated tokens | Edmund von der Burg | 2011-04-14 | -1/+2 |
| | ||||
* | Take out test placeholder | Edmund von der Burg | 2011-04-14 | -2/+0 |
| | ||||
* | fixes to import | Edmund von der Burg | 2011-04-14 | -19/+69 |
| | ||||
* | Corrected tests and docs. Still need to fix code. | Edmund von der Burg | 2011-04-14 | -3/+91 |
| | ||||
* | Fim report creation tests | Edmund von der Burg | 2011-04-14 | -33/+102 |
| | ||||
* | Match title now that it has newlines in it | Edmund von der Burg | 2011-04-14 | -3/+3 |
| | ||||
* | Port display_location | Edmund von der Burg | 2011-04-13 | -191/+223 |
| | ||||
* | Comment out code that is ported | Edmund von der Burg | 2011-04-13 | -17/+31 |
| | ||||
* | move code and templates to new locations | Edmund von der Burg | 2011-04-13 | -183/+364 |
| | ||||
* | Comment out code that is no longer run | Edmund von der Burg | 2011-04-13 | -548/+548 |
| |