aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB
Commit message (Collapse)AuthorAgeLines
* few more static statesStruan Donald2011-08-18-1/+1
|
* remove hard coded references to fixedStruan Donald2011-08-18-3/+4
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * add flagged flags to problems and usersStruan Donald2011-08-09-0/+4
| |
| * Relationship is has_one, not has_many, was causing wrong nearby photos to ↵Matthew Somerville2011-08-03-1/+1
| | | | | | | | appear on alert page.
* | use the correct council separator characterStruan Donald2011-07-27-1/+1
| |
* | allow council user to update state on problem sent to multiple councilsStruan Donald2011-07-27-0/+19
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-07-26-4/+32
|\| | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css
| * Don't use update name if marked as anonymous.Matthew Somerville2011-07-16-2/+3
| |
| * Unique users of problem reports, and summary table by category. Fixes #108.Matthew Somerville2011-07-12-2/+29
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-28-11/+12
|\| | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Report/Update.pm templates/web/default/report/display.html
| * Sort problems, and have a map, maybe.Matthew Somerville2011-06-28-2/+8
| |
| * Allow people to sign in (or not) as they make an update.Matthew Somerville2011-06-28-8/+3
| |
| * Allow people to sign in (or not) as they make a report.Matthew Somerville2011-06-27-1/+1
| |
* | indicate problem has been closed in alertStruan Donald2011-06-28-5/+8
| |
* | Display council name next to updates from council usersStruan Donald2011-06-27-0/+17
| |
* | change to use from_council in users table and store the council id inStruan Donald2011-06-27-6/+6
| | | | | | | | | | there so we can check that the problem is for the council the user is from
* | remove merge cruftStruan Donald2011-06-27-1/+0
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-27-38/+48
|\| | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/User.pm web/css/core.css
| * Use bcrypt.Matthew Somerville2011-06-24-42/+51
| |
* | indicate changes state in update meta informationStruan Donald2011-06-23-0/+16
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-23-1/+17
|\| | | | | | | | | | | | | into new_statuses Conflicts: templates/web/default/report/display.html
| * Remove unneeded defaults checking and simplify.Matthew Somerville2011-06-23-1/+1
| |
| * Use update user centrally.Matthew Somerville2011-06-23-0/+16
| |
* | add problem state_column to commentStruan Donald2011-06-23-2/+4
| |
* | is_closed utility methodStruan Donald2011-06-22-0/+31
| |
* | add from_authority flag to users table for council employees etcStruan Donald2011-06-22-2/+4
| |
* | unconfirmed is not really an open stateStruan Donald2011-06-21-1/+0
| |
* | stop using hard coded names for fixed/visible states ( work in progress )Struan Donald2011-06-16-8/+10
| |
* | rename will not fix to closedStruan Donald2011-06-16-1/+1
| |
* | handle new states in report display and updatingStruan Donald2011-06-16-20/+88
| |
* | send questionnaires for all open statesStruan Donald2011-06-15-1/+17
| |
* | docs and formattingStruan Donald2011-06-15-5/+11
| |
* | update report display to handle new statusesStruan Donald2011-06-15-0/+15
|/
* Implement pull request #110 on new code.Matthew Somerville2011-06-13-2/+14
|
* Fall back to default alert template too.Matthew Somerville2011-06-13-4/+4
|
* Look up user's email address separately, much much quicker.Matthew Somerville2011-06-13-6/+11
|
* Interval might not always be set.Matthew Somerville2011-06-13-1/+2
|
* Fallback to default email template.Matthew Somerville2011-06-13-1/+4
|
* Return an arrayref, as TT doesn't like empty lists.Matthew Somerville2011-06-10-3/+3
|
* remove reference to restriction as now handled elsewhereStruan Donald2011-06-10-2/+1
|
* Transfer comment count function.Matthew Somerville2011-06-09-0/+14
|
* Migrate recent_photos to new ResultSet, nice joining with ↵Matthew Somerville2011-06-09-2/+45
| | | | problem_find_nearby procedure.
* Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵Matthew Somerville2011-06-09-1/+114
| | | | functions.
* Switch to using c->cobrand->problems to return all problems for a cobrand ↵Matthew Somerville2011-06-08-8/+3
| | | | (so on Barnet only return Barnet problems).
* Move some more functions.Matthew Somerville2011-06-08-14/+66
|
* Start moving stuff out of Problems.pm, do JSON as per its better-way comment.Matthew Somerville2011-06-08-0/+14
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-07-4/+7
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Final bits of Page.pm gone.Matthew Somerville2011-06-07-4/+5
| |
| * Remove fake_q and most of now-unused Page.pm.Matthew Somerville2011-06-07-0/+2
| |