OSDN Git Service

trunk moved from /trunk/redmine to /trunk
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 5 Dec 2006 20:45:04 +0000 (20:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 5 Dec 2006 20:45:04 +0000 (20:45 +0000)
commit96f83cc8f0f032554f771a59da22303cd473b878
tree355a0d2ed653a5426c59ebf6a1fe65eba024b4d0
parenteabc04d8368824965d3ac8de3fa84502e9c05d38
trunk moved from /trunk/redmine to /trunk

git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
472 files changed:
Rakefile [moved from redmine/Rakefile with 100% similarity]
app/controllers/account_controller.rb [moved from redmine/app/controllers/account_controller.rb with 100% similarity]
app/controllers/admin_controller.rb [moved from redmine/app/controllers/admin_controller.rb with 100% similarity]
app/controllers/application.rb [moved from redmine/app/controllers/application.rb with 100% similarity]
app/controllers/auth_sources_controller.rb [moved from redmine/app/controllers/auth_sources_controller.rb with 100% similarity]
app/controllers/custom_fields_controller.rb [moved from redmine/app/controllers/custom_fields_controller.rb with 100% similarity]
app/controllers/documents_controller.rb [moved from redmine/app/controllers/documents_controller.rb with 100% similarity]
app/controllers/enumerations_controller.rb [moved from redmine/app/controllers/enumerations_controller.rb with 100% similarity]
app/controllers/help_controller.rb [moved from redmine/app/controllers/help_controller.rb with 100% similarity]
app/controllers/issue_categories_controller.rb [moved from redmine/app/controllers/issue_categories_controller.rb with 100% similarity]
app/controllers/issue_statuses_controller.rb [moved from redmine/app/controllers/issue_statuses_controller.rb with 100% similarity]
app/controllers/issues_controller.rb [moved from redmine/app/controllers/issues_controller.rb with 100% similarity]
app/controllers/members_controller.rb [moved from redmine/app/controllers/members_controller.rb with 100% similarity]
app/controllers/my_controller.rb [moved from redmine/app/controllers/my_controller.rb with 100% similarity]
app/controllers/news_controller.rb [moved from redmine/app/controllers/news_controller.rb with 100% similarity]
app/controllers/projects_controller.rb [moved from redmine/app/controllers/projects_controller.rb with 100% similarity]
app/controllers/reports_controller.rb [moved from redmine/app/controllers/reports_controller.rb with 100% similarity]
app/controllers/roles_controller.rb [moved from redmine/app/controllers/roles_controller.rb with 100% similarity]
app/controllers/trackers_controller.rb [moved from redmine/app/controllers/trackers_controller.rb with 100% similarity]
app/controllers/users_controller.rb [moved from redmine/app/controllers/users_controller.rb with 100% similarity]
app/controllers/versions_controller.rb [moved from redmine/app/controllers/versions_controller.rb with 100% similarity]
app/controllers/welcome_controller.rb [moved from redmine/app/controllers/welcome_controller.rb with 100% similarity]
app/helpers/account_helper.rb [moved from redmine/app/helpers/account_helper.rb with 100% similarity]
app/helpers/admin_helper.rb [moved from redmine/app/helpers/admin_helper.rb with 100% similarity]
app/helpers/application_helper.rb [moved from redmine/app/helpers/application_helper.rb with 100% similarity]
app/helpers/auth_sources_helper.rb [moved from redmine/app/helpers/auth_sources_helper.rb with 100% similarity]
app/helpers/custom_fields_helper.rb [moved from redmine/app/helpers/custom_fields_helper.rb with 100% similarity]
app/helpers/documents_helper.rb [moved from redmine/app/helpers/documents_helper.rb with 100% similarity]
app/helpers/enumerations_helper.rb [moved from redmine/app/helpers/enumerations_helper.rb with 100% similarity]
app/helpers/help_helper.rb [moved from redmine/app/helpers/help_helper.rb with 100% similarity]
app/helpers/ifpdf_helper.rb [moved from redmine/app/helpers/ifpdf_helper.rb with 100% similarity]
app/helpers/issue_categories_helper.rb [moved from redmine/app/helpers/issue_categories_helper.rb with 100% similarity]
app/helpers/issue_statuses_helper.rb [moved from redmine/app/helpers/issue_statuses_helper.rb with 100% similarity]
app/helpers/issues_helper.rb [moved from redmine/app/helpers/issues_helper.rb with 100% similarity]
app/helpers/members_helper.rb [moved from redmine/app/helpers/members_helper.rb with 100% similarity]
app/helpers/my_helper.rb [moved from redmine/app/helpers/my_helper.rb with 100% similarity]
app/helpers/news_helper.rb [moved from redmine/app/helpers/news_helper.rb with 100% similarity]
app/helpers/projects_helper.rb [moved from redmine/app/helpers/projects_helper.rb with 100% similarity]
app/helpers/reports_helper.rb [moved from redmine/app/helpers/reports_helper.rb with 100% similarity]
app/helpers/roles_helper.rb [moved from redmine/app/helpers/roles_helper.rb with 100% similarity]
app/helpers/search_filter_helper.rb [moved from redmine/app/helpers/search_filter_helper.rb with 100% similarity]
app/helpers/sort_helper.rb [moved from redmine/app/helpers/sort_helper.rb with 100% similarity]
app/helpers/trackers_helper.rb [moved from redmine/app/helpers/trackers_helper.rb with 100% similarity]
app/helpers/users_helper.rb [moved from redmine/app/helpers/users_helper.rb with 100% similarity]
app/helpers/versions_helper.rb [moved from redmine/app/helpers/versions_helper.rb with 100% similarity]
app/helpers/welcome_helper.rb [moved from redmine/app/helpers/welcome_helper.rb with 100% similarity]
app/models/attachment.rb [moved from redmine/app/models/attachment.rb with 100% similarity]
app/models/auth_source.rb [moved from redmine/app/models/auth_source.rb with 100% similarity]
app/models/auth_source_ldap.rb [moved from redmine/app/models/auth_source_ldap.rb with 100% similarity]
app/models/custom_field.rb [moved from redmine/app/models/custom_field.rb with 100% similarity]
app/models/custom_value.rb [moved from redmine/app/models/custom_value.rb with 100% similarity]
app/models/document.rb [moved from redmine/app/models/document.rb with 100% similarity]
app/models/enumeration.rb [moved from redmine/app/models/enumeration.rb with 100% similarity]
app/models/issue.rb [moved from redmine/app/models/issue.rb with 100% similarity]
app/models/issue_category.rb [moved from redmine/app/models/issue_category.rb with 100% similarity]
app/models/issue_custom_field.rb [moved from redmine/app/models/issue_custom_field.rb with 100% similarity]
app/models/issue_history.rb [moved from redmine/app/models/issue_history.rb with 100% similarity]
app/models/issue_status.rb [moved from redmine/app/models/issue_status.rb with 100% similarity]
app/models/journal.rb [moved from redmine/app/models/journal.rb with 100% similarity]
app/models/journal_detail.rb [moved from redmine/app/models/journal_detail.rb with 100% similarity]
app/models/mailer.rb [moved from redmine/app/models/mailer.rb with 100% similarity]
app/models/member.rb [moved from redmine/app/models/member.rb with 100% similarity]
app/models/news.rb [moved from redmine/app/models/news.rb with 100% similarity]
app/models/permission.rb [moved from redmine/app/models/permission.rb with 100% similarity]
app/models/project.rb [moved from redmine/app/models/project.rb with 100% similarity]
app/models/project_custom_field.rb [moved from redmine/app/models/project_custom_field.rb with 100% similarity]
app/models/role.rb [moved from redmine/app/models/role.rb with 100% similarity]
app/models/token.rb [moved from redmine/app/models/token.rb with 100% similarity]
app/models/tracker.rb [moved from redmine/app/models/tracker.rb with 100% similarity]
app/models/user.rb [moved from redmine/app/models/user.rb with 100% similarity]
app/models/user_custom_field.rb [moved from redmine/app/models/user_custom_field.rb with 100% similarity]
app/models/user_preference.rb [moved from redmine/app/models/user_preference.rb with 100% similarity]
app/models/version.rb [moved from redmine/app/models/version.rb with 100% similarity]
app/models/workflow.rb [moved from redmine/app/models/workflow.rb with 100% similarity]
app/views/account/login.rhtml [moved from redmine/app/views/account/login.rhtml with 100% similarity]
app/views/account/lost_password.rhtml [moved from redmine/app/views/account/lost_password.rhtml with 100% similarity]
app/views/account/password_recovery.rhtml [moved from redmine/app/views/account/password_recovery.rhtml with 100% similarity]
app/views/account/register.rhtml [moved from redmine/app/views/account/register.rhtml with 100% similarity]
app/views/account/show.rhtml [moved from redmine/app/views/account/show.rhtml with 100% similarity]
app/views/admin/index.rhtml [moved from redmine/app/views/admin/index.rhtml with 100% similarity]
app/views/admin/info.rhtml [moved from redmine/app/views/admin/info.rhtml with 100% similarity]
app/views/admin/mail_options.rhtml [moved from redmine/app/views/admin/mail_options.rhtml with 100% similarity]
app/views/admin/projects.rhtml [moved from redmine/app/views/admin/projects.rhtml with 100% similarity]
app/views/auth_sources/_form.rhtml [moved from redmine/app/views/auth_sources/_form.rhtml with 100% similarity]
app/views/auth_sources/edit.rhtml [moved from redmine/app/views/auth_sources/edit.rhtml with 100% similarity]
app/views/auth_sources/list.rhtml [moved from redmine/app/views/auth_sources/list.rhtml with 100% similarity]
app/views/auth_sources/new.rhtml [moved from redmine/app/views/auth_sources/new.rhtml with 100% similarity]
app/views/custom_fields/_form.rhtml [moved from redmine/app/views/custom_fields/_form.rhtml with 100% similarity]
app/views/custom_fields/edit.rhtml [moved from redmine/app/views/custom_fields/edit.rhtml with 100% similarity]
app/views/custom_fields/list.rhtml [moved from redmine/app/views/custom_fields/list.rhtml with 100% similarity]
app/views/custom_fields/new.rhtml [moved from redmine/app/views/custom_fields/new.rhtml with 100% similarity]
app/views/documents/_form.rhtml [moved from redmine/app/views/documents/_form.rhtml with 100% similarity]
app/views/documents/edit.rhtml [moved from redmine/app/views/documents/edit.rhtml with 100% similarity]
app/views/documents/show.rhtml [moved from redmine/app/views/documents/show.rhtml with 100% similarity]
app/views/enumerations/_form.rhtml [moved from redmine/app/views/enumerations/_form.rhtml with 100% similarity]
app/views/enumerations/edit.rhtml [moved from redmine/app/views/enumerations/edit.rhtml with 100% similarity]
app/views/enumerations/list.rhtml [moved from redmine/app/views/enumerations/list.rhtml with 100% similarity]
app/views/enumerations/new.rhtml [moved from redmine/app/views/enumerations/new.rhtml with 100% similarity]
app/views/issue_categories/_form.rhtml [moved from redmine/app/views/issue_categories/_form.rhtml with 100% similarity]
app/views/issue_categories/edit.rhtml [moved from redmine/app/views/issue_categories/edit.rhtml with 100% similarity]
app/views/issue_statuses/_form.rhtml [moved from redmine/app/views/issue_statuses/_form.rhtml with 100% similarity]
app/views/issue_statuses/edit.rhtml [moved from redmine/app/views/issue_statuses/edit.rhtml with 100% similarity]
app/views/issue_statuses/list.rhtml [moved from redmine/app/views/issue_statuses/list.rhtml with 100% similarity]
app/views/issue_statuses/new.rhtml [moved from redmine/app/views/issue_statuses/new.rhtml with 100% similarity]
app/views/issues/_history.rhtml [moved from redmine/app/views/issues/_history.rhtml with 100% similarity]
app/views/issues/_list_simple.rhtml [moved from redmine/app/views/issues/_list_simple.rhtml with 100% similarity]
app/views/issues/_pdf.rfpdf [moved from redmine/app/views/issues/_pdf.rfpdf with 100% similarity]
app/views/issues/change_status.rhtml [moved from redmine/app/views/issues/change_status.rhtml with 100% similarity]
app/views/issues/edit.rhtml [moved from redmine/app/views/issues/edit.rhtml with 100% similarity]
app/views/issues/export_pdf.rfpdf [moved from redmine/app/views/issues/export_pdf.rfpdf with 100% similarity]
app/views/issues/history.rhtml [moved from redmine/app/views/issues/history.rhtml with 100% similarity]
app/views/issues/show.rhtml [moved from redmine/app/views/issues/show.rhtml with 100% similarity]
app/views/layouts/base.rhtml [moved from redmine/app/views/layouts/base.rhtml with 100% similarity]
app/views/mailer/_issue.rhtml [moved from redmine/app/views/mailer/_issue.rhtml with 100% similarity]
app/views/mailer/issue_add_de.rhtml [moved from redmine/app/views/mailer/issue_add_de.rhtml with 100% similarity]
app/views/mailer/issue_add_en.rhtml [moved from redmine/app/views/mailer/issue_add_en.rhtml with 100% similarity]
app/views/mailer/issue_add_es.rhtml [moved from redmine/app/views/mailer/issue_add_es.rhtml with 100% similarity]
app/views/mailer/issue_add_fr.rhtml [moved from redmine/app/views/mailer/issue_add_fr.rhtml with 100% similarity]
app/views/mailer/issue_edit_de.rhtml [moved from redmine/app/views/mailer/issue_edit_de.rhtml with 100% similarity]
app/views/mailer/issue_edit_en.rhtml [moved from redmine/app/views/mailer/issue_edit_en.rhtml with 100% similarity]
app/views/mailer/issue_edit_es.rhtml [moved from redmine/app/views/mailer/issue_edit_es.rhtml with 100% similarity]
app/views/mailer/issue_edit_fr.rhtml [moved from redmine/app/views/mailer/issue_edit_fr.rhtml with 100% similarity]
app/views/mailer/lost_password_de.rhtml [moved from redmine/app/views/mailer/lost_password_de.rhtml with 100% similarity]
app/views/mailer/lost_password_en.rhtml [moved from redmine/app/views/mailer/lost_password_en.rhtml with 100% similarity]
app/views/mailer/lost_password_es.rhtml [moved from redmine/app/views/mailer/lost_password_es.rhtml with 100% similarity]
app/views/mailer/lost_password_fr.rhtml [moved from redmine/app/views/mailer/lost_password_fr.rhtml with 100% similarity]
app/views/mailer/register_de.rhtml [moved from redmine/app/views/mailer/register_de.rhtml with 100% similarity]
app/views/mailer/register_en.rhtml [moved from redmine/app/views/mailer/register_en.rhtml with 100% similarity]
app/views/mailer/register_es.rhtml [moved from redmine/app/views/mailer/register_es.rhtml with 100% similarity]
app/views/mailer/register_fr.rhtml [moved from redmine/app/views/mailer/register_fr.rhtml with 100% similarity]
app/views/my/_block.rhtml [moved from redmine/app/views/my/_block.rhtml with 100% similarity]
app/views/my/account.rhtml [moved from redmine/app/views/my/account.rhtml with 100% similarity]
app/views/my/blocks/_calendar.rhtml [moved from redmine/app/views/my/blocks/_calendar.rhtml with 100% similarity]
app/views/my/blocks/_documents.rhtml [moved from redmine/app/views/my/blocks/_documents.rhtml with 100% similarity]
app/views/my/blocks/_issues_assigned_to_me.rhtml [moved from redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml with 100% similarity]
app/views/my/blocks/_issues_reported_by_me.rhtml [moved from redmine/app/views/my/blocks/_issues_reported_by_me.rhtml with 100% similarity]
app/views/my/blocks/_latest_news.rhtml [moved from redmine/app/views/my/blocks/_latest_news.rhtml with 100% similarity]
app/views/my/page.rhtml [moved from redmine/app/views/my/page.rhtml with 100% similarity]
app/views/my/page_layout.rhtml [moved from redmine/app/views/my/page_layout.rhtml with 100% similarity]
app/views/news/_form.rhtml [moved from redmine/app/views/news/_form.rhtml with 100% similarity]
app/views/news/edit.rhtml [moved from redmine/app/views/news/edit.rhtml with 100% similarity]
app/views/news/show.rhtml [moved from redmine/app/views/news/show.rhtml with 100% similarity]
app/views/projects/_form.rhtml [moved from redmine/app/views/projects/_form.rhtml with 100% similarity]
app/views/projects/activity.rhtml [moved from redmine/app/views/projects/activity.rhtml with 100% similarity]
app/views/projects/add.rhtml [moved from redmine/app/views/projects/add.rhtml with 100% similarity]
app/views/projects/add_document.rhtml [moved from redmine/app/views/projects/add_document.rhtml with 100% similarity]
app/views/projects/add_file.rhtml [moved from redmine/app/views/projects/add_file.rhtml with 100% similarity]
app/views/projects/add_issue.rhtml [moved from redmine/app/views/projects/add_issue.rhtml with 100% similarity]
app/views/projects/add_news.rhtml [moved from redmine/app/views/projects/add_news.rhtml with 100% similarity]
app/views/projects/add_version.rhtml [moved from redmine/app/views/projects/add_version.rhtml with 100% similarity]
app/views/projects/calendar.rhtml [moved from redmine/app/views/projects/calendar.rhtml with 100% similarity]
app/views/projects/changelog.rhtml [moved from redmine/app/views/projects/changelog.rhtml with 100% similarity]
app/views/projects/destroy.rhtml [moved from redmine/app/views/projects/destroy.rhtml with 100% similarity]
app/views/projects/export_issues_pdf.rfpdf [moved from redmine/app/views/projects/export_issues_pdf.rfpdf with 100% similarity]
app/views/projects/gantt.rfpdf [moved from redmine/app/views/projects/gantt.rfpdf with 100% similarity]
app/views/projects/gantt.rhtml [moved from redmine/app/views/projects/gantt.rhtml with 100% similarity]
app/views/projects/list.rhtml [moved from redmine/app/views/projects/list.rhtml with 100% similarity]
app/views/projects/list_documents.rhtml [moved from redmine/app/views/projects/list_documents.rhtml with 100% similarity]
app/views/projects/list_files.rhtml [moved from redmine/app/views/projects/list_files.rhtml with 100% similarity]
app/views/projects/list_issues.rhtml [moved from redmine/app/views/projects/list_issues.rhtml with 100% similarity]
app/views/projects/list_members.rhtml [moved from redmine/app/views/projects/list_members.rhtml with 100% similarity]
app/views/projects/list_news.rhtml [moved from redmine/app/views/projects/list_news.rhtml with 100% similarity]
app/views/projects/move_issues.rhtml [moved from redmine/app/views/projects/move_issues.rhtml with 100% similarity]
app/views/projects/settings.rhtml [moved from redmine/app/views/projects/settings.rhtml with 100% similarity]
app/views/projects/show.rhtml [moved from redmine/app/views/projects/show.rhtml with 100% similarity]
app/views/reports/_details.rhtml [moved from redmine/app/views/reports/_details.rhtml with 100% similarity]
app/views/reports/_simple.rhtml [moved from redmine/app/views/reports/_simple.rhtml with 100% similarity]
app/views/reports/issue_report.rhtml [moved from redmine/app/views/reports/issue_report.rhtml with 100% similarity]
app/views/reports/issue_report_details.rhtml [moved from redmine/app/views/reports/issue_report_details.rhtml with 100% similarity]
app/views/roles/_form.rhtml [moved from redmine/app/views/roles/_form.rhtml with 100% similarity]
app/views/roles/edit.rhtml [moved from redmine/app/views/roles/edit.rhtml with 100% similarity]
app/views/roles/list.rhtml [moved from redmine/app/views/roles/list.rhtml with 100% similarity]
app/views/roles/new.rhtml [moved from redmine/app/views/roles/new.rhtml with 100% similarity]
app/views/roles/workflow.rhtml [moved from redmine/app/views/roles/workflow.rhtml with 100% similarity]
app/views/trackers/_form.rhtml [moved from redmine/app/views/trackers/_form.rhtml with 100% similarity]
app/views/trackers/edit.rhtml [moved from redmine/app/views/trackers/edit.rhtml with 100% similarity]
app/views/trackers/list.rhtml [moved from redmine/app/views/trackers/list.rhtml with 100% similarity]
app/views/trackers/new.rhtml [moved from redmine/app/views/trackers/new.rhtml with 100% similarity]
app/views/users/_form.rhtml [moved from redmine/app/views/users/_form.rhtml with 100% similarity]
app/views/users/add.rhtml [moved from redmine/app/views/users/add.rhtml with 100% similarity]
app/views/users/edit.rhtml [moved from redmine/app/views/users/edit.rhtml with 100% similarity]
app/views/users/list.rhtml [moved from redmine/app/views/users/list.rhtml with 100% similarity]
app/views/versions/_form.rhtml [moved from redmine/app/views/versions/_form.rhtml with 100% similarity]
app/views/versions/edit.rhtml [moved from redmine/app/views/versions/edit.rhtml with 100% similarity]
app/views/welcome/index.rhtml [moved from redmine/app/views/welcome/index.rhtml with 100% similarity]
config/boot.rb [moved from redmine/config/boot.rb with 100% similarity]
config/config_custom.example.rb [moved from redmine/config/config_custom.example.rb with 100% similarity]
config/database.yml [moved from redmine/config/database.yml with 100% similarity]
config/environment.rb [moved from redmine/config/environment.rb with 100% similarity]
config/environments/demo.rb [moved from redmine/config/environments/demo.rb with 100% similarity]
config/environments/development.rb [moved from redmine/config/environments/development.rb with 100% similarity]
config/environments/development_oracle.rb [moved from redmine/config/environments/development_oracle.rb with 100% similarity]
config/environments/development_pgsql.rb [moved from redmine/config/environments/development_pgsql.rb with 100% similarity]
config/environments/development_sqlserver.rb [moved from redmine/config/environments/development_sqlserver.rb with 100% similarity]
config/environments/production.rb [moved from redmine/config/environments/production.rb with 100% similarity]
config/environments/test.rb [moved from redmine/config/environments/test.rb with 100% similarity]
config/environments/test_oracle.rb [moved from redmine/config/environments/test_oracle.rb with 100% similarity]
config/environments/test_pgsql.rb [moved from redmine/config/environments/test_pgsql.rb with 100% similarity]
config/environments/test_sqlserver.rb [moved from redmine/config/environments/test_sqlserver.rb with 100% similarity]
config/help.yml [moved from redmine/config/help.yml with 100% similarity]
config/routes.rb [moved from redmine/config/routes.rb with 100% similarity]
db/migrate/001_setup.rb [moved from redmine/db/migrate/001_setup.rb with 100% similarity]
db/migrate/002_issue_move.rb [moved from redmine/db/migrate/002_issue_move.rb with 100% similarity]
db/migrate/003_issue_add_note.rb [moved from redmine/db/migrate/003_issue_add_note.rb with 100% similarity]
db/migrate/004_export_pdf.rb [moved from redmine/db/migrate/004_export_pdf.rb with 100% similarity]
db/migrate/005_issue_start_date.rb [moved from redmine/db/migrate/005_issue_start_date.rb with 100% similarity]
db/migrate/006_calendar_and_activity.rb [moved from redmine/db/migrate/006_calendar_and_activity.rb with 100% similarity]
db/migrate/007_create_journals.rb [moved from redmine/db/migrate/007_create_journals.rb with 100% similarity]
db/migrate/008_create_user_preferences.rb [moved from redmine/db/migrate/008_create_user_preferences.rb with 100% similarity]
db/migrate/009_add_hide_mail_pref.rb [moved from redmine/db/migrate/009_add_hide_mail_pref.rb with 100% similarity]
doc/CHANGELOG [moved from redmine/doc/CHANGELOG with 100% similarity]
doc/COPYING [moved from redmine/doc/COPYING with 100% similarity]
doc/INSTALL [moved from redmine/doc/INSTALL with 100% similarity]
doc/README [moved from redmine/doc/README with 100% similarity]
doc/docbook/en/redmine-userdoc-en.xml [moved from redmine/doc/docbook/en/redmine-userdoc-en.xml with 100% similarity]
doc/docbook/fr/redmine-userdoc-fr.xml [moved from redmine/doc/docbook/fr/redmine-userdoc-fr.xml with 100% similarity]
files/delete.me [moved from redmine/files/delete.me with 100% similarity]
lang/de.yml [moved from redmine/lang/de.yml with 100% similarity]
lang/en.yml [moved from redmine/lang/en.yml with 100% similarity]
lang/es.yml [moved from redmine/lang/es.yml with 100% similarity]
lang/fr.yml [moved from redmine/lang/fr.yml with 100% similarity]
lib/tasks/extract_fixtures.rake [moved from redmine/lib/tasks/extract_fixtures.rake with 100% similarity]
lib/tasks/load_default_data.rake [moved from redmine/lib/tasks/load_default_data.rake with 100% similarity]
log/delete.me [moved from redmine/log/delete.me with 100% similarity]
public/.htaccess [moved from redmine/public/.htaccess with 100% similarity]
public/404.html [moved from redmine/public/404.html with 100% similarity]
public/500.html [moved from redmine/public/500.html with 100% similarity]
public/dispatch.cgi [moved from redmine/public/dispatch.cgi with 100% similarity]
public/dispatch.fcgi [moved from redmine/public/dispatch.fcgi with 100% similarity]
public/dispatch.rb [moved from redmine/public/dispatch.rb with 100% similarity]
public/favicon.ico [moved from redmine/public/favicon.ico with 100% similarity]
public/images/add.png [moved from redmine/public/images/add.png with 100% similarity]
public/images/admin.png [moved from redmine/public/images/admin.png with 100% similarity]
public/images/alert.png [moved from redmine/public/images/alert.png with 100% similarity]
public/images/arrow_bw.png [moved from redmine/public/images/arrow_bw.png with 100% similarity]
public/images/arrow_from.png [moved from redmine/public/images/arrow_from.png with 100% similarity]
public/images/arrow_to.png [moved from redmine/public/images/arrow_to.png with 100% similarity]
public/images/attachment.png [moved from redmine/public/images/attachment.png with 100% similarity]
public/images/bulletgreen.png [moved from redmine/public/images/bulletgreen.png with 100% similarity]
public/images/bulletred.png [moved from redmine/public/images/bulletred.png with 100% similarity]
public/images/calendar.png [moved from redmine/public/images/calendar.png with 100% similarity]
public/images/close.png [moved from redmine/public/images/close.png with 100% similarity]
public/images/close_hl.png [moved from redmine/public/images/close_hl.png with 100% similarity]
public/images/delete.png [moved from redmine/public/images/delete.png with 100% similarity]
public/images/details.png [moved from redmine/public/images/details.png with 100% similarity]
public/images/dir.png [moved from redmine/public/images/dir.png with 100% similarity]
public/images/dir_new.png [moved from redmine/public/images/dir_new.png with 100% similarity]
public/images/dir_open.png [moved from redmine/public/images/dir_open.png with 100% similarity]
public/images/document.png [moved from redmine/public/images/document.png with 100% similarity]
public/images/edit_small.png [moved from redmine/public/images/edit_small.png with 100% similarity]
public/images/file_new.png [moved from redmine/public/images/file_new.png with 100% similarity]
public/images/gantt.png [moved from redmine/public/images/gantt.png with 100% similarity]
public/images/help.png [moved from redmine/public/images/help.png with 100% similarity]
public/images/home.png [moved from redmine/public/images/home.png with 100% similarity]
public/images/issues.png [moved from redmine/public/images/issues.png with 100% similarity]
public/images/jstoolbar/bt_br.png [moved from redmine/public/images/jstoolbar/bt_br.png with 100% similarity]
public/images/jstoolbar/bt_code.png [moved from redmine/public/images/jstoolbar/bt_code.png with 100% similarity]
public/images/jstoolbar/bt_del.png [moved from redmine/public/images/jstoolbar/bt_del.png with 100% similarity]
public/images/jstoolbar/bt_em.png [moved from redmine/public/images/jstoolbar/bt_em.png with 100% similarity]
public/images/jstoolbar/bt_ins.png [moved from redmine/public/images/jstoolbar/bt_ins.png with 100% similarity]
public/images/jstoolbar/bt_link.png [moved from redmine/public/images/jstoolbar/bt_link.png with 100% similarity]
public/images/jstoolbar/bt_ol.png [moved from redmine/public/images/jstoolbar/bt_ol.png with 100% similarity]
public/images/jstoolbar/bt_quote.png [moved from redmine/public/images/jstoolbar/bt_quote.png with 100% similarity]
public/images/jstoolbar/bt_strong.png [moved from redmine/public/images/jstoolbar/bt_strong.png with 100% similarity]
public/images/jstoolbar/bt_ul.png [moved from redmine/public/images/jstoolbar/bt_ul.png with 100% similarity]
public/images/loading.gif [moved from redmine/public/images/loading.gif with 100% similarity]
public/images/locked.png [moved from redmine/public/images/locked.png with 100% similarity]
public/images/login.png [moved from redmine/public/images/login.png with 100% similarity]
public/images/mailer.png [moved from redmine/public/images/mailer.png with 100% similarity]
public/images/notes.png [moved from redmine/public/images/notes.png with 100% similarity]
public/images/options.png [moved from redmine/public/images/options.png with 100% similarity]
public/images/package.png [moved from redmine/public/images/package.png with 100% similarity]
public/images/projects.png [moved from redmine/public/images/projects.png with 100% similarity]
public/images/rails.png [moved from redmine/public/images/rails.png with 100% similarity]
public/images/rails_powered.png [moved from redmine/public/images/rails_powered.png with 100% similarity]
public/images/rails_small.png [moved from redmine/public/images/rails_small.png with 100% similarity]
public/images/role.png [moved from redmine/public/images/role.png with 100% similarity]
public/images/rss.png [moved from redmine/public/images/rss.png with 100% similarity]
public/images/sort_asc.png [moved from redmine/public/images/sort_asc.png with 100% similarity]
public/images/sort_desc.png [moved from redmine/public/images/sort_desc.png with 100% similarity]
public/images/tracker.png [moved from redmine/public/images/tracker.png with 100% similarity]
public/images/true.png [moved from redmine/public/images/true.png with 100% similarity]
public/images/user.png [moved from redmine/public/images/user.png with 100% similarity]
public/images/user_new.png [moved from redmine/public/images/user_new.png with 100% similarity]
public/images/user_page.png [moved from redmine/public/images/user_page.png with 100% similarity]
public/images/users.png [moved from redmine/public/images/users.png with 100% similarity]
public/images/workflow.png [moved from redmine/public/images/workflow.png with 100% similarity]
public/images/zoom_in.png [moved from redmine/public/images/zoom_in.png with 100% similarity]
public/images/zoom_in_g.png [moved from redmine/public/images/zoom_in_g.png with 100% similarity]
public/images/zoom_out.png [moved from redmine/public/images/zoom_out.png with 100% similarity]
public/images/zoom_out_g.png [moved from redmine/public/images/zoom_out_g.png with 100% similarity]
public/javascripts/application.js [moved from redmine/public/javascripts/application.js with 100% similarity]
public/javascripts/calendar/calendar-setup.js [moved from redmine/public/javascripts/calendar/calendar-setup.js with 100% similarity]
public/javascripts/calendar/calendar.js [moved from redmine/public/javascripts/calendar/calendar.js with 100% similarity]
public/javascripts/calendar/lang/calendar-de.js [moved from redmine/public/javascripts/calendar/lang/calendar-de.js with 100% similarity]
public/javascripts/calendar/lang/calendar-en.js [moved from redmine/public/javascripts/calendar/lang/calendar-en.js with 100% similarity]
public/javascripts/calendar/lang/calendar-es.js [moved from redmine/public/javascripts/calendar/lang/calendar-es.js with 100% similarity]
public/javascripts/calendar/lang/calendar-fr.js [moved from redmine/public/javascripts/calendar/lang/calendar-fr.js with 100% similarity]
public/javascripts/controls.js [moved from redmine/public/javascripts/controls.js with 100% similarity]
public/javascripts/dragdrop.js [moved from redmine/public/javascripts/dragdrop.js with 100% similarity]
public/javascripts/effects.js [moved from redmine/public/javascripts/effects.js with 100% similarity]
public/javascripts/jstoolbar.js [moved from redmine/public/javascripts/jstoolbar.js with 100% similarity]
public/javascripts/menu.js [moved from redmine/public/javascripts/menu.js with 100% similarity]
public/javascripts/prototype.js [moved from redmine/public/javascripts/prototype.js with 100% similarity]
public/manual/en/ch01.html [moved from redmine/public/manual/en/ch01.html with 100% similarity]
public/manual/en/ch01s01.html [moved from redmine/public/manual/en/ch01s01.html with 100% similarity]
public/manual/en/ch01s02.html [moved from redmine/public/manual/en/ch01s02.html with 100% similarity]
public/manual/en/ch01s03.html [moved from redmine/public/manual/en/ch01s03.html with 100% similarity]
public/manual/en/ch01s04.html [moved from redmine/public/manual/en/ch01s04.html with 100% similarity]
public/manual/en/ch01s05.html [moved from redmine/public/manual/en/ch01s05.html with 100% similarity]
public/manual/en/ch01s06.html [moved from redmine/public/manual/en/ch01s06.html with 100% similarity]
public/manual/en/ch01s07.html [moved from redmine/public/manual/en/ch01s07.html with 100% similarity]
public/manual/en/ch01s08.html [moved from redmine/public/manual/en/ch01s08.html with 100% similarity]
public/manual/en/ch01s09.html [moved from redmine/public/manual/en/ch01s09.html with 100% similarity]
public/manual/en/ch01s10.html [moved from redmine/public/manual/en/ch01s10.html with 100% similarity]
public/manual/en/ch02.html [moved from redmine/public/manual/en/ch02.html with 100% similarity]
public/manual/en/ch02s01.html [moved from redmine/public/manual/en/ch02s01.html with 100% similarity]
public/manual/en/ch02s02.html [moved from redmine/public/manual/en/ch02s02.html with 100% similarity]
public/manual/en/ch02s03.html [moved from redmine/public/manual/en/ch02s03.html with 100% similarity]
public/manual/en/ch02s04.html [moved from redmine/public/manual/en/ch02s04.html with 100% similarity]
public/manual/en/ch02s05.html [moved from redmine/public/manual/en/ch02s05.html with 100% similarity]
public/manual/en/ch02s06.html [moved from redmine/public/manual/en/ch02s06.html with 100% similarity]
public/manual/en/ch02s07.html [moved from redmine/public/manual/en/ch02s07.html with 100% similarity]
public/manual/en/ch02s08.html [moved from redmine/public/manual/en/ch02s08.html with 100% similarity]
public/manual/en/html.css [moved from redmine/public/manual/en/html.css with 100% similarity]
public/manual/en/index.html [moved from redmine/public/manual/en/index.html with 100% similarity]
public/manual/en/resources/issues_list.png [moved from redmine/public/manual/en/resources/issues_list.png with 100% similarity]
public/manual/en/resources/users_list.png [moved from redmine/public/manual/en/resources/users_list.png with 100% similarity]
public/manual/en/resources/workflow.png [moved from redmine/public/manual/en/resources/workflow.png with 100% similarity]
public/manual/fr/ch01.html [moved from redmine/public/manual/fr/ch01.html with 100% similarity]
public/manual/fr/ch01s01.html [moved from redmine/public/manual/fr/ch01s01.html with 100% similarity]
public/manual/fr/ch01s02.html [moved from redmine/public/manual/fr/ch01s02.html with 100% similarity]
public/manual/fr/ch01s03.html [moved from redmine/public/manual/fr/ch01s03.html with 100% similarity]
public/manual/fr/ch01s04.html [moved from redmine/public/manual/fr/ch01s04.html with 100% similarity]
public/manual/fr/ch01s05.html [moved from redmine/public/manual/fr/ch01s05.html with 100% similarity]
public/manual/fr/ch01s06.html [moved from redmine/public/manual/fr/ch01s06.html with 100% similarity]
public/manual/fr/ch01s07.html [moved from redmine/public/manual/fr/ch01s07.html with 100% similarity]
public/manual/fr/ch01s08.html [moved from redmine/public/manual/fr/ch01s08.html with 100% similarity]
public/manual/fr/ch01s09.html [moved from redmine/public/manual/fr/ch01s09.html with 100% similarity]
public/manual/fr/ch01s10.html [moved from redmine/public/manual/fr/ch01s10.html with 100% similarity]
public/manual/fr/ch02.html [moved from redmine/public/manual/fr/ch02.html with 100% similarity]
public/manual/fr/ch02s01.html [moved from redmine/public/manual/fr/ch02s01.html with 100% similarity]
public/manual/fr/ch02s02.html [moved from redmine/public/manual/fr/ch02s02.html with 100% similarity]
public/manual/fr/ch02s03.html [moved from redmine/public/manual/fr/ch02s03.html with 100% similarity]
public/manual/fr/ch02s04.html [moved from redmine/public/manual/fr/ch02s04.html with 100% similarity]
public/manual/fr/ch02s05.html [moved from redmine/public/manual/fr/ch02s05.html with 100% similarity]
public/manual/fr/ch02s06.html [moved from redmine/public/manual/fr/ch02s06.html with 100% similarity]
public/manual/fr/ch02s07.html [moved from redmine/public/manual/fr/ch02s07.html with 100% similarity]
public/manual/fr/ch02s08.html [moved from redmine/public/manual/fr/ch02s08.html with 100% similarity]
public/manual/fr/html.css [moved from redmine/public/manual/fr/html.css with 100% similarity]
public/manual/fr/index.html [moved from redmine/public/manual/fr/index.html with 100% similarity]
public/manual/fr/resources/issues_list.png [moved from redmine/public/manual/fr/resources/issues_list.png with 100% similarity]
public/manual/fr/resources/users_list.png [moved from redmine/public/manual/fr/resources/users_list.png with 100% similarity]
public/manual/fr/resources/workflow.png [moved from redmine/public/manual/fr/resources/workflow.png with 100% similarity]
public/robots.txt [moved from redmine/public/robots.txt with 100% similarity]
public/stylesheets/application.css [moved from redmine/public/stylesheets/application.css with 100% similarity]
public/stylesheets/calendar.css [moved from redmine/public/stylesheets/calendar.css with 100% similarity]
public/stylesheets/jstoolbar.css [moved from redmine/public/stylesheets/jstoolbar.css with 100% similarity]
public/stylesheets/menu.css [moved from redmine/public/stylesheets/menu.css with 100% similarity]
public/stylesheets/rails.css [moved from redmine/public/stylesheets/rails.css with 100% similarity]
script/about [moved from redmine/script/about with 100% similarity]
script/breakpointer [moved from redmine/script/breakpointer with 100% similarity]
script/console [moved from redmine/script/console with 100% similarity]
script/destroy [moved from redmine/script/destroy with 100% similarity]
script/generate [moved from redmine/script/generate with 100% similarity]
script/performance/benchmarker [moved from redmine/script/performance/benchmarker with 100% similarity]
script/performance/profiler [moved from redmine/script/performance/profiler with 100% similarity]
script/plugin [moved from redmine/script/plugin with 100% similarity]
script/process/reaper [moved from redmine/script/process/reaper with 100% similarity]
script/process/spawner [moved from redmine/script/process/spawner with 100% similarity]
script/process/spinner [moved from redmine/script/process/spinner with 100% similarity]
script/runner [moved from redmine/script/runner with 100% similarity]
script/server [moved from redmine/script/server with 100% similarity]
test/fixtures/attachments.yml [moved from redmine/test/fixtures/attachments.yml with 100% similarity]
test/fixtures/auth_sources.yml [moved from redmine/test/fixtures/auth_sources.yml with 100% similarity]
test/fixtures/custom_fields.yml [moved from redmine/test/fixtures/custom_fields.yml with 100% similarity]
test/fixtures/custom_fields_projects.yml [moved from redmine/test/fixtures/custom_fields_projects.yml with 100% similarity]
test/fixtures/custom_fields_trackers.yml [moved from redmine/test/fixtures/custom_fields_trackers.yml with 100% similarity]
test/fixtures/custom_values.yml [moved from redmine/test/fixtures/custom_values.yml with 100% similarity]
test/fixtures/documents.yml [moved from redmine/test/fixtures/documents.yml with 100% similarity]
test/fixtures/enumerations.yml [moved from redmine/test/fixtures/enumerations.yml with 100% similarity]
test/fixtures/issue_categories.yml [moved from redmine/test/fixtures/issue_categories.yml with 100% similarity]
test/fixtures/issue_statuses.yml [moved from redmine/test/fixtures/issue_statuses.yml with 100% similarity]
test/fixtures/issues.yml [moved from redmine/test/fixtures/issues.yml with 100% similarity]
test/fixtures/members.yml [moved from redmine/test/fixtures/members.yml with 100% similarity]
test/fixtures/news.yml [moved from redmine/test/fixtures/news.yml with 100% similarity]
test/fixtures/permissions.yml [moved from redmine/test/fixtures/permissions.yml with 100% similarity]
test/fixtures/permissions_roles.yml [moved from redmine/test/fixtures/permissions_roles.yml with 100% similarity]
test/fixtures/projects.yml [moved from redmine/test/fixtures/projects.yml with 100% similarity]
test/fixtures/roles.yml [moved from redmine/test/fixtures/roles.yml with 100% similarity]
test/fixtures/tokens.yml [moved from redmine/test/fixtures/tokens.yml with 100% similarity]
test/fixtures/trackers.yml [moved from redmine/test/fixtures/trackers.yml with 100% similarity]
test/fixtures/user_preferences.yml [moved from redmine/test/fixtures/user_preferences.yml with 100% similarity]
test/fixtures/users.yml [moved from redmine/test/fixtures/users.yml with 100% similarity]
test/fixtures/versions.yml [moved from redmine/test/fixtures/versions.yml with 100% similarity]
test/fixtures/workflows.yml [moved from redmine/test/fixtures/workflows.yml with 100% similarity]
test/functional/my_controller_test.rb [moved from redmine/test/functional/my_controller_test.rb with 100% similarity]
test/functional/projects_controller_test.rb [moved from redmine/test/functional/projects_controller_test.rb with 100% similarity]
test/integration/account_test.rb [moved from redmine/test/integration/account_test.rb with 100% similarity]
test/integration/admin_test.rb [moved from redmine/test/integration/admin_test.rb with 100% similarity]
test/test_helper.rb [moved from redmine/test/test_helper.rb with 100% similarity]
test/unit/member_test.rb [moved from redmine/test/unit/member_test.rb with 100% similarity]
test/unit/project_test.rb [moved from redmine/test/unit/project_test.rb with 100% similarity]
test/unit/token_test.rb [moved from redmine/test/unit/token_test.rb with 100% similarity]
test/unit/user_preference_test.rb [moved from redmine/test/unit/user_preference_test.rb with 100% similarity]
test/unit/user_test.rb [moved from redmine/test/unit/user_test.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/CHANGELOG [moved from redmine/vendor/plugins/gloc-1.1.0/CHANGELOG with 100% similarity]
vendor/plugins/gloc-1.1.0/MIT-LICENSE [moved from redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE with 100% similarity]
vendor/plugins/gloc-1.1.0/README [moved from redmine/vendor/plugins/gloc-1.1.0/README with 100% similarity]
vendor/plugins/gloc-1.1.0/Rakefile [moved from redmine/vendor/plugins/gloc-1.1.0/Rakefile with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/created.rid [moved from redmine/vendor/plugins/gloc-1.1.0/doc/created.rid with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/README.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/fr_class_index.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/fr_file_index.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/fr_method_index.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/index.html [moved from redmine/vendor/plugins/gloc-1.1.0/doc/index.html with 100% similarity]
vendor/plugins/gloc-1.1.0/doc/rdoc-style.css [moved from redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css with 100% similarity]
vendor/plugins/gloc-1.1.0/init.rb [moved from redmine/vendor/plugins/gloc-1.1.0/init.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-config.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc-version.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/lib/gloc.rb [moved from redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/tasks/gloc.rake [moved from redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake with 100% similarity]
vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb [moved from redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/test/gloc_test.rb [moved from redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lang/en.yaml [moved from redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml [moved from redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lang/ja.yml [moved from redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lang2/en.yml [moved from redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml [moved from redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb [moved from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb with 100% similarity]
vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb [moved from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb with 100% similarity]
vendor/plugins/rfpdf/CHANGELOG [moved from redmine/vendor/plugins/rfpdf/CHANGELOG with 100% similarity]
vendor/plugins/rfpdf/MIT-LICENSE [moved from redmine/vendor/plugins/rfpdf/MIT-LICENSE with 100% similarity]
vendor/plugins/rfpdf/README [moved from redmine/vendor/plugins/rfpdf/README with 100% similarity]
vendor/plugins/rfpdf/init.rb [moved from redmine/vendor/plugins/rfpdf/init.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/chinese.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/errors.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/japanese.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/korean.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/makefont.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb with 100% similarity]
vendor/plugins/rfpdf/lib/rfpdf/view.rb [moved from redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb with 100% similarity]
vendor/plugins/rfpdf/test/test_helper.rb [moved from redmine/vendor/plugins/rfpdf/test/test_helper.rb with 100% similarity]