aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | summary page of admin interfaceStruan Donald2011-06-02-0/+1015
| |/ /
| * | find() will always return result if unique key is given, so use search().Matthew Somerville2011-06-02-61/+14
| | |
| * | Bring static pages together in Static.pm, and add posters static page.Matthew Somerville2011-06-02-135/+65
| | |
| * | Tidy up file structure a little bit.Matthew Somerville2011-06-02-173/+82
| | |
| * | only pull the fields we need out of usersStruan Donald2011-06-01-1/+1
| | |
| * | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-01-396/+120
| |\ \ | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| | * | Tests for correct contacts chosen.Matthew Somerville2011-06-01-85/+119
| | | |
| | * | Merge branch 'migrate_to_catalyst' of ↵Matthew Somerville2011-06-01-7/+13
| | |\ \ | | | | | | | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| | * | | Minor HTML fix in a template, remove some unused CGI.Matthew Somerville2011-06-01-311/+1
| | | | |
| * | | | mark new_updates alerts as confirmed when they are createdStruan Donald2011-06-01-59/+104
| | |/ / | |/| |
| * | | update timeline queries to pull email addresses from users tableStruan Donald2011-06-01-4/+10
| | | |
| * | | use the update from the stash as that should always be thereStruan Donald2011-06-01-1/+1
| | | |
| * | | comment out alert and comment confirm redirectionsStruan Donald2011-06-01-2/+2
| |/ /
| * | 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-65/+112
| | | | | | | | | | | | along, this needs work). Also fix completely broken council assignment, categories, and some spacing.
| * | Update .po file (3 week old commit).Matthew Somerville2011-05-27-755/+849
| | |
| * | Make sure integer is in GB locale.Matthew Somerville2011-05-27-1/+4
| | |
| * | Front page notice for EHA, and fix for EHA CSS.Matthew Somerville2011-05-27-7/+28
| | |
| * | Update Easynet reference.Matthew Somerville2011-05-27-3/+3
| | |
| * | Old test fixes for London reporting from master branch.Matthew Somerville2011-05-27-7/+30
| | |
| * | Pull requests #103 and #107, clickable-urls-in-reports, done as a TT function.Matthew Somerville2011-05-27-24/+11
| | |
| * | Pull request #97, merge multi_area_categories.Matthew Somerville2011-05-27-3/+11
| | |
| * | Pull request #99, merge norwegian_faq.Matthew Somerville2011-05-27-0/+30
| | |
| * | Pull requests #90 and #104, merge survey_result_page and ↵Matthew Somerville2011-05-27-3/+43
| | | | | | | | | | | | fix-perl-warnings-from-admin-cgi.
| * | Pull request #94, merge fix-emaces-parsing.Matthew Somerville2011-05-27-2/+2
| | |
| * | Pull request #96, merge norwegian_load_contacts in.Matthew Somerville2011-05-27-0/+586
| | |
| * | Pull request #93, merge norwegian_branded_urls in.Matthew Somerville2011-05-27-0/+8
| | |
| * | Pull request #89, merge norwegian_translation in.Matthew Somerville2011-05-27-13/+11
| | |
| * | tests for check_for errorsStruan Donald2011-05-27-1/+122
| | |
| * | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-27-0/+0
| |\ \ | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| | * \ Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-27-31/+312
| | |\ \ | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| | | * | Questionnaire tests, and fixes due to those tests.Matthew Somerville2011-05-27-30/+310
| | | | |
| | | * | Delete questionnaires when deleting a user's problems, and fetch all errors ↵Matthew Somerville2011-05-27-1/+2
| | | | | | | | | | | | | | | | | | | | separately from a ul.error, not munged together.
| * | | | check for uninflated/null dates before trying to set the timezonedStruan Donald2011-05-27-8/+89
| | | | |
| * | | | Questionnaire tests, and fixes due to those tests.Matthew Somerville2011-05-27-30/+310
| | | | |
| * | | | Delete questionnaires when deleting a user's problems, and fetch all errors ↵Matthew Somerville2011-05-27-1/+2
| |/ / / | | | | | | | | | | | | separately from a ul.error, not munged together.
| * | | make sure you are allowed to answer the questionnaire asked when a problem ↵Struan Donald2011-05-27-36/+173
| | | | | | | | | | | | | | | | reporter marks the problem as fixed.
| * | | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-05-27-214/+259
| |\| | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| | * | /fun move.Matthew Somerville2011-05-26-57/+69
| | | |
| | * | Unselected checkboxes must be undef, not 0, to pass here, at any rate.Matthew Somerville2011-05-26-14/+14
| | | |
| | * | Photo URL fix, and pass through photo ID for updates as it does for ↵Matthew Somerville2011-05-26-2/+6
| | | | | | | | | | | | | | | | problems/questionnaires.
| | * | Perl boolean false is '', which the DB doesn't like.Matthew Somerville2011-05-26-3/+3
| | | |
| | * | Questionnaire submission code.Matthew Somerville2011-05-26-140/+169
| | | |
| * | | 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
| * | | default to geographic feedStruan Donald2011-05-27-1/+1
| | | |
| * | | only confirm alerts on submission if user is logged inStruan Donald2011-05-27-17/+41
| |/ / | | | | | | 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
| | |
| * | use moose role for is_from_abuser methodStruan Donald2011-05-26-72/+129
| | |