]> git.openstreetmap.org Git - rails.git/commit
Various updates to the user management, including the creation of a
authorTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 23:07:38 +0000 (23:07 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 23:07:38 +0000 (23:07 +0000)
commit0a8c26e596b40da6d428a5c91db0d815d13c89e4
tree406671c19ad6a8a097771e6178d86b88c1f47df1
parentb61e4f77e86fd2535a88b0d3e5aec97809c8ec5e
Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.
app/controllers/amf_controller.rb
app/controllers/application.rb
app/controllers/swf_controller.rb
app/controllers/user_controller.rb
app/models/notifier.rb
app/models/user.rb
app/models/user_preference.rb [new file with mode: 0644]
app/models/user_token.rb [new file with mode: 0644]
app/views/site/edit.rhtml
db/migrate/004_user_enhancements.rb [new file with mode: 0644]
lib/osm.rb