aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB
Commit message (Collapse)AuthorAgeLines
* Created and state columns needed for Zurich.Matthew Somerville2012-12-20-1/+1
|
* Minor admin text tweaks.Matthew Somerville2012-12-20-1/+1
|
* Allow unconfirmed as a visible state in Zurich, adjust front end list/item ↵Matthew Somerville2012-12-19-15/+16
| | | | templates to suit.
* Allow bodies to have parent bodies.Matthew Somerville2012-12-19-6/+26
|
* Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-5/+63
| | | | than one body.
* Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-4/+6
|
* Make from_body a foreign key.Matthew Somerville2012-12-15-19/+24
|
* Don't try and look up something if we have nothing.Matthew Somerville2012-12-15-1/+1
|
* Rename a few more less important variables.Matthew Somerville2012-12-15-5/+5
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-26/+26
|
* Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-24/+24
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-10/+22
| | | | Add foreign key constraint from contacts to body.
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-11/+12
|
* Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-20/+20
|
* Move map not used text to template so we can use HTML in itStruan Donald2012-10-26-3/+0
| | | | | | and not have it escaped when it is displayed Fixed #350
* If update alert email is to problem reporter, make it a login link.Matthew Somerville2012-10-12-1/+17
| | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7.
* Fix copy to match behaviour, fixes #326.Matthew Somerville2012-10-12-1/+1
|
* Fix #86.Matthew Somerville2012-10-12-1/+1
|
* Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-10-10-1/+3
| | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164.
* Change 'their ref' to 'council ref', fixes #300 good enough for the moment.Matthew Somerville2012-10-10-1/+1
|
* Display method variables correctly.Matthew Somerville2012-10-08-1/+3
|
* More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-0/+13
|
* Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-11/+27
|\ | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * allow endpoints to be configured at a category levelStruan Donald2012-08-29-7/+17
| | | | | | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand
| * initial crude add support option for a problemStruan Donald2012-08-23-2/+4
| |
| * Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-43/+36
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi
| * | changed mm_msg_id to external_source_id, and added external_source colDave Whiteland2012-07-12-3/+5
| | |
| * | added Message Manager ID (mm_msg_id) column and used itDave Whiteland2012-07-11-9/+11
| | |
* | | do no send alerts for non public reportsStruan Donald2012-09-04-0/+4
| | |
* | | make around test for non public reports work, and do not display nonStruan Donald2012-09-03-0/+2
| | | | | | | | | | | | public reports on around page
* | | do not include non public reports in recent lists for displayStruan Donald2012-08-31-1/+2
| | |
* | | add non-public fields to contacts and problemStruan Donald2012-08-31-5/+9
| |/ |/|
* | Remove unused extra_* functions.Matthew Somerville2012-08-16-1/+0
| |
* | print out message about reports that we tried to send to unconfirmed email ↵Struan Donald2012-07-24-1/+12
| | | | | | | | addresses
* | Don't show postcode column in RSS/alert emails, may have no bearing on report.Matthew Somerville2012-07-23-6/+2
| |
* | Add NI sender, for handling cross-council road reports.Matthew Somerville2012-07-20-3/+4
| |
* | Simplify SendReport code, moving some Email only bits to that module.Matthew Somerville2012-07-20-17/+6
| |
* | Improve on 73da842, few more places where cobrand specific report URL is needed.Matthew Somerville2012-07-18-2/+2
| |
* | Allow report URL to be cobrand-specific (for places where cobrand links to a ↵Matthew Somerville2012-07-10-4/+3
| | | | | | | | report that isn't covered by it).
* | Remove unused base_url_for_emails function.Matthew Somerville2012-07-06-5/+5
| |
* | Factor out site_key as that's only used in one place too.Matthew Somerville2012-07-06-3/+3
| |
* | Factor out the SQL restriction from site_restriction, as it's only used in ↵Matthew Somerville2012-07-06-5/+3
|/ | | | one place.
* Change alerts on council cobrands so they link to mainStruan Donald2012-06-18-4/+11
| | | | | | site if sending alerts about problems not covered by the cobrand. Also remove cobrand restriction from local area alerts
* use correct photo urlStruan Donald2012-05-22-1/+1
|
* Merge branch 'master' into bromleyMatthew Somerville2012-05-22-1/+1
|\ | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/App/Controller/Report/New.pm
| * Stop warning by checking existence first.Matthew Somerville2012-05-18-1/+1
| |
* | No questionnaires for Bromley.Matthew Somerville2012-05-21-0/+3
| |
* | put back in code to list skipped count if verbose mode onStruan Donald2012-05-17-1/+14
| | | | | | | | small bugfixes for Barnet plus comments on debuging
* | Merge branch 'master' into bromleyMatthew Somerville2012-05-16-54/+100
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * added can_display_external_id because external ids are not always useful for ↵Dave Whiteland2012-05-03-5/+21
| | | | | | | | publishing, using send_method_used to determine that on a council-by-council basis