]> git.openstreetmap.org Git - rails.git/commit
Add a "database readonly" state that allows all writes to the database
authorTom Hughes <tom@compton.nu>
Tue, 14 Apr 2009 14:27:30 +0000 (14:27 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Apr 2009 14:27:30 +0000 (14:27 +0000)
commit09fdee54938792f06ce5b0636f01440a17117add
tree7871fa2b6cc6f5fde9f6b913957031fe67580c66
parent240869f37b075706ff1619fd38fbb179c501de1c
Add a "database readonly" state that allows all writes to the database
to be suppressed.
17 files changed:
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/application.rb
app/controllers/diary_entry_controller.rb
app/controllers/message_controller.rb
app/controllers/node_controller.rb
app/controllers/old_node_controller.rb
app/controllers/old_way_controller.rb
app/controllers/relation_controller.rb
app/controllers/swf_controller.rb
app/controllers/trace_controller.rb
app/controllers/user_controller.rb
app/controllers/way_controller.rb
app/views/layouts/site.rhtml
app/views/site/edit.rhtml
app/views/site/offline.rhtml
config/environment.rb