aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB
Commit message (Collapse)AuthorAgeLines
* mechanism to stop app store tests being sentStruan Donald2013-09-12-1/+5
| | | | | | In order to allow the iOS app to be tested in the app store we need to allow the user to create a report but we don't want to send it. To allow this hide reports with a specific title during send_reports
* Merge branch 'zurich-mark-external-addresses-deleted'Chris Mytton2013-09-12-2/+4
|\ | | | | | | | | Conflicts: t/cobrand/zurich.t
| * [Zurich] Update DB/Result/Body.pm schemaChris Mytton2013-09-10-2/+4
| |
* | Merge branch 'rabx-column-refactor'Chris Mytton2013-09-12-105/+108
|\ \ | |/ |/|
| * Use RABXColumn in remaining models that serialize some columnsEdmund von der Burg2013-09-10-83/+7
| |
| * Switch Token over to use RABXColumn and test that changes to the col behave ↵Edmund von der Burg2013-09-10-22/+3
| | | | | | | | as expected
| * Add RABX column code and testsEdmund von der Burg2013-09-10-0/+98
| |
* | Update DB/Result/* with latest DBIx::Class::Schema::LoaderChris Mytton2013-09-10-42/+42
|/ | | | | | | | | Version 0.07027 of DBIx::Class::Schema::Loader introduced some changes to the way it generates schemas. > PostgreSQL WARNING: the default for on_delete/on_update attributes for > belongs_to relationships is now 'NO ACTION' not 'CASCADE! The default > for is_deferrable is now 0 not 1.
* Spell out all "marked as %s" strings.Matthew Somerville2013-09-05-6/+2
| | | | | As doing interpolation from a database state field is not great for translation. Fixes #391.
* Changed hardcoded URL in Problem.pm to be using variable from general.yml ↵Matthew Somerville2013-08-30-1/+2
| | | | instead.
* Check for abuse in more places.Matthew Somerville2013-06-19-0/+7
|
* Consolidate sending backoff for different types of sender.Matthew Somerville2013-05-02-12/+0
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-21-80/+68
|\ | | | | | | | | | | | | | | | | | | | | | | | | (locale ignored, will rerun .po extraction after to get all changes.) Conflicts: locale/FixMyStreet.po locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po templates/web/fixmystreet/report/banner.html templates/web/zurich/faq/faq-de-ch.html
| * Put planned in all_states.Matthew Somerville2013-02-20-0/+1
| |
| * Translate user details in Zurich external email.Matthew Somerville2013-02-20-1/+1
| |
| * Remove *_local tz functions, set timezone on fetching original columns from ↵Matthew Somerville2013-02-14-79/+64
| | | | | | | | database.
| * Allow email indent to be a cobrand parameter.Matthew Somerville2013-02-11-0/+2
| |
| * use cobrand prettify_dt method rather calling directly so it gets called ↵Struan Donald2013-02-05-2/+2
| | | | | | | | with correct params
* | add --debug to CronFns so can run bin/send-reports with debug/diagnosis ↵Dave Whiteland2013-02-19-9/+46
| | | | | | | | output on the command line, closes #376
* | Couple of fixes to enable EmptyHomes to send reports again.Matthew Somerville2013-02-13-1/+2
| |
* | Ask for address, and clarify public/private for EmptyHomes.Matthew Somerville2013-02-13-1/+1
|/
* Missed some council references.Matthew Somerville2013-02-04-1/+1
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-217/+341
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Add some email checking to Zurich test.Matthew Somerville2013-01-31-1/+3
| |
| * add displable represenations of confirmed and created times to ajax problem ↵Struan Donald2013-01-28-0/+2
| | | | | | | | details
| * add translated state string to ajax problem detailsStruan Donald2013-01-28-0/+1
| |
| * only try and generate meta if the problem is confirmed otherwise we get errorsStruan Donald2013-01-28-1/+1
| |
| * add state and used_map details to ajax report resultsStruan Donald2013-01-28-0/+3
| |
| * Stop changing DateTimes to epochs and back.Matthew Somerville2013-01-25-5/+11
| | | | | | | | | | | | | | Also revert cursor handling of Reports.pm; the DateTime inflation appears to be a slowdown, and we were doing that anyway, and this way makes things simpler in general. Will have a watch out for any performance issue, but hopefully it should be fine.
| * Make sure title not shown on pins on unconfirmed Zurich reports.Matthew Somerville2013-01-24-0/+6
| |
| * add basic ability to return a report as jsonStruan Donald2013-01-24-0/+17
| |
| * Don't do login links for alert update emails for Zurich.Matthew Somerville2013-01-17-1/+2
| |
| * Split the 'send reports' bit of STAGING_SITE to its own config variable, so ↵Matthew Somerville2013-01-16-1/+1
| | | | | | | | you can have a dev site that sends reports like normal.
| * Store Zurich external body in external_body rather than changing bodies_str.Matthew Somerville2013-01-15-1/+5
| |
| * Zurich email alerts.Matthew Somerville2013-01-11-2/+6
| |
| * Update database fetching to fetch needed data for previous commit.Matthew Somerville2013-01-08-11/+1
| |
| * Show Zurich co-ordinates on admin page.Matthew Somerville2013-01-07-0/+8
| |
| * Front page ignoring unconfirmed, but ordering including null confirmeds.Matthew Somerville2012-12-21-2/+4
| |
| * Make sure serialized string is UTF-8 encoded.Matthew Somerville2012-12-21-0/+6
| |
| * 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
| |