aboutsummaryrefslogtreecommitdiffstats
path: root/db
Commit message (Collapse)AuthorAgeLines
* added can_display_external_id because external ids are not always useful for ↵Dave Whiteland2012-05-03-1/+10
| | | | publishing, using send_method_used to determine that on a council-by-council basis
* added retry cutoff and send_fail data to problem table for webservice ↵Dave Whiteland2012-03-23-1/+16
| | | | send-reports
* now using open311config all send-reports webservices, not just open311Dave Whiteland2012-03-23-1/+9
|
* Merge branch 'rss-addresses'Struan Donald2011-11-30-1/+9
|\ | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * renumber geocode adding db script in preperation for merge to masterStruan Donald2011-11-30-0/+0
| |
| * Merge remote branch 'origin/master' into rss-addressesStruan Donald2011-09-20-14/+42
| |\
| * | geocode column to bytea typeStruan Donald2011-09-19-2/+3
| | |
| * | sort of working rss address stuff with db caching and populate scriptStruan Donald2011-09-09-0/+7
| | |
* | | Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-14/+42
|\ \ \ | | |/ | |/|
| * | update alert where clauses with extra statesStruan Donald2011-09-20-14/+42
| |/
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-1/+72
|\| | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| * Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-2/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | rename constraint in line with how postgres would name itStruan Donald2011-06-30-1/+1
| | |
| * | another syntax errorStruan Donald2011-06-30-1/+1
| | |
| * | syntax errorStruan Donald2011-06-30-1/+1
| | |
| * | allow user changes to be loggedStruan Donald2011-06-27-0/+13
| | |
| * | update users table to user from_councilStruan Donald2011-06-27-1/+1
| | |
| * | change to use from_council in users table and store the council id inStruan Donald2011-06-27-1/+1
| | | | | | | | | | | | | | | there so we can check that the problem is for the council the user is from
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-27-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/User.pm web/css/core.css
| * | | add problem state_column to commentStruan Donald2011-06-23-0/+26
| | | |
| * | | add from_authority flag to users table for council employees etcStruan Donald2011-06-22-0/+7
| | | |
| * | | rename will not fix to closedStruan Donald2011-06-16-2/+2
| | | |
| * | | update constraint on problem statesStruan Donald2011-06-15-0/+25
| | | |
* | | | fix syntax errorsStruan Donald2011-08-16-1/+1
| | | |
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-1/+12
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * | | sql syntax errorStruan Donald2011-08-09-1/+1
| | | |
| * | | add flagged flags to problems and usersStruan Donald2011-08-09-2/+13
| | |/ | |/|
* | | fix syntax errorsStruan Donald2011-08-16-2/+2
| | |
* | | add in extra field to contacts for storing open311 meta dataStruan Donald2011-08-01-0/+9
| | |
* | | open311conf id to type serialStruan Donald2011-07-29-2/+2
| | |
* | | add in table to store configuration of councils using open311Struan Donald2011-07-29-0/+20
| | |
* | | add extra column to problem for storing addition open311 meta informationStruan Donald2011-07-29-0/+7
|/ /
* / Use bcrypt.Matthew Somerville2011-06-24-1/+1
|/
* Fix a couple of small bugs.Matthew Somerville2011-06-13-0/+3
|
* If in location where no details, don't store council ID. Fix small schema issue.Matthew Somerville2011-06-12-1/+1
|
* Some more missing translated strings.Matthew Somerville2011-06-09-1/+1
|
* add admin_log table to modelsStruan Donald2011-06-06-1/+0
|
* Tidy up some strings for translation, remove some migrated code.Matthew Somerville2011-06-06-2/+2
|
* Add alert_sent and alert_type to DBIx::Class.Matthew Somerville2011-06-03-2/+0
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-03-2/+2
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Some text updates from/for locale file.Matthew Somerville2011-06-03-2/+2
| |
* | generate model for secret tableStruan Donald2011-06-03-1/+0
|/
* generate result set object for contacts_history tableStruan Donald2011-06-02-1/+0
|
* Add InflateColumn::DateTime to all models.Matthew Somerville2011-05-24-1/+1
|
* Change so that all comments have the anonymous flat set to true or falseEdmund von der Burg2011-05-20-2/+2
|
* Add DB::Questionnaire (and update schema.sql with schema changes).Matthew Somerville2011-05-20-7/+8
|
* link comments table to users tableStruan Donald2011-05-18-0/+49
|
* add comment table in to generated DB files and regenerateStruan Donald2011-05-17-1/+0
|
* schema changes to use users for alertsStruan Donald2011-05-11-0/+29
|
* generate result for alert tableStruan Donald2011-05-10-1/+0
|