Changeset [1440d43b973f7958b5518cea2fad147c1fcf3775] by Kosuke Tanabe

February 13th, 2009 @ 08:21 PM

Committed by Kosuke Tanabe

  • M app/controllers/answers_controller.rb
  • M app/controllers/baskets_controller.rb
  • M app/controllers/manifestations_controller.rb
  • M app/controllers/questions_controller.rb
  • M app/controllers/shelves_controller.rb
  • M app/controllers/subject_heading_type_has_subjects_controller.rb
  • M app/controllers/subjects_controller.rb
  • M app/controllers/users_controller.rb
  • M app/models/answer.rb
  • M app/models/classification.rb
  • M app/models/message.rb
  • M app/models/question.rb
  • M app/models/resource_has_subject.rb
  • M app/models/subject.rb
  • M app/models/subject_has_classification.rb
  • M app/models/subject_heading_type.rb
  • M app/models/subject_heading_type_has_subject.rb
  • M app/views/answers/new.html.erb
  • M app/views/questions/edit.html.erb
  • M app/views/questions/new.html.erb
  • M app/views/questions/show.html.erb
  • M app/views/shelves/new.html.erb
  • M app/views/subjects/edit.html.erb
  • M app/views/subjects/new.html.erb
  • M app/views/users/index.html.erb
  • M config/locales/translation_en.yml
  • M config/locales/translation_ja.yml
  • M db/migrate/098_create_questions.rb
  • M db/migrate/099_create_answers.rb
  • M db/migrate/20080606052544_create_resource_has_subjects.rb
  • M lib/tag_modified.rb
  • M test/fixtures/answers.yml
  • M test/fixtures/questions.yml
  • M test/fixtures/resource_has_subjects.yml
  • M test/fixtures/subject_has_classifications.yml
  • M test/fixtures/subject_heading_type_has_subjects.yml
  • M test/fixtures/subjects.yml
  • M test/functional/advertisements_controller_test.rb
  • M test/functional/advertises_controller_test.rb
  • M test/functional/answers_controller_test.rb
  • M test/functional/attachment_files_controller_test.rb
  • M test/functional/barcodes_controller_test.rb
  • M test/functional/baskets_controller_test.rb
  • M test/functional/bookmarked_resources_controller_test.rb
  • M test/functional/bookmarks_controller_test.rb
  • M test/functional/bookstores_controller_test.rb
  • M test/functional/checked_items_controller_test.rb
  • M test/functional/checkins_controller_test.rb
  • M test/functional/checkout_types_controller_test.rb
  • M test/functional/checkouts_controller_test.rb
  • M test/functional/circulation_statuses_controller_test.rb
  • M test/functional/classification_types_controller_test.rb
  • M test/functional/classifications_controller_test.rb
  • M test/functional/concepts_controller_test.rb
  • M test/functional/countries_controller_test.rb
  • M test/functional/creates_controller_test.rb
  • M test/functional/donates_controller_test.rb
  • M test/functional/embodies_controller_test.rb
  • M test/functional/event_categories_controller_test.rb
  • M test/functional/events_controller_test.rb
  • M test/functional/exemplifies_controller_test.rb
  • M test/functional/expression_forms_controller_test.rb
  • M test/functional/expression_merge_lists_controller_test.rb
  • M test/functional/expression_merges_controller_test.rb
  • M test/functional/expressions_controller_test.rb
  • M test/functional/frequency_of_issues_controller_test.rb
  • M test/functional/imported_event_files_controller_test.rb
  • M test/functional/imported_objects_controller_test.rb
  • M test/functional/imported_patron_files_controller_test.rb
  • M test/functional/imported_resource_files_controller_test.rb
  • M test/functional/inter_library_loans_controller_test.rb
  • M test/functional/inventories_controller_test.rb
  • M test/functional/inventory_files_controller_test.rb
  • M test/functional/item_has_use_restrictions_controller_test.rb
  • M test/functional/items_controller_test.rb
  • M test/functional/languages_controller_test.rb
  • M test/functional/libraries_controller_test.rb
  • M test/functional/library_groups_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/message_queues_controller_test.rb
  • M test/functional/message_templates_controller_test.rb
  • M test/functional/messages_controller_test.rb
  • M test/functional/news_feeds_controller_test.rb
  • M test/functional/news_posts_controller_test.rb
  • M test/functional/oai_controller_test.rb
  • M test/functional/order_lists_controller_test.rb
  • M test/functional/orders_controller_test.rb
  • M test/functional/owns_controller_test.rb
  • M test/functional/page_controller_test.rb
  • M test/functional/patron_merge_lists_controller_test.rb
  • M test/functional/patron_merges_controller_test.rb
  • M test/functional/patron_types_controller_test.rb
  • M test/functional/patrons_controller_test.rb
  • M test/functional/picture_files_controller_test.rb
  • M test/functional/places_controller_test.rb
  • M test/functional/produces_controller_test.rb
  • M test/functional/purchase_requests_controller_test.rb
  • M test/functional/questions_controller_test.rb
  • M test/functional/realizes_controller_test.rb
  • M test/functional/reifies_controller_test.rb
  • M test/functional/request_status_types_controller_test.rb
  • M test/functional/request_types_controller_test.rb
  • M test/functional/reserves_controller_test.rb
  • M test/functional/resource_has_subjects_controller_test.rb
  • M test/functional/roles_controller_test.rb
  • M test/functional/search_engines_controller_test.rb
  • M test/functional/search_histories_controller_test.rb
  • M test/functional/shelves_controller_test.rb
  • M test/functional/subject_has_classifications_controller_test.rb
  • M test/functional/subject_heading_type_has_subjects_controller_test.rb
  • M test/functional/subject_heading_types_controller_test.rb
  • M test/functional/subject_types_controller_test.rb
  • M test/functional/subjects_controller_test.rb
  • M test/functional/subscribes_controller_test.rb
  • M test/functional/subscriptions_controller_test.rb
  • M test/functional/tags_controller_test.rb
  • M test/functional/use_restrictions_controller_test.rb
  • M test/functional/user_group_has_checkout_types_controller_test.rb
  • M test/functional/user_groups_controller_test.rb
  • M test/functional/users_controller_test.rb
  • M test/functional/work_forms_controller_test.rb
  • M test/functional/work_merge_lists_controller_test.rb
  • M test/functional/work_merges_controller_test.rb
  • M test/functional/works_controller_test.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/acts_as_tagger.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/tag.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/tagging.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.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/