Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move main bin scripts to separate packages. | Matthew Somerville | 2015-12-02 | -3/+2 |
| | | | | Maintain old location wrappers. | |||
* | Remove many uses of mySociety::Config. | Matthew Somerville | 2015-12-02 | -2/+2 |
| | ||||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -4/+2 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -0/+7 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Don't have a command line argument as causes issue with cron-wrapper. | Matthew Somerville | 2012-02-02 | -1/+2 |
| | ||||
* | Some more cases for if perl is not in /usr/bin, and update commonlib to pull ↵ | Matthew Somerville | 2012-01-26 | -1/+1 |
| | | | | in locale changes. | |||
* | Move most of questionnaire cron to ResultSet so it can be called and tested ↵ | Matthew Somerville | 2011-06-02 | -114/+5 |
| | | | | from test. | |||
* | Questionnaire back end templating etc. | Matthew Somerville | 2011-06-02 | -86/+103 |
| | ||||
* | Fix char encoding in emails. | Matthew Somerville | 2011-02-22 | -2/+2 |
| | ||||
* | Some missing use Encodes. | Matthew Somerville | 2011-02-17 | -0/+1 |
| | ||||
* | Various encoding fixing. | Matthew Somerville | 2011-02-16 | -1/+1 |
| | ||||
* | Update all FixMyStreet mapit calls. | Matthew Somerville | 2010-07-22 | -1/+1 |
| | ||||
* | Updating paths to commonlib | Louise Crow | 2010-01-25 | -1/+1 |
| | ||||
* | Add a bit more documentation | louise | 2010-01-06 | -1/+5 |
| | ||||
* | Define which vhosts send cron emails for which cobrands | louise | 2009-11-23 | -1/+2 |
| | ||||
* | Allow cobrands to customize sender name on questionnaire emails | louise | 2009-11-19 | -3/+4 |
| | ||||
* | Passing extra data to base_url_for_email function | louise | 2009-10-21 | -2/+2 |
| | ||||
* | Allowing base url to be set for links sent in emails | louise | 2009-09-16 | -2/+2 |
| | ||||
* | Allow cobrand to set contact email and base url in questionnaires | louise | 2009-09-10 | -4/+4 |
| | ||||
* | Stupid _ CGI kludge fix. | matthew | 2009-09-10 | -1/+2 |
| | ||||
* | send-questionnaires using shared functions like rest (not sure how I missed it). | matthew | 2009-09-10 | -14/+9 |
| | | | | Email creation in English locale so that Date header is correct. | |||
* | Allow questionnaires to be cobranded | louise | 2009-09-02 | -2/+5 |
| | ||||
* | Missed off actual negotiate lines. | matthew | 2009-06-10 | -1/+5 |
| | ||||
* | Another missing import. | matthew | 2009-06-10 | -1/+2 |
| | ||||
* | More email templating. | matthew | 2009-05-27 | -2/+2 |
| | ||||
* | Tweaks. | matthew | 2008-11-18 | -2/+2 |
| | ||||
* | Use urandom. | matthew | 2008-10-07 | -2/+2 |
| | ||||
* | Use do-not-reply like WTT. | matthew | 2008-03-21 | -3/+5 |
| | ||||
* | Add missing message IDs. | matthew | 2007-10-22 | -1/+3 |
| | ||||
* | Change name from Neighbourhood Fix-It to FixMyStreet. Use Gaze for | matthew | 2007-06-15 | -2/+2 |
| | | | | | | | population density distance (same value as PB initially, might want changing). Changes to front page, text changes elsewhere, remove canonicalise_council as not needed any more, tidy code of confirmation page. | |||
* | Add questionnaire to cron. | matthew | 2007-05-08 | -3/+7 |
| | ||||
* | Tweaks. | matthew | 2007-05-04 | -3/+4 |
| | ||||
* | Don't repeatedly send questionnaire until they answer it :) | matthew | 2007-05-04 | -2/+2 |
| | ||||
* | NFI questionnaire code. Deals with sending out questionnaires, taking in | matthew | 2007-05-04 | -0/+97 |
responses,updating problems, etc. What's left is front-end display issues such as timing out old problems, moving them to different lists, etc. |