]> source.dussan.org Git - redmine.git/commit
Moved Rails plugins required by the core to lib/plugins.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Apr 2012 17:23:24 +0000 (17:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Apr 2012 17:23:24 +0000 (17:23 +0000)
commit8d73ddf73ffc2cefbe16ca06970377e13d4bead0
treeecb8fbb4d8330fe936c43127f2b921ad24eec2e8
parent26868d8b140406cce8c2494efbac7f8f85f452d0
Moved Rails plugins required by the core to lib/plugins.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 e93f8b46-1217-0410-a6f0-8f06a7374b81
473 files changed:
config/initializers/00-core_plugins.rb [new file with mode: 0644]
lib/plugins/acts_as_activity_provider/init.rb [new file with mode: 0644]
lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb [new file with mode: 0644]
lib/plugins/acts_as_attachable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb [new file with mode: 0644]
lib/plugins/acts_as_customizable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb [new file with mode: 0644]
lib/plugins/acts_as_event/init.rb [new file with mode: 0644]
lib/plugins/acts_as_event/lib/acts_as_event.rb [new file with mode: 0644]
lib/plugins/acts_as_list/README [new file with mode: 0644]
lib/plugins/acts_as_list/init.rb [new file with mode: 0644]
lib/plugins/acts_as_list/lib/active_record/acts/list.rb [new file with mode: 0644]
lib/plugins/acts_as_list/test/list_test.rb [new file with mode: 0644]
lib/plugins/acts_as_searchable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/README [new file with mode: 0644]
lib/plugins/acts_as_tree/Rakefile [new file with mode: 0644]
lib/plugins/acts_as_tree/init.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/lib/active_record/acts/tree.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/test/abstract_unit.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/test/acts_as_tree_test.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/test/database.yml [new file with mode: 0644]
lib/plugins/acts_as_tree/test/fixtures/mixin.rb [new file with mode: 0644]
lib/plugins/acts_as_tree/test/fixtures/mixins.yml [new file with mode: 0644]
lib/plugins/acts_as_tree/test/schema.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/CHANGELOG [new file with mode: 0644]
lib/plugins/acts_as_versioned/MIT-LICENSE [new file with mode: 0644]
lib/plugins/acts_as_versioned/README [new file with mode: 0644]
lib/plugins/acts_as_versioned/RUNNING_UNIT_TESTS [new file with mode: 0644]
lib/plugins/acts_as_versioned/Rakefile [new file with mode: 0644]
lib/plugins/acts_as_versioned/init.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/abstract_unit.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/database.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/authors.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/landmark.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/landmark_versions.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/landmarks.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/locked_pages.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/locked_pages_revisions.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/migrations/1_add_versioned_tables.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/page.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/page_versions.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/pages.yml [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/fixtures/widget.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/migration_test.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/schema.rb [new file with mode: 0644]
lib/plugins/acts_as_versioned/test/versioned_test.rb [new file with mode: 0644]
lib/plugins/acts_as_watchable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/.autotest [new file with mode: 0644]
lib/plugins/awesome_nested_set/.travis.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/CHANGELOG [new file with mode: 0644]
lib/plugins/awesome_nested_set/MIT-LICENSE [new file with mode: 0644]
lib/plugins/awesome_nested_set/README.rdoc [new file with mode: 0644]
lib/plugins/awesome_nested_set/Rakefile [new file with mode: 0644]
lib/plugins/awesome_nested_set/awesome_nested_set.gemspec [new file with mode: 0644]
lib/plugins/awesome_nested_set/init.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/rails/init.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/db/database.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/db/schema.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/fixtures/brokens.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/fixtures/categories.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/fixtures/departments.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/fixtures/notes.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/fixtures/things.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/spec_helper.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/spec/support/models.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/awesome_nested_set/helper_test.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/awesome_nested_set_test.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/db/database.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/db/schema.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/fixtures/categories.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/fixtures/category.rb [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/fixtures/departments.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/fixtures/notes.yml [new file with mode: 0644]
lib/plugins/awesome_nested_set/test/test_helper.rb [new file with mode: 0644]
lib/plugins/classic_pagination/CHANGELOG [new file with mode: 0644]
lib/plugins/classic_pagination/README [new file with mode: 0644]
lib/plugins/classic_pagination/Rakefile [new file with mode: 0644]
lib/plugins/classic_pagination/init.rb [new file with mode: 0644]
lib/plugins/classic_pagination/install.rb [new file with mode: 0644]
lib/plugins/classic_pagination/lib/pagination.rb [new file with mode: 0644]
lib/plugins/classic_pagination/lib/pagination_helper.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/companies.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/company.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/developer.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/developers.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/developers_projects.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/project.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/projects.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/replies.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/reply.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/schema.sql [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/topic.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/fixtures/topics.yml [new file with mode: 0644]
lib/plugins/classic_pagination/test/helper.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/pagination_helper_test.rb [new file with mode: 0644]
lib/plugins/classic_pagination/test/pagination_test.rb [new file with mode: 0644]
lib/plugins/gravatar/.gitignore [new file with mode: 0644]
lib/plugins/gravatar/MIT-LICENSE [new file with mode: 0644]
lib/plugins/gravatar/README.rdoc [new file with mode: 0644]
lib/plugins/gravatar/Rakefile [new file with mode: 0644]
lib/plugins/gravatar/about.yml [new file with mode: 0644]
lib/plugins/gravatar/init.rb [new file with mode: 0644]
lib/plugins/gravatar/lib/gravatar.rb [new file with mode: 0644]
lib/plugins/gravatar/spec/gravatar_spec.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/CHANGELOG [new file with mode: 0644]
lib/plugins/open_id_authentication/README [new file with mode: 0644]
lib/plugins/open_id_authentication/Rakefile [new file with mode: 0644]
lib/plugins/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/generators/open_id_authentication_tables/templates/migration.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates/migration.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/init.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/association.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/mem_cache_store.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/request.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/lib/tasks/open_id_authentication_tasks.rake [new file with mode: 0644]
lib/plugins/open_id_authentication/test/mem_cache_store_test.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/test/normalize_test.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/test/open_id_authentication_test.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/test/status_test.rb [new file with mode: 0644]
lib/plugins/open_id_authentication/test/test_helper.rb [new file with mode: 0644]
lib/plugins/prototype_legacy_helper/README.markdown [new file with mode: 0644]
lib/plugins/prototype_legacy_helper/init.rb [new file with mode: 0644]
lib/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb [new file with mode: 0644]
lib/plugins/prototype_legacy_helper/test/test_prototype_helper.rb [new file with mode: 0644]
lib/plugins/rfpdf/CHANGELOG [new file with mode: 0644]
lib/plugins/rfpdf/MIT-LICENSE [new file with mode: 0644]
lib/plugins/rfpdf/README [new file with mode: 0644]
lib/plugins/rfpdf/init.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/config/lang/eng.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/core/image_science.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/core/rfpdf.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/core/rmagick.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/.noencode [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.ctg.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.ctg.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.ctg.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans.ctg.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/DejaVuSans.z [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/FreeSans.ctg.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSans.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansBold.ctg.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansBold.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.ctg.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansOblique.ctg.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/FreeSansOblique.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/README.z [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/AUTHORS [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/BUGS [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/LICENSE [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/NEWS [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/README [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/langcover.txt [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/status.txt [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/unicover.txt [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/dejavusans.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/dejavusansb.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/dejavusansi.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fonts/freefont/AUTHORS [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freefont/CREDITS [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freefont/ChangeLog [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freefont/INSTALL [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freefont/README [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freesans.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freesansb.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freesansbi.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/freesansi.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/helvetica.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/helveticab.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/helveticabi.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/helveticai.rb [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/.noencode [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1250.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1251.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1252.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1253.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1254.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1255.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1257.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp1258.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/cp874.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-1.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-11.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-15.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-16.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-2.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-4.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-5.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-7.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-9.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/koi8-r.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/koi8-u.map [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/old/makefont/makefont.php [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/COPYRIGHT.TXT [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/README.TXT [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/RELEASENOTES.TXT [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/local.conf [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm [new file with mode: 0755]
lib/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm.exe [new file with mode: 0755]
lib/plugins/rfpdf/lib/fpdf/bookmark.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fpdf/chinese.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fpdf/fpdf_eps.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fpdf/japanese.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fpdf/korean.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/fpdf/makefont.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/action_controller.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/action_view.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/errors.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/fpdf.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/math.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb [new file with mode: 0644]
lib/plugins/rfpdf/lib/tcpdf.rb [new file with mode: 0755]
lib/plugins/rfpdf/logo_example.png [new file with mode: 0755]
lib/plugins/rfpdf/test/test_helper.rb [new file with mode: 0644]
lib/plugins/rfpdf/test_unicode.rfpdf [new file with mode: 0644]
lib/plugins/rfpdf/utf8test.txt [new file with mode: 0755]
vendor/plugins/acts_as_activity_provider/init.rb [deleted file]
vendor/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb [deleted file]
vendor/plugins/acts_as_attachable/init.rb [deleted file]
vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb [deleted file]
vendor/plugins/acts_as_customizable/init.rb [deleted file]
vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb [deleted file]
vendor/plugins/acts_as_event/init.rb [deleted file]
vendor/plugins/acts_as_event/lib/acts_as_event.rb [deleted file]
vendor/plugins/acts_as_list/README [deleted file]
vendor/plugins/acts_as_list/init.rb [deleted file]
vendor/plugins/acts_as_list/lib/active_record/acts/list.rb [deleted file]
vendor/plugins/acts_as_list/test/list_test.rb [deleted file]
vendor/plugins/acts_as_searchable/init.rb [deleted file]
vendor/plugins/acts_as_searchable/lib/acts_as_searchable.rb [deleted file]
vendor/plugins/acts_as_tree/README [deleted file]
vendor/plugins/acts_as_tree/Rakefile [deleted file]
vendor/plugins/acts_as_tree/init.rb [deleted file]
vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb [deleted file]
vendor/plugins/acts_as_tree/test/abstract_unit.rb [deleted file]
vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb [deleted file]
vendor/plugins/acts_as_tree/test/database.yml [deleted file]
vendor/plugins/acts_as_tree/test/fixtures/mixin.rb [deleted file]
vendor/plugins/acts_as_tree/test/fixtures/mixins.yml [deleted file]
vendor/plugins/acts_as_tree/test/schema.rb [deleted file]
vendor/plugins/acts_as_versioned/CHANGELOG [deleted file]
vendor/plugins/acts_as_versioned/MIT-LICENSE [deleted file]
vendor/plugins/acts_as_versioned/README [deleted file]
vendor/plugins/acts_as_versioned/RUNNING_UNIT_TESTS [deleted file]
vendor/plugins/acts_as_versioned/Rakefile [deleted file]
vendor/plugins/acts_as_versioned/init.rb [deleted file]
vendor/plugins/acts_as_versioned/lib/acts_as_versioned.rb [deleted file]
vendor/plugins/acts_as_versioned/test/abstract_unit.rb [deleted file]
vendor/plugins/acts_as_versioned/test/database.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/authors.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/landmark.rb [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/landmark_versions.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/landmarks.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/locked_pages.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/locked_pages_revisions.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/migrations/1_add_versioned_tables.rb [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/page.rb [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/page_versions.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/pages.yml [deleted file]
vendor/plugins/acts_as_versioned/test/fixtures/widget.rb [deleted file]
vendor/plugins/acts_as_versioned/test/migration_test.rb [deleted file]
vendor/plugins/acts_as_versioned/test/schema.rb [deleted file]
vendor/plugins/acts_as_versioned/test/versioned_test.rb [deleted file]
vendor/plugins/acts_as_watchable/init.rb [deleted file]
vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb [deleted file]
vendor/plugins/awesome_nested_set/.autotest [deleted file]
vendor/plugins/awesome_nested_set/.travis.yml [deleted file]
vendor/plugins/awesome_nested_set/CHANGELOG [deleted file]
vendor/plugins/awesome_nested_set/MIT-LICENSE [deleted file]
vendor/plugins/awesome_nested_set/README.rdoc [deleted file]
vendor/plugins/awesome_nested_set/Rakefile [deleted file]
vendor/plugins/awesome_nested_set/awesome_nested_set.gemspec [deleted file]
vendor/plugins/awesome_nested_set/init.rb [deleted file]
vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb [deleted file]
vendor/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb [deleted file]
vendor/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb [deleted file]
vendor/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb [deleted file]
vendor/plugins/awesome_nested_set/rails/init.rb [deleted file]
vendor/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb [deleted file]
vendor/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb [deleted file]
vendor/plugins/awesome_nested_set/spec/db/database.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/db/schema.rb [deleted file]
vendor/plugins/awesome_nested_set/spec/fixtures/brokens.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/fixtures/categories.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/fixtures/departments.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/fixtures/notes.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/fixtures/things.yml [deleted file]
vendor/plugins/awesome_nested_set/spec/spec_helper.rb [deleted file]
vendor/plugins/awesome_nested_set/spec/support/models.rb [deleted file]
vendor/plugins/awesome_nested_set/test/awesome_nested_set/helper_test.rb [deleted file]
vendor/plugins/awesome_nested_set/test/awesome_nested_set_test.rb [deleted file]
vendor/plugins/awesome_nested_set/test/db/database.yml [deleted file]
vendor/plugins/awesome_nested_set/test/db/schema.rb [deleted file]
vendor/plugins/awesome_nested_set/test/fixtures/categories.yml [deleted file]
vendor/plugins/awesome_nested_set/test/fixtures/category.rb [deleted file]
vendor/plugins/awesome_nested_set/test/fixtures/departments.yml [deleted file]
vendor/plugins/awesome_nested_set/test/fixtures/notes.yml [deleted file]
vendor/plugins/awesome_nested_set/test/test_helper.rb [deleted file]
vendor/plugins/classic_pagination/CHANGELOG [deleted file]
vendor/plugins/classic_pagination/README [deleted file]
vendor/plugins/classic_pagination/Rakefile [deleted file]
vendor/plugins/classic_pagination/init.rb [deleted file]
vendor/plugins/classic_pagination/install.rb [deleted file]
vendor/plugins/classic_pagination/lib/pagination.rb [deleted file]
vendor/plugins/classic_pagination/lib/pagination_helper.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/companies.yml [deleted file]
vendor/plugins/classic_pagination/test/fixtures/company.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/developer.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/developers.yml [deleted file]
vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml [deleted file]
vendor/plugins/classic_pagination/test/fixtures/project.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/projects.yml [deleted file]
vendor/plugins/classic_pagination/test/fixtures/replies.yml [deleted file]
vendor/plugins/classic_pagination/test/fixtures/reply.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/schema.sql [deleted file]
vendor/plugins/classic_pagination/test/fixtures/topic.rb [deleted file]
vendor/plugins/classic_pagination/test/fixtures/topics.yml [deleted file]
vendor/plugins/classic_pagination/test/helper.rb [deleted file]
vendor/plugins/classic_pagination/test/pagination_helper_test.rb [deleted file]
vendor/plugins/classic_pagination/test/pagination_test.rb [deleted file]
vendor/plugins/gravatar/.gitignore [deleted file]
vendor/plugins/gravatar/MIT-LICENSE [deleted file]
vendor/plugins/gravatar/README.rdoc [deleted file]
vendor/plugins/gravatar/Rakefile [deleted file]
vendor/plugins/gravatar/about.yml [deleted file]
vendor/plugins/gravatar/init.rb [deleted file]
vendor/plugins/gravatar/lib/gravatar.rb [deleted file]
vendor/plugins/gravatar/spec/gravatar_spec.rb [deleted file]
vendor/plugins/open_id_authentication/CHANGELOG [deleted file]
vendor/plugins/open_id_authentication/README [deleted file]
vendor/plugins/open_id_authentication/Rakefile [deleted file]
vendor/plugins/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb [deleted file]
vendor/plugins/open_id_authentication/generators/open_id_authentication_tables/templates/migration.rb [deleted file]
vendor/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates/migration.rb [deleted file]
vendor/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb [deleted file]
vendor/plugins/open_id_authentication/init.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/association.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/mem_cache_store.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/request.rb [deleted file]
vendor/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb [deleted file]
vendor/plugins/open_id_authentication/lib/tasks/open_id_authentication_tasks.rake [deleted file]
vendor/plugins/open_id_authentication/test/mem_cache_store_test.rb [deleted file]
vendor/plugins/open_id_authentication/test/normalize_test.rb [deleted file]
vendor/plugins/open_id_authentication/test/open_id_authentication_test.rb [deleted file]
vendor/plugins/open_id_authentication/test/status_test.rb [deleted file]
vendor/plugins/open_id_authentication/test/test_helper.rb [deleted file]
vendor/plugins/prototype_legacy_helper/README.markdown [deleted file]
vendor/plugins/prototype_legacy_helper/init.rb [deleted file]
vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb [deleted file]
vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb [deleted file]
vendor/plugins/rfpdf/CHANGELOG [deleted file]
vendor/plugins/rfpdf/MIT-LICENSE [deleted file]
vendor/plugins/rfpdf/README [deleted file]
vendor/plugins/rfpdf/init.rb [deleted file]
vendor/plugins/rfpdf/lib/config/lang/eng.rb [deleted file]
vendor/plugins/rfpdf/lib/core/image_science.rb [deleted file]
vendor/plugins/rfpdf/lib/core/rfpdf.rb [deleted file]
vendor/plugins/rfpdf/lib/core/rmagick.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/.noencode [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/DejaVuSans.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSans.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSans.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansBold.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansBold.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.ctg.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/README.z [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/AUTHORS [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/BUGS [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/LICENSE [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/NEWS [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/README [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/langcover.txt [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/status.txt [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/unicover.txt [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavusans.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavusansb.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/dejavusansi.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/freefont/AUTHORS [deleted file]
vendor/plugins/rfpdf/lib/fonts/freefont/CREDITS [deleted file]
vendor/plugins/rfpdf/lib/fonts/freefont/ChangeLog [deleted file]
vendor/plugins/rfpdf/lib/fonts/freefont/INSTALL [deleted file]
vendor/plugins/rfpdf/lib/fonts/freefont/README [deleted file]
vendor/plugins/rfpdf/lib/fonts/freesans.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/freesansb.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/freesansbi.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/freesansi.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/helvetica.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/helveticab.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/helveticabi.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/helveticai.rb [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/.noencode [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1250.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1251.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1252.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1253.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1254.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1255.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1257.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1258.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp874.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-1.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-11.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-15.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-16.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-2.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-4.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-5.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-7.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-9.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-r.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-u.map [deleted file]
vendor/plugins/rfpdf/lib/fonts/old/makefont/makefont.php [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/COPYRIGHT.TXT [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/README.TXT [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/RELEASENOTES.TXT [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/local.conf [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm [deleted file]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm.exe [deleted file]
vendor/plugins/rfpdf/lib/fpdf/bookmark.rb [deleted file]
vendor/plugins/rfpdf/lib/fpdf/chinese.rb [deleted file]
vendor/plugins/rfpdf/lib/fpdf/fpdf_eps.rb [deleted file]
vendor/plugins/rfpdf/lib/fpdf/japanese.rb [deleted file]
vendor/plugins/rfpdf/lib/fpdf/korean.rb [deleted file]
vendor/plugins/rfpdf/lib/fpdf/makefont.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/action_controller.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/action_view.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/errors.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/math.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb [deleted file]
vendor/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb [deleted file]
vendor/plugins/rfpdf/lib/tcpdf.rb [deleted file]
vendor/plugins/rfpdf/logo_example.png [deleted file]
vendor/plugins/rfpdf/test/test_helper.rb [deleted file]
vendor/plugins/rfpdf/test_unicode.rfpdf [deleted file]
vendor/plugins/rfpdf/utf8test.txt [deleted file]