]> git.openstreetmap.org Git - rails.git/commit
Initial work on support for multiple editors
authorMatt Amos <zerebubuth@gmail.com>
Sun, 14 Nov 2010 12:40:44 +0000 (12:40 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 29 Nov 2010 12:20:21 +0000 (12:20 +0000)
commitcd66a5db99fda4920ed559ec71163d5d01ba1f4a
tree24e320304c8c4ac5be1da47d9a510a1868449eaf
parent7f955a4aca277350a70bb95f0ca97e64d7d808c4
Initial work on support for multiple editors
13 files changed:
app/controllers/site_controller.rb
app/controllers/user_controller.rb
app/models/user.rb
app/views/site/_josm.html.erb [new file with mode: 0644]
app/views/site/_potlatch.html.erb [new file with mode: 0644]
app/views/site/edit.html.erb
app/views/user/account.html.erb
config/example.application.yml
config/locales/en.yml
db/migrate/20101114011429_add_editor_preference_to_user.rb [new file with mode: 0644]
lib/editors.rb [new file with mode: 0644]
test/functional/site_controller_test.rb
test/unit/user_test.rb