Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use EncodedColumn subclass. | Matthew Somerville | 2019-05-02 | -3/+3 |
| | ||||
* | Refactor datetime inflation. | Matthew Somerville | 2019-05-02 | -14/+7 |
| | ||||
* | Move from Moose to Moo in non-App code. | Matthew Somerville | 2015-12-02 | -4/+1 |
| | | | | And create default cobrand class without all of Moose. | |||
* | Updates to schema from DBIx::Class loader. | Matthew Somerville | 2015-08-19 | -2/+3 |
| | ||||
* | Remove ms_current_timestamp() override function. | Matthew Somerville | 2015-08-13 | -2/+2 |
| | | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning. | |||
* | Create timezone objects only once at startup. | Matthew Somerville | 2015-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::Loader | Chris Mytton | 2013-09-10 | -4/+4 |
| | | | | | | | | | 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 Somerville | 2013-02-14 | -16/+15 |
| | | | | database. | |||
* | now using open311config all send-reports webservices, not just open311 | Dave Whiteland | 2012-03-23 | -11/+11 |
| | ||||
* | Use bcrypt. | Matthew Somerville | 2011-06-24 | -3/+3 |
| | ||||
* | admin timeline | Struan Donald | 2011-06-07 | -0/+20 |
| | ||||
* | Sign up new report to email alert if logged in as well as when confirmed by ↵ | Matthew Somerville | 2011-06-03 | -2/+10 |
| | | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL. | |||
* | Add alert_sent and alert_type to DBIx::Class. | Matthew Somerville | 2011-06-03 | -2/+14 |
| | ||||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -25/+6 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -3/+3 |
| | ||||
* | remove uninitialised value warning if confirming new report | Struan Donald | 2011-05-16 | -1/+1 |
| | ||||
* | moving alerts to use users instead of email in table | Struan Donald | 2011-05-11 | -34/+41 |
| | ||||
* | confirm alert subscription | Struan Donald | 2011-05-11 | -0/+47 |
| | ||||
* | generate result for alert table | Struan Donald | 2011-05-10 | -0/+52 |