Changeset [24991d6db10bd25eb888e6b3ec920ea2186cc140] by Kosuke Tanabe

July 20th, 2009 @ 05:41 AM

added Extent / ManifestationForm -> CarrierType, FrequencyOfIssue => Frequency http://github.com/nabeta/next-l/...

Committed by Kosuke Tanabe

  • M app/controllers/application_controller.rb
  • M app/controllers/bookmarks_controller.rb
  • M app/controllers/expressions_controller.rb
  • M app/controllers/extents_controller.rb
  • M app/controllers/frequencies_controller.rb
  • M app/controllers/frequency_of_issues_controller.rb
  • M app/controllers/items_controller.rb
  • M app/controllers/manifestation_form_has_checkout_types_controller.rb
  • M app/controllers/manifestation_forms_controller.rb
  • M app/controllers/manifestations_controller.rb
  • M app/controllers/page_controller.rb
  • M app/helpers/application_helper.rb
  • M app/helpers/extents_helper.rb
  • M app/helpers/frequency_of_issues_helper.rb
  • M app/helpers/manifestation_forms_helper.rb
  • M app/models/checked_item.rb
  • M app/models/checkout_type.rb
  • M app/models/expression.rb
  • M app/models/frequency_of_issue.rb
  • M app/models/imported_resource_file.rb
  • M app/models/item.rb
  • M app/models/manifestation.rb
  • M app/models/manifestation_form.rb
  • M app/models/manifestation_form_has_checkout_type.rb
  • M app/models/reserve.rb
  • M app/models/subject.rb
  • M app/models/user.rb
  • M app/models/user_group.rb
  • M app/models/user_group_has_checkout_type.rb
  • M app/models/work.rb
  • M app/views/carrier_types/edit.html.erb
  • M app/views/carrier_types/index.html.erb
  • M app/views/carrier_types/new.html.erb
  • M app/views/carrier_types/show.html.erb
  • M app/views/checkout_types/show.html.erb
  • M app/views/embodies/_index_expression.html.erb
  • M app/views/expressions/_manifestation_list.html.erb
  • M app/views/expressions/_new.html.erb
  • M app/views/expressions/_work_list.html.erb
  • M app/views/expressions/edit.html.erb
  • M app/views/expressions/show.html.erb
  • M app/views/extents/edit.html.erb
  • M app/views/extents/index.html.erb
  • M app/views/extents/new.html.erb
  • M app/views/extents/show.html.erb
  • M app/views/frequencies/edit.html.erb
  • M app/views/frequencies/index.html.erb
  • M app/views/frequencies/new.html.erb
  • M app/views/frequencies/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/layouts/extents.html.erb
  • M app/views/layouts/frequencies.html.erb
  • M app/views/layouts/frequency_of_issues.html.erb
  • M app/views/layouts/manifestation_form_has_checkout_types.html.erb
  • M app/views/layouts/manifestation_forms.html.erb
  • M app/views/manifestation_form_has_checkout_types/edit.html.erb
  • M app/views/manifestation_form_has_checkout_types/index.html.erb
  • M app/views/manifestation_form_has_checkout_types/new.html.erb
  • M app/views/manifestation_form_has_checkout_types/show.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/_all_facet.html.erb
  • M app/views/manifestations/_manifestation_form_facet.html.erb
  • M app/views/manifestations/_manifestation_list.html.erb
  • M app/views/manifestations/_new.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/edit.html.erb
  • M app/views/manifestations/mods.xml.builder
  • M app/views/manifestations/show.html.erb
  • M app/views/page/configuration.html.erb
  • M app/views/patrons/_expression_list.html.erb
  • M app/views/patrons/_involved.html.erb
  • M app/views/patrons/_manifestation_list.html.erb
  • M app/views/patrons/_work_list.html.erb
  • M app/views/produces/_index_patron.html.erb
  • M app/views/works/_expression_list.html.erb
  • M app/views/works/_manifestation_list.html.erb
  • M app/views/works/show.html.erb
  • M config/initializers/periodic.rb.sample
  • M config/locales/translation_en.yml
  • M config/locales/translation_ja.yml
  • M config/routes.rb
  • M db/migrate/004_create_expressions.rb
  • M db/migrate/005_create_manifestations.rb
  • M db/migrate/073_create_manifestation_forms.rb
  • M db/migrate/112_create_frequency_of_issues.rb
  • M db/migrate/20081030023615_create_manifestation_form_has_checkout_types.rb
  • M db/migrate/20090509053327_copy_name_to_display_name.rb
  • M db/migrate/20090719201843_create_extents.rb
  • M test/fixtures/expressions.yml
  • M test/fixtures/extents.yml
  • M test/fixtures/frequency_of_issues.yml
  • M test/fixtures/manifestation_api_responses.yml
  • M test/fixtures/manifestation_form_has_checkout_types.yml
  • M test/fixtures/manifestation_forms.yml
  • M test/functional/baskets_controller_test.rb
  • M test/functional/bookmarks_controller_test.rb
  • M test/functional/checked_items_controller_test.rb
  • M test/functional/checkins_controller_test.rb
  • M test/functional/checkouts_controller_test.rb
  • M test/functional/embodies_controller_test.rb
  • M test/functional/exemplifies_controller_test.rb
  • M test/functional/expressions_controller_test.rb
  • M test/functional/extents_controller_test.rb
  • M test/functional/frequency_of_issues_controller_test.rb
  • M test/functional/items_controller_test.rb
  • M test/functional/manifestation_form_has_checkout_types_controller_test.rb
  • M test/functional/manifestation_forms_controller_test.rb
  • M test/functional/manifestations_controller_test.rb
  • M test/functional/oai_controller_test.rb
  • M test/functional/patrons_controller_test.rb
  • M test/functional/picture_files_controller_test.rb
  • M test/functional/reserves_controller_test.rb
  • M test/functional/subject_heading_types_controller_test.rb
  • M test/functional/users_controller_test.rb
  • M test/unit/extent_test.rb
  • M test/unit/frequency_of_issue_test.rb
  • M test/unit/helpers/extents_helper_test.rb
  • M test/unit/manifestation_form_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/