diff options
-rw-r--r-- | Rakefile (renamed from redmine/Rakefile) | 0 | ||||
-rw-r--r-- | app/controllers/account_controller.rb (renamed from redmine/app/controllers/account_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/admin_controller.rb (renamed from redmine/app/controllers/admin_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/application.rb (renamed from redmine/app/controllers/application.rb) | 0 | ||||
-rw-r--r-- | app/controllers/auth_sources_controller.rb (renamed from redmine/app/controllers/auth_sources_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/custom_fields_controller.rb (renamed from redmine/app/controllers/custom_fields_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/documents_controller.rb (renamed from redmine/app/controllers/documents_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/enumerations_controller.rb (renamed from redmine/app/controllers/enumerations_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/help_controller.rb (renamed from redmine/app/controllers/help_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/issue_categories_controller.rb (renamed from redmine/app/controllers/issue_categories_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/issue_statuses_controller.rb (renamed from redmine/app/controllers/issue_statuses_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/issues_controller.rb (renamed from redmine/app/controllers/issues_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/members_controller.rb (renamed from redmine/app/controllers/members_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/my_controller.rb (renamed from redmine/app/controllers/my_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/news_controller.rb (renamed from redmine/app/controllers/news_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/projects_controller.rb (renamed from redmine/app/controllers/projects_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/reports_controller.rb (renamed from redmine/app/controllers/reports_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/roles_controller.rb (renamed from redmine/app/controllers/roles_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/trackers_controller.rb (renamed from redmine/app/controllers/trackers_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/users_controller.rb (renamed from redmine/app/controllers/users_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/versions_controller.rb (renamed from redmine/app/controllers/versions_controller.rb) | 0 | ||||
-rw-r--r-- | app/controllers/welcome_controller.rb (renamed from redmine/app/controllers/welcome_controller.rb) | 0 | ||||
-rw-r--r-- | app/helpers/account_helper.rb (renamed from redmine/app/helpers/account_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/admin_helper.rb (renamed from redmine/app/helpers/admin_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/application_helper.rb (renamed from redmine/app/helpers/application_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/auth_sources_helper.rb (renamed from redmine/app/helpers/auth_sources_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/custom_fields_helper.rb (renamed from redmine/app/helpers/custom_fields_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/documents_helper.rb (renamed from redmine/app/helpers/documents_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/enumerations_helper.rb (renamed from redmine/app/helpers/enumerations_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/help_helper.rb (renamed from redmine/app/helpers/help_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/ifpdf_helper.rb (renamed from redmine/app/helpers/ifpdf_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/issue_categories_helper.rb (renamed from redmine/app/helpers/issue_categories_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/issue_statuses_helper.rb (renamed from redmine/app/helpers/issue_statuses_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/issues_helper.rb (renamed from redmine/app/helpers/issues_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/members_helper.rb (renamed from redmine/app/helpers/members_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/my_helper.rb (renamed from redmine/app/helpers/my_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/news_helper.rb (renamed from redmine/app/helpers/news_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/projects_helper.rb (renamed from redmine/app/helpers/projects_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/reports_helper.rb (renamed from redmine/app/helpers/reports_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/roles_helper.rb (renamed from redmine/app/helpers/roles_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/search_filter_helper.rb (renamed from redmine/app/helpers/search_filter_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/sort_helper.rb (renamed from redmine/app/helpers/sort_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/trackers_helper.rb (renamed from redmine/app/helpers/trackers_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/users_helper.rb (renamed from redmine/app/helpers/users_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/versions_helper.rb (renamed from redmine/app/helpers/versions_helper.rb) | 0 | ||||
-rw-r--r-- | app/helpers/welcome_helper.rb (renamed from redmine/app/helpers/welcome_helper.rb) | 0 | ||||
-rw-r--r-- | app/models/attachment.rb (renamed from redmine/app/models/attachment.rb) | 0 | ||||
-rw-r--r-- | app/models/auth_source.rb (renamed from redmine/app/models/auth_source.rb) | 0 | ||||
-rw-r--r-- | app/models/auth_source_ldap.rb (renamed from redmine/app/models/auth_source_ldap.rb) | 0 | ||||
-rw-r--r-- | app/models/custom_field.rb (renamed from redmine/app/models/custom_field.rb) | 0 | ||||
-rw-r--r-- | app/models/custom_value.rb (renamed from redmine/app/models/custom_value.rb) | 0 | ||||
-rw-r--r-- | app/models/document.rb (renamed from redmine/app/models/document.rb) | 0 | ||||
-rw-r--r-- | app/models/enumeration.rb (renamed from redmine/app/models/enumeration.rb) | 0 | ||||
-rw-r--r-- | app/models/issue.rb (renamed from redmine/app/models/issue.rb) | 0 | ||||
-rw-r--r-- | app/models/issue_category.rb (renamed from redmine/app/models/issue_category.rb) | 0 | ||||
-rw-r--r-- | app/models/issue_custom_field.rb (renamed from redmine/app/models/issue_custom_field.rb) | 0 | ||||
-rw-r--r-- | app/models/issue_history.rb (renamed from redmine/app/models/issue_history.rb) | 0 | ||||
-rw-r--r-- | app/models/issue_status.rb (renamed from redmine/app/models/issue_status.rb) | 0 | ||||
-rw-r--r-- | app/models/journal.rb (renamed from redmine/app/models/journal.rb) | 0 | ||||
-rw-r--r-- | app/models/journal_detail.rb (renamed from redmine/app/models/journal_detail.rb) | 0 | ||||
-rw-r--r-- | app/models/mailer.rb (renamed from redmine/app/models/mailer.rb) | 0 | ||||
-rw-r--r-- | app/models/member.rb (renamed from redmine/app/models/member.rb) | 0 | ||||
-rw-r--r-- | app/models/news.rb (renamed from redmine/app/models/news.rb) | 0 | ||||
-rw-r--r-- | app/models/permission.rb (renamed from redmine/app/models/permission.rb) | 0 | ||||
-rw-r--r-- | app/models/project.rb (renamed from redmine/app/models/project.rb) | 0 | ||||
-rw-r--r-- | app/models/project_custom_field.rb (renamed from redmine/app/models/project_custom_field.rb) | 0 | ||||
-rw-r--r-- | app/models/role.rb (renamed from redmine/app/models/role.rb) | 0 | ||||
-rw-r--r-- | app/models/token.rb (renamed from redmine/app/models/token.rb) | 0 | ||||
-rw-r--r-- | app/models/tracker.rb (renamed from redmine/app/models/tracker.rb) | 0 | ||||
-rw-r--r-- | app/models/user.rb (renamed from redmine/app/models/user.rb) | 0 | ||||
-rw-r--r-- | app/models/user_custom_field.rb (renamed from redmine/app/models/user_custom_field.rb) | 0 | ||||
-rw-r--r-- | app/models/user_preference.rb (renamed from redmine/app/models/user_preference.rb) | 0 | ||||
-rw-r--r-- | app/models/version.rb (renamed from redmine/app/models/version.rb) | 0 | ||||
-rw-r--r-- | app/models/workflow.rb (renamed from redmine/app/models/workflow.rb) | 0 | ||||
-rw-r--r-- | app/views/account/login.rhtml (renamed from redmine/app/views/account/login.rhtml) | 0 | ||||
-rw-r--r-- | app/views/account/lost_password.rhtml (renamed from redmine/app/views/account/lost_password.rhtml) | 0 | ||||
-rw-r--r-- | app/views/account/password_recovery.rhtml (renamed from redmine/app/views/account/password_recovery.rhtml) | 0 | ||||
-rw-r--r-- | app/views/account/register.rhtml (renamed from redmine/app/views/account/register.rhtml) | 0 | ||||
-rw-r--r-- | app/views/account/show.rhtml (renamed from redmine/app/views/account/show.rhtml) | 0 | ||||
-rw-r--r-- | app/views/admin/index.rhtml (renamed from redmine/app/views/admin/index.rhtml) | 0 | ||||
-rw-r--r-- | app/views/admin/info.rhtml (renamed from redmine/app/views/admin/info.rhtml) | 0 | ||||
-rw-r--r-- | app/views/admin/mail_options.rhtml (renamed from redmine/app/views/admin/mail_options.rhtml) | 0 | ||||
-rw-r--r-- | app/views/admin/projects.rhtml (renamed from redmine/app/views/admin/projects.rhtml) | 0 | ||||
-rw-r--r-- | app/views/auth_sources/_form.rhtml (renamed from redmine/app/views/auth_sources/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/auth_sources/edit.rhtml (renamed from redmine/app/views/auth_sources/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/auth_sources/list.rhtml (renamed from redmine/app/views/auth_sources/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/auth_sources/new.rhtml (renamed from redmine/app/views/auth_sources/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/custom_fields/_form.rhtml (renamed from redmine/app/views/custom_fields/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/custom_fields/edit.rhtml (renamed from redmine/app/views/custom_fields/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/custom_fields/list.rhtml (renamed from redmine/app/views/custom_fields/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/custom_fields/new.rhtml (renamed from redmine/app/views/custom_fields/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/documents/_form.rhtml (renamed from redmine/app/views/documents/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/documents/edit.rhtml (renamed from redmine/app/views/documents/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/documents/show.rhtml (renamed from redmine/app/views/documents/show.rhtml) | 0 | ||||
-rw-r--r-- | app/views/enumerations/_form.rhtml (renamed from redmine/app/views/enumerations/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/enumerations/edit.rhtml (renamed from redmine/app/views/enumerations/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/enumerations/list.rhtml (renamed from redmine/app/views/enumerations/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/enumerations/new.rhtml (renamed from redmine/app/views/enumerations/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_categories/_form.rhtml (renamed from redmine/app/views/issue_categories/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_categories/edit.rhtml (renamed from redmine/app/views/issue_categories/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_statuses/_form.rhtml (renamed from redmine/app/views/issue_statuses/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_statuses/edit.rhtml (renamed from redmine/app/views/issue_statuses/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_statuses/list.rhtml (renamed from redmine/app/views/issue_statuses/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issue_statuses/new.rhtml (renamed from redmine/app/views/issue_statuses/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/_history.rhtml (renamed from redmine/app/views/issues/_history.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/_list_simple.rhtml (renamed from redmine/app/views/issues/_list_simple.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/_pdf.rfpdf (renamed from redmine/app/views/issues/_pdf.rfpdf) | 0 | ||||
-rw-r--r-- | app/views/issues/change_status.rhtml (renamed from redmine/app/views/issues/change_status.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/edit.rhtml (renamed from redmine/app/views/issues/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/export_pdf.rfpdf (renamed from redmine/app/views/issues/export_pdf.rfpdf) | 0 | ||||
-rw-r--r-- | app/views/issues/history.rhtml (renamed from redmine/app/views/issues/history.rhtml) | 0 | ||||
-rw-r--r-- | app/views/issues/show.rhtml (renamed from redmine/app/views/issues/show.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/base.rhtml (renamed from redmine/app/views/layouts/base.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/_issue.rhtml (renamed from redmine/app/views/mailer/_issue.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_add_de.rhtml (renamed from redmine/app/views/mailer/issue_add_de.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_add_en.rhtml (renamed from redmine/app/views/mailer/issue_add_en.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_add_es.rhtml (renamed from redmine/app/views/mailer/issue_add_es.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_add_fr.rhtml (renamed from redmine/app/views/mailer/issue_add_fr.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_edit_de.rhtml (renamed from redmine/app/views/mailer/issue_edit_de.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_edit_en.rhtml (renamed from redmine/app/views/mailer/issue_edit_en.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_edit_es.rhtml (renamed from redmine/app/views/mailer/issue_edit_es.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/issue_edit_fr.rhtml (renamed from redmine/app/views/mailer/issue_edit_fr.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/lost_password_de.rhtml (renamed from redmine/app/views/mailer/lost_password_de.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/lost_password_en.rhtml (renamed from redmine/app/views/mailer/lost_password_en.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/lost_password_es.rhtml (renamed from redmine/app/views/mailer/lost_password_es.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/lost_password_fr.rhtml (renamed from redmine/app/views/mailer/lost_password_fr.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/register_de.rhtml (renamed from redmine/app/views/mailer/register_de.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/register_en.rhtml (renamed from redmine/app/views/mailer/register_en.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/register_es.rhtml (renamed from redmine/app/views/mailer/register_es.rhtml) | 0 | ||||
-rw-r--r-- | app/views/mailer/register_fr.rhtml (renamed from redmine/app/views/mailer/register_fr.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/_block.rhtml (renamed from redmine/app/views/my/_block.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/account.rhtml (renamed from redmine/app/views/my/account.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/blocks/_calendar.rhtml (renamed from redmine/app/views/my/blocks/_calendar.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/blocks/_documents.rhtml (renamed from redmine/app/views/my/blocks/_documents.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/blocks/_issues_assigned_to_me.rhtml (renamed from redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/blocks/_issues_reported_by_me.rhtml (renamed from redmine/app/views/my/blocks/_issues_reported_by_me.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/blocks/_latest_news.rhtml (renamed from redmine/app/views/my/blocks/_latest_news.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/page.rhtml (renamed from redmine/app/views/my/page.rhtml) | 0 | ||||
-rw-r--r-- | app/views/my/page_layout.rhtml (renamed from redmine/app/views/my/page_layout.rhtml) | 0 | ||||
-rw-r--r-- | app/views/news/_form.rhtml (renamed from redmine/app/views/news/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/news/edit.rhtml (renamed from redmine/app/views/news/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/news/show.rhtml (renamed from redmine/app/views/news/show.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/_form.rhtml (renamed from redmine/app/views/projects/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/activity.rhtml (renamed from redmine/app/views/projects/activity.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add.rhtml (renamed from redmine/app/views/projects/add.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add_document.rhtml (renamed from redmine/app/views/projects/add_document.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add_file.rhtml (renamed from redmine/app/views/projects/add_file.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add_issue.rhtml (renamed from redmine/app/views/projects/add_issue.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add_news.rhtml (renamed from redmine/app/views/projects/add_news.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/add_version.rhtml (renamed from redmine/app/views/projects/add_version.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/calendar.rhtml (renamed from redmine/app/views/projects/calendar.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/changelog.rhtml (renamed from redmine/app/views/projects/changelog.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/destroy.rhtml (renamed from redmine/app/views/projects/destroy.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/export_issues_pdf.rfpdf (renamed from redmine/app/views/projects/export_issues_pdf.rfpdf) | 0 | ||||
-rw-r--r-- | app/views/projects/gantt.rfpdf (renamed from redmine/app/views/projects/gantt.rfpdf) | 0 | ||||
-rw-r--r-- | app/views/projects/gantt.rhtml (renamed from redmine/app/views/projects/gantt.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list.rhtml (renamed from redmine/app/views/projects/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list_documents.rhtml (renamed from redmine/app/views/projects/list_documents.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list_files.rhtml (renamed from redmine/app/views/projects/list_files.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list_issues.rhtml (renamed from redmine/app/views/projects/list_issues.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list_members.rhtml (renamed from redmine/app/views/projects/list_members.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/list_news.rhtml (renamed from redmine/app/views/projects/list_news.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/move_issues.rhtml (renamed from redmine/app/views/projects/move_issues.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/settings.rhtml (renamed from redmine/app/views/projects/settings.rhtml) | 0 | ||||
-rw-r--r-- | app/views/projects/show.rhtml (renamed from redmine/app/views/projects/show.rhtml) | 0 | ||||
-rw-r--r-- | app/views/reports/_details.rhtml (renamed from redmine/app/views/reports/_details.rhtml) | 0 | ||||
-rw-r--r-- | app/views/reports/_simple.rhtml (renamed from redmine/app/views/reports/_simple.rhtml) | 0 | ||||
-rw-r--r-- | app/views/reports/issue_report.rhtml (renamed from redmine/app/views/reports/issue_report.rhtml) | 0 | ||||
-rw-r--r-- | app/views/reports/issue_report_details.rhtml (renamed from redmine/app/views/reports/issue_report_details.rhtml) | 0 | ||||
-rw-r--r-- | app/views/roles/_form.rhtml (renamed from redmine/app/views/roles/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/roles/edit.rhtml (renamed from redmine/app/views/roles/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/roles/list.rhtml (renamed from redmine/app/views/roles/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/roles/new.rhtml (renamed from redmine/app/views/roles/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/roles/workflow.rhtml (renamed from redmine/app/views/roles/workflow.rhtml) | 0 | ||||
-rw-r--r-- | app/views/trackers/_form.rhtml (renamed from redmine/app/views/trackers/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/trackers/edit.rhtml (renamed from redmine/app/views/trackers/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/trackers/list.rhtml (renamed from redmine/app/views/trackers/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/trackers/new.rhtml (renamed from redmine/app/views/trackers/new.rhtml) | 0 | ||||
-rw-r--r-- | app/views/users/_form.rhtml (renamed from redmine/app/views/users/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/users/add.rhtml (renamed from redmine/app/views/users/add.rhtml) | 0 | ||||
-rw-r--r-- | app/views/users/edit.rhtml (renamed from redmine/app/views/users/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/users/list.rhtml (renamed from redmine/app/views/users/list.rhtml) | 0 | ||||
-rw-r--r-- | app/views/versions/_form.rhtml (renamed from redmine/app/views/versions/_form.rhtml) | 0 | ||||
-rw-r--r-- | app/views/versions/edit.rhtml (renamed from redmine/app/views/versions/edit.rhtml) | 0 | ||||
-rw-r--r-- | app/views/welcome/index.rhtml (renamed from redmine/app/views/welcome/index.rhtml) | 0 | ||||
-rw-r--r-- | config/boot.rb (renamed from redmine/config/boot.rb) | 0 | ||||
-rw-r--r-- | config/config_custom.example.rb (renamed from redmine/config/config_custom.example.rb) | 0 | ||||
-rw-r--r-- | config/database.yml (renamed from redmine/config/database.yml) | 0 | ||||
-rw-r--r-- | config/environment.rb (renamed from redmine/config/environment.rb) | 0 | ||||
-rw-r--r-- | config/environments/demo.rb (renamed from redmine/config/environments/demo.rb) | 0 | ||||
-rw-r--r-- | config/environments/development.rb (renamed from redmine/config/environments/development.rb) | 0 | ||||
-rw-r--r-- | config/environments/development_oracle.rb (renamed from redmine/config/environments/development_oracle.rb) | 0 | ||||
-rw-r--r-- | config/environments/development_pgsql.rb (renamed from redmine/config/environments/development_pgsql.rb) | 0 | ||||
-rw-r--r-- | config/environments/development_sqlserver.rb (renamed from redmine/config/environments/development_sqlserver.rb) | 0 | ||||
-rw-r--r-- | config/environments/production.rb (renamed from redmine/config/environments/production.rb) | 0 | ||||
-rw-r--r-- | config/environments/test.rb (renamed from redmine/config/environments/test.rb) | 0 | ||||
-rw-r--r-- | config/environments/test_oracle.rb (renamed from redmine/config/environments/test_oracle.rb) | 0 | ||||
-rw-r--r-- | config/environments/test_pgsql.rb (renamed from redmine/config/environments/test_pgsql.rb) | 0 | ||||
-rw-r--r-- | config/environments/test_sqlserver.rb (renamed from redmine/config/environments/test_sqlserver.rb) | 0 | ||||
-rw-r--r-- | config/help.yml (renamed from redmine/config/help.yml) | 0 | ||||
-rw-r--r-- | config/routes.rb (renamed from redmine/config/routes.rb) | 0 | ||||
-rw-r--r-- | db/migrate/001_setup.rb (renamed from redmine/db/migrate/001_setup.rb) | 0 | ||||
-rw-r--r-- | db/migrate/002_issue_move.rb (renamed from redmine/db/migrate/002_issue_move.rb) | 0 | ||||
-rw-r--r-- | db/migrate/003_issue_add_note.rb (renamed from redmine/db/migrate/003_issue_add_note.rb) | 0 | ||||
-rw-r--r-- | db/migrate/004_export_pdf.rb (renamed from redmine/db/migrate/004_export_pdf.rb) | 0 | ||||
-rw-r--r-- | db/migrate/005_issue_start_date.rb (renamed from redmine/db/migrate/005_issue_start_date.rb) | 0 | ||||
-rw-r--r-- | db/migrate/006_calendar_and_activity.rb (renamed from redmine/db/migrate/006_calendar_and_activity.rb) | 0 | ||||
-rw-r--r-- | db/migrate/007_create_journals.rb (renamed from redmine/db/migrate/007_create_journals.rb) | 0 | ||||
-rw-r--r-- | db/migrate/008_create_user_preferences.rb (renamed from redmine/db/migrate/008_create_user_preferences.rb) | 0 | ||||
-rw-r--r-- | db/migrate/009_add_hide_mail_pref.rb (renamed from redmine/db/migrate/009_add_hide_mail_pref.rb) | 0 | ||||
-rw-r--r-- | doc/CHANGELOG (renamed from redmine/doc/CHANGELOG) | 0 | ||||
-rw-r--r-- | doc/COPYING (renamed from redmine/doc/COPYING) | 0 | ||||
-rw-r--r-- | doc/INSTALL (renamed from redmine/doc/INSTALL) | 0 | ||||
-rw-r--r-- | doc/README (renamed from redmine/doc/README) | 0 | ||||
-rw-r--r-- | doc/docbook/en/redmine-userdoc-en.xml (renamed from redmine/doc/docbook/en/redmine-userdoc-en.xml) | 0 | ||||
-rw-r--r-- | doc/docbook/fr/redmine-userdoc-fr.xml (renamed from redmine/doc/docbook/fr/redmine-userdoc-fr.xml) | 0 | ||||
-rw-r--r-- | files/delete.me (renamed from redmine/files/delete.me) | 0 | ||||
-rw-r--r-- | lang/de.yml (renamed from redmine/lang/de.yml) | 0 | ||||
-rw-r--r-- | lang/en.yml (renamed from redmine/lang/en.yml) | 0 | ||||
-rw-r--r-- | lang/es.yml (renamed from redmine/lang/es.yml) | 0 | ||||
-rw-r--r-- | lang/fr.yml (renamed from redmine/lang/fr.yml) | 0 | ||||
-rw-r--r-- | lib/tasks/extract_fixtures.rake (renamed from redmine/lib/tasks/extract_fixtures.rake) | 0 | ||||
-rw-r--r-- | lib/tasks/load_default_data.rake (renamed from redmine/lib/tasks/load_default_data.rake) | 0 | ||||
-rw-r--r-- | log/delete.me (renamed from redmine/log/delete.me) | 0 | ||||
-rw-r--r-- | public/.htaccess (renamed from redmine/public/.htaccess) | 0 | ||||
-rw-r--r-- | public/404.html (renamed from redmine/public/404.html) | 0 | ||||
-rw-r--r-- | public/500.html (renamed from redmine/public/500.html) | 0 | ||||
-rw-r--r-- | public/dispatch.cgi (renamed from redmine/public/dispatch.cgi) | 0 | ||||
-rw-r--r-- | public/dispatch.fcgi (renamed from redmine/public/dispatch.fcgi) | 0 | ||||
-rw-r--r-- | public/dispatch.rb (renamed from redmine/public/dispatch.rb) | 0 | ||||
-rw-r--r-- | public/favicon.ico (renamed from redmine/public/favicon.ico) | 0 | ||||
-rw-r--r-- | public/images/add.png (renamed from redmine/public/images/add.png) | bin | 336 -> 336 bytes | |||
-rw-r--r-- | public/images/admin.png (renamed from redmine/public/images/admin.png) | bin | 716 -> 716 bytes | |||
-rw-r--r-- | public/images/alert.png (renamed from redmine/public/images/alert.png) | bin | 483 -> 483 bytes | |||
-rw-r--r-- | public/images/arrow_bw.png (renamed from redmine/public/images/arrow_bw.png) | bin | 997 -> 997 bytes | |||
-rw-r--r-- | public/images/arrow_from.png (renamed from redmine/public/images/arrow_from.png) | bin | 994 -> 994 bytes | |||
-rw-r--r-- | public/images/arrow_to.png (renamed from redmine/public/images/arrow_to.png) | bin | 991 -> 991 bytes | |||
-rw-r--r-- | public/images/attachment.png (renamed from redmine/public/images/attachment.png) | bin | 259 -> 259 bytes | |||
-rw-r--r-- | public/images/bulletgreen.png (renamed from redmine/public/images/bulletgreen.png) | bin | 193 -> 193 bytes | |||
-rw-r--r-- | public/images/bulletred.png (renamed from redmine/public/images/bulletred.png) | bin | 193 -> 193 bytes | |||
-rw-r--r-- | public/images/calendar.png (renamed from redmine/public/images/calendar.png) | bin | 196 -> 196 bytes | |||
-rw-r--r-- | public/images/close.png (renamed from redmine/public/images/close.png) | bin | 200 -> 200 bytes | |||
-rw-r--r-- | public/images/close_hl.png (renamed from redmine/public/images/close_hl.png) | bin | 199 -> 199 bytes | |||
-rw-r--r-- | public/images/delete.png (renamed from redmine/public/images/delete.png) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | public/images/details.png (renamed from redmine/public/images/details.png) | bin | 224 -> 224 bytes | |||
-rw-r--r-- | public/images/dir.png (renamed from redmine/public/images/dir.png) | bin | 314 -> 314 bytes | |||
-rw-r--r-- | public/images/dir_new.png (renamed from redmine/public/images/dir_new.png) | bin | 321 -> 321 bytes | |||
-rw-r--r-- | public/images/dir_open.png (renamed from redmine/public/images/dir_open.png) | bin | 1030 -> 1030 bytes | |||
-rw-r--r-- | public/images/document.png (renamed from redmine/public/images/document.png) | bin | 1014 -> 1014 bytes | |||
-rw-r--r-- | public/images/edit_small.png (renamed from redmine/public/images/edit_small.png) | bin | 238 -> 238 bytes | |||
-rw-r--r-- | public/images/file_new.png (renamed from redmine/public/images/file_new.png) | bin | 253 -> 253 bytes | |||
-rw-r--r-- | public/images/gantt.png (renamed from redmine/public/images/gantt.png) | bin | 218 -> 218 bytes | |||
-rw-r--r-- | public/images/help.png (renamed from redmine/public/images/help.png) | bin | 1079 -> 1079 bytes | |||
-rw-r--r-- | public/images/home.png (renamed from redmine/public/images/home.png) | bin | 301 -> 301 bytes | |||
-rw-r--r-- | public/images/issues.png (renamed from redmine/public/images/issues.png) | bin | 356 -> 356 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_br.png (renamed from redmine/public/images/jstoolbar/bt_br.png) | bin | 244 -> 244 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_code.png (renamed from redmine/public/images/jstoolbar/bt_code.png) | bin | 338 -> 338 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_del.png (renamed from redmine/public/images/jstoolbar/bt_del.png) | bin | 368 -> 368 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_em.png (renamed from redmine/public/images/jstoolbar/bt_em.png) | bin | 311 -> 311 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_ins.png (renamed from redmine/public/images/jstoolbar/bt_ins.png) | bin | 322 -> 322 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_link.png (renamed from redmine/public/images/jstoolbar/bt_link.png) | bin | 900 -> 900 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_ol.png (renamed from redmine/public/images/jstoolbar/bt_ol.png) | bin | 249 -> 249 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_quote.png (renamed from redmine/public/images/jstoolbar/bt_quote.png) | bin | 323 -> 323 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_strong.png (renamed from redmine/public/images/jstoolbar/bt_strong.png) | bin | 355 -> 355 bytes | |||
-rw-r--r-- | public/images/jstoolbar/bt_ul.png (renamed from redmine/public/images/jstoolbar/bt_ul.png) | bin | 239 -> 239 bytes | |||
-rw-r--r-- | public/images/loading.gif (renamed from redmine/public/images/loading.gif) | bin | 1553 -> 1553 bytes | |||
-rw-r--r-- | public/images/locked.png (renamed from redmine/public/images/locked.png) | bin | 437 -> 437 bytes | |||
-rw-r--r-- | public/images/login.png (renamed from redmine/public/images/login.png) | bin | 1082 -> 1082 bytes | |||
-rw-r--r-- | public/images/mailer.png (renamed from redmine/public/images/mailer.png) | bin | 294 -> 294 bytes | |||
-rw-r--r-- | public/images/notes.png (renamed from redmine/public/images/notes.png) | bin | 996 -> 996 bytes | |||
-rw-r--r-- | public/images/options.png (renamed from redmine/public/images/options.png) | bin | 1005 -> 1005 bytes | |||
-rw-r--r-- | public/images/package.png (renamed from redmine/public/images/package.png) | bin | 298 -> 298 bytes | |||
-rw-r--r-- | public/images/projects.png (renamed from redmine/public/images/projects.png) | bin | 299 -> 299 bytes | |||
-rw-r--r-- | public/images/rails.png (renamed from redmine/public/images/rails.png) | bin | 1787 -> 1787 bytes | |||
-rw-r--r-- | public/images/rails_powered.png (renamed from redmine/public/images/rails_powered.png) | bin | 262 -> 262 bytes | |||
-rw-r--r-- | public/images/rails_small.png (renamed from redmine/public/images/rails_small.png) | bin | 1140 -> 1140 bytes | |||
-rw-r--r-- | public/images/role.png (renamed from redmine/public/images/role.png) | bin | 293 -> 293 bytes | |||
-rw-r--r-- | public/images/rss.png (renamed from redmine/public/images/rss.png) | bin | 256 -> 256 bytes | |||
-rw-r--r-- | public/images/sort_asc.png (renamed from redmine/public/images/sort_asc.png) | bin | 215 -> 215 bytes | |||
-rw-r--r-- | public/images/sort_desc.png (renamed from redmine/public/images/sort_desc.png) | bin | 217 -> 217 bytes | |||
-rw-r--r-- | public/images/tracker.png (renamed from redmine/public/images/tracker.png) | bin | 356 -> 356 bytes | |||
-rw-r--r-- | public/images/true.png (renamed from redmine/public/images/true.png) | bin | 183 -> 183 bytes | |||
-rw-r--r-- | public/images/user.png (renamed from redmine/public/images/user.png) | bin | 236 -> 236 bytes | |||
-rw-r--r-- | public/images/user_new.png (renamed from redmine/public/images/user_new.png) | bin | 215 -> 215 bytes | |||
-rw-r--r-- | public/images/user_page.png (renamed from redmine/public/images/user_page.png) | bin | 292 -> 292 bytes | |||
-rw-r--r-- | public/images/users.png (renamed from redmine/public/images/users.png) | bin | 242 -> 242 bytes | |||
-rw-r--r-- | public/images/workflow.png (renamed from redmine/public/images/workflow.png) | bin | 285 -> 285 bytes | |||
-rw-r--r-- | public/images/zoom_in.png (renamed from redmine/public/images/zoom_in.png) | bin | 593 -> 593 bytes | |||
-rw-r--r-- | public/images/zoom_in_g.png (renamed from redmine/public/images/zoom_in_g.png) | bin | 312 -> 312 bytes | |||
-rw-r--r-- | public/images/zoom_out.png (renamed from redmine/public/images/zoom_out.png) | bin | 588 -> 588 bytes | |||
-rw-r--r-- | public/images/zoom_out_g.png (renamed from redmine/public/images/zoom_out_g.png) | bin | 311 -> 311 bytes | |||
-rw-r--r-- | public/javascripts/application.js (renamed from redmine/public/javascripts/application.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/calendar-setup.js (renamed from redmine/public/javascripts/calendar/calendar-setup.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/calendar.js (renamed from redmine/public/javascripts/calendar/calendar.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/lang/calendar-de.js (renamed from redmine/public/javascripts/calendar/lang/calendar-de.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/lang/calendar-en.js (renamed from redmine/public/javascripts/calendar/lang/calendar-en.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/lang/calendar-es.js (renamed from redmine/public/javascripts/calendar/lang/calendar-es.js) | 0 | ||||
-rw-r--r-- | public/javascripts/calendar/lang/calendar-fr.js (renamed from redmine/public/javascripts/calendar/lang/calendar-fr.js) | 0 | ||||
-rw-r--r-- | public/javascripts/controls.js (renamed from redmine/public/javascripts/controls.js) | 0 | ||||
-rw-r--r-- | public/javascripts/dragdrop.js (renamed from redmine/public/javascripts/dragdrop.js) | 0 | ||||
-rw-r--r-- | public/javascripts/effects.js (renamed from redmine/public/javascripts/effects.js) | 0 | ||||
-rw-r--r-- | public/javascripts/jstoolbar.js (renamed from redmine/public/javascripts/jstoolbar.js) | 0 | ||||
-rw-r--r-- | public/javascripts/menu.js (renamed from redmine/public/javascripts/menu.js) | 0 | ||||
-rw-r--r-- | public/javascripts/prototype.js (renamed from redmine/public/javascripts/prototype.js) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01.html (renamed from redmine/public/manual/en/ch01.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s01.html (renamed from redmine/public/manual/en/ch01s01.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s02.html (renamed from redmine/public/manual/en/ch01s02.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s03.html (renamed from redmine/public/manual/en/ch01s03.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s04.html (renamed from redmine/public/manual/en/ch01s04.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s05.html (renamed from redmine/public/manual/en/ch01s05.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s06.html (renamed from redmine/public/manual/en/ch01s06.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s07.html (renamed from redmine/public/manual/en/ch01s07.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s08.html (renamed from redmine/public/manual/en/ch01s08.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s09.html (renamed from redmine/public/manual/en/ch01s09.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch01s10.html (renamed from redmine/public/manual/en/ch01s10.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02.html (renamed from redmine/public/manual/en/ch02.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s01.html (renamed from redmine/public/manual/en/ch02s01.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s02.html (renamed from redmine/public/manual/en/ch02s02.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s03.html (renamed from redmine/public/manual/en/ch02s03.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s04.html (renamed from redmine/public/manual/en/ch02s04.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s05.html (renamed from redmine/public/manual/en/ch02s05.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s06.html (renamed from redmine/public/manual/en/ch02s06.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s07.html (renamed from redmine/public/manual/en/ch02s07.html) | 0 | ||||
-rw-r--r-- | public/manual/en/ch02s08.html (renamed from redmine/public/manual/en/ch02s08.html) | 0 | ||||
-rw-r--r-- | public/manual/en/html.css (renamed from redmine/public/manual/en/html.css) | 0 | ||||
-rw-r--r-- | public/manual/en/index.html (renamed from redmine/public/manual/en/index.html) | 0 | ||||
-rw-r--r-- | public/manual/en/resources/issues_list.png (renamed from redmine/public/manual/en/resources/issues_list.png) | bin | 8233 -> 8233 bytes | |||
-rw-r--r-- | public/manual/en/resources/users_list.png (renamed from redmine/public/manual/en/resources/users_list.png) | bin | 6502 -> 6502 bytes | |||
-rw-r--r-- | public/manual/en/resources/workflow.png (renamed from redmine/public/manual/en/resources/workflow.png) | bin | 6503 -> 6503 bytes | |||
-rw-r--r-- | public/manual/fr/ch01.html (renamed from redmine/public/manual/fr/ch01.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s01.html (renamed from redmine/public/manual/fr/ch01s01.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s02.html (renamed from redmine/public/manual/fr/ch01s02.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s03.html (renamed from redmine/public/manual/fr/ch01s03.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s04.html (renamed from redmine/public/manual/fr/ch01s04.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s05.html (renamed from redmine/public/manual/fr/ch01s05.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s06.html (renamed from redmine/public/manual/fr/ch01s06.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s07.html (renamed from redmine/public/manual/fr/ch01s07.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s08.html (renamed from redmine/public/manual/fr/ch01s08.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s09.html (renamed from redmine/public/manual/fr/ch01s09.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch01s10.html (renamed from redmine/public/manual/fr/ch01s10.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02.html (renamed from redmine/public/manual/fr/ch02.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s01.html (renamed from redmine/public/manual/fr/ch02s01.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s02.html (renamed from redmine/public/manual/fr/ch02s02.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s03.html (renamed from redmine/public/manual/fr/ch02s03.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s04.html (renamed from redmine/public/manual/fr/ch02s04.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s05.html (renamed from redmine/public/manual/fr/ch02s05.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s06.html (renamed from redmine/public/manual/fr/ch02s06.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s07.html (renamed from redmine/public/manual/fr/ch02s07.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/ch02s08.html (renamed from redmine/public/manual/fr/ch02s08.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/html.css (renamed from redmine/public/manual/fr/html.css) | 0 | ||||
-rw-r--r-- | public/manual/fr/index.html (renamed from redmine/public/manual/fr/index.html) | 0 | ||||
-rw-r--r-- | public/manual/fr/resources/issues_list.png (renamed from redmine/public/manual/fr/resources/issues_list.png) | bin | 8233 -> 8233 bytes | |||
-rw-r--r-- | public/manual/fr/resources/users_list.png (renamed from redmine/public/manual/fr/resources/users_list.png) | bin | 6502 -> 6502 bytes | |||
-rw-r--r-- | public/manual/fr/resources/workflow.png (renamed from redmine/public/manual/fr/resources/workflow.png) | bin | 6503 -> 6503 bytes | |||
-rw-r--r-- | public/robots.txt (renamed from redmine/public/robots.txt) | 0 | ||||
-rw-r--r-- | public/stylesheets/application.css (renamed from redmine/public/stylesheets/application.css) | 0 | ||||
-rw-r--r-- | public/stylesheets/calendar.css (renamed from redmine/public/stylesheets/calendar.css) | 0 | ||||
-rw-r--r-- | public/stylesheets/jstoolbar.css (renamed from redmine/public/stylesheets/jstoolbar.css) | 0 | ||||
-rw-r--r-- | public/stylesheets/menu.css (renamed from redmine/public/stylesheets/menu.css) | 0 | ||||
-rw-r--r-- | public/stylesheets/rails.css (renamed from redmine/public/stylesheets/rails.css) | 0 | ||||
-rw-r--r-- | script/about (renamed from redmine/script/about) | 0 | ||||
-rw-r--r-- | script/breakpointer (renamed from redmine/script/breakpointer) | 0 | ||||
-rw-r--r-- | script/console (renamed from redmine/script/console) | 0 | ||||
-rw-r--r-- | script/destroy (renamed from redmine/script/destroy) | 0 | ||||
-rw-r--r-- | script/generate (renamed from redmine/script/generate) | 0 | ||||
-rw-r--r-- | script/performance/benchmarker (renamed from redmine/script/performance/benchmarker) | 0 | ||||
-rw-r--r-- | script/performance/profiler (renamed from redmine/script/performance/profiler) | 0 | ||||
-rw-r--r-- | script/plugin (renamed from redmine/script/plugin) | 0 | ||||
-rw-r--r-- | script/process/reaper (renamed from redmine/script/process/reaper) | 0 | ||||
-rw-r--r-- | script/process/spawner (renamed from redmine/script/process/spawner) | 0 | ||||
-rw-r--r-- | script/process/spinner (renamed from redmine/script/process/spinner) | 0 | ||||
-rw-r--r-- | script/runner (renamed from redmine/script/runner) | 0 | ||||
-rw-r--r-- | script/server (renamed from redmine/script/server) | 0 | ||||
-rw-r--r-- | test/fixtures/attachments.yml (renamed from redmine/test/fixtures/attachments.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/auth_sources.yml (renamed from redmine/test/fixtures/auth_sources.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/custom_fields.yml (renamed from redmine/test/fixtures/custom_fields.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/custom_fields_projects.yml (renamed from redmine/test/fixtures/custom_fields_projects.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/custom_fields_trackers.yml (renamed from redmine/test/fixtures/custom_fields_trackers.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/custom_values.yml (renamed from redmine/test/fixtures/custom_values.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/documents.yml (renamed from redmine/test/fixtures/documents.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/enumerations.yml (renamed from redmine/test/fixtures/enumerations.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/issue_categories.yml (renamed from redmine/test/fixtures/issue_categories.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/issue_statuses.yml (renamed from redmine/test/fixtures/issue_statuses.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/issues.yml (renamed from redmine/test/fixtures/issues.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/members.yml (renamed from redmine/test/fixtures/members.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/news.yml (renamed from redmine/test/fixtures/news.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/permissions.yml (renamed from redmine/test/fixtures/permissions.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/permissions_roles.yml (renamed from redmine/test/fixtures/permissions_roles.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/projects.yml (renamed from redmine/test/fixtures/projects.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/roles.yml (renamed from redmine/test/fixtures/roles.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/tokens.yml (renamed from redmine/test/fixtures/tokens.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/trackers.yml (renamed from redmine/test/fixtures/trackers.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/user_preferences.yml (renamed from redmine/test/fixtures/user_preferences.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/users.yml (renamed from redmine/test/fixtures/users.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/versions.yml (renamed from redmine/test/fixtures/versions.yml) | 0 | ||||
-rw-r--r-- | test/fixtures/workflows.yml (renamed from redmine/test/fixtures/workflows.yml) | 0 | ||||
-rw-r--r-- | test/functional/my_controller_test.rb (renamed from redmine/test/functional/my_controller_test.rb) | 0 | ||||
-rw-r--r-- | test/functional/projects_controller_test.rb (renamed from redmine/test/functional/projects_controller_test.rb) | 0 | ||||
-rw-r--r-- | test/integration/account_test.rb (renamed from redmine/test/integration/account_test.rb) | 0 | ||||
-rw-r--r-- | test/integration/admin_test.rb (renamed from redmine/test/integration/admin_test.rb) | 0 | ||||
-rw-r--r-- | test/test_helper.rb (renamed from redmine/test/test_helper.rb) | 0 | ||||
-rw-r--r-- | test/unit/member_test.rb (renamed from redmine/test/unit/member_test.rb) | 0 | ||||
-rw-r--r-- | test/unit/project_test.rb (renamed from redmine/test/unit/project_test.rb) | 0 | ||||
-rw-r--r-- | test/unit/token_test.rb (renamed from redmine/test/unit/token_test.rb) | 0 | ||||
-rw-r--r-- | test/unit/user_preference_test.rb (renamed from redmine/test/unit/user_preference_test.rb) | 0 | ||||
-rw-r--r-- | test/unit/user_test.rb (renamed from redmine/test/unit/user_test.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/CHANGELOG (renamed from redmine/vendor/plugins/gloc-1.1.0/CHANGELOG) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/MIT-LICENSE (renamed from redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/README (renamed from redmine/vendor/plugins/gloc-1.1.0/README) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/Rakefile (renamed from redmine/vendor/plugins/gloc-1.1.0/Rakefile) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/created.rid (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/created.rid) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/README.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/fr_class_index.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/fr_file_index.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/fr_method_index.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/index.html (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/index.html) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/doc/rdoc-style.css (renamed from redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/init.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/init.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-config.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-version.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/tasks/gloc.rake (renamed from redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/gloc_test.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lang/en.yaml (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lang/ja.yml (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lang2/en.yml (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb (renamed from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/CHANGELOG (renamed from redmine/vendor/plugins/rfpdf/CHANGELOG) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/MIT-LICENSE (renamed from redmine/vendor/plugins/rfpdf/MIT-LICENSE) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/README (renamed from redmine/vendor/plugins/rfpdf/README) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/init.rb (renamed from redmine/vendor/plugins/rfpdf/init.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/chinese.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/errors.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/japanese.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/korean.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/makefont.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/lib/rfpdf/view.rb (renamed from redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb) | 0 | ||||
-rw-r--r-- | vendor/plugins/rfpdf/test/test_helper.rb (renamed from redmine/vendor/plugins/rfpdf/test/test_helper.rb) | 0 |
472 files changed, 0 insertions, 0 deletions
diff --git a/redmine/Rakefile b/Rakefile index cffd19f0c..cffd19f0c 100644 --- a/redmine/Rakefile +++ b/Rakefile diff --git a/redmine/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index ffd2419b3..ffd2419b3 100644 --- a/redmine/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb diff --git a/redmine/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 2c9f67586..2c9f67586 100644 --- a/redmine/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb diff --git a/redmine/app/controllers/application.rb b/app/controllers/application.rb index 3bebf4de5..3bebf4de5 100644 --- a/redmine/app/controllers/application.rb +++ b/app/controllers/application.rb diff --git a/redmine/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb index 86b58d365..86b58d365 100644 --- a/redmine/app/controllers/auth_sources_controller.rb +++ b/app/controllers/auth_sources_controller.rb diff --git a/redmine/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb index bfa152fd1..bfa152fd1 100644 --- a/redmine/app/controllers/custom_fields_controller.rb +++ b/app/controllers/custom_fields_controller.rb diff --git a/redmine/app/controllers/documents_controller.rb b/app/controllers/documents_controller.rb index 3107b3ed1..3107b3ed1 100644 --- a/redmine/app/controllers/documents_controller.rb +++ b/app/controllers/documents_controller.rb diff --git a/redmine/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb index 8e5be0a20..8e5be0a20 100644 --- a/redmine/app/controllers/enumerations_controller.rb +++ b/app/controllers/enumerations_controller.rb diff --git a/redmine/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 32d822993..32d822993 100644 --- a/redmine/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb diff --git a/redmine/app/controllers/issue_categories_controller.rb b/app/controllers/issue_categories_controller.rb index 965a15e78..965a15e78 100644 --- a/redmine/app/controllers/issue_categories_controller.rb +++ b/app/controllers/issue_categories_controller.rb diff --git a/redmine/app/controllers/issue_statuses_controller.rb b/app/controllers/issue_statuses_controller.rb index 18ca9c76d..18ca9c76d 100644 --- a/redmine/app/controllers/issue_statuses_controller.rb +++ b/app/controllers/issue_statuses_controller.rb diff --git a/redmine/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index 94e036ab3..94e036ab3 100644 --- a/redmine/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb diff --git a/redmine/app/controllers/members_controller.rb b/app/controllers/members_controller.rb index be3f717d1..be3f717d1 100644 --- a/redmine/app/controllers/members_controller.rb +++ b/app/controllers/members_controller.rb diff --git a/redmine/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index ff12b74d7..ff12b74d7 100644 --- a/redmine/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb diff --git a/redmine/app/controllers/news_controller.rb b/app/controllers/news_controller.rb index b50b59dc0..b50b59dc0 100644 --- a/redmine/app/controllers/news_controller.rb +++ b/app/controllers/news_controller.rb diff --git a/redmine/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index c968800c3..c968800c3 100644 --- a/redmine/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb diff --git a/redmine/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb index 985c937fc..985c937fc 100644 --- a/redmine/app/controllers/reports_controller.rb +++ b/app/controllers/reports_controller.rb diff --git a/redmine/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index e16127b61..e16127b61 100644 --- a/redmine/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb diff --git a/redmine/app/controllers/trackers_controller.rb b/app/controllers/trackers_controller.rb index bbfb4f48b..bbfb4f48b 100644 --- a/redmine/app/controllers/trackers_controller.rb +++ b/app/controllers/trackers_controller.rb diff --git a/redmine/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 47d0e51c9..47d0e51c9 100644 --- a/redmine/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb diff --git a/redmine/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb index d1980d74f..d1980d74f 100644 --- a/redmine/app/controllers/versions_controller.rb +++ b/app/controllers/versions_controller.rb diff --git a/redmine/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index c47198d51..c47198d51 100644 --- a/redmine/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb diff --git a/redmine/app/helpers/account_helper.rb b/app/helpers/account_helper.rb index e18ab6ff4..e18ab6ff4 100644 --- a/redmine/app/helpers/account_helper.rb +++ b/app/helpers/account_helper.rb diff --git a/redmine/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index db2777392..db2777392 100644 --- a/redmine/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb diff --git a/redmine/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0f0deeb30..0f0deeb30 100644 --- a/redmine/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb diff --git a/redmine/app/helpers/auth_sources_helper.rb b/app/helpers/auth_sources_helper.rb index d47e9856a..d47e9856a 100644 --- a/redmine/app/helpers/auth_sources_helper.rb +++ b/app/helpers/auth_sources_helper.rb diff --git a/redmine/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index 9df5c50a3..9df5c50a3 100644 --- a/redmine/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb diff --git a/redmine/app/helpers/documents_helper.rb b/app/helpers/documents_helper.rb index c9897647d..c9897647d 100644 --- a/redmine/app/helpers/documents_helper.rb +++ b/app/helpers/documents_helper.rb diff --git a/redmine/app/helpers/enumerations_helper.rb b/app/helpers/enumerations_helper.rb index 11a216a82..11a216a82 100644 --- a/redmine/app/helpers/enumerations_helper.rb +++ b/app/helpers/enumerations_helper.rb diff --git a/redmine/app/helpers/help_helper.rb b/app/helpers/help_helper.rb index bb629316c..bb629316c 100644 --- a/redmine/app/helpers/help_helper.rb +++ b/app/helpers/help_helper.rb diff --git a/redmine/app/helpers/ifpdf_helper.rb b/app/helpers/ifpdf_helper.rb index a0dab0f94..a0dab0f94 100644 --- a/redmine/app/helpers/ifpdf_helper.rb +++ b/app/helpers/ifpdf_helper.rb diff --git a/redmine/app/helpers/issue_categories_helper.rb b/app/helpers/issue_categories_helper.rb index 997d830d7..997d830d7 100644 --- a/redmine/app/helpers/issue_categories_helper.rb +++ b/app/helpers/issue_categories_helper.rb diff --git a/redmine/app/helpers/issue_statuses_helper.rb b/app/helpers/issue_statuses_helper.rb index 17704b7ba..17704b7ba 100644 --- a/redmine/app/helpers/issue_statuses_helper.rb +++ b/app/helpers/issue_statuses_helper.rb diff --git a/redmine/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 93bd6c050..93bd6c050 100644 --- a/redmine/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb diff --git a/redmine/app/helpers/members_helper.rb b/app/helpers/members_helper.rb index 8bf90913d..8bf90913d 100644 --- a/redmine/app/helpers/members_helper.rb +++ b/app/helpers/members_helper.rb diff --git a/redmine/app/helpers/my_helper.rb b/app/helpers/my_helper.rb index 9098f67bc..9098f67bc 100644 --- a/redmine/app/helpers/my_helper.rb +++ b/app/helpers/my_helper.rb diff --git a/redmine/app/helpers/news_helper.rb b/app/helpers/news_helper.rb index f4a633f4b..f4a633f4b 100644 --- a/redmine/app/helpers/news_helper.rb +++ b/app/helpers/news_helper.rb diff --git a/redmine/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 0c85ce24c..0c85ce24c 100644 --- a/redmine/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb diff --git a/redmine/app/helpers/reports_helper.rb b/app/helpers/reports_helper.rb index ed7fd7884..ed7fd7884 100644 --- a/redmine/app/helpers/reports_helper.rb +++ b/app/helpers/reports_helper.rb diff --git a/redmine/app/helpers/roles_helper.rb b/app/helpers/roles_helper.rb index 8ae339053..8ae339053 100644 --- a/redmine/app/helpers/roles_helper.rb +++ b/app/helpers/roles_helper.rb diff --git a/redmine/app/helpers/search_filter_helper.rb b/app/helpers/search_filter_helper.rb index f17ffeebf..f17ffeebf 100644 --- a/redmine/app/helpers/search_filter_helper.rb +++ b/app/helpers/search_filter_helper.rb diff --git a/redmine/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb index 04a84c8e4..04a84c8e4 100644 --- a/redmine/app/helpers/sort_helper.rb +++ b/app/helpers/sort_helper.rb diff --git a/redmine/app/helpers/trackers_helper.rb b/app/helpers/trackers_helper.rb index 839327efe..839327efe 100644 --- a/redmine/app/helpers/trackers_helper.rb +++ b/app/helpers/trackers_helper.rb diff --git a/redmine/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index 035db3d00..035db3d00 100644 --- a/redmine/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb diff --git a/redmine/app/helpers/versions_helper.rb b/app/helpers/versions_helper.rb index e2724fe84..e2724fe84 100644 --- a/redmine/app/helpers/versions_helper.rb +++ b/app/helpers/versions_helper.rb diff --git a/redmine/app/helpers/welcome_helper.rb b/app/helpers/welcome_helper.rb index cace5f542..cace5f542 100644 --- a/redmine/app/helpers/welcome_helper.rb +++ b/app/helpers/welcome_helper.rb diff --git a/redmine/app/models/attachment.rb b/app/models/attachment.rb index 2e1e9b156..2e1e9b156 100644 --- a/redmine/app/models/attachment.rb +++ b/app/models/attachment.rb diff --git a/redmine/app/models/auth_source.rb b/app/models/auth_source.rb index 47eec106d..47eec106d 100644 --- a/redmine/app/models/auth_source.rb +++ b/app/models/auth_source.rb diff --git a/redmine/app/models/auth_source_ldap.rb b/app/models/auth_source_ldap.rb index 895cf1c63..895cf1c63 100644 --- a/redmine/app/models/auth_source_ldap.rb +++ b/app/models/auth_source_ldap.rb diff --git a/redmine/app/models/custom_field.rb b/app/models/custom_field.rb index 924a874a3..924a874a3 100644 --- a/redmine/app/models/custom_field.rb +++ b/app/models/custom_field.rb diff --git a/redmine/app/models/custom_value.rb b/app/models/custom_value.rb index 015ccd244..015ccd244 100644 --- a/redmine/app/models/custom_value.rb +++ b/app/models/custom_value.rb diff --git a/redmine/app/models/document.rb b/app/models/document.rb index 08e0ef607..08e0ef607 100644 --- a/redmine/app/models/document.rb +++ b/app/models/document.rb diff --git a/redmine/app/models/enumeration.rb b/app/models/enumeration.rb index b5c8ed6e7..b5c8ed6e7 100644 --- a/redmine/app/models/enumeration.rb +++ b/app/models/enumeration.rb diff --git a/redmine/app/models/issue.rb b/app/models/issue.rb index f00eb7a9c..f00eb7a9c 100644 --- a/redmine/app/models/issue.rb +++ b/app/models/issue.rb diff --git a/redmine/app/models/issue_category.rb b/app/models/issue_category.rb index 74adb8f52..74adb8f52 100644 --- a/redmine/app/models/issue_category.rb +++ b/app/models/issue_category.rb diff --git a/redmine/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb index 209ae206b..209ae206b 100644 --- a/redmine/app/models/issue_custom_field.rb +++ b/app/models/issue_custom_field.rb diff --git a/redmine/app/models/issue_history.rb b/app/models/issue_history.rb index 4b6682600..4b6682600 100644 --- a/redmine/app/models/issue_history.rb +++ b/app/models/issue_history.rb diff --git a/redmine/app/models/issue_status.rb b/app/models/issue_status.rb index c8a40d330..c8a40d330 100644 --- a/redmine/app/models/issue_status.rb +++ b/app/models/issue_status.rb diff --git a/redmine/app/models/journal.rb b/app/models/journal.rb index 9d173552f..9d173552f 100644 --- a/redmine/app/models/journal.rb +++ b/app/models/journal.rb diff --git a/redmine/app/models/journal_detail.rb b/app/models/journal_detail.rb index 784e98bf7..784e98bf7 100644 --- a/redmine/app/models/journal_detail.rb +++ b/app/models/journal_detail.rb diff --git a/redmine/app/models/mailer.rb b/app/models/mailer.rb index 07047c594..07047c594 100644 --- a/redmine/app/models/mailer.rb +++ b/app/models/mailer.rb diff --git a/redmine/app/models/member.rb b/app/models/member.rb index 1214b6443..1214b6443 100644 --- a/redmine/app/models/member.rb +++ b/app/models/member.rb diff --git a/redmine/app/models/news.rb b/app/models/news.rb index faafa7eef..faafa7eef 100644 --- a/redmine/app/models/news.rb +++ b/app/models/news.rb diff --git a/redmine/app/models/permission.rb b/app/models/permission.rb index 620974608..620974608 100644 --- a/redmine/app/models/permission.rb +++ b/app/models/permission.rb diff --git a/redmine/app/models/project.rb b/app/models/project.rb index ae7436910..ae7436910 100644 --- a/redmine/app/models/project.rb +++ b/app/models/project.rb diff --git a/redmine/app/models/project_custom_field.rb b/app/models/project_custom_field.rb index baa533812..baa533812 100644 --- a/redmine/app/models/project_custom_field.rb +++ b/app/models/project_custom_field.rb diff --git a/redmine/app/models/role.rb b/app/models/role.rb index 6908095e9..6908095e9 100644 --- a/redmine/app/models/role.rb +++ b/app/models/role.rb diff --git a/redmine/app/models/token.rb b/app/models/token.rb index 98745d29e..98745d29e 100644 --- a/redmine/app/models/token.rb +++ b/app/models/token.rb diff --git a/redmine/app/models/tracker.rb b/app/models/tracker.rb index a4376a351..a4376a351 100644 --- a/redmine/app/models/tracker.rb +++ b/app/models/tracker.rb diff --git a/redmine/app/models/user.rb b/app/models/user.rb index a82c98a88..a82c98a88 100644 --- a/redmine/app/models/user.rb +++ b/app/models/user.rb diff --git a/redmine/app/models/user_custom_field.rb b/app/models/user_custom_field.rb index 866234a7f..866234a7f 100644 --- a/redmine/app/models/user_custom_field.rb +++ b/app/models/user_custom_field.rb diff --git a/redmine/app/models/user_preference.rb b/app/models/user_preference.rb index 5240c9757..5240c9757 100644 --- a/redmine/app/models/user_preference.rb +++ b/app/models/user_preference.rb diff --git a/redmine/app/models/version.rb b/app/models/version.rb index 0ae1edda8..0ae1edda8 100644 --- a/redmine/app/models/version.rb +++ b/app/models/version.rb diff --git a/redmine/app/models/workflow.rb b/app/models/workflow.rb index 22c873fc7..22c873fc7 100644 --- a/redmine/app/models/workflow.rb +++ b/app/models/workflow.rb diff --git a/redmine/app/views/account/login.rhtml b/app/views/account/login.rhtml index 74c075516..74c075516 100644 --- a/redmine/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml diff --git a/redmine/app/views/account/lost_password.rhtml b/app/views/account/lost_password.rhtml index 3f32e7153..3f32e7153 100644 --- a/redmine/app/views/account/lost_password.rhtml +++ b/app/views/account/lost_password.rhtml diff --git a/redmine/app/views/account/password_recovery.rhtml b/app/views/account/password_recovery.rhtml index 39a8071a9..39a8071a9 100644 --- a/redmine/app/views/account/password_recovery.rhtml +++ b/app/views/account/password_recovery.rhtml diff --git a/redmine/app/views/account/register.rhtml b/app/views/account/register.rhtml index b34aff79c..b34aff79c 100644 --- a/redmine/app/views/account/register.rhtml +++ b/app/views/account/register.rhtml diff --git a/redmine/app/views/account/show.rhtml b/app/views/account/show.rhtml index 985238951..985238951 100644 --- a/redmine/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml diff --git a/redmine/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index d937e287c..d937e287c 100644 --- a/redmine/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml diff --git a/redmine/app/views/admin/info.rhtml b/app/views/admin/info.rhtml index 4777a151e..4777a151e 100644 --- a/redmine/app/views/admin/info.rhtml +++ b/app/views/admin/info.rhtml diff --git a/redmine/app/views/admin/mail_options.rhtml b/app/views/admin/mail_options.rhtml index 54e2daf3e..54e2daf3e 100644 --- a/redmine/app/views/admin/mail_options.rhtml +++ b/app/views/admin/mail_options.rhtml diff --git a/redmine/app/views/admin/projects.rhtml b/app/views/admin/projects.rhtml index 39e4d9bf7..39e4d9bf7 100644 --- a/redmine/app/views/admin/projects.rhtml +++ b/app/views/admin/projects.rhtml diff --git a/redmine/app/views/auth_sources/_form.rhtml b/app/views/auth_sources/_form.rhtml index b6365dce5..b6365dce5 100644 --- a/redmine/app/views/auth_sources/_form.rhtml +++ b/app/views/auth_sources/_form.rhtml diff --git a/redmine/app/views/auth_sources/edit.rhtml b/app/views/auth_sources/edit.rhtml index 149463e7f..149463e7f 100644 --- a/redmine/app/views/auth_sources/edit.rhtml +++ b/app/views/auth_sources/edit.rhtml diff --git a/redmine/app/views/auth_sources/list.rhtml b/app/views/auth_sources/list.rhtml index 47cbeeaff..47cbeeaff 100644 --- a/redmine/app/views/auth_sources/list.rhtml +++ b/app/views/auth_sources/list.rhtml diff --git a/redmine/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.rhtml index 29d66327b..29d66327b 100644 --- a/redmine/app/views/auth_sources/new.rhtml +++ b/app/views/auth_sources/new.rhtml diff --git a/redmine/app/views/custom_fields/_form.rhtml b/app/views/custom_fields/_form.rhtml index f7f968e33..f7f968e33 100644 --- a/redmine/app/views/custom_fields/_form.rhtml +++ b/app/views/custom_fields/_form.rhtml diff --git a/redmine/app/views/custom_fields/edit.rhtml b/app/views/custom_fields/edit.rhtml index 201047a8d..201047a8d 100644 --- a/redmine/app/views/custom_fields/edit.rhtml +++ b/app/views/custom_fields/edit.rhtml diff --git a/redmine/app/views/custom_fields/list.rhtml b/app/views/custom_fields/list.rhtml index 858590c49..858590c49 100644 --- a/redmine/app/views/custom_fields/list.rhtml +++ b/app/views/custom_fields/list.rhtml diff --git a/redmine/app/views/custom_fields/new.rhtml b/app/views/custom_fields/new.rhtml index 3b215dc9f..3b215dc9f 100644 --- a/redmine/app/views/custom_fields/new.rhtml +++ b/app/views/custom_fields/new.rhtml diff --git a/redmine/app/views/documents/_form.rhtml b/app/views/documents/_form.rhtml index 873c96329..873c96329 100644 --- a/redmine/app/views/documents/_form.rhtml +++ b/app/views/documents/_form.rhtml diff --git a/redmine/app/views/documents/edit.rhtml b/app/views/documents/edit.rhtml index 3db4bcc6a..3db4bcc6a 100644 --- a/redmine/app/views/documents/edit.rhtml +++ b/app/views/documents/edit.rhtml diff --git a/redmine/app/views/documents/show.rhtml b/app/views/documents/show.rhtml index 2f021e1b8..2f021e1b8 100644 --- a/redmine/app/views/documents/show.rhtml +++ b/app/views/documents/show.rhtml diff --git a/redmine/app/views/enumerations/_form.rhtml b/app/views/enumerations/_form.rhtml index 637605939..637605939 100644 --- a/redmine/app/views/enumerations/_form.rhtml +++ b/app/views/enumerations/_form.rhtml diff --git a/redmine/app/views/enumerations/edit.rhtml b/app/views/enumerations/edit.rhtml index 3002b5936..3002b5936 100644 --- a/redmine/app/views/enumerations/edit.rhtml +++ b/app/views/enumerations/edit.rhtml diff --git a/redmine/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml index 15b91c1ac..15b91c1ac 100644 --- a/redmine/app/views/enumerations/list.rhtml +++ b/app/views/enumerations/list.rhtml diff --git a/redmine/app/views/enumerations/new.rhtml b/app/views/enumerations/new.rhtml index 0a773519d..0a773519d 100644 --- a/redmine/app/views/enumerations/new.rhtml +++ b/app/views/enumerations/new.rhtml diff --git a/redmine/app/views/issue_categories/_form.rhtml b/app/views/issue_categories/_form.rhtml index 765b8f53d..765b8f53d 100644 --- a/redmine/app/views/issue_categories/_form.rhtml +++ b/app/views/issue_categories/_form.rhtml diff --git a/redmine/app/views/issue_categories/edit.rhtml b/app/views/issue_categories/edit.rhtml index 053facbf7..053facbf7 100644 --- a/redmine/app/views/issue_categories/edit.rhtml +++ b/app/views/issue_categories/edit.rhtml diff --git a/redmine/app/views/issue_statuses/_form.rhtml b/app/views/issue_statuses/_form.rhtml index f3b1cf2ca..f3b1cf2ca 100644 --- a/redmine/app/views/issue_statuses/_form.rhtml +++ b/app/views/issue_statuses/_form.rhtml diff --git a/redmine/app/views/issue_statuses/edit.rhtml b/app/views/issue_statuses/edit.rhtml index 80f856a2a..80f856a2a 100644 --- a/redmine/app/views/issue_statuses/edit.rhtml +++ b/app/views/issue_statuses/edit.rhtml diff --git a/redmine/app/views/issue_statuses/list.rhtml b/app/views/issue_statuses/list.rhtml index 023863437..023863437 100644 --- a/redmine/app/views/issue_statuses/list.rhtml +++ b/app/views/issue_statuses/list.rhtml diff --git a/redmine/app/views/issue_statuses/new.rhtml b/app/views/issue_statuses/new.rhtml index 2dacb1e21..2dacb1e21 100644 --- a/redmine/app/views/issue_statuses/new.rhtml +++ b/app/views/issue_statuses/new.rhtml diff --git a/redmine/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml index 6dc2a84be..6dc2a84be 100644 --- a/redmine/app/views/issues/_history.rhtml +++ b/app/views/issues/_history.rhtml diff --git a/redmine/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index 94b63d613..94b63d613 100644 --- a/redmine/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml diff --git a/redmine/app/views/issues/_pdf.rfpdf b/app/views/issues/_pdf.rfpdf index 1f6a12283..1f6a12283 100644 --- a/redmine/app/views/issues/_pdf.rfpdf +++ b/app/views/issues/_pdf.rfpdf diff --git a/redmine/app/views/issues/change_status.rhtml b/app/views/issues/change_status.rhtml index 2ef87183d..2ef87183d 100644 --- a/redmine/app/views/issues/change_status.rhtml +++ b/app/views/issues/change_status.rhtml diff --git a/redmine/app/views/issues/edit.rhtml b/app/views/issues/edit.rhtml index 60cdafc1e..60cdafc1e 100644 --- a/redmine/app/views/issues/edit.rhtml +++ b/app/views/issues/edit.rhtml diff --git a/redmine/app/views/issues/export_pdf.rfpdf b/app/views/issues/export_pdf.rfpdf index a8622dd51..a8622dd51 100644 --- a/redmine/app/views/issues/export_pdf.rfpdf +++ b/app/views/issues/export_pdf.rfpdf diff --git a/redmine/app/views/issues/history.rhtml b/app/views/issues/history.rhtml index 2443cc739..2443cc739 100644 --- a/redmine/app/views/issues/history.rhtml +++ b/app/views/issues/history.rhtml diff --git a/redmine/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 8128b74a9..8128b74a9 100644 --- a/redmine/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml diff --git a/redmine/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 951fa88f7..951fa88f7 100644 --- a/redmine/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml diff --git a/redmine/app/views/mailer/_issue.rhtml b/app/views/mailer/_issue.rhtml index c123ae30c..c123ae30c 100644 --- a/redmine/app/views/mailer/_issue.rhtml +++ b/app/views/mailer/_issue.rhtml diff --git a/redmine/app/views/mailer/issue_add_de.rhtml b/app/views/mailer/issue_add_de.rhtml index 9efec9ad9..9efec9ad9 100644 --- a/redmine/app/views/mailer/issue_add_de.rhtml +++ b/app/views/mailer/issue_add_de.rhtml diff --git a/redmine/app/views/mailer/issue_add_en.rhtml b/app/views/mailer/issue_add_en.rhtml index 9efec9ad9..9efec9ad9 100644 --- a/redmine/app/views/mailer/issue_add_en.rhtml +++ b/app/views/mailer/issue_add_en.rhtml diff --git a/redmine/app/views/mailer/issue_add_es.rhtml b/app/views/mailer/issue_add_es.rhtml index 9efec9ad9..9efec9ad9 100644 --- a/redmine/app/views/mailer/issue_add_es.rhtml +++ b/app/views/mailer/issue_add_es.rhtml diff --git a/redmine/app/views/mailer/issue_add_fr.rhtml b/app/views/mailer/issue_add_fr.rhtml index 628ecae12..628ecae12 100644 --- a/redmine/app/views/mailer/issue_add_fr.rhtml +++ b/app/views/mailer/issue_add_fr.rhtml diff --git a/redmine/app/views/mailer/issue_edit_de.rhtml b/app/views/mailer/issue_edit_de.rhtml index d22d6c534..d22d6c534 100644 --- a/redmine/app/views/mailer/issue_edit_de.rhtml +++ b/app/views/mailer/issue_edit_de.rhtml diff --git a/redmine/app/views/mailer/issue_edit_en.rhtml b/app/views/mailer/issue_edit_en.rhtml index d22d6c534..d22d6c534 100644 --- a/redmine/app/views/mailer/issue_edit_en.rhtml +++ b/app/views/mailer/issue_edit_en.rhtml diff --git a/redmine/app/views/mailer/issue_edit_es.rhtml b/app/views/mailer/issue_edit_es.rhtml index d22d6c534..d22d6c534 100644 --- a/redmine/app/views/mailer/issue_edit_es.rhtml +++ b/app/views/mailer/issue_edit_es.rhtml diff --git a/redmine/app/views/mailer/issue_edit_fr.rhtml b/app/views/mailer/issue_edit_fr.rhtml index 9edacb703..9edacb703 100644 --- a/redmine/app/views/mailer/issue_edit_fr.rhtml +++ b/app/views/mailer/issue_edit_fr.rhtml diff --git a/redmine/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml index 2593edbda..2593edbda 100644 --- a/redmine/app/views/mailer/lost_password_de.rhtml +++ b/app/views/mailer/lost_password_de.rhtml diff --git a/redmine/app/views/mailer/lost_password_en.rhtml b/app/views/mailer/lost_password_en.rhtml index 2593edbda..2593edbda 100644 --- a/redmine/app/views/mailer/lost_password_en.rhtml +++ b/app/views/mailer/lost_password_en.rhtml diff --git a/redmine/app/views/mailer/lost_password_es.rhtml b/app/views/mailer/lost_password_es.rhtml index 2593edbda..2593edbda 100644 --- a/redmine/app/views/mailer/lost_password_es.rhtml +++ b/app/views/mailer/lost_password_es.rhtml diff --git a/redmine/app/views/mailer/lost_password_fr.rhtml b/app/views/mailer/lost_password_fr.rhtml index 30996f118..30996f118 100644 --- a/redmine/app/views/mailer/lost_password_fr.rhtml +++ b/app/views/mailer/lost_password_fr.rhtml diff --git a/redmine/app/views/mailer/register_de.rhtml b/app/views/mailer/register_de.rhtml index 2c0341b24..2c0341b24 100644 --- a/redmine/app/views/mailer/register_de.rhtml +++ b/app/views/mailer/register_de.rhtml diff --git a/redmine/app/views/mailer/register_en.rhtml b/app/views/mailer/register_en.rhtml index 2c0341b24..2c0341b24 100644 --- a/redmine/app/views/mailer/register_en.rhtml +++ b/app/views/mailer/register_en.rhtml diff --git a/redmine/app/views/mailer/register_es.rhtml b/app/views/mailer/register_es.rhtml index 2c0341b24..2c0341b24 100644 --- a/redmine/app/views/mailer/register_es.rhtml +++ b/app/views/mailer/register_es.rhtml diff --git a/redmine/app/views/mailer/register_fr.rhtml b/app/views/mailer/register_fr.rhtml index 3f5d0ccaf..3f5d0ccaf 100644 --- a/redmine/app/views/mailer/register_fr.rhtml +++ b/app/views/mailer/register_fr.rhtml diff --git a/redmine/app/views/my/_block.rhtml b/app/views/my/_block.rhtml index 3f72bdaf1..3f72bdaf1 100644 --- a/redmine/app/views/my/_block.rhtml +++ b/app/views/my/_block.rhtml diff --git a/redmine/app/views/my/account.rhtml b/app/views/my/account.rhtml index 23b236e29..23b236e29 100644 --- a/redmine/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml diff --git a/redmine/app/views/my/blocks/_calendar.rhtml b/app/views/my/blocks/_calendar.rhtml index 2d7930f52..2d7930f52 100644 --- a/redmine/app/views/my/blocks/_calendar.rhtml +++ b/app/views/my/blocks/_calendar.rhtml diff --git a/redmine/app/views/my/blocks/_documents.rhtml b/app/views/my/blocks/_documents.rhtml index 5fa8c7980..5fa8c7980 100644 --- a/redmine/app/views/my/blocks/_documents.rhtml +++ b/app/views/my/blocks/_documents.rhtml diff --git a/redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml b/app/views/my/blocks/_issues_assigned_to_me.rhtml index 2a4e2a05d..2a4e2a05d 100644 --- a/redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml +++ b/app/views/my/blocks/_issues_assigned_to_me.rhtml diff --git a/redmine/app/views/my/blocks/_issues_reported_by_me.rhtml b/app/views/my/blocks/_issues_reported_by_me.rhtml index 9b40b3606..9b40b3606 100644 --- a/redmine/app/views/my/blocks/_issues_reported_by_me.rhtml +++ b/app/views/my/blocks/_issues_reported_by_me.rhtml diff --git a/redmine/app/views/my/blocks/_latest_news.rhtml b/app/views/my/blocks/_latest_news.rhtml index 85430ef54..85430ef54 100644 --- a/redmine/app/views/my/blocks/_latest_news.rhtml +++ b/app/views/my/blocks/_latest_news.rhtml diff --git a/redmine/app/views/my/page.rhtml b/app/views/my/page.rhtml index 121d48ca9..121d48ca9 100644 --- a/redmine/app/views/my/page.rhtml +++ b/app/views/my/page.rhtml diff --git a/redmine/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 59a38567d..59a38567d 100644 --- a/redmine/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml diff --git a/redmine/app/views/news/_form.rhtml b/app/views/news/_form.rhtml index 2dcdc9f80..2dcdc9f80 100644 --- a/redmine/app/views/news/_form.rhtml +++ b/app/views/news/_form.rhtml diff --git a/redmine/app/views/news/edit.rhtml b/app/views/news/edit.rhtml index 5e015c4c7..5e015c4c7 100644 --- a/redmine/app/views/news/edit.rhtml +++ b/app/views/news/edit.rhtml diff --git a/redmine/app/views/news/show.rhtml b/app/views/news/show.rhtml index 91df09f0f..91df09f0f 100644 --- a/redmine/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml diff --git a/redmine/app/views/projects/_form.rhtml b/app/views/projects/_form.rhtml index ab0b35fab..ab0b35fab 100644 --- a/redmine/app/views/projects/_form.rhtml +++ b/app/views/projects/_form.rhtml diff --git a/redmine/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml index d6e5a1a43..d6e5a1a43 100644 --- a/redmine/app/views/projects/activity.rhtml +++ b/app/views/projects/activity.rhtml diff --git a/redmine/app/views/projects/add.rhtml b/app/views/projects/add.rhtml index bafbf9145..bafbf9145 100644 --- a/redmine/app/views/projects/add.rhtml +++ b/app/views/projects/add.rhtml diff --git a/redmine/app/views/projects/add_document.rhtml b/app/views/projects/add_document.rhtml index 88572f409..88572f409 100644 --- a/redmine/app/views/projects/add_document.rhtml +++ b/app/views/projects/add_document.rhtml diff --git a/redmine/app/views/projects/add_file.rhtml b/app/views/projects/add_file.rhtml index fee67c53f..fee67c53f 100644 --- a/redmine/app/views/projects/add_file.rhtml +++ b/app/views/projects/add_file.rhtml diff --git a/redmine/app/views/projects/add_issue.rhtml b/app/views/projects/add_issue.rhtml index b60f91a2e..b60f91a2e 100644 --- a/redmine/app/views/projects/add_issue.rhtml +++ b/app/views/projects/add_issue.rhtml diff --git a/redmine/app/views/projects/add_news.rhtml b/app/views/projects/add_news.rhtml index a6ecd3da7..a6ecd3da7 100644 --- a/redmine/app/views/projects/add_news.rhtml +++ b/app/views/projects/add_news.rhtml diff --git a/redmine/app/views/projects/add_version.rhtml b/app/views/projects/add_version.rhtml index c038b7de9..c038b7de9 100644 --- a/redmine/app/views/projects/add_version.rhtml +++ b/app/views/projects/add_version.rhtml diff --git a/redmine/app/views/projects/calendar.rhtml b/app/views/projects/calendar.rhtml index fc62921d4..fc62921d4 100644 --- a/redmine/app/views/projects/calendar.rhtml +++ b/app/views/projects/calendar.rhtml diff --git a/redmine/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml index 081456413..081456413 100644 --- a/redmine/app/views/projects/changelog.rhtml +++ b/app/views/projects/changelog.rhtml diff --git a/redmine/app/views/projects/destroy.rhtml b/app/views/projects/destroy.rhtml index d11705be4..d11705be4 100644 --- a/redmine/app/views/projects/destroy.rhtml +++ b/app/views/projects/destroy.rhtml diff --git a/redmine/app/views/projects/export_issues_pdf.rfpdf b/app/views/projects/export_issues_pdf.rfpdf index 2e0acf54b..2e0acf54b 100644 --- a/redmine/app/views/projects/export_issues_pdf.rfpdf +++ b/app/views/projects/export_issues_pdf.rfpdf diff --git a/redmine/app/views/projects/gantt.rfpdf b/app/views/projects/gantt.rfpdf index 545abb483..545abb483 100644 --- a/redmine/app/views/projects/gantt.rfpdf +++ b/app/views/projects/gantt.rfpdf diff --git a/redmine/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 78d3ac20a..78d3ac20a 100644 --- a/redmine/app/views/projects/gantt.rhtml +++ b/app/views/projects/gantt.rhtml diff --git a/redmine/app/views/projects/list.rhtml b/app/views/projects/list.rhtml index 0137086d9..0137086d9 100644 --- a/redmine/app/views/projects/list.rhtml +++ b/app/views/projects/list.rhtml diff --git a/redmine/app/views/projects/list_documents.rhtml b/app/views/projects/list_documents.rhtml index e6cf2b828..e6cf2b828 100644 --- a/redmine/app/views/projects/list_documents.rhtml +++ b/app/views/projects/list_documents.rhtml diff --git a/redmine/app/views/projects/list_files.rhtml b/app/views/projects/list_files.rhtml index 5fe65e6a6..5fe65e6a6 100644 --- a/redmine/app/views/projects/list_files.rhtml +++ b/app/views/projects/list_files.rhtml diff --git a/redmine/app/views/projects/list_issues.rhtml b/app/views/projects/list_issues.rhtml index e7e3ceeda..e7e3ceeda 100644 --- a/redmine/app/views/projects/list_issues.rhtml +++ b/app/views/projects/list_issues.rhtml diff --git a/redmine/app/views/projects/list_members.rhtml b/app/views/projects/list_members.rhtml index 655abb280..655abb280 100644 --- a/redmine/app/views/projects/list_members.rhtml +++ b/app/views/projects/list_members.rhtml diff --git a/redmine/app/views/projects/list_news.rhtml b/app/views/projects/list_news.rhtml index 6880de32f..6880de32f 100644 --- a/redmine/app/views/projects/list_news.rhtml +++ b/app/views/projects/list_news.rhtml diff --git a/redmine/app/views/projects/move_issues.rhtml b/app/views/projects/move_issues.rhtml index 380d47fd5..380d47fd5 100644 --- a/redmine/app/views/projects/move_issues.rhtml +++ b/app/views/projects/move_issues.rhtml diff --git a/redmine/app/views/projects/settings.rhtml b/app/views/projects/settings.rhtml index 3f9cba0a0..3f9cba0a0 100644 --- a/redmine/app/views/projects/settings.rhtml +++ b/app/views/projects/settings.rhtml diff --git a/redmine/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index 79e36a586..79e36a586 100644 --- a/redmine/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml diff --git a/redmine/app/views/reports/_details.rhtml b/app/views/reports/_details.rhtml index be4c82e77..be4c82e77 100644 --- a/redmine/app/views/reports/_details.rhtml +++ b/app/views/reports/_details.rhtml diff --git a/redmine/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml index 3be1281c5..3be1281c5 100644 --- a/redmine/app/views/reports/_simple.rhtml +++ b/app/views/reports/_simple.rhtml diff --git a/redmine/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml index 4927186a9..4927186a9 100644 --- a/redmine/app/views/reports/issue_report.rhtml +++ b/app/views/reports/issue_report.rhtml diff --git a/redmine/app/views/reports/issue_report_details.rhtml b/app/views/reports/issue_report_details.rhtml index e37d38649..e37d38649 100644 --- a/redmine/app/views/reports/issue_report_details.rhtml +++ b/app/views/reports/issue_report_details.rhtml diff --git a/redmine/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml index e0ab1c099..e0ab1c099 100644 --- a/redmine/app/views/roles/_form.rhtml +++ b/app/views/roles/_form.rhtml diff --git a/redmine/app/views/roles/edit.rhtml b/app/views/roles/edit.rhtml index ffe117cef..ffe117cef 100644 --- a/redmine/app/views/roles/edit.rhtml +++ b/app/views/roles/edit.rhtml diff --git a/redmine/app/views/roles/list.rhtml b/app/views/roles/list.rhtml index 169b3d1c0..169b3d1c0 100644 --- a/redmine/app/views/roles/list.rhtml +++ b/app/views/roles/list.rhtml diff --git a/redmine/app/views/roles/new.rhtml b/app/views/roles/new.rhtml index a73c36cb1..a73c36cb1 100644 --- a/redmine/app/views/roles/new.rhtml +++ b/app/views/roles/new.rhtml diff --git a/redmine/app/views/roles/workflow.rhtml b/app/views/roles/workflow.rhtml index ee5b3a278..ee5b3a278 100644 --- a/redmine/app/views/roles/workflow.rhtml +++ b/app/views/roles/workflow.rhtml diff --git a/redmine/app/views/trackers/_form.rhtml b/app/views/trackers/_form.rhtml index 625c0d636..625c0d636 100644 --- a/redmine/app/views/trackers/_form.rhtml +++ b/app/views/trackers/_form.rhtml diff --git a/redmine/app/views/trackers/edit.rhtml b/app/views/trackers/edit.rhtml index d8411099c..d8411099c 100644 --- a/redmine/app/views/trackers/edit.rhtml +++ b/app/views/trackers/edit.rhtml diff --git a/redmine/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml index 8d4a5c595..8d4a5c595 100644 --- a/redmine/app/views/trackers/list.rhtml +++ b/app/views/trackers/list.rhtml diff --git a/redmine/app/views/trackers/new.rhtml b/app/views/trackers/new.rhtml index b318a5dc4..b318a5dc4 100644 --- a/redmine/app/views/trackers/new.rhtml +++ b/app/views/trackers/new.rhtml diff --git a/redmine/app/views/users/_form.rhtml b/app/views/users/_form.rhtml index 089d4d23c..089d4d23c 100644 --- a/redmine/app/views/users/_form.rhtml +++ b/app/views/users/_form.rhtml diff --git a/redmine/app/views/users/add.rhtml b/app/views/users/add.rhtml index d4c6a15f4..d4c6a15f4 100644 --- a/redmine/app/views/users/add.rhtml +++ b/app/views/users/add.rhtml diff --git a/redmine/app/views/users/edit.rhtml b/app/views/users/edit.rhtml index 2332b70ad..2332b70ad 100644 --- a/redmine/app/views/users/edit.rhtml +++ b/app/views/users/edit.rhtml diff --git a/redmine/app/views/users/list.rhtml b/app/views/users/list.rhtml index 9f4438138..9f4438138 100644 --- a/redmine/app/views/users/list.rhtml +++ b/app/views/users/list.rhtml diff --git a/redmine/app/views/versions/_form.rhtml b/app/views/versions/_form.rhtml index 3d0eb0a2d..3d0eb0a2d 100644 --- a/redmine/app/views/versions/_form.rhtml +++ b/app/views/versions/_form.rhtml diff --git a/redmine/app/views/versions/edit.rhtml b/app/views/versions/edit.rhtml index 1556ebba1..1556ebba1 100644 --- a/redmine/app/views/versions/edit.rhtml +++ b/app/views/versions/edit.rhtml diff --git a/redmine/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index abee85691..abee85691 100644 --- a/redmine/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml diff --git a/redmine/config/boot.rb b/config/boot.rb index 9fcd50fe3..9fcd50fe3 100644 --- a/redmine/config/boot.rb +++ b/config/boot.rb diff --git a/redmine/config/config_custom.example.rb b/config/config_custom.example.rb index 689d9daec..689d9daec 100644 --- a/redmine/config/config_custom.example.rb +++ b/config/config_custom.example.rb diff --git a/redmine/config/database.yml b/config/database.yml index cfb6f13df..cfb6f13df 100644 --- a/redmine/config/database.yml +++ b/config/database.yml diff --git a/redmine/config/environment.rb b/config/environment.rb index 359293b6e..359293b6e 100644 --- a/redmine/config/environment.rb +++ b/config/environment.rb diff --git a/redmine/config/environments/demo.rb b/config/environments/demo.rb index 52aef32f1..52aef32f1 100644 --- a/redmine/config/environments/demo.rb +++ b/config/environments/demo.rb diff --git a/redmine/config/environments/development.rb b/config/environments/development.rb index 04b779200..04b779200 100644 --- a/redmine/config/environments/development.rb +++ b/config/environments/development.rb diff --git a/redmine/config/environments/development_oracle.rb b/config/environments/development_oracle.rb index 04b779200..04b779200 100644 --- a/redmine/config/environments/development_oracle.rb +++ b/config/environments/development_oracle.rb diff --git a/redmine/config/environments/development_pgsql.rb b/config/environments/development_pgsql.rb index 04b779200..04b779200 100644 --- a/redmine/config/environments/development_pgsql.rb +++ b/config/environments/development_pgsql.rb diff --git a/redmine/config/environments/development_sqlserver.rb b/config/environments/development_sqlserver.rb index 04b779200..04b779200 100644 --- a/redmine/config/environments/development_sqlserver.rb +++ b/config/environments/development_sqlserver.rb diff --git a/redmine/config/environments/production.rb b/config/environments/production.rb index 4cd4e086b..4cd4e086b 100644 --- a/redmine/config/environments/production.rb +++ b/config/environments/production.rb diff --git a/redmine/config/environments/test.rb b/config/environments/test.rb index 9ba9ae0f8..9ba9ae0f8 100644 --- a/redmine/config/environments/test.rb +++ b/config/environments/test.rb diff --git a/redmine/config/environments/test_oracle.rb b/config/environments/test_oracle.rb index 35bb19bee..35bb19bee 100644 --- a/redmine/config/environments/test_oracle.rb +++ b/config/environments/test_oracle.rb diff --git a/redmine/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 35bb19bee..35bb19bee 100644 --- a/redmine/config/environments/test_pgsql.rb +++ b/config/environments/test_pgsql.rb diff --git a/redmine/config/environments/test_sqlserver.rb b/config/environments/test_sqlserver.rb index 35bb19bee..35bb19bee 100644 --- a/redmine/config/environments/test_sqlserver.rb +++ b/config/environments/test_sqlserver.rb diff --git a/redmine/config/help.yml b/config/help.yml index b02a06fb1..b02a06fb1 100644 --- a/redmine/config/help.yml +++ b/config/help.yml diff --git a/redmine/config/routes.rb b/config/routes.rb index 2559159f1..2559159f1 100644 --- a/redmine/config/routes.rb +++ b/config/routes.rb diff --git a/redmine/db/migrate/001_setup.rb b/db/migrate/001_setup.rb index ee22c148b..ee22c148b 100644 --- a/redmine/db/migrate/001_setup.rb +++ b/db/migrate/001_setup.rb diff --git a/redmine/db/migrate/002_issue_move.rb b/db/migrate/002_issue_move.rb index d1acf7ee2..d1acf7ee2 100644 --- a/redmine/db/migrate/002_issue_move.rb +++ b/db/migrate/002_issue_move.rb diff --git a/redmine/db/migrate/003_issue_add_note.rb b/db/migrate/003_issue_add_note.rb index 9f20039b0..9f20039b0 100644 --- a/redmine/db/migrate/003_issue_add_note.rb +++ b/db/migrate/003_issue_add_note.rb diff --git a/redmine/db/migrate/004_export_pdf.rb b/db/migrate/004_export_pdf.rb index 66045553f..66045553f 100644 --- a/redmine/db/migrate/004_export_pdf.rb +++ b/db/migrate/004_export_pdf.rb diff --git a/redmine/db/migrate/005_issue_start_date.rb b/db/migrate/005_issue_start_date.rb index 3d1693fc6..3d1693fc6 100644 --- a/redmine/db/migrate/005_issue_start_date.rb +++ b/db/migrate/005_issue_start_date.rb diff --git a/redmine/db/migrate/006_calendar_and_activity.rb b/db/migrate/006_calendar_and_activity.rb index 5d8474fc2..5d8474fc2 100644 --- a/redmine/db/migrate/006_calendar_and_activity.rb +++ b/db/migrate/006_calendar_and_activity.rb diff --git a/redmine/db/migrate/007_create_journals.rb b/db/migrate/007_create_journals.rb index 6170b5bd3..6170b5bd3 100644 --- a/redmine/db/migrate/007_create_journals.rb +++ b/db/migrate/007_create_journals.rb diff --git a/redmine/db/migrate/008_create_user_preferences.rb b/db/migrate/008_create_user_preferences.rb index 80ae1cdf9..80ae1cdf9 100644 --- a/redmine/db/migrate/008_create_user_preferences.rb +++ b/db/migrate/008_create_user_preferences.rb diff --git a/redmine/db/migrate/009_add_hide_mail_pref.rb b/db/migrate/009_add_hide_mail_pref.rb index a22eafd93..a22eafd93 100644 --- a/redmine/db/migrate/009_add_hide_mail_pref.rb +++ b/db/migrate/009_add_hide_mail_pref.rb diff --git a/redmine/doc/CHANGELOG b/doc/CHANGELOG index 145d848c0..145d848c0 100644 --- a/redmine/doc/CHANGELOG +++ b/doc/CHANGELOG diff --git a/redmine/doc/COPYING b/doc/COPYING index 82fa1daad..82fa1daad 100644 --- a/redmine/doc/COPYING +++ b/doc/COPYING diff --git a/redmine/doc/INSTALL b/doc/INSTALL index 9e29b6ddc..9e29b6ddc 100644 --- a/redmine/doc/INSTALL +++ b/doc/INSTALL diff --git a/redmine/doc/README b/doc/README index 42a0bc18e..42a0bc18e 100644 --- a/redmine/doc/README +++ b/doc/README diff --git a/redmine/doc/docbook/en/redmine-userdoc-en.xml b/doc/docbook/en/redmine-userdoc-en.xml index c290bb85d..c290bb85d 100644 --- a/redmine/doc/docbook/en/redmine-userdoc-en.xml +++ b/doc/docbook/en/redmine-userdoc-en.xml diff --git a/redmine/doc/docbook/fr/redmine-userdoc-fr.xml b/doc/docbook/fr/redmine-userdoc-fr.xml index ba52da2c4..ba52da2c4 100644 --- a/redmine/doc/docbook/fr/redmine-userdoc-fr.xml +++ b/doc/docbook/fr/redmine-userdoc-fr.xml diff --git a/redmine/files/delete.me b/files/delete.me index 18beddaa8..18beddaa8 100644 --- a/redmine/files/delete.me +++ b/files/delete.me diff --git a/redmine/lang/de.yml b/lang/de.yml index 7eaa3d05a..7eaa3d05a 100644 --- a/redmine/lang/de.yml +++ b/lang/de.yml diff --git a/redmine/lang/en.yml b/lang/en.yml index a3aad0467..a3aad0467 100644 --- a/redmine/lang/en.yml +++ b/lang/en.yml diff --git a/redmine/lang/es.yml b/lang/es.yml index f87a31133..f87a31133 100644 --- a/redmine/lang/es.yml +++ b/lang/es.yml diff --git a/redmine/lang/fr.yml b/lang/fr.yml index 8e7829b19..8e7829b19 100644 --- a/redmine/lang/fr.yml +++ b/lang/fr.yml diff --git a/redmine/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake index 49834e5ab..49834e5ab 100644 --- a/redmine/lib/tasks/extract_fixtures.rake +++ b/lib/tasks/extract_fixtures.rake diff --git a/redmine/lib/tasks/load_default_data.rake b/lib/tasks/load_default_data.rake index d672802db..d672802db 100644 --- a/redmine/lib/tasks/load_default_data.rake +++ b/lib/tasks/load_default_data.rake diff --git a/redmine/log/delete.me b/log/delete.me index 18beddaa8..18beddaa8 100644 --- a/redmine/log/delete.me +++ b/log/delete.me diff --git a/redmine/public/.htaccess b/public/.htaccess index d3c998345..d3c998345 100644 --- a/redmine/public/.htaccess +++ b/public/.htaccess diff --git a/redmine/public/404.html b/public/404.html index ddf424b09..ddf424b09 100644 --- a/redmine/public/404.html +++ b/public/404.html diff --git a/redmine/public/500.html b/public/500.html index 93eb0f128..93eb0f128 100644 --- a/redmine/public/500.html +++ b/public/500.html diff --git a/redmine/public/dispatch.cgi b/public/dispatch.cgi index 9730473f2..9730473f2 100644 --- a/redmine/public/dispatch.cgi +++ b/public/dispatch.cgi diff --git a/redmine/public/dispatch.fcgi b/public/dispatch.fcgi index f934b3002..f934b3002 100644 --- a/redmine/public/dispatch.fcgi +++ b/public/dispatch.fcgi diff --git a/redmine/public/dispatch.rb b/public/dispatch.rb index 9730473f2..9730473f2 100644 --- a/redmine/public/dispatch.rb +++ b/public/dispatch.rb diff --git a/redmine/public/favicon.ico b/public/favicon.ico index e69de29bb..e69de29bb 100644 --- a/redmine/public/favicon.ico +++ b/public/favicon.ico diff --git a/redmine/public/images/add.png b/public/images/add.png Binary files differindex 90032e9d8..90032e9d8 100644 --- a/redmine/public/images/add.png +++ b/public/images/add.png diff --git a/redmine/public/images/admin.png b/public/images/admin.png Binary files differindex 0c190984f..0c190984f 100644 --- a/redmine/public/images/admin.png +++ b/public/images/admin.png diff --git a/redmine/public/images/alert.png b/public/images/alert.png Binary files differindex ba107e83b..ba107e83b 100644 --- a/redmine/public/images/alert.png +++ b/public/images/alert.png diff --git a/redmine/public/images/arrow_bw.png b/public/images/arrow_bw.png Binary files differindex 52dfc96f0..52dfc96f0 100644 --- a/redmine/public/images/arrow_bw.png +++ b/public/images/arrow_bw.png diff --git a/redmine/public/images/arrow_from.png b/public/images/arrow_from.png Binary files differindex 4d5eeb9ea..4d5eeb9ea 100644 --- a/redmine/public/images/arrow_from.png +++ b/public/images/arrow_from.png diff --git a/redmine/public/images/arrow_to.png b/public/images/arrow_to.png Binary files differindex 4f969716f..4f969716f 100644 --- a/redmine/public/images/arrow_to.png +++ b/public/images/arrow_to.png diff --git a/redmine/public/images/attachment.png b/public/images/attachment.png Binary files differindex eea26921b..eea26921b 100644 --- a/redmine/public/images/attachment.png +++ b/public/images/attachment.png diff --git a/redmine/public/images/bulletgreen.png b/public/images/bulletgreen.png Binary files differindex abe41592b..abe41592b 100644 --- a/redmine/public/images/bulletgreen.png +++ b/public/images/bulletgreen.png diff --git a/redmine/public/images/bulletred.png b/public/images/bulletred.png Binary files differindex 26a121057..26a121057 100644 --- a/redmine/public/images/bulletred.png +++ b/public/images/bulletred.png diff --git a/redmine/public/images/calendar.png b/public/images/calendar.png Binary files differindex aa269da38..aa269da38 100644 --- a/redmine/public/images/calendar.png +++ b/public/images/calendar.png diff --git a/redmine/public/images/close.png b/public/images/close.png Binary files differindex 3501ed4d5..3501ed4d5 100644 --- a/redmine/public/images/close.png +++ b/public/images/close.png diff --git a/redmine/public/images/close_hl.png b/public/images/close_hl.png Binary files differindex a433f7515..a433f7515 100644 --- a/redmine/public/images/close_hl.png +++ b/public/images/close_hl.png diff --git a/redmine/public/images/delete.png b/public/images/delete.png Binary files differindex 2ed33bdf3..2ed33bdf3 100644 --- a/redmine/public/images/delete.png +++ b/public/images/delete.png diff --git a/redmine/public/images/details.png b/public/images/details.png Binary files differindex 7c813b04a..7c813b04a 100644 --- a/redmine/public/images/details.png +++ b/public/images/details.png diff --git a/redmine/public/images/dir.png b/public/images/dir.png Binary files differindex d078094ac..d078094ac 100644 --- a/redmine/public/images/dir.png +++ b/public/images/dir.png diff --git a/redmine/public/images/dir_new.png b/public/images/dir_new.png Binary files differindex 2d29814f2..2d29814f2 100644 --- a/redmine/public/images/dir_new.png +++ b/public/images/dir_new.png diff --git a/redmine/public/images/dir_open.png b/public/images/dir_open.png Binary files differindex a248cba3c..a248cba3c 100644 --- a/redmine/public/images/dir_open.png +++ b/public/images/dir_open.png diff --git a/redmine/public/images/document.png b/public/images/document.png Binary files differindex 34fde6eb3..34fde6eb3 100644 --- a/redmine/public/images/document.png +++ b/public/images/document.png diff --git a/redmine/public/images/edit_small.png b/public/images/edit_small.png Binary files differindex dea7c92ea..dea7c92ea 100644 --- a/redmine/public/images/edit_small.png +++ b/public/images/edit_small.png diff --git a/redmine/public/images/file_new.png b/public/images/file_new.png Binary files differindex 9a12ca732..9a12ca732 100644 --- a/redmine/public/images/file_new.png +++ b/public/images/file_new.png diff --git a/redmine/public/images/gantt.png b/public/images/gantt.png Binary files differindex 2673d23d2..2673d23d2 100644 --- a/redmine/public/images/gantt.png +++ b/public/images/gantt.png diff --git a/redmine/public/images/help.png b/public/images/help.png Binary files differindex da8feb993..da8feb993 100644 --- a/redmine/public/images/help.png +++ b/public/images/help.png diff --git a/redmine/public/images/home.png b/public/images/home.png Binary files differindex 7a12add6a..7a12add6a 100644 --- a/redmine/public/images/home.png +++ b/public/images/home.png diff --git a/redmine/public/images/issues.png b/public/images/issues.png Binary files differindex e6948bff7..e6948bff7 100644 --- a/redmine/public/images/issues.png +++ b/public/images/issues.png diff --git a/redmine/public/images/jstoolbar/bt_br.png b/public/images/jstoolbar/bt_br.png Binary files differindex f8211a997..f8211a997 100644 --- a/redmine/public/images/jstoolbar/bt_br.png +++ b/public/images/jstoolbar/bt_br.png diff --git a/redmine/public/images/jstoolbar/bt_code.png b/public/images/jstoolbar/bt_code.png Binary files differindex 52924abf7..52924abf7 100644 --- a/redmine/public/images/jstoolbar/bt_code.png +++ b/public/images/jstoolbar/bt_code.png diff --git a/redmine/public/images/jstoolbar/bt_del.png b/public/images/jstoolbar/bt_del.png Binary files differindex c6f3a8b40..c6f3a8b40 100644 --- a/redmine/public/images/jstoolbar/bt_del.png +++ b/public/images/jstoolbar/bt_del.png diff --git a/redmine/public/images/jstoolbar/bt_em.png b/public/images/jstoolbar/bt_em.png Binary files differindex f08de4f30..f08de4f30 100644 --- a/redmine/public/images/jstoolbar/bt_em.png +++ b/public/images/jstoolbar/bt_em.png diff --git a/redmine/public/images/jstoolbar/bt_ins.png b/public/images/jstoolbar/bt_ins.png Binary files differindex f6697db51..f6697db51 100644 --- a/redmine/public/images/jstoolbar/bt_ins.png +++ b/public/images/jstoolbar/bt_ins.png diff --git a/redmine/public/images/jstoolbar/bt_link.png b/public/images/jstoolbar/bt_link.png Binary files differindex 9b3acbae5..9b3acbae5 100644 --- a/redmine/public/images/jstoolbar/bt_link.png +++ b/public/images/jstoolbar/bt_link.png diff --git a/redmine/public/images/jstoolbar/bt_ol.png b/public/images/jstoolbar/bt_ol.png Binary files differindex 2dfaec7c7..2dfaec7c7 100644 --- a/redmine/public/images/jstoolbar/bt_ol.png +++ b/public/images/jstoolbar/bt_ol.png diff --git a/redmine/public/images/jstoolbar/bt_quote.png b/public/images/jstoolbar/bt_quote.png Binary files differindex 25b2b8abe..25b2b8abe 100644 --- a/redmine/public/images/jstoolbar/bt_quote.png +++ b/public/images/jstoolbar/bt_quote.png diff --git a/redmine/public/images/jstoolbar/bt_strong.png b/public/images/jstoolbar/bt_strong.png Binary files differindex 7e200d3f6..7e200d3f6 100644 --- a/redmine/public/images/jstoolbar/bt_strong.png +++ b/public/images/jstoolbar/bt_strong.png diff --git a/redmine/public/images/jstoolbar/bt_ul.png b/public/images/jstoolbar/bt_ul.png Binary files differindex 6e20851ec..6e20851ec 100644 --- a/redmine/public/images/jstoolbar/bt_ul.png +++ b/public/images/jstoolbar/bt_ul.png diff --git a/redmine/public/images/loading.gif b/public/images/loading.gif Binary files differindex 085ccaeca..085ccaeca 100644 --- a/redmine/public/images/loading.gif +++ b/public/images/loading.gif diff --git a/redmine/public/images/locked.png b/public/images/locked.png Binary files differindex 5199dfe22..5199dfe22 100644 --- a/redmine/public/images/locked.png +++ b/public/images/locked.png diff --git a/redmine/public/images/login.png b/public/images/login.png Binary files differindex 7e0c62d9c..7e0c62d9c 100644 --- a/redmine/public/images/login.png +++ b/public/images/login.png diff --git a/redmine/public/images/mailer.png b/public/images/mailer.png Binary files differindex 8008bb84b..8008bb84b 100644 --- a/redmine/public/images/mailer.png +++ b/public/images/mailer.png diff --git a/redmine/public/images/notes.png b/public/images/notes.png Binary files differindex d26b1d577..d26b1d577 100644 --- a/redmine/public/images/notes.png +++ b/public/images/notes.png diff --git a/redmine/public/images/options.png b/public/images/options.png Binary files differindex a907c20f1..a907c20f1 100644 --- a/redmine/public/images/options.png +++ b/public/images/options.png diff --git a/redmine/public/images/package.png b/public/images/package.png Binary files differindex 634d13d9f..634d13d9f 100644 --- a/redmine/public/images/package.png +++ b/public/images/package.png diff --git a/redmine/public/images/projects.png b/public/images/projects.png Binary files differindex b42347a92..b42347a92 100644 --- a/redmine/public/images/projects.png +++ b/public/images/projects.png diff --git a/redmine/public/images/rails.png b/public/images/rails.png Binary files differindex b8441f182..b8441f182 100644 --- a/redmine/public/images/rails.png +++ b/public/images/rails.png diff --git a/redmine/public/images/rails_powered.png b/public/images/rails_powered.png Binary files differindex 5255e62de..5255e62de 100644 --- a/redmine/public/images/rails_powered.png +++ b/public/images/rails_powered.png diff --git a/redmine/public/images/rails_small.png b/public/images/rails_small.png Binary files differindex aff4b7a84..aff4b7a84 100644 --- a/redmine/public/images/rails_small.png +++ b/public/images/rails_small.png diff --git a/redmine/public/images/role.png b/public/images/role.png Binary files differindex ad36d1ca8..ad36d1ca8 100644 --- a/redmine/public/images/role.png +++ b/public/images/role.png diff --git a/redmine/public/images/rss.png b/public/images/rss.png Binary files differindex 89ce35f80..89ce35f80 100644 --- a/redmine/public/images/rss.png +++ b/public/images/rss.png diff --git a/redmine/public/images/sort_asc.png b/public/images/sort_asc.png Binary files differindex 05dfa15f4..05dfa15f4 100644 --- a/redmine/public/images/sort_asc.png +++ b/public/images/sort_asc.png diff --git a/redmine/public/images/sort_desc.png b/public/images/sort_desc.png Binary files differindex f82d53917..f82d53917 100644 --- a/redmine/public/images/sort_desc.png +++ b/public/images/sort_desc.png diff --git a/redmine/public/images/tracker.png b/public/images/tracker.png Binary files differindex f29cfb2af..f29cfb2af 100644 --- a/redmine/public/images/tracker.png +++ b/public/images/tracker.png diff --git a/redmine/public/images/true.png b/public/images/true.png Binary files differindex 9afc0b52a..9afc0b52a 100644 --- a/redmine/public/images/true.png +++ b/public/images/true.png diff --git a/redmine/public/images/user.png b/public/images/user.png Binary files differindex 89d591c0b..89d591c0b 100644 --- a/redmine/public/images/user.png +++ b/public/images/user.png diff --git a/redmine/public/images/user_new.png b/public/images/user_new.png Binary files differindex c7c718822..c7c718822 100644 --- a/redmine/public/images/user_new.png +++ b/public/images/user_new.png diff --git a/redmine/public/images/user_page.png b/public/images/user_page.png Binary files differindex 940a7b8e1..940a7b8e1 100644 --- a/redmine/public/images/user_page.png +++ b/public/images/user_page.png diff --git a/redmine/public/images/users.png b/public/images/users.png Binary files differindex 3b9fc5aa9..3b9fc5aa9 100644 --- a/redmine/public/images/users.png +++ b/public/images/users.png diff --git a/redmine/public/images/workflow.png b/public/images/workflow.png Binary files differindex 868332fed..868332fed 100644 --- a/redmine/public/images/workflow.png +++ b/public/images/workflow.png diff --git a/redmine/public/images/zoom_in.png b/public/images/zoom_in.png Binary files differindex d9abe7f52..d9abe7f52 100644 --- a/redmine/public/images/zoom_in.png +++ b/public/images/zoom_in.png diff --git a/redmine/public/images/zoom_in_g.png b/public/images/zoom_in_g.png Binary files differindex 72b271c5e..72b271c5e 100644 --- a/redmine/public/images/zoom_in_g.png +++ b/public/images/zoom_in_g.png diff --git a/redmine/public/images/zoom_out.png b/public/images/zoom_out.png Binary files differindex 906e4a4e5..906e4a4e5 100644 --- a/redmine/public/images/zoom_out.png +++ b/public/images/zoom_out.png diff --git a/redmine/public/images/zoom_out_g.png b/public/images/zoom_out_g.png Binary files differindex 7f2416be2..7f2416be2 100644 --- a/redmine/public/images/zoom_out_g.png +++ b/public/images/zoom_out_g.png diff --git a/redmine/public/javascripts/application.js b/public/javascripts/application.js index 46649130e..46649130e 100644 --- a/redmine/public/javascripts/application.js +++ b/public/javascripts/application.js diff --git a/redmine/public/javascripts/calendar/calendar-setup.js b/public/javascripts/calendar/calendar-setup.js index f2b485430..f2b485430 100644 --- a/redmine/public/javascripts/calendar/calendar-setup.js +++ b/public/javascripts/calendar/calendar-setup.js diff --git a/redmine/public/javascripts/calendar/calendar.js b/public/javascripts/calendar/calendar.js index 9088e0e89..9088e0e89 100644 --- a/redmine/public/javascripts/calendar/calendar.js +++ b/public/javascripts/calendar/calendar.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-de.js b/public/javascripts/calendar/lang/calendar-de.js index 59fb983bf..59fb983bf 100644 --- a/redmine/public/javascripts/calendar/lang/calendar-de.js +++ b/public/javascripts/calendar/lang/calendar-de.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-en.js b/public/javascripts/calendar/lang/calendar-en.js index 0dbde793d..0dbde793d 100644 --- a/redmine/public/javascripts/calendar/lang/calendar-en.js +++ b/public/javascripts/calendar/lang/calendar-en.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-es.js b/public/javascripts/calendar/lang/calendar-es.js index 11d0b53d5..11d0b53d5 100644 --- a/redmine/public/javascripts/calendar/lang/calendar-es.js +++ b/public/javascripts/calendar/lang/calendar-es.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-fr.js b/public/javascripts/calendar/lang/calendar-fr.js index fb0cb2380..fb0cb2380 100644 --- a/redmine/public/javascripts/calendar/lang/calendar-fr.js +++ b/public/javascripts/calendar/lang/calendar-fr.js diff --git a/redmine/public/javascripts/controls.js b/public/javascripts/controls.js index 9742b6918..9742b6918 100644 --- a/redmine/public/javascripts/controls.js +++ b/public/javascripts/controls.js diff --git a/redmine/public/javascripts/dragdrop.js b/public/javascripts/dragdrop.js index 92d1f7316..92d1f7316 100644 --- a/redmine/public/javascripts/dragdrop.js +++ b/public/javascripts/dragdrop.js diff --git a/redmine/public/javascripts/effects.js b/public/javascripts/effects.js index 414398ce4..414398ce4 100644 --- a/redmine/public/javascripts/effects.js +++ b/public/javascripts/effects.js diff --git a/redmine/public/javascripts/jstoolbar.js b/public/javascripts/jstoolbar.js index cf9454619..cf9454619 100644 --- a/redmine/public/javascripts/jstoolbar.js +++ b/public/javascripts/jstoolbar.js diff --git a/redmine/public/javascripts/menu.js b/public/javascripts/menu.js index bf5612dd5..bf5612dd5 100644 --- a/redmine/public/javascripts/menu.js +++ b/public/javascripts/menu.js diff --git a/redmine/public/javascripts/prototype.js b/public/javascripts/prototype.js index e9ccd3c88..e9ccd3c88 100644 --- a/redmine/public/javascripts/prototype.js +++ b/public/javascripts/prototype.js diff --git a/redmine/public/manual/en/ch01.html b/public/manual/en/ch01.html index aa86147eb..aa86147eb 100644 --- a/redmine/public/manual/en/ch01.html +++ b/public/manual/en/ch01.html diff --git a/redmine/public/manual/en/ch01s01.html b/public/manual/en/ch01s01.html index 9f83e7d3c..9f83e7d3c 100644 --- a/redmine/public/manual/en/ch01s01.html +++ b/public/manual/en/ch01s01.html diff --git a/redmine/public/manual/en/ch01s02.html b/public/manual/en/ch01s02.html index 06ba75673..06ba75673 100644 --- a/redmine/public/manual/en/ch01s02.html +++ b/public/manual/en/ch01s02.html diff --git a/redmine/public/manual/en/ch01s03.html b/public/manual/en/ch01s03.html index 9253ce104..9253ce104 100644 --- a/redmine/public/manual/en/ch01s03.html +++ b/public/manual/en/ch01s03.html diff --git a/redmine/public/manual/en/ch01s04.html b/public/manual/en/ch01s04.html index 425e084f3..425e084f3 100644 --- a/redmine/public/manual/en/ch01s04.html +++ b/public/manual/en/ch01s04.html diff --git a/redmine/public/manual/en/ch01s05.html b/public/manual/en/ch01s05.html index 75a4dd308..75a4dd308 100644 --- a/redmine/public/manual/en/ch01s05.html +++ b/public/manual/en/ch01s05.html diff --git a/redmine/public/manual/en/ch01s06.html b/public/manual/en/ch01s06.html index e7d688f33..e7d688f33 100644 --- a/redmine/public/manual/en/ch01s06.html +++ b/public/manual/en/ch01s06.html diff --git a/redmine/public/manual/en/ch01s07.html b/public/manual/en/ch01s07.html index 7b95d8a63..7b95d8a63 100644 --- a/redmine/public/manual/en/ch01s07.html +++ b/public/manual/en/ch01s07.html diff --git a/redmine/public/manual/en/ch01s08.html b/public/manual/en/ch01s08.html index 3a2ecf28d..3a2ecf28d 100644 --- a/redmine/public/manual/en/ch01s08.html +++ b/public/manual/en/ch01s08.html diff --git a/redmine/public/manual/en/ch01s09.html b/public/manual/en/ch01s09.html index 599c6017b..599c6017b 100644 --- a/redmine/public/manual/en/ch01s09.html +++ b/public/manual/en/ch01s09.html diff --git a/redmine/public/manual/en/ch01s10.html b/public/manual/en/ch01s10.html index 5cdb85b9a..5cdb85b9a 100644 --- a/redmine/public/manual/en/ch01s10.html +++ b/public/manual/en/ch01s10.html diff --git a/redmine/public/manual/en/ch02.html b/public/manual/en/ch02.html index b97b78d9e..b97b78d9e 100644 --- a/redmine/public/manual/en/ch02.html +++ b/public/manual/en/ch02.html diff --git a/redmine/public/manual/en/ch02s01.html b/public/manual/en/ch02s01.html index 63cdde630..63cdde630 100644 --- a/redmine/public/manual/en/ch02s01.html +++ b/public/manual/en/ch02s01.html diff --git a/redmine/public/manual/en/ch02s02.html b/public/manual/en/ch02s02.html index 4354ce4c8..4354ce4c8 100644 --- a/redmine/public/manual/en/ch02s02.html +++ b/public/manual/en/ch02s02.html diff --git a/redmine/public/manual/en/ch02s03.html b/public/manual/en/ch02s03.html index 351e1c916..351e1c916 100644 --- a/redmine/public/manual/en/ch02s03.html +++ b/public/manual/en/ch02s03.html diff --git a/redmine/public/manual/en/ch02s04.html b/public/manual/en/ch02s04.html index 14da5dc73..14da5dc73 100644 --- a/redmine/public/manual/en/ch02s04.html +++ b/public/manual/en/ch02s04.html diff --git a/redmine/public/manual/en/ch02s05.html b/public/manual/en/ch02s05.html index 3a8334df2..3a8334df2 100644 --- a/redmine/public/manual/en/ch02s05.html +++ b/public/manual/en/ch02s05.html diff --git a/redmine/public/manual/en/ch02s06.html b/public/manual/en/ch02s06.html index 71ced3400..71ced3400 100644 --- a/redmine/public/manual/en/ch02s06.html +++ b/public/manual/en/ch02s06.html diff --git a/redmine/public/manual/en/ch02s07.html b/public/manual/en/ch02s07.html index b7eacb6a3..b7eacb6a3 100644 --- a/redmine/public/manual/en/ch02s07.html +++ b/public/manual/en/ch02s07.html diff --git a/redmine/public/manual/en/ch02s08.html b/public/manual/en/ch02s08.html index f9d19e8ce..f9d19e8ce 100644 --- a/redmine/public/manual/en/ch02s08.html +++ b/public/manual/en/ch02s08.html diff --git a/redmine/public/manual/en/html.css b/public/manual/en/html.css index c1b2a6fca..c1b2a6fca 100644 --- a/redmine/public/manual/en/html.css +++ b/public/manual/en/html.css diff --git a/redmine/public/manual/en/index.html b/public/manual/en/index.html index f1f64aa45..f1f64aa45 100644 --- a/redmine/public/manual/en/index.html +++ b/public/manual/en/index.html diff --git a/redmine/public/manual/en/resources/issues_list.png b/public/manual/en/resources/issues_list.png Binary files differindex 47eab0fca..47eab0fca 100644 --- a/redmine/public/manual/en/resources/issues_list.png +++ b/public/manual/en/resources/issues_list.png diff --git a/redmine/public/manual/en/resources/users_list.png b/public/manual/en/resources/users_list.png Binary files differindex 0c9ef86ec..0c9ef86ec 100644 --- a/redmine/public/manual/en/resources/users_list.png +++ b/public/manual/en/resources/users_list.png diff --git a/redmine/public/manual/en/resources/workflow.png b/public/manual/en/resources/workflow.png Binary files differindex 04e79d61e..04e79d61e 100644 --- a/redmine/public/manual/en/resources/workflow.png +++ b/public/manual/en/resources/workflow.png diff --git a/redmine/public/manual/fr/ch01.html b/public/manual/fr/ch01.html index 567c5368a..567c5368a 100644 --- a/redmine/public/manual/fr/ch01.html +++ b/public/manual/fr/ch01.html diff --git a/redmine/public/manual/fr/ch01s01.html b/public/manual/fr/ch01s01.html index c08192b8b..c08192b8b 100644 --- a/redmine/public/manual/fr/ch01s01.html +++ b/public/manual/fr/ch01s01.html diff --git a/redmine/public/manual/fr/ch01s02.html b/public/manual/fr/ch01s02.html index 2b448d1a8..2b448d1a8 100644 --- a/redmine/public/manual/fr/ch01s02.html +++ b/public/manual/fr/ch01s02.html diff --git a/redmine/public/manual/fr/ch01s03.html b/public/manual/fr/ch01s03.html index 4e03eed49..4e03eed49 100644 --- a/redmine/public/manual/fr/ch01s03.html +++ b/public/manual/fr/ch01s03.html diff --git a/redmine/public/manual/fr/ch01s04.html b/public/manual/fr/ch01s04.html index 53fae1e24..53fae1e24 100644 --- a/redmine/public/manual/fr/ch01s04.html +++ b/public/manual/fr/ch01s04.html diff --git a/redmine/public/manual/fr/ch01s05.html b/public/manual/fr/ch01s05.html index 67212eb4e..67212eb4e 100644 --- a/redmine/public/manual/fr/ch01s05.html +++ b/public/manual/fr/ch01s05.html diff --git a/redmine/public/manual/fr/ch01s06.html b/public/manual/fr/ch01s06.html index 335d27aba..335d27aba 100644 --- a/redmine/public/manual/fr/ch01s06.html +++ b/public/manual/fr/ch01s06.html diff --git a/redmine/public/manual/fr/ch01s07.html b/public/manual/fr/ch01s07.html index 4b8be47d3..4b8be47d3 100644 --- a/redmine/public/manual/fr/ch01s07.html +++ b/public/manual/fr/ch01s07.html diff --git a/redmine/public/manual/fr/ch01s08.html b/public/manual/fr/ch01s08.html index db3133c68..db3133c68 100644 --- a/redmine/public/manual/fr/ch01s08.html +++ b/public/manual/fr/ch01s08.html diff --git a/redmine/public/manual/fr/ch01s09.html b/public/manual/fr/ch01s09.html index 7fb82b2a1..7fb82b2a1 100644 --- a/redmine/public/manual/fr/ch01s09.html +++ b/public/manual/fr/ch01s09.html diff --git a/redmine/public/manual/fr/ch01s10.html b/public/manual/fr/ch01s10.html index ab1cd4540..ab1cd4540 100644 --- a/redmine/public/manual/fr/ch01s10.html +++ b/public/manual/fr/ch01s10.html diff --git a/redmine/public/manual/fr/ch02.html b/public/manual/fr/ch02.html index 1fbca1b09..1fbca1b09 100644 --- a/redmine/public/manual/fr/ch02.html +++ b/public/manual/fr/ch02.html diff --git a/redmine/public/manual/fr/ch02s01.html b/public/manual/fr/ch02s01.html index 8509f6dea..8509f6dea 100644 --- a/redmine/public/manual/fr/ch02s01.html +++ b/public/manual/fr/ch02s01.html diff --git a/redmine/public/manual/fr/ch02s02.html b/public/manual/fr/ch02s02.html index ba79d555f..ba79d555f 100644 --- a/redmine/public/manual/fr/ch02s02.html +++ b/public/manual/fr/ch02s02.html diff --git a/redmine/public/manual/fr/ch02s03.html b/public/manual/fr/ch02s03.html index 1e3aa8906..1e3aa8906 100644 --- a/redmine/public/manual/fr/ch02s03.html +++ b/public/manual/fr/ch02s03.html diff --git a/redmine/public/manual/fr/ch02s04.html b/public/manual/fr/ch02s04.html index d75c67318..d75c67318 100644 --- a/redmine/public/manual/fr/ch02s04.html +++ b/public/manual/fr/ch02s04.html diff --git a/redmine/public/manual/fr/ch02s05.html b/public/manual/fr/ch02s05.html index b3b39eacf..b3b39eacf 100644 --- a/redmine/public/manual/fr/ch02s05.html +++ b/public/manual/fr/ch02s05.html diff --git a/redmine/public/manual/fr/ch02s06.html b/public/manual/fr/ch02s06.html index 9a78b9f31..9a78b9f31 100644 --- a/redmine/public/manual/fr/ch02s06.html +++ b/public/manual/fr/ch02s06.html diff --git a/redmine/public/manual/fr/ch02s07.html b/public/manual/fr/ch02s07.html index 38f0a0400..38f0a0400 100644 --- a/redmine/public/manual/fr/ch02s07.html +++ b/public/manual/fr/ch02s07.html diff --git a/redmine/public/manual/fr/ch02s08.html b/public/manual/fr/ch02s08.html index 67d12305a..67d12305a 100644 --- a/redmine/public/manual/fr/ch02s08.html +++ b/public/manual/fr/ch02s08.html diff --git a/redmine/public/manual/fr/html.css b/public/manual/fr/html.css index c1b2a6fca..c1b2a6fca 100644 --- a/redmine/public/manual/fr/html.css +++ b/public/manual/fr/html.css diff --git a/redmine/public/manual/fr/index.html b/public/manual/fr/index.html index 8d69ced1a..8d69ced1a 100644 --- a/redmine/public/manual/fr/index.html +++ b/public/manual/fr/index.html diff --git a/redmine/public/manual/fr/resources/issues_list.png b/public/manual/fr/resources/issues_list.png Binary files differindex 47eab0fca..47eab0fca 100644 --- a/redmine/public/manual/fr/resources/issues_list.png +++ b/public/manual/fr/resources/issues_list.png diff --git a/redmine/public/manual/fr/resources/users_list.png b/public/manual/fr/resources/users_list.png Binary files differindex 0c9ef86ec..0c9ef86ec 100644 --- a/redmine/public/manual/fr/resources/users_list.png +++ b/public/manual/fr/resources/users_list.png diff --git a/redmine/public/manual/fr/resources/workflow.png b/public/manual/fr/resources/workflow.png Binary files differindex 04e79d61e..04e79d61e 100644 --- a/redmine/public/manual/fr/resources/workflow.png +++ b/public/manual/fr/resources/workflow.png diff --git a/redmine/public/robots.txt b/public/robots.txt index 4ab9e89fe..4ab9e89fe 100644 --- a/redmine/public/robots.txt +++ b/public/robots.txt diff --git a/redmine/public/stylesheets/application.css b/public/stylesheets/application.css index 13c1f6e34..13c1f6e34 100644 --- a/redmine/public/stylesheets/application.css +++ b/public/stylesheets/application.css diff --git a/redmine/public/stylesheets/calendar.css b/public/stylesheets/calendar.css index f460d5cb0..f460d5cb0 100644 --- a/redmine/public/stylesheets/calendar.css +++ b/public/stylesheets/calendar.css diff --git a/redmine/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index efdf3d264..efdf3d264 100644 --- a/redmine/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css diff --git a/redmine/public/stylesheets/menu.css b/public/stylesheets/menu.css index b7084c2e7..b7084c2e7 100644 --- a/redmine/public/stylesheets/menu.css +++ b/public/stylesheets/menu.css diff --git a/redmine/public/stylesheets/rails.css b/public/stylesheets/rails.css index 3f7b6ca41..3f7b6ca41 100644 --- a/redmine/public/stylesheets/rails.css +++ b/public/stylesheets/rails.css diff --git a/redmine/script/about b/script/about index 7b07d46a3..7b07d46a3 100644 --- a/redmine/script/about +++ b/script/about diff --git a/redmine/script/breakpointer b/script/breakpointer index 64af76edd..64af76edd 100644 --- a/redmine/script/breakpointer +++ b/script/breakpointer diff --git a/redmine/script/console b/script/console index 42f28f7d6..42f28f7d6 100644 --- a/redmine/script/console +++ b/script/console diff --git a/redmine/script/destroy b/script/destroy index fa0e6fcd0..fa0e6fcd0 100644 --- a/redmine/script/destroy +++ b/script/destroy diff --git a/redmine/script/generate b/script/generate index ef976e09f..ef976e09f 100644 --- a/redmine/script/generate +++ b/script/generate diff --git a/redmine/script/performance/benchmarker b/script/performance/benchmarker index c842d35d3..c842d35d3 100644 --- a/redmine/script/performance/benchmarker +++ b/script/performance/benchmarker diff --git a/redmine/script/performance/profiler b/script/performance/profiler index d855ac8b1..d855ac8b1 100644 --- a/redmine/script/performance/profiler +++ b/script/performance/profiler diff --git a/redmine/script/plugin b/script/plugin index 26ca64c06..26ca64c06 100644 --- a/redmine/script/plugin +++ b/script/plugin diff --git a/redmine/script/process/reaper b/script/process/reaper index c77f04535..c77f04535 100644 --- a/redmine/script/process/reaper +++ b/script/process/reaper diff --git a/redmine/script/process/spawner b/script/process/spawner index 7118f3983..7118f3983 100644 --- a/redmine/script/process/spawner +++ b/script/process/spawner diff --git a/redmine/script/process/spinner b/script/process/spinner index 6816b32ef..6816b32ef 100644 --- a/redmine/script/process/spinner +++ b/script/process/spinner diff --git a/redmine/script/runner b/script/runner index ccc30f9d2..ccc30f9d2 100644 --- a/redmine/script/runner +++ b/script/runner diff --git a/redmine/script/server b/script/server index dfabcb881..dfabcb881 100644 --- a/redmine/script/server +++ b/script/server diff --git a/redmine/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 6c352e1e3..6c352e1e3 100644 --- a/redmine/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml diff --git a/redmine/test/fixtures/auth_sources.yml b/test/fixtures/auth_sources.yml index 086c00f62..086c00f62 100644 --- a/redmine/test/fixtures/auth_sources.yml +++ b/test/fixtures/auth_sources.yml diff --git a/redmine/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index fcf52c17a..fcf52c17a 100644 --- a/redmine/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml diff --git a/redmine/test/fixtures/custom_fields_projects.yml b/test/fixtures/custom_fields_projects.yml index 086c00f62..086c00f62 100644 --- a/redmine/test/fixtures/custom_fields_projects.yml +++ b/test/fixtures/custom_fields_projects.yml diff --git a/redmine/test/fixtures/custom_fields_trackers.yml b/test/fixtures/custom_fields_trackers.yml index cb06d2fcf..cb06d2fcf 100644 --- a/redmine/test/fixtures/custom_fields_trackers.yml +++ b/test/fixtures/custom_fields_trackers.yml diff --git a/redmine/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml index 4a65619c4..4a65619c4 100644 --- a/redmine/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml diff --git a/redmine/test/fixtures/documents.yml b/test/fixtures/documents.yml index 086c00f62..086c00f62 100644 --- a/redmine/test/fixtures/documents.yml +++ b/test/fixtures/documents.yml diff --git a/redmine/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index eeef99b5b..eeef99b5b 100644 --- a/redmine/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml diff --git a/redmine/test/fixtures/issue_categories.yml b/test/fixtures/issue_categories.yml index a994560d4..a994560d4 100644 --- a/redmine/test/fixtures/issue_categories.yml +++ b/test/fixtures/issue_categories.yml diff --git a/redmine/test/fixtures/issue_statuses.yml b/test/fixtures/issue_statuses.yml index b5a509f39..b5a509f39 100644 --- a/redmine/test/fixtures/issue_statuses.yml +++ b/test/fixtures/issue_statuses.yml diff --git a/redmine/test/fixtures/issues.yml b/test/fixtures/issues.yml index 5719a9bc9..5719a9bc9 100644 --- a/redmine/test/fixtures/issues.yml +++ b/test/fixtures/issues.yml diff --git a/redmine/test/fixtures/members.yml b/test/fixtures/members.yml index 0626bdb18..0626bdb18 100644 --- a/redmine/test/fixtures/members.yml +++ b/test/fixtures/members.yml diff --git a/redmine/test/fixtures/news.yml b/test/fixtures/news.yml index 1bef9184e..1bef9184e 100644 --- a/redmine/test/fixtures/news.yml +++ b/test/fixtures/news.yml diff --git a/redmine/test/fixtures/permissions.yml b/test/fixtures/permissions.yml index 81350e1af..81350e1af 100644 --- a/redmine/test/fixtures/permissions.yml +++ b/test/fixtures/permissions.yml diff --git a/redmine/test/fixtures/permissions_roles.yml b/test/fixtures/permissions_roles.yml index d4a054ecc..d4a054ecc 100644 --- a/redmine/test/fixtures/permissions_roles.yml +++ b/test/fixtures/permissions_roles.yml diff --git a/redmine/test/fixtures/projects.yml b/test/fixtures/projects.yml index 9aa2f9abe..9aa2f9abe 100644 --- a/redmine/test/fixtures/projects.yml +++ b/test/fixtures/projects.yml diff --git a/redmine/test/fixtures/roles.yml b/test/fixtures/roles.yml index 4fc9881b4..4fc9881b4 100644 --- a/redmine/test/fixtures/roles.yml +++ b/test/fixtures/roles.yml diff --git a/redmine/test/fixtures/tokens.yml b/test/fixtures/tokens.yml index 977bafe6e..977bafe6e 100644 --- a/redmine/test/fixtures/tokens.yml +++ b/test/fixtures/tokens.yml diff --git a/redmine/test/fixtures/trackers.yml b/test/fixtures/trackers.yml index d4ea34ac8..d4ea34ac8 100644 --- a/redmine/test/fixtures/trackers.yml +++ b/test/fixtures/trackers.yml diff --git a/redmine/test/fixtures/user_preferences.yml b/test/fixtures/user_preferences.yml index 8794d28ae..8794d28ae 100644 --- a/redmine/test/fixtures/user_preferences.yml +++ b/test/fixtures/user_preferences.yml diff --git a/redmine/test/fixtures/users.yml b/test/fixtures/users.yml index ffa2fe42e..ffa2fe42e 100644 --- a/redmine/test/fixtures/users.yml +++ b/test/fixtures/users.yml diff --git a/redmine/test/fixtures/versions.yml b/test/fixtures/versions.yml index 89a738abd..89a738abd 100644 --- a/redmine/test/fixtures/versions.yml +++ b/test/fixtures/versions.yml diff --git a/redmine/test/fixtures/workflows.yml b/test/fixtures/workflows.yml index 47e95e6e3..47e95e6e3 100644 --- a/redmine/test/fixtures/workflows.yml +++ b/test/fixtures/workflows.yml diff --git a/redmine/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index 525c71b45..525c71b45 100644 --- a/redmine/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb diff --git a/redmine/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index f20f8ad0f..f20f8ad0f 100644 --- a/redmine/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb diff --git a/redmine/test/integration/account_test.rb b/test/integration/account_test.rb index 0d6f75d70..0d6f75d70 100644 --- a/redmine/test/integration/account_test.rb +++ b/test/integration/account_test.rb diff --git a/redmine/test/integration/admin_test.rb b/test/integration/admin_test.rb index 0241ae8da..0241ae8da 100644 --- a/redmine/test/integration/admin_test.rb +++ b/test/integration/admin_test.rb diff --git a/redmine/test/test_helper.rb b/test/test_helper.rb index 2e4f7dcd0..2e4f7dcd0 100644 --- a/redmine/test/test_helper.rb +++ b/test/test_helper.rb diff --git a/redmine/test/unit/member_test.rb b/test/unit/member_test.rb index 079782306..079782306 100644 --- a/redmine/test/unit/member_test.rb +++ b/test/unit/member_test.rb diff --git a/redmine/test/unit/project_test.rb b/test/unit/project_test.rb index 9c8f0c97e..9c8f0c97e 100644 --- a/redmine/test/unit/project_test.rb +++ b/test/unit/project_test.rb diff --git a/redmine/test/unit/token_test.rb b/test/unit/token_test.rb index 1c3820e99..1c3820e99 100644 --- a/redmine/test/unit/token_test.rb +++ b/test/unit/token_test.rb diff --git a/redmine/test/unit/user_preference_test.rb b/test/unit/user_preference_test.rb index 4675a2652..4675a2652 100644 --- a/redmine/test/unit/user_preference_test.rb +++ b/test/unit/user_preference_test.rb diff --git a/redmine/test/unit/user_test.rb b/test/unit/user_test.rb index 211e6554c..211e6554c 100644 --- a/redmine/test/unit/user_test.rb +++ b/test/unit/user_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/CHANGELOG b/vendor/plugins/gloc-1.1.0/CHANGELOG index 6392d7cbe..6392d7cbe 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/CHANGELOG +++ b/vendor/plugins/gloc-1.1.0/CHANGELOG diff --git a/redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE b/vendor/plugins/gloc-1.1.0/MIT-LICENSE index 081774a65..081774a65 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE +++ b/vendor/plugins/gloc-1.1.0/MIT-LICENSE diff --git a/redmine/vendor/plugins/gloc-1.1.0/README b/vendor/plugins/gloc-1.1.0/README index 66f8e5e9f..66f8e5e9f 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/README +++ b/vendor/plugins/gloc-1.1.0/README diff --git a/redmine/vendor/plugins/gloc-1.1.0/Rakefile b/vendor/plugins/gloc-1.1.0/Rakefile index a5b8fe762..a5b8fe762 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/Rakefile +++ b/vendor/plugins/gloc-1.1.0/Rakefile diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html index fba33b5b5..fba33b5b5 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html index 056b23d85..056b23d85 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html index 00767055d..00767055d 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html index 84ca8fae3..84ca8fae3 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html index a236e0e5d..a236e0e5d 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html index 9a16f608b..9a16f608b 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html index 145a74c2b..145a74c2b 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html index 8a25c7de8..8a25c7de8 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html index ba1a28ad0..ba1a28ad0 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html index f3fdf63e1..f3fdf63e1 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html index 4e15c9383..4e15c9383 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html +++ b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/created.rid b/vendor/plugins/gloc-1.1.0/doc/created.rid index eba9efa29..eba9efa29 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/created.rid +++ b/vendor/plugins/gloc-1.1.0/doc/created.rid diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html b/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html index aec36c5bf..aec36c5bf 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html b/vendor/plugins/gloc-1.1.0/doc/files/README.html index d078659d2..d078659d2 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/README.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html index 394b79d70..394b79d70 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html index 6d09fec7b..6d09fec7b 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html index 52a387218..52a387218 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html index 3ae73b87b..3ae73b87b 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html index 4b29e9d94..4b29e9d94 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html index 17f93aa43..17f93aa43 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html index 9e68a89cd..9e68a89cd 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html +++ b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html index 08e0418f3..08e0418f3 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html +++ b/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html index 839e378d3..839e378d3 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html +++ b/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html index 325ed3589..325ed3589 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html +++ b/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/index.html b/vendor/plugins/gloc-1.1.0/doc/index.html index f29103142..f29103142 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/index.html +++ b/vendor/plugins/gloc-1.1.0/doc/index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css b/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css index fbf7326af..fbf7326af 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css +++ b/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css diff --git a/redmine/vendor/plugins/gloc-1.1.0/init.rb b/vendor/plugins/gloc-1.1.0/init.rb index 9d99acd61..9d99acd61 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/init.rb +++ b/vendor/plugins/gloc-1.1.0/init.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb index e85b041f5..e85b041f5 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb index cb12b4cb3..cb12b4cb3 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb index f2ceb8e3d..f2ceb8e3d 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb index f16e90555..f16e90555 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb index abbb7a190..abbb7a190 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb index 0a35b90ab..0a35b90ab 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb index f96ab6cf9..f96ab6cf9 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb index 91afcf482..91afcf482 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb b/vendor/plugins/gloc-1.1.0/lib/gloc.rb index bcad0ed9b..bcad0ed9b 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb +++ b/vendor/plugins/gloc-1.1.0/lib/gloc.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake index 8da73779e..8da73779e 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake +++ b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb b/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb index 4cb232904..4cb232904 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb +++ b/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb b/vendor/plugins/gloc-1.1.0/test/gloc_test.rb index a39d5c41c..a39d5c41c 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb +++ b/vendor/plugins/gloc-1.1.0/test/gloc_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml b/vendor/plugins/gloc-1.1.0/test/lang/en.yaml index 325dc599e..325dc599e 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml +++ b/vendor/plugins/gloc-1.1.0/test/lang/en.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml b/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml index 307cc7859..307cc7859 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml +++ b/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml b/vendor/plugins/gloc-1.1.0/test/lang/ja.yml index 64df03376..64df03376 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml +++ b/vendor/plugins/gloc-1.1.0/test/lang/ja.yml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml b/vendor/plugins/gloc-1.1.0/test/lang2/en.yml index e6467e7a0..e6467e7a0 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml +++ b/vendor/plugins/gloc-1.1.0/test/lang2/en.yml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml b/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml index 864b287d0..864b287d0 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml +++ b/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb b/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb index 418d28db2..418d28db2 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb +++ b/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb b/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb index d8771e4e6..d8771e4e6 100644 --- a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb +++ b/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb diff --git a/redmine/vendor/plugins/rfpdf/CHANGELOG b/vendor/plugins/rfpdf/CHANGELOG index 6822b8364..6822b8364 100644 --- a/redmine/vendor/plugins/rfpdf/CHANGELOG +++ b/vendor/plugins/rfpdf/CHANGELOG diff --git a/redmine/vendor/plugins/rfpdf/MIT-LICENSE b/vendor/plugins/rfpdf/MIT-LICENSE index f39a79dc0..f39a79dc0 100644 --- a/redmine/vendor/plugins/rfpdf/MIT-LICENSE +++ b/vendor/plugins/rfpdf/MIT-LICENSE diff --git a/redmine/vendor/plugins/rfpdf/README b/vendor/plugins/rfpdf/README index 9db19075b..9db19075b 100644 --- a/redmine/vendor/plugins/rfpdf/README +++ b/vendor/plugins/rfpdf/README diff --git a/redmine/vendor/plugins/rfpdf/init.rb b/vendor/plugins/rfpdf/init.rb index 7e51d9eba..7e51d9eba 100644 --- a/redmine/vendor/plugins/rfpdf/init.rb +++ b/vendor/plugins/rfpdf/init.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf.rb index 9fc0683ef..9fc0683ef 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb b/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb index a04ccd18d..a04ccd18d 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb b/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb index 731d582a2..731d582a2 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb b/vendor/plugins/rfpdf/lib/rfpdf/errors.rb index 2be2dae16..2be2dae16 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/errors.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb index ad52e9e62..ad52e9e62 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb b/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb index c6a224310..c6a224310 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb b/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb index 7340936bb..7340936bb 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb b/vendor/plugins/rfpdf/lib/rfpdf/korean.rb index 64131405e..64131405e 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/korean.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb b/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb index ffc98b48f..ffc98b48f 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb index 5ad882903..5ad882903 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb b/vendor/plugins/rfpdf/lib/rfpdf/view.rb index 185811202..185811202 100644 --- a/redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb +++ b/vendor/plugins/rfpdf/lib/rfpdf/view.rb diff --git a/redmine/vendor/plugins/rfpdf/test/test_helper.rb b/vendor/plugins/rfpdf/test/test_helper.rb index 2e2ea3bc5..2e2ea3bc5 100644 --- a/redmine/vendor/plugins/rfpdf/test/test_helper.rb +++ b/vendor/plugins/rfpdf/test/test_helper.rb |