| Commit message (Expand) | Author | Age | Lines |
* | move format postcode to cobrand so can be overridden if outside uk | Struan Donald | 2011-11-29 | -14/+4 |
* | tidy up nearest street and postcode adding code | Struan Donald | 2011-11-29 | -10/+26 |
* | add in postcode to email alert titles | Struan Donald | 2011-11-28 | -3/+5 |
* | commented out code to add addresses to alerts | Struan Donald | 2011-09-21 | -1/+28 |
* | Decode template files read in with read_file, to prevent double encoding (fix... | Matthew Somerville | 2011-09-20 | -6/+4 |
* | Don't fail if the result is empty. | Matthew Somerville | 2011-09-15 | -1/+1 |
* | Show datetimes on front page, fewer headings. | Matthew Somerville | 2011-09-06 | -2/+5 |
* | remove hard coded references to fixed | Struan Donald | 2011-08-18 | -3/+4 |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-07-26 | -4/+32 |
|\ |
|
| * | Don't use update name if marked as anonymous. | Matthew Somerville | 2011-07-16 | -2/+3 |
| * | Unique users of problem reports, and summary table by category. Fixes #108. | Matthew Somerville | 2011-07-12 | -2/+29 |
* | | indicate problem has been closed in alert | Struan Donald | 2011-06-28 | -5/+8 |
* | | stop using hard coded names for fixed/visible states ( work in progress ) | Struan Donald | 2011-06-16 | -8/+10 |
* | | send questionnaires for all open states | Struan Donald | 2011-06-15 | -1/+1 |
|/ |
|
* | Fall back to default alert template too. | Matthew Somerville | 2011-06-13 | -4/+4 |
* | Look up user's email address separately, much much quicker. | Matthew Somerville | 2011-06-13 | -6/+11 |
* | Interval might not always be set. | Matthew Somerville | 2011-06-13 | -1/+2 |
* | Fallback to default email template. | Matthew Somerville | 2011-06-13 | -1/+4 |
* | remove reference to restriction as now handled elsewhere | Struan Donald | 2011-06-10 | -2/+1 |
* | Transfer comment count function. | Matthew Somerville | 2011-06-09 | -0/+14 |
* | Migrate recent_photos to new ResultSet, nice joining with problem_find_nearby... | Matthew Somerville | 2011-06-09 | -2/+37 |
* | Move the tricky nearby DB call to its own Result/ResultSet, and move more fun... | Matthew Somerville | 2011-06-09 | -0/+73 |
* | Switch to using c->cobrand->problems to return all problems for a cobrand (so... | Matthew Somerville | 2011-06-08 | -8/+3 |
* | Move some more functions. | Matthew Somerville | 2011-06-08 | -14/+66 |
* | Start moving stuff out of Problems.pm, do JSON as per its better-way comment. | Matthew Somerville | 2011-06-08 | -0/+14 |
* | Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public... | Struan Donald | 2011-06-07 | -2/+2 |
|\ |
|
| * | Final bits of Page.pm gone. | Matthew Somerville | 2011-06-07 | -2/+2 |
* | | move summary count fetching out to result sets | Struan Donald | 2011-06-07 | -0/+65 |
|/ |
|
* | admin timeline | Struan Donald | 2011-06-07 | -0/+113 |
* | Migrate alert sending script, add test for it, fix some small bugs and strings. | Matthew Somerville | 2011-06-04 | -0/+204 |
* | Move most of questionnaire cron to ResultSet so it can be called and tested f... | Matthew Somerville | 2011-06-02 | -0/+115 |
* | Add contacts table to DBIC schema | Edmund von der Burg | 2011-03-21 | -0/+20 |
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -37/+0 |
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+45 |