Changeset [4488774257e61765f6edeb2c7c2961e50cc06de0] by Kosuke Tanabe

July 6th, 2009 @ 10:37 PM

removed AttachmentFile and attachment_fu http://github.com/nabeta/next-l/...

Committed by Kosuke Tanabe

  • M app/controllers/imported_event_files_controller.rb
  • M app/controllers/imported_patron_files_controller.rb
  • M app/controllers/imported_resource_files_controller.rb
  • M app/controllers/picture_files_controller.rb
  • M app/controllers/shelf_has_manifestations_controller.rb
  • M app/helpers/attachment_files_helper.rb
  • M app/helpers/shelf_has_manifestations_helper.rb
  • M app/models/attachment_file.rb
  • M app/models/imported_event_file.rb
  • M app/models/imported_patron_file.rb
  • M app/models/imported_resource_file.rb
  • M app/models/inventory_file.rb
  • M app/models/picture_file.rb
  • M app/models/shelf_has_manifestation.rb
  • M app/views/attachment_files/edit.html.erb
  • M app/views/attachment_files/index.html.erb
  • M app/views/attachment_files/new.html.erb
  • M app/views/attachment_files/show.html.erb
  • M app/views/imported_event_files/edit.html.erb
  • M app/views/imported_event_files/index.html.erb
  • M app/views/imported_event_files/new.html.erb
  • M app/views/imported_event_files/show.html.erb
  • M app/views/imported_patron_files/edit.html.erb
  • M app/views/imported_patron_files/index.html.erb
  • M app/views/imported_patron_files/new.html.erb
  • M app/views/imported_patron_files/show.html.erb
  • M app/views/imported_resource_files/edit.html.erb
  • M app/views/imported_resource_files/index.html.erb
  • M app/views/imported_resource_files/new.html.erb
  • M app/views/imported_resource_files/show.html.erb
  • M app/views/inventory_files/edit.html.erb
  • M app/views/inventory_files/index.html.erb
  • M app/views/inventory_files/new.html.erb
  • M app/views/inventory_files/show.html.erb
  • M app/views/layouts/attachment_files.html.erb
  • M app/views/layouts/shelf_has_manifestations.html.erb
  • M app/views/shelf_has_manifestations/edit.html.erb
  • M app/views/shelf_has_manifestations/index.html.erb
  • M app/views/shelf_has_manifestations/new.html.erb
  • M app/views/shelf_has_manifestations/show.html.erb
  • M config/locales/translation_en.yml
  • M config/locales/translation_ja.yml
  • M db/migrate/108_create_attachment_files.rb
  • M db/migrate/20090704152544_create_shelf_has_manifestations.rb
  • M db/migrate/20090706120200_add_attachments_imported_resource_to_imported_resource_file.rb
  • M db/migrate/20090706120221_add_attachments_imported_event_to_imported_event_file.rb
  • M db/migrate/20090706120231_add_attachments_imported_patron_to_imported_patron_file.rb
  • M db/migrate/20090706125521_add_attachments_inventory_to_inventory_file.rb
  • M test/fixtures/attachment_files.yml
  • M test/fixtures/imported_event_files.yml
  • M test/fixtures/imported_patron_files.yml
  • M test/fixtures/imported_resource_files.yml
  • M test/fixtures/inventory_files.yml
  • M test/fixtures/picture_files.yml
  • M test/fixtures/shelf_has_manifestations.yml
  • M test/functional/imported_event_files_controller_test.rb
  • M test/functional/imported_patron_files_controller_test.rb
  • M test/functional/imported_resource_files_controller_test.rb
  • M test/functional/inventory_files_controller_test.rb
  • M test/functional/shelf_has_manifestations_controller_test.rb
  • M test/unit/attachment_file_test.rb
  • M test/unit/helpers/shelf_has_manifestations_helper_test.rb
  • M test/unit/shelf_has_manifestation_test.rb
  • M vendor/plugins/attachment_fu/CHANGELOG
  • M vendor/plugins/attachment_fu/LICENSE
  • M vendor/plugins/attachment_fu/README
  • M vendor/plugins/attachment_fu/Rakefile
  • M vendor/plugins/attachment_fu/amazon_s3.yml.tpl
  • M vendor/plugins/attachment_fu/init.rb
  • M vendor/plugins/attachment_fu/install.rb
  • M vendor/plugins/attachment_fu/lib/geometry.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb
  • M vendor/plugins/attachment_fu/rackspace_cloudfiles.yml.tpl
  • M vendor/plugins/attachment_fu/test/backends/db_file_test.rb
  • M vendor/plugins/attachment_fu/test/backends/file_system_test.rb
  • M vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb
  • M vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb
  • M vendor/plugins/attachment_fu/test/base_attachment_tests.rb
  • M vendor/plugins/attachment_fu/test/basic_test.rb
  • M vendor/plugins/attachment_fu/test/database.yml
  • M vendor/plugins/attachment_fu/test/extra_attachment_test.rb
  • M vendor/plugins/attachment_fu/test/fixtures/attachment.rb
  • M vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png
  • M vendor/plugins/attachment_fu/test/fixtures/files/foo.txt
  • M vendor/plugins/attachment_fu/test/fixtures/files/rails.png
  • M vendor/plugins/attachment_fu/test/geometry_test.rb
  • M vendor/plugins/attachment_fu/test/processors/core_image_test.rb
  • M vendor/plugins/attachment_fu/test/processors/gd2_test.rb
  • M vendor/plugins/attachment_fu/test/processors/image_science_test.rb
  • M vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb
  • M vendor/plugins/attachment_fu/test/processors/rmagick_test.rb
  • M vendor/plugins/attachment_fu/test/schema.rb
  • M vendor/plugins/attachment_fu/test/test_helper.rb
  • M vendor/plugins/attachment_fu/test/validation_test.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb
  • M vendor/plugins/cache_fu/LICENSE
  • M vendor/plugins/cache_fu/README
  • M vendor/plugins/cache_fu/Rakefile
  • M vendor/plugins/cache_fu/defaults/extensions.rb.default
  • M vendor/plugins/cache_fu/defaults/memcached.yml.default
  • M vendor/plugins/cache_fu/defaults/memcached_ctl.default
  • M vendor/plugins/cache_fu/init.rb
  • M vendor/plugins/cache_fu/install.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/benchmarking.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/cache_methods.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/config.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/disabled.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/fragment_cache.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/local_cache.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/memcached_rails.rb
  • M vendor/plugins/cache_fu/lib/acts_as_cached/recipes.rb
  • M vendor/plugins/cache_fu/tasks/memcached.rake
  • M vendor/plugins/cache_fu/test/benchmarking_test.rb
  • M vendor/plugins/cache_fu/test/cache_test.rb
  • M vendor/plugins/cache_fu/test/config_test.rb
  • M vendor/plugins/cache_fu/test/disabled_test.rb
  • M vendor/plugins/cache_fu/test/extensions_test.rb
  • M vendor/plugins/cache_fu/test/fragment_cache_test.rb
  • M vendor/plugins/cache_fu/test/helper.rb
  • M vendor/plugins/cache_fu/test/local_cache_test.rb
  • M vendor/plugins/cache_fu/test/sti_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/