| Commit message (Expand) | Author | Age | Lines |
* | Create Around controller and implement the easy bits | Edmund von der Burg | 2011-04-12 | -0/+53 |
* | Redirect locations queries from '/' to '/around' | Edmund von der Burg | 2011-04-12 | -0/+20 |
* | Port front stats code over to TT2 and new cobrand | Edmund von der Burg | 2011-04-12 | -4/+46 |
* | Start to move index.cgi into catalyst | Edmund von der Burg | 2011-04-12 | -1/+1 |
* | More robust tests | Edmund von der Burg | 2011-04-11 | -2/+24 |
* | Mute undef warning | Edmund von der Burg | 2011-04-11 | -1/+2 |
* | Added 'uri_for_email' method and switched some tokens over to it | Edmund von der Burg | 2011-04-11 | -2/+23 |
* | check the skipped paramater earlier | Edmund von der Burg | 2011-04-11 | -1/+3 |
* | Merge branch 'migrate_to_catalyst' of ssh://evdb@git.mysociety.org/data/git/p... | Edmund von der Burg | 2011-04-11 | -1/+6 |
|\ |
|
| * | Strip UK from choices as currently done. | Matthew Somerville | 2011-04-11 | -1/+6 |
* | | Make photo upload depend on cobrand setting | Edmund von der Burg | 2011-04-08 | -0/+1 |
|/ |
|
* | Merge branch 'master' into migrate_to_catalyst | Edmund von der Burg | 2011-04-08 | -2/+2 |
|\ |
|
| * | Switch to new MaPit call, as old one fails in Norway thinking it should look ... | Matthew Somerville | 2011-04-08 | -2/+2 |
* | | added newsletter sign up | Edmund von der Burg | 2011-04-07 | -2/+8 |
* | | Add Southampton exception to catalyst code | Edmund von der Burg | 2011-04-07 | -2/+9 |
* | | Add the 'remember_me' checkbox on login | Edmund von der Burg | 2011-04-07 | -3/+33 |
* | | Fix bugs introduced with overrides form | Edmund von der Burg | 2011-04-07 | -9/+9 |
* | | Added overrides to staging servers to make testing/dev easier | Edmund von der Burg | 2011-04-06 | -11/+106 |
* | | fixes to match the changed map code | Edmund von der Burg | 2011-04-05 | -6/+15 |
* | | Fix incorrect mailer_args | Edmund von der Burg | 2011-04-05 | -1/+1 |
* | | Fix - configure maps when setting up cobrand | Edmund von der Burg | 2011-04-04 | -0/+3 |
* | | Merge branch 'master' into migrate_to_catalyst | Edmund von der Burg | 2011-04-04 | -336/+444 |
|\| |
|
| * | Move midpoint code to Cobrand, as I missed it hidden in map code. | Matthew Somerville | 2011-03-26 | -2/+2 |
| * | Bing Maps key. | Matthew Somerville | 2011-03-23 | -0/+2 |
| * | Allow map change in URL. | Matthew Somerville | 2011-03-23 | -262/+158 |
| * | Move RABX include to only place it's needed. | Matthew Somerville | 2011-03-20 | -0/+1 |
| * | Fixes to other map types to work with lat/lon. Split OSM JavaScript into core... | Matthew Somerville | 2011-03-09 | -24/+74 |
| * | Some minor URL improvements. | Matthew Somerville | 2011-03-08 | -14/+2 |
| * | Hopefully fix a couple of locale issues, one I just introduced, whoops. | Matthew Somerville | 2011-03-05 | -2/+4 |
| * | Handle NO postcodes via mapit. | Matthew Somerville | 2011-03-05 | -0/+8 |
| * | Allow lat/lon in query string to affect map location (for non-JS browsing of ... | Matthew Somerville | 2011-03-04 | -0/+4 |
| * | Add category to RSS feed. | Matthew Somerville | 2011-03-02 | -0/+1 |
| * | Output lon/lat fields in correct places. | Matthew Somerville | 2011-02-26 | -0/+4 |
| * | Non-JS way of accessing OSM map, acts like OpenLayers but just with HTML. | Matthew Somerville | 2011-02-26 | -5/+153 |
| * | Move compass function to Tilma code, pass Q through to click->latlon lookup. | Matthew Somerville | 2011-02-26 | -31/+32 |
| * | No need for all pins yet (does nothing <6 months), hide pins using OL JS if p... | Matthew Somerville | 2011-02-24 | -2/+2 |
| * | Factor out address checking, so that single results are checked too (e.g. for... | Matthew Somerville | 2011-02-24 | -21/+25 |
| * | Remove unneeded decodes, everything is already decoded by then, and fix for p... | Matthew Somerville | 2011-02-24 | -1/+0 |
* | | Move logic into problem | Edmund von der Burg | 2011-04-01 | -8/+25 |
* | | prefill user's details if logged in | Edmund von der Burg | 2011-04-01 | -30/+44 |
* | | clean up some FIXMEs | Edmund von der Burg | 2011-04-01 | -7/+3 |
* | | Prevent access to '/my' for users who are not logged in | Edmund von der Burg | 2011-04-01 | -2/+7 |
* | | Add in map js to headers | Edmund von der Burg | 2011-04-01 | -0/+17 |
* | | Change '/reports/new' to '/report/new' | Edmund von der Burg | 2011-04-01 | -6/+6 |
* | | Ported import.cgi to catalyst | Edmund von der Burg | 2011-03-31 | -10/+232 |
* | | Test report creation for user who is logged in | Edmund von der Burg | 2011-03-28 | -0/+47 |
* | | 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 |