Changeset [df8ef2a88ae0c03af6007124cf302c32287b1dce] by Kosuke Tanabe
March 13th, 2009 @ 05:41 PM
cleaned up "per_page" http://github.com/nabeta/next-l/...
Committed by Kosuke Tanabe
- M app/controllers/application.rb.sample
- M app/controllers/bookmark_stats_controller.rb
- M app/controllers/bookmarked_resources_controller.rb
- M app/controllers/checkouts_controller.rb
- M app/controllers/classifications_controller.rb
- M app/controllers/concepts_controller.rb
- M app/controllers/corporate_bodies_controller.rb
- M app/controllers/events_controller.rb
- M app/controllers/expressions_controller.rb
- M app/controllers/families_controller.rb
- M app/controllers/items_controller.rb
- M app/controllers/manifestation_checkout_stats_controller.rb
- M app/controllers/manifestation_reserve_stats_controller.rb
- M app/controllers/manifestations_controller.rb
- M app/controllers/patrons_controller.rb
- M app/controllers/people_controller.rb
- M app/controllers/places_controller.rb
- M app/controllers/purchase_requests_controller.rb
- M app/controllers/questions_controller.rb
- M app/controllers/sessions_controller.rb
- M app/controllers/subjects_controller.rb
- M app/controllers/tags_controller.rb
- M app/controllers/user_checkout_stats_controller.rb
- M app/controllers/user_reserve_stats_controller.rb
- M app/controllers/users_controller.rb
- M app/controllers/works_controller.rb
- M app/helpers/application_helper.rb
- M app/models/advertise.rb
- M app/models/advertisement.rb
- M app/models/answer.rb
- M app/models/attachment_file.rb
- M app/models/barcode.rb
- M app/models/bookmark.rb
- M app/models/bookmark_stat.rb
- M app/models/bookmark_stat_has_manifestation.rb
- M app/models/bookmarked_resource.rb
- M app/models/bookstore.rb
- M app/models/checkout.rb
- M app/models/checkout_stat_has_manifestation.rb
- M app/models/checkout_type.rb
- M app/models/classification.rb
- M app/models/concept.rb
- M app/models/create.rb
- M app/models/donate.rb
- M app/models/embody.rb
- M app/models/event.rb
- M app/models/event_category.rb
- M app/models/exemplify.rb
- M app/models/expression.rb
- M app/models/expression_merge.rb
- M app/models/expression_merge_list.rb
- M app/models/inter_library_loan.rb
- M app/models/inventory.rb
- M app/models/inventory_file.rb
- M app/models/item.rb
- M app/models/item_has_use_restriction.rb
- M app/models/library.rb
- M app/models/manifestation.rb
- M app/models/manifestation_checkout_stat.rb
- M app/models/manifestation_reserve_stat.rb
- M app/models/message.rb
- M app/models/message_queue.rb
- M app/models/message_template.rb
- M app/models/news_feed.rb
- M app/models/news_post.rb
- M app/models/order.rb
- M app/models/order_list.rb
- M app/models/own.rb
- M app/models/patron.rb
- M app/models/patron_merge.rb
- M app/models/patron_merge_list.rb
- M app/models/picture_file.rb
- M app/models/place.rb
- M app/models/produce.rb
- M app/models/purchase_request.rb
- M app/models/question.rb
- M app/models/realize.rb
- M app/models/reify.rb
- M app/models/reserve.rb
- M app/models/reserve_stat_has_manifestation.rb
- M app/models/reserve_stat_has_user.rb
- M app/models/resource_has_subject.rb
- M app/models/search_engine.rb
- M app/models/search_history.rb
- M app/models/shelf.rb
- M app/models/subject.rb
- M app/models/subject_has_classification.rb
- M app/models/subject_heading_type_has_subject.rb
- M app/models/subscription.rb
- M app/models/user.rb
- M app/models/user_checkout_stat.rb
- M app/models/user_group.rb
- M app/models/user_reserve_stat.rb
- M app/models/work.rb
- M app/models/work_merge.rb
- M app/models/work_merge_list.rb
- M app/views/answers/index.rss.rxml
- M app/views/bookmark_stats/edit.html.erb
- M app/views/bookmark_stats/new.html.erb
- M app/views/bookmark_stats/show.html.erb
- M app/views/bookmarked_resources/_index.html.erb
- M app/views/bookmarked_resources/_index_user.html.erb
- M app/views/bookmarked_resources/index.rss.rxml
- M app/views/bookmarked_resources/new.html.erb
- M app/views/checkouts/_index.html.erb
- M app/views/checkouts/_index_overdue.html.erb
- M app/views/checkouts/_index_user.html.erb
- M app/views/checkouts/index.rss.rxml
- M app/views/corporate_bodies/index.rss.rxml
- M app/views/events/index.html.erb
- M app/views/events/index.rss.rxml
- M app/views/expressions/_patron_list.html.erb
- M app/views/families/index.rss.rxml
- M app/views/inter_library_loans/index.rss.rxml
- M app/views/items/_index_inventory_file.html.erb
- M app/views/layouts/bookmark_stats.html.erb
- M app/views/layouts/manifestation_checkout_stats.html.erb
- M app/views/layouts/manifestation_reserve_stats.html.erb
- M app/views/manifestation_checkout_stats/edit.html.erb
- M app/views/manifestation_checkout_stats/new.html.erb
- M app/views/manifestation_checkout_stats/show.html.erb
- M app/views/manifestation_reserve_stats/edit.html.erb
- M app/views/manifestation_reserve_stats/index.html.erb
- M app/views/manifestation_reserve_stats/new.html.erb
- M app/views/manifestation_reserve_stats/show.html.erb
- M app/views/manifestations/_google_book_search.html.erb
- M app/views/manifestations/index.rss.rxml
- M app/views/manifestations/index.xml.rxml
- M app/views/news_posts/index.rss.rxml
- M app/views/order_lists/index.rss.rxml
- M app/views/orders/index.rss.rxml
- M app/views/page/_footer.html.erb
- M app/views/page/_header.html.erb
- M app/views/page/opensearch.rxml
- M app/views/page/statistics.html.erb
- M app/views/patrons/index.rss.rxml
- M app/views/patrons/show.html.erb
- M app/views/people/index.rss.rxml
- M app/views/purchase_requests/_index.html.erb
- M app/views/purchase_requests/_index_order_list.html.erb
- M app/views/purchase_requests/index.rss.rxml
- M app/views/questions/index.rss.rxml
- M app/views/reserves/index.html.erb
- M app/views/reserves/index.rss.rxml
- M app/views/tags/index.html.erb
- M app/views/tags/show.html.erb
- M app/views/user_checkout_stats/edit.html.erb
- M app/views/user_checkout_stats/new.html.erb
- M app/views/user_checkout_stats/show.html.erb
- M app/views/user_reserve_stats/index.html.erb
- M app/views/user_reserve_stats/show.html.erb
- M app/views/works/_patron_list.html.erb
- M config/locales/translation_en.yml
- M config/locales/translation_ja.yml
- M lib/tag_modified.rb
- M public/robots.txt
- M public/stylesheets/nonopac.css
- M test/fixtures/bookmark_stats.yml
- M test/fixtures/manifestation_checkout_stats.yml
- M test/fixtures/manifestation_reserve_stats.yml
- M test/fixtures/user_checkout_stats.yml
- M test/fixtures/user_reserve_stats.yml
- M test/functional/bookmark_stats_controller_test.rb
- M test/functional/manifestation_checkout_stats_controller_test.rb
- M test/functional/manifestation_reserve_stats_controller_test.rb
- M test/functional/user_checkout_stats_controller_test.rb
- M test/functional/user_reserve_stats_controller_test.rb
- M test/unit/bookmark_stat_test.rb
- M test/unit/manifestation_checkout_stat_test.rb
- M test/unit/manifestation_reserve_stat_test.rb
- M test/unit/user_checkout_stat_test.rb
- M test/unit/user_reserve_stat_test.rb
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/