]> git.openstreetmap.org Git - rails.git/commit
Mass rename of "bugs" as "notes" for increased user friendliness
authorTom Hughes <tom@compton.nu>
Sat, 21 May 2011 16:22:31 +0000 (17:22 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 21 May 2011 16:22:31 +0000 (17:22 +0100)
commite3b8b8933044104bb515d34c3d36851caba78ac7
treefb7a78528d930f0a9408a0dbce82e1fa672e5b8a
parentbb490aca81d8063a9ad8dd8f1a023c709c096792
Mass rename of "bugs" as "notes" for increased user friendliness
42 files changed:
app/controllers/browse_controller.rb
app/controllers/note_controller.rb [moved from app/controllers/map_bugs_controller.rb with 59% similarity]
app/models/note.rb [moved from app/models/map_bug.rb with 80% similarity]
app/models/note_comment.rb [moved from app/models/map_bug_comment.rb with 77% similarity]
app/models/notifier.rb
app/views/browse/_map.html.erb
app/views/browse/bug.html.erb [deleted file]
app/views/browse/note.html.erb [new file with mode: 0644]
app/views/map_bugs/_bug.gpx.builder [deleted file]
app/views/map_bugs/_bug.rss.builder [deleted file]
app/views/map_bugs/_bug.xml.builder [deleted file]
app/views/map_bugs/list.rjs [deleted file]
app/views/map_bugs/list.xml.builder [deleted file]
app/views/map_bugs/mine.html.erb [deleted file]
app/views/map_bugs/read.xml.builder [deleted file]
app/views/note/_note.gpx.builder [new file with mode: 0644]
app/views/note/_note.rss.builder [new file with mode: 0644]
app/views/note/_note.xml.builder [new file with mode: 0644]
app/views/note/_notes_paging_nav.html.erb [moved from app/views/map_bugs/_bugs_paging_nav.html.erb with 92% similarity]
app/views/note/_user.html.erb [moved from app/views/map_bugs/_user.html.erb with 100% similarity]
app/views/note/list.gpx.builder [moved from app/views/map_bugs/list.gpx.builder with 79% similarity]
app/views/note/list.rjs [new file with mode: 0644]
app/views/note/list.rss.builder [moved from app/views/map_bugs/list.rss.builder with 69% similarity]
app/views/note/list.xml.builder [new file with mode: 0644]
app/views/note/mine.html.erb [new file with mode: 0644]
app/views/note/read.gpx.builder [moved from app/views/map_bugs/read.gpx.builder with 80% similarity]
app/views/note/read.rss.builder [moved from app/views/map_bugs/read.rss.builder with 64% similarity]
app/views/note/read.xml.builder [new file with mode: 0644]
app/views/note/rss.rss.builder [moved from app/views/map_bugs/rss.rss.builder with 53% similarity]
app/views/notifier/bug_comment_notification.html.erb [deleted file]
app/views/notifier/note_comment_notification.html.erb [new file with mode: 0644]
app/views/site/index.html.erb
app/views/user/view.html.erb
config/example.application.yml
config/locales/en.yml
config/routes.rb
db/migrate/20110508145337_cleanup_bug_tables.rb
db/migrate/20110521142405_rename_bugs_to_notes.rb [new file with mode: 0644]
lib/migrate.rb
public/images/closed_note_marker.png [moved from public/images/closed_bug_marker.png with 100% similarity]
public/images/open_note_marker.png [moved from public/images/open_bug_marker.png with 100% similarity]
public/javascripts/openstreetbugs.js