Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | don't ask questionnaire if they've ever answered before | Struan Donald | 2011-05-25 | -36/+103 |
| | ||||
* | if the person who created the problem is marking it as fixed show | Struan Donald | 2011-05-24 | -15/+123 |
| | | | | them a questionnaire directly ( no submission yet ) | |||
* | bah, forgot to commit this ages ago | Struan Donald | 2011-05-24 | -0/+14 |
| | ||||
* | Fix warn in sort. | Matthew Somerville | 2011-05-24 | -2/+2 |
| | ||||
* | Create some _local functions to return the right DateTimes. | Matthew Somerville | 2011-05-24 | -31/+43 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -43/+49 |
| | ||||
* | Complete meta line migration, factor line generation out to model and template. | Matthew Somerville | 2011-05-24 | -150/+167 |
| | ||||
* | Add DateTime::Format::Pg. | Matthew Somerville | 2011-05-24 | -0/+9 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-24 | -112/+73 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Move lat/lon to templates and use shortened forms. | Matthew Somerville | 2011-05-24 | -24/+20 |
| | | ||||
| * | Move links under map to template. | Matthew Somerville | 2011-05-24 | -35/+22 |
| | | ||||
| * | Put form header in templates, not code. | Matthew Somerville | 2011-05-24 | -55/+31 |
| | | ||||
| * | Capture jslib so it's not passed to Catalyst. | Matthew Somerville | 2011-05-24 | -0/+2 |
| | | ||||
* | | we already sanitise the title before it reaches the template | Struan Donald | 2011-05-24 | -1/+1 |
| | | ||||
* | | move fiksgatami rss option list generating to cobrand | Struan Donald | 2011-05-24 | -55/+84 |
| | | ||||
* | | google maps don't seem to pay as much attention to region hinting as they ↵ | Struan Donald | 2011-05-24 | -9/+24 |
| | | | | | | | | | | once did so make sure we add UK on to the end. also update tests to take into account changed results because of this. | |||
* | | make sure contents of pc get filtered before display | Struan Donald | 2011-05-23 | -5/+2 |
|/ | ||||
* | Revert "added DateTime::Format::ISO861" | Struan Donald | 2011-05-23 | -6/+5 |
| | | | | This reverts commit 12624c22e0cad1e6d71dc21f54e000e76150c467. | |||
* | show correct may we display details message for empty homes cobrand | Struan Donald | 2011-05-23 | -1/+4 |
| | ||||
* | emptyhome cobrand photos get resized for display | Struan Donald | 2011-05-23 | -2/+20 |
| | ||||
* | hide text if emptyhomes cobrand | Struan Donald | 2011-05-23 | -0/+2 |
| | ||||
* | split out bits that change with cobrand to includes | Struan Donald | 2011-05-23 | -22/+26 |
| | ||||
* | tests for correctly normalising fields and resulting bugfixes | Struan Donald | 2011-05-23 | -28/+98 |
| | ||||
* | display cross sell advert | Struan Donald | 2011-05-23 | -0/+2 |
| | ||||
* | Add a may show name publicly checkbox to updates form | Struan Donald | 2011-05-23 | -1/+129 |
| | ||||
* | Fix bug causing updates to always mark reports as fixed | Struan Donald | 2011-05-23 | -1/+1 |
| | ||||
* | optional form name argument | Struan Donald | 2011-05-23 | -8/+21 |
| | ||||
* | Correctly populate Name and email in update form | Struan Donald | 2011-05-23 | -3/+6 |
| | ||||
* | added DateTime::Format::ISO861 | Struan Donald | 2011-05-23 | -5/+6 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-23 | -110/+729 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Fix bug whereby 'old and of unknown status' was shown on all open reports. | Matthew Somerville | 2011-05-21 | -1/+10 |
| | | ||||
| * | Start of questionnaire migration, displays mostly okay, submission not done, ↵ | Matthew Somerville | 2011-05-21 | -13/+384 |
| | | | | | | | | nor problem display. | |||
| * | Move some of map_start to templates. | Matthew Somerville | 2011-05-20 | -38/+17 |
| | | ||||
| * | Remove unnecessary display_map_end function. | Matthew Somerville | 2011-05-20 | -18/+7 |
| | | ||||
| * | Merge branch 'migrate_to_catalyst' of ↵ | Edmund von der Burg | 2011-05-20 | -15/+134 |
| |\ | | | | | | | | | | ssh://evdb@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | | port json.cgi code to Catalyst | Edmund von der Burg | 2011-05-20 | -15/+138 |
| | | | ||||
| * | | Change so that all comments have the anonymous flat set to true or false | Edmund von der Burg | 2011-05-20 | -2/+2 |
| | | | ||||
| * | | Added tests for bad requests | Edmund von der Burg | 2011-05-20 | -33/+171 |
| | | | ||||
| * | | Added DateTime::Format::ISO8601 | Edmund von der Burg | 2011-05-20 | -0/+10 |
| | | | ||||
* | | | make translation work | Struan Donald | 2011-05-20 | -1/+1 |
| |/ |/| | ||||
* | | update confirmation from tokens | Struan Donald | 2011-05-20 | -2/+100 |
| | | ||||
* | | rss implemented | Struan Donald | 2011-05-20 | -12/+8 |
| | | ||||
* | | check if comment is from known abuser | Struan Donald | 2011-05-20 | -0/+25 |
|/ | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-20 | -12/+67 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Add DB::Questionnaire (and update schema.sql with schema changes). | Matthew Somerville | 2011-05-20 | -12/+67 |
| | | ||||
* | | anonymous cannot be null | Struan Donald | 2011-05-20 | -1/+7 |
| | | ||||
* | | tidy up | Struan Donald | 2011-05-20 | -29/+0 |
| | | ||||
* | | default add_alerts to on | Struan Donald | 2011-05-20 | -7/+17 |
| | | ||||
* | | display problems with update error message | Struan Donald | 2011-05-20 | -0/+4 |
| | | ||||
* | | maintain checkbox state between form submissions | Struan Donald | 2011-05-20 | -3/+4 |
| | |