aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/Questionnaire.pm
Commit message (Collapse)AuthorAgeLines
* Use EncodedColumn subclass.Matthew Somerville2019-05-02-3/+3
|
* Refactor datetime inflation.Matthew Somerville2019-05-02-14/+7
|
* Show all questionnaire responses lacking updates.Matthew Somerville2018-12-20-0/+7
| | | | | | Since questionnaire responses were recorded on email link click, we should have been showing those that reopened or fixed reports, not just steady-state "Still open" ones.
* Move from Moose to Moo in non-App code.Matthew Somerville2015-12-02-1/+1
| | | | And create default cobrand class without all of Moose.
* Create timezone objects only once at startup.Matthew Somerville2015-02-13-9/+1
| | | | | | Cache a DateTime::TimeZone::Local object, so that in an environment where /etc/localtime is a copy of a timezone file, we don't repeatedly walk all the timezone files to find the matching one.
* Update DB/Result/* with latest DBIx::Class::Schema::LoaderChris Mytton2013-09-10-3/+3
| | | | | | | | | 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.
* Remove *_local tz functions, set timezone on fetching original columns from ↵Matthew Somerville2013-02-14-13/+15
| | | | database.
* now using open311config all send-reports webservices, not just open311Dave Whiteland2012-03-23-3/+3
|
* Use bcrypt.Matthew Somerville2011-06-24-3/+3
|
* admin timelineStruan Donald2011-06-07-1/+19
|
* Add InflateColumn::DateTime to all models.Matthew Somerville2011-05-24-2/+2
|
* Complete meta line migration, factor line generation out to model and template.Matthew Somerville2011-05-24-1/+1
|
* Add DB::Questionnaire (and update schema.sql with schema changes).Matthew Somerville2011-05-20-0/+48