Changeset [ea7895da73b4ffe27f2d5c2057224aa4e019f0e5] by Kosuke Tanabe

May 5th, 2009 @ 07:01 AM

display_name can contain multiple locales http://github.com/nabeta/next-l/...

Committed by Kosuke Tanabe

  • M app/controllers/languages_controller.rb
  • M app/models/checkout.rb
  • M app/models/event.rb
  • M app/models/event_category.rb
  • M app/models/language.rb
  • M app/models/news_feed.rb
  • M app/models/resource_sweeper.rb
  • M app/views/checkout_types/edit.html.erb
  • M app/views/checkout_types/index.html.erb
  • M app/views/checkout_types/new.html.erb
  • M app/views/checkout_types/show.html.erb
  • M app/views/circulation_statuses/edit.html.erb
  • M app/views/circulation_statuses/index.html.erb
  • M app/views/circulation_statuses/new.html.erb
  • M app/views/classification_types/index.html.erb
  • M app/views/classification_types/new.html.erb
  • M app/views/countries/edit.html.erb
  • M app/views/countries/index.html.erb
  • M app/views/countries/new.html.erb
  • M app/views/countries/show.html.erb
  • M app/views/event_categories/edit.html.erb
  • M app/views/event_categories/new.html.erb
  • M app/views/event_categories/show.html.erb
  • M app/views/expression_forms/edit.html.erb
  • M app/views/expression_forms/index.html.erb
  • M app/views/expression_forms/new.html.erb
  • M app/views/expression_forms/show.html.erb
  • M app/views/expressions/_index_manifestation.html.erb
  • M app/views/expressions/show.html.erb
  • M app/views/frequency_of_issues/edit.html.erb
  • M app/views/frequency_of_issues/index.html.erb
  • M app/views/frequency_of_issues/new.html.erb
  • M app/views/frequency_of_issues/show.html.erb
  • M app/views/items/show.html.erb
  • M app/views/languages/edit.html.erb
  • M app/views/languages/index.html.erb
  • M app/views/languages/new.html.erb
  • M app/views/languages/show.html.erb
  • M app/views/libraries/index.html.erb
  • M app/views/library_groups/edit.html.erb
  • M app/views/library_groups/index.html.erb
  • M app/views/manifestation_forms/edit.html.erb
  • M app/views/manifestation_forms/index.html.erb
  • M app/views/manifestation_forms/new.html.erb
  • M app/views/manifestation_forms/show.html.erb
  • M app/views/manifestations/_book_jacket.html.erb
  • M app/views/manifestations/_new.html.erb
  • M app/views/manifestations/_pickup.html.erb
  • M app/views/manifestations/_show_authors.html.erb
  • M app/views/manifestations/_show_index.html.erb
  • M app/views/manifestations/_title.html.erb
  • M app/views/manifestations/_work_list.html.erb
  • M app/views/manifestations/show.html.erb
  • M app/views/page/_footer.html.erb
  • M app/views/page/_header.html.erb
  • M app/views/page/index.html.erb
  • M app/views/patron_types/edit.html.erb
  • M app/views/patron_types/index.html.erb
  • M app/views/patron_types/new.html.erb
  • M app/views/patron_types/show.html.erb
  • M app/views/patrons/_index_manifestation.html.erb
  • M app/views/patrons/show.html.erb
  • M app/views/request_status_types/edit.html.erb
  • M app/views/request_status_types/index.html.erb
  • M app/views/request_status_types/new.html.erb
  • M app/views/request_status_types/show.html.erb
  • M app/views/request_types/edit.html.erb
  • M app/views/request_types/index.html.erb
  • M app/views/request_types/new.html.erb
  • M app/views/request_types/show.html.erb
  • M app/views/roles/edit.html.erb
  • M app/views/roles/index.html.erb
  • M app/views/roles/new.html.erb
  • M app/views/roles/show.html.erb
  • M app/views/shelves/edit.html.erb
  • M app/views/shelves/new.html.erb
  • M app/views/shelves/show.html.erb
  • M app/views/subject_heading_types/edit.html.erb
  • M app/views/subject_heading_types/index.html.erb
  • M app/views/subject_heading_types/new.html.erb
  • M app/views/subject_heading_types/show.html.erb
  • M app/views/subject_types/edit.html.erb
  • M app/views/subject_types/index.html.erb
  • M app/views/subject_types/new.html.erb
  • M app/views/subject_types/show.html.erb
  • M app/views/subjects/show.html.erb
  • M app/views/use_restrictions/edit.html.erb
  • M app/views/use_restrictions/index.html.erb
  • M app/views/use_restrictions/new.html.erb
  • M app/views/use_restrictions/show.html.erb
  • M app/views/user_groups/edit.html.erb
  • M app/views/user_groups/index.html.erb
  • M app/views/user_groups/new.html.erb
  • M app/views/user_groups/show.html.erb
  • M app/views/users/_show.html.erb
  • M app/views/users/_show_other.html.erb
  • M app/views/work_forms/edit.html.erb
  • M app/views/work_forms/index.html.erb
  • M app/views/work_forms/new.html.erb
  • M app/views/work_forms/show.html.erb
  • M app/views/works/_expression_list.html.erb
  • M app/views/works/_manifestation_list.html.erb
  • M app/views/works/_patron_list.html.erb
  • M app/views/works/show.html.erb
  • M db/fixtures/checkout_types.yml
  • M db/fixtures/circulation_statuses.yml
  • M db/fixtures/classification_types.yml
  • M db/fixtures/countries.yml
  • M db/fixtures/event_categories.yml
  • M db/fixtures/expression_forms.yml
  • M db/fixtures/frequency_of_issues.yml
  • M db/fixtures/languages.yml
  • M db/fixtures/library_groups.yml
  • M db/fixtures/manifestation_forms.yml
  • M db/fixtures/patron_types.yml
  • M db/fixtures/request_status_types.yml
  • M db/fixtures/request_types.yml
  • M db/fixtures/subject_types.yml
  • M db/fixtures/use_restrictions.yml
  • M db/fixtures/work_forms.yml
  • M db/migrate/20090504170908_remove_display_name.rb
  • M lib/display_name.rb
  • M public/stylesheets/nonopac.css
  • M test/fixtures/checkout_types.yml
  • M test/fixtures/circulation_statuses.yml
  • M test/fixtures/classification_types.yml
  • M test/fixtures/countries.yml
  • M test/fixtures/expression_forms.yml
  • M test/fixtures/languages.yml
  • M test/fixtures/library_groups.yml
  • M test/fixtures/manifestations.yml
  • M test/fixtures/patron_types.yml
  • M test/fixtures/request_status_types.yml
  • M test/fixtures/request_types.yml
  • M test/fixtures/subject_heading_types.yml
  • M test/fixtures/subject_types.yml
  • M test/fixtures/use_restrictions.yml
  • M test/functional/users_controller_test.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

integrated library system developed in Japan
http://www.next-l.jp/