]> git.openstreetmap.org Git - rails.git/commit
Migration to add close-time to changesets. This replaces the boolean 'open' attribute...
authorMatt Amos <zerebubuth@gmail.com>
Mon, 17 Nov 2008 19:00:01 +0000 (19:00 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 17 Nov 2008 19:00:01 +0000 (19:00 +0000)
commita90be5e69a478e2b49ae676b649a78589f85a50e
tree1cc36fe146d0340577b066367e1c1d51629bc5f0
parent9a4ea6bfd09acd76533e29e1d4c22c6037909707
Migration to add close-time to changesets. This replaces the boolean 'open' attribute. Added checks to ensure that the maximum lifetime and number of changes in a changeset are enforced. Added some tests.
app/controllers/changeset_controller.rb
app/models/changeset.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb
db/migrate/023_add_end_time_to_changesets.rb [new file with mode: 0644]
test/fixtures/changesets.yml
test/functional/changeset_controller_test.rb