aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
Commit message (Collapse)AuthorAgeLines
* find() will always return result if unique key is given, so use search().Matthew Somerville2011-06-02-6/+14
|
* Bring static pages together in Static.pm, and add posters static page.Matthew Somerville2011-06-02-71/+22
|
* mark new_updates alerts as confirmed when they are createdStruan Donald2011-06-01-3/+4
|
* use the update from the stash as that should always be thereStruan Donald2011-06-01-1/+1
|
* expire non login sessions with browser sessionStruan Donald2011-06-01-0/+7
|
* Fix infinite loop due to accessor being called on each iteration.Matthew Somerville2011-05-31-1/+2
|
* Last bit from master, some LBO handling (note, if other London things come ↵Matthew Somerville2011-05-28-53/+71
| | | | along, this needs work). Also fix completely broken council assignment, categories, and some spacing.
* Pull request #97, merge multi_area_categories.Matthew Somerville2011-05-27-1/+4
|
* Questionnaire tests, and fixes due to those tests.Matthew Somerville2011-05-27-17/+21
|
* make sure you are allowed to answer the questionnaire asked when a problem ↵Struan Donald2011-05-27-5/+31
| | | | reporter marks the problem as fixed.
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-27-130/+157
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * /fun move.Matthew Somerville2011-05-26-0/+33
| |
| * Perl boolean false is '', which the DB doesn't like.Matthew Somerville2011-05-26-3/+3
| |
| * Questionnaire submission code.Matthew Somerville2011-05-26-129/+123
| |
* | stop immediately if we do not have the problem idStruan Donald2011-05-27-0/+4
| |
* | do not fall over if the user visits /alert/subscribe with no parameters or ↵Struan Donald2011-05-27-1/+6
| | | | | | | | no email
* | only confirm alerts on submission if user is logged inStruan Donald2011-05-27-3/+4
|/ | | also, tests to make sure we send out emails if a logged in user subscribes with a different address
* put all confirmation templates under tokens for consistencyStruan Donald2011-05-26-2/+1
|
* consistency in how we set/check booleans from the databaseStruan Donald2011-05-26-6/+6
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-26-20/+0
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Merge branch 'migrate_to_catalyst' of ↵Matthew Somerville2011-05-26-13/+4
| |\ | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * | Get header JS <script> out of code and into templates.Matthew Somerville2011-05-26-20/+0
| | |
* | | If the user already exists in the database then don't sent them aStruan Donald2011-05-26-3/+7
| |/ |/| | | | | confirmation email when signing up to alerts
* | update reportingStruan Donald2011-05-26-7/+4
| |
* | no way to sign up to new_problems alerts so not portingStruan Donald2011-05-26-4/+0
| |
* | remove redundant variable from stash and do check directly in templateStruan Donald2011-05-26-2/+0
|/
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-25-9/+8
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Tidy up map parmeters.Matthew Somerville2011-05-25-9/+8
| |
* | use c->send_email on contact page and add more testsStruan Donald2011-05-25-32/+15
|/
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-25-7/+22
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Get rid of pointless and hard-to-follow listrefs when referring to pins.Matthew Somerville2011-05-25-7/+22
| |
* | submission for questionnaire when problem owner marks it fixedStruan Donald2011-05-25-1/+56
|/
* Remove old CGI Q from Map calls.Matthew Somerville2011-05-25-6/+6
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-25-26/+14
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Template original Tilma map and some more text, updates on questionnaire ↵Matthew Somerville2011-05-25-26/+14
| | | | | | | | page, bring in click pin fix from pre-london branch, other map types will be broken.
* | don't ask questionnaire if they've ever answered beforeStruan Donald2011-05-25-4/+9
|/
* if the person who created the problem is marking it as fixed showStruan Donald2011-05-24-10/+14
| | | | them a questionnaire directly ( no submission yet )
* Fix warn in sort.Matthew Somerville2011-05-24-2/+2
|
* Create some _local functions to return the right DateTimes.Matthew Somerville2011-05-24-21/+2
|
* Complete meta line migration, factor line generation out to model and template.Matthew Somerville2011-05-24-91/+1
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-24-59/+9
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Move lat/lon to templates and use shortened forms.Matthew Somerville2011-05-24-0/+8
| |
| * Move links under map to template.Matthew Somerville2011-05-24-34/+0
| |
| * Put form header in templates, not code.Matthew Somerville2011-05-24-25/+1
| |
* | move fiksgatami rss option list generating to cobrandStruan Donald2011-05-24-55/+1
| |
* | make sure contents of pc get filtered before displayStruan Donald2011-05-23-3/+0
|/
* emptyhome cobrand photos get resized for displayStruan Donald2011-05-23-2/+2
|
* tests for correctly normalising fields and resulting bugfixesStruan Donald2011-05-23-16/+23
|
* Add a may show name publicly checkbox to updates formStruan Donald2011-05-23-1/+7
|
* Fix bug causing updates to always mark reports as fixedStruan Donald2011-05-23-1/+1
|