Changeset [5c4411a3305e9866c02ff39e06f7758842f98899] by Kosuke Tanabe

December 18th, 2008 @ 05:27 AM

Committed by Kosuke Tanabe

  • M app/controllers/checkout_stat_has_manifestations_controller.rb
  • M app/controllers/manifestation_checkout_stat_has_manifestations_controller.rb
  • M app/controllers/manifestation_checkout_stats_controller.rb
  • M app/helpers/checkout_stat_has_manifestations_helper.rb
  • M app/models/attachment_file.rb
  • M app/models/checkout_stat_has_manifestation.rb
  • M app/models/manifestation.rb
  • M app/models/manifestation_checkout_stat_has_manifestation.rb
  • M app/models/picture_file.rb
  • M app/views/checkout_stat_has_manifestations/edit.html.erb
  • M app/views/checkout_stat_has_manifestations/index.html.erb
  • M app/views/checkout_stat_has_manifestations/new.html.erb
  • M app/views/checkout_stat_has_manifestations/show.html.erb
  • M app/views/expression_has_expressions/edit.html.erb
  • M app/views/expression_has_expressions/index.html.erb
  • M app/views/expression_has_expressions/new.html.erb
  • M app/views/expression_has_expressions/show.html.erb
  • M app/views/item_has_items/edit.html.erb
  • M app/views/item_has_items/index.html.erb
  • M app/views/item_has_items/new.html.erb
  • M app/views/item_has_items/show.html.erb
  • M app/views/layouts/checkout_stat_has_manifestations.html.erb
  • M app/views/layouts/manifestation_checkout_stat_has_manifestations.html.erb
  • M app/views/manifestation_checkout_stat_has_manifestations/edit.html.erb
  • M app/views/manifestation_checkout_stat_has_manifestations/index.html.erb
  • M app/views/manifestation_checkout_stat_has_manifestations/new.html.erb
  • M app/views/manifestation_checkout_stat_has_manifestations/show.html.erb
  • M app/views/manifestation_has_manifestations/edit.html.erb
  • M app/views/manifestation_has_manifestations/index.html.erb
  • M app/views/manifestation_has_manifestations/new.html.erb
  • M app/views/manifestation_has_manifestations/show.html.erb
  • M app/views/work_has_works/edit.html.erb
  • M app/views/work_has_works/index.html.erb
  • M app/views/work_has_works/new.html.erb
  • M app/views/work_has_works/show.html.erb
  • M config/routes.rb
  • M db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
  • M db/migrate/20081212075554_create_manifestation_checkout_stat_has_manifestations.rb
  • M test/fixtures/checkout_stat_has_manifestations.yml
  • M test/fixtures/expression_has_expressions.yml
  • M test/fixtures/item_has_items.yml
  • M test/fixtures/manifestation_checkout_stat_has_manifestations.yml
  • M test/fixtures/manifestation_has_manifestations.yml
  • M test/fixtures/work_has_works.yml
  • M test/functional/checkout_stat_has_manifestations_controller_test.rb
  • M test/functional/manifestation_checkout_stat_has_manifestations_controller_test.rb
  • M test/unit/checkout_stat_has_manifestation_test.rb
  • M test/unit/manifestation_checkout_stat_has_manifestation_test.rb
  • M vendor/plugins/acts_as_solr/.DS_Store
  • M vendor/plugins/acts_as_solr/.gitignore
  • M vendor/plugins/acts_as_solr/CHANGE_LOG
  • M vendor/plugins/acts_as_solr/README.markdown
  • M vendor/plugins/acts_as_solr/Rakefile
  • M vendor/plugins/acts_as_solr/TESTING_THE_PLUGIN
  • M vendor/plugins/acts_as_solr/config/solr.yml
  • M vendor/plugins/acts_as_solr/config/solr_environment.rb
  • M vendor/plugins/acts_as_solr/lib/acts_as_solr.rb
  • M vendor/plugins/acts_as_solr/lib/acts_as_solr/indexed_at_stamp.rb
  • M vendor/plugins/acts_as_solr/lib/acts_methods.rb
  • M vendor/plugins/acts_as_solr/lib/class_methods.rb
  • M vendor/plugins/acts_as_solr/lib/common_methods.rb
  • M vendor/plugins/acts_as_solr/lib/instance_methods.rb
  • M vendor/plugins/acts_as_solr/lib/lazy_document.rb
  • M vendor/plugins/acts_as_solr/lib/parser_methods.rb
  • M vendor/plugins/acts_as_solr/lib/search_results.rb
  • M vendor/plugins/acts_as_solr/lib/solr/connection.rb
  • M vendor/plugins/acts_as_solr/lib/solr/document.rb
  • M vendor/plugins/acts_as_solr/lib/solr/importer/mapper.rb
  • M vendor/plugins/acts_as_solr/lib/solr/importer/solr_source.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/add_document.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/base.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/dismax.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/modify_document.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/select.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/spellcheck.rb
  • M vendor/plugins/acts_as_solr/lib/solr/request/standard.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/add_document.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/index_info.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/modify_document.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/ping.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/ruby.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/select.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/spellcheck.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/standard.rb
  • M vendor/plugins/acts_as_solr/lib/solr/response/xml.rb
  • M vendor/plugins/acts_as_solr/lib/solr/util.rb
  • M vendor/plugins/acts_as_solr/lib/solr/xml.rb
  • M vendor/plugins/acts_as_solr/lib/tasks/solr.rake
  • M vendor/plugins/acts_as_solr/solr/CHANGES.txt
  • M vendor/plugins/acts_as_solr/solr/LICENSE.txt
  • M vendor/plugins/acts_as_solr/solr/NOTICE.txt
  • M vendor/plugins/acts_as_solr/solr/etc/jetty.xml
  • M vendor/plugins/acts_as_solr/solr/etc/webdefault.xml
  • M vendor/plugins/acts_as_solr/solr/lib/commons-codec-1.3.jar
  • M vendor/plugins/acts_as_solr/solr/lib/commons-csv-0.1-SNAPSHOT.jar
  • M vendor/plugins/acts_as_solr/solr/lib/commons-fileupload-1.2.jar
  • M vendor/plugins/acts_as_solr/solr/lib/commons-io-1.2.jar
  • M vendor/plugins/acts_as_solr/solr/lib/lucene-analyzers-2007-05-20_00-04-53.jar
  • M vendor/plugins/acts_as_solr/solr/lib/lucene-core-2007-05-20_00-04-53.jar
  • M vendor/plugins/acts_as_solr/solr/lib/lucene-highlighter-2007-05-20_00-04-53.jar
  • M vendor/plugins/acts_as_solr/solr/lib/lucene-snowball-2007-05-20_00-04-53.jar
  • M vendor/plugins/acts_as_solr/solr/lib/lucene-spellchecker-2007-05-20_00-04-53.jar
  • M vendor/plugins/acts_as_solr/solr/solr/bin/abc
  • M vendor/plugins/acts_as_solr/solr/solr/bin/abo
  • M vendor/plugins/acts_as_solr/solr/solr/bin/backup
  • M vendor/plugins/acts_as_solr/solr/solr/bin/backupcleaner
  • M vendor/plugins/acts_as_solr/solr/solr/bin/commit
  • M vendor/plugins/acts_as_solr/solr/solr/bin/optimize
  • M vendor/plugins/acts_as_solr/solr/solr/bin/readercycle
  • M vendor/plugins/acts_as_solr/solr/solr/bin/rsyncd-disable
  • M vendor/plugins/acts_as_solr/solr/solr/bin/rsyncd-enable
  • M vendor/plugins/acts_as_solr/solr/solr/bin/rsyncd-start
  • M vendor/plugins/acts_as_solr/solr/solr/bin/scripts-util
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snapcleaner
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snapinstaller
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snappuller
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snappuller-disable
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snappuller-enable
  • M vendor/plugins/acts_as_solr/solr/solr/bin/snapshooter
  • M vendor/plugins/acts_as_solr/solr/solr/conf/protwords.txt
  • M vendor/plugins/acts_as_solr/solr/solr/conf/solrconfig.xml
  • M vendor/plugins/acts_as_solr/solr/solr/conf/stopwords.txt
  • M vendor/plugins/acts_as_solr/solr/solr/conf/synonyms.txt
  • M vendor/plugins/acts_as_solr/solr/solr/conf/xslt/example_atom.xsl
  • M vendor/plugins/acts_as_solr/solr/solr/conf/xslt/example_rss.xsl
  • M vendor/plugins/acts_as_solr/solr/webapps/solr.war
  • M vendor/plugins/acts_as_solr/test/db/test.db
  • M vendor/plugins/acts_as_solr/test/test_helper.rb
  • M vendor/plugins/acts_as_solr/test/unit/acts_as_solr_test.rb
  • M vendor/plugins/scribd_fu/README.textile
  • M vendor/plugins/scribd_fu/Rakefile
  • M vendor/plugins/scribd_fu/generators/scribd_config/scribd_config_generator.rb
  • M vendor/plugins/scribd_fu/generators/scribd_config/templates/scribd.yml
  • M vendor/plugins/scribd_fu/lib/attachment_fu/methods.rb
  • M vendor/plugins/scribd_fu/lib/paperclip/methods.rb
  • M vendor/plugins/scribd_fu/lib/scribd_fu.rb
  • M vendor/plugins/scribd_fu/lib/scribd_fu_helper.rb
  • M vendor/plugins/scribd_fu/rails/init.rb
  • M vendor/plugins/scribd_fu/scribd.yml.example
  • M vendor/plugins/scribd_fu/scribd_fu.gemspec
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/