| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | Sort problems, and have a map, maybe. | Matthew Somerville | 2011-06-28 | -2/+8 |
* | Allow people to sign in (or not) as they make an update. | Matthew Somerville | 2011-06-28 | -8/+3 |
* | Allow people to sign in (or not) as they make a report. | Matthew Somerville | 2011-06-27 | -1/+1 |
* | Use bcrypt. | Matthew Somerville | 2011-06-24 | -42/+51 |
* | Remove unneeded defaults checking and simplify. | Matthew Somerville | 2011-06-23 | -1/+1 |
* | Use update user centrally. | Matthew Somerville | 2011-06-23 | -0/+16 |
* | Implement pull request #110 on new code. | Matthew Somerville | 2011-06-13 | -2/+14 |
* | 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 |
* | Return an arrayref, as TT doesn't like empty lists. | Matthew Somerville | 2011-06-10 | -3/+3 |
* | 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/+45 |
* | Move the tricky nearby DB call to its own Result/ResultSet, and move more fun... | Matthew Somerville | 2011-06-09 | -1/+114 |
* | 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 | -4/+7 |
|\ |
|
| * | Final bits of Page.pm gone. | Matthew Somerville | 2011-06-07 | -4/+5 |
| * | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -0/+2 |
* | | move summary count fetching out to result sets | Struan Donald | 2011-06-07 | -0/+65 |
|/ |
|
* | admin timeline | Struan Donald | 2011-06-07 | -1/+152 |
* | add admin_log table to models | Struan Donald | 2011-06-06 | -0/+44 |
* | Get rid of some more fake_q etc. | Matthew Somerville | 2011-06-06 | -1/+1 |
* | Migrate alert sending script, add test for it, fix some small bugs and strings. | Matthew Somerville | 2011-06-04 | -0/+204 |
* | Sign up new report to email alert if logged in as well as when confirmed by e... | Matthew Somerville | 2011-06-03 | -2/+10 |
* | Add alert_sent and alert_type to DBIx::Class. | Matthew Somerville | 2011-06-03 | -2/+107 |
* | generate model for secret table | Struan Donald | 2011-06-03 | -0/+21 |
* | Move most of questionnaire cron to ResultSet so it can be called and tested f... | Matthew Somerville | 2011-06-02 | -0/+115 |
* | generate result set object for contacts_history table | Struan Donald | 2011-06-02 | -0/+48 |
* | Pull request #94, merge fix-emaces-parsing. | Matthew Somerville | 2011-05-27 | -2/+2 |
* | check for uninflated/null dates before trying to set the timezoned | Struan Donald | 2011-05-27 | -8/+28 |
* | Photo URL fix, and pass through photo ID for updates as it does for problems/... | Matthew Somerville | 2011-05-26 | -2/+2 |
* | Questionnaire submission code. | Matthew Somerville | 2011-05-26 | -0/+1 |
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -72/+21 |
* | check confirmed has been set before trying to set its timezone | Struan Donald | 2011-05-26 | -1/+7 |
* | don't ask questionnaire if they've ever answered before | Struan Donald | 2011-05-25 | -0/+20 |
* | Create some _local functions to return the right DateTimes. | Matthew Somerville | 2011-05-24 | -2/+31 |
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -42/+48 |
* | Complete meta line migration, factor line generation out to model and template. | Matthew Somerville | 2011-05-24 | -2/+98 |
* | check if comment is from known abuser | Struan Donald | 2011-05-20 | -0/+25 |
* | Add DB::Questionnaire (and update schema.sql with schema changes). | Matthew Somerville | 2011-05-20 | -5/+59 |
* | upload and display update photos | Struan Donald | 2011-05-19 | -0/+20 |
* | push photo parameter generation to the model and create photo template | Struan Donald | 2011-05-19 | -0/+20 |
* | Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public... | Struan Donald | 2011-05-19 | -0/+25 |
|\ |
|
| * | Migrate /reports page (minus RSS). | Matthew Somerville | 2011-05-19 | -0/+25 |