OSDN Git Service

added svn:eol-style native property on /app files
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 12 Mar 2007 17:59:02 +0000 (17:59 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 12 Mar 2007 17:59:02 +0000 (17:59 +0000)
commit027bf93849e82ef3c60e4a3024db49d65f0fb3c9
treec6bc438fcd50370944b94f605b3f34fe54b73248
parent071f8e18d02f789149071abb8e052bae7ad01003
added svn:eol-style native property on /app files

git-svn-id: http://redmine.rubyforge.org/svn/trunk@333 e93f8b46-1217-0410-a6f0-8f06a7374b81
180 files changed:
app/controllers/account_controller.rb
app/controllers/admin_controller.rb
app/controllers/application.rb
app/controllers/custom_fields_controller.rb
app/controllers/documents_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/help_controller.rb
app/controllers/issue_categories_controller.rb
app/controllers/issue_statuses_controller.rb
app/controllers/issues_controller.rb
app/controllers/members_controller.rb
app/controllers/news_controller.rb
app/controllers/projects_controller.rb
app/controllers/reports_controller.rb
app/controllers/roles_controller.rb
app/controllers/trackers_controller.rb
app/controllers/users_controller.rb
app/controllers/versions_controller.rb
app/controllers/welcome_controller.rb
app/helpers/account_helper.rb
app/helpers/admin_helper.rb
app/helpers/application_helper.rb
app/helpers/custom_fields_helper.rb
app/helpers/documents_helper.rb
app/helpers/enumerations_helper.rb
app/helpers/help_helper.rb
app/helpers/ifpdf_helper.rb
app/helpers/issue_categories_helper.rb
app/helpers/issue_statuses_helper.rb
app/helpers/issues_helper.rb
app/helpers/members_helper.rb
app/helpers/news_helper.rb
app/helpers/projects_helper.rb
app/helpers/reports_helper.rb
app/helpers/roles_helper.rb
app/helpers/trackers_helper.rb
app/helpers/users_helper.rb
app/helpers/versions_helper.rb
app/helpers/welcome_helper.rb
app/models/attachment.rb
app/models/auth_source_ldap.rb
app/models/custom_field.rb
app/models/custom_value.rb
app/models/document.rb
app/models/enumeration.rb
app/models/issue.rb
app/models/issue_category.rb
app/models/issue_custom_field.rb
app/models/issue_history.rb
app/models/issue_status.rb
app/models/mailer.rb
app/models/member.rb
app/models/news.rb
app/models/permission.rb
app/models/project.rb
app/models/project_custom_field.rb
app/models/role.rb
app/models/svn_repos.rb
app/models/tracker.rb
app/models/user.rb
app/models/user_custom_field.rb
app/models/version.rb
app/models/workflow.rb
app/views/account/login.rhtml
app/views/account/lost_password.rhtml
app/views/account/password_recovery.rhtml
app/views/account/register.rhtml
app/views/account/show.rhtml
app/views/admin/index.rhtml
app/views/admin/info.rhtml
app/views/admin/mail_options.rhtml
app/views/admin/projects.rhtml
app/views/common/404.rhtml
app/views/custom_fields/_form.rhtml
app/views/custom_fields/list.rhtml
app/views/documents/_document.rhtml
app/views/documents/_form.rhtml
app/views/documents/show.rhtml
app/views/enumerations/list.rhtml
app/views/issue_statuses/_form.rhtml
app/views/issue_statuses/list.rhtml
app/views/issues/_add_shortcut.rhtml
app/views/issues/_history.rhtml
app/views/issues/_list_simple.rhtml
app/views/issues/_tooltip.rhtml
app/views/issues/change_status.rhtml
app/views/issues/history.rhtml
app/views/issues/show.rhtml
app/views/layouts/base.rhtml
app/views/mailer/_issue.rhtml
app/views/mailer/attachments_add_de.rhtml
app/views/mailer/attachments_add_en.rhtml
app/views/mailer/attachments_add_es.rhtml
app/views/mailer/attachments_add_fr.rhtml
app/views/mailer/attachments_add_ja.rhtml
app/views/mailer/document_add_de.rhtml
app/views/mailer/document_add_en.rhtml
app/views/mailer/document_add_es.rhtml
app/views/mailer/document_add_fr.rhtml
app/views/mailer/document_add_ja.rhtml
app/views/mailer/issue_add_de.rhtml
app/views/mailer/issue_add_en.rhtml
app/views/mailer/issue_add_es.rhtml
app/views/mailer/issue_add_fr.rhtml
app/views/mailer/issue_add_ja.rhtml
app/views/mailer/issue_edit_de.rhtml
app/views/mailer/issue_edit_en.rhtml
app/views/mailer/issue_edit_es.rhtml
app/views/mailer/issue_edit_fr.rhtml
app/views/mailer/issue_edit_ja.rhtml
app/views/mailer/lost_password_de.rhtml
app/views/mailer/lost_password_en.rhtml
app/views/mailer/lost_password_es.rhtml
app/views/mailer/lost_password_fr.rhtml
app/views/mailer/lost_password_ja.rhtml
app/views/mailer/register_de.rhtml
app/views/mailer/register_en.rhtml
app/views/mailer/register_es.rhtml
app/views/mailer/register_fr.rhtml
app/views/mailer/register_ja.rhtml
app/views/my/_block.rhtml
app/views/my/account.rhtml
app/views/my/blocks/_calendar.rhtml
app/views/my/blocks/_documents.rhtml
app/views/my/blocks/_issuesassignedtome.rhtml
app/views/my/blocks/_issuesreportedbyme.rhtml
app/views/my/blocks/_news.rhtml
app/views/my/page.rhtml
app/views/my/page_layout.rhtml
app/views/news/_news.rhtml
app/views/news/show.rhtml
app/views/projects/_form.rhtml
app/views/projects/activity.rhtml
app/views/projects/add_document.rhtml
app/views/projects/add_file.rhtml
app/views/projects/add_issue.rhtml
app/views/projects/add_query.rhtml
app/views/projects/calendar.rhtml
app/views/projects/changelog.rhtml
app/views/projects/destroy.rhtml
app/views/projects/gantt.rhtml
app/views/projects/list.rhtml
app/views/projects/list_documents.rhtml
app/views/projects/list_files.rhtml
app/views/projects/list_issues.rhtml
app/views/projects/list_members.rhtml
app/views/projects/list_news.rhtml
app/views/projects/roadmap.rhtml
app/views/projects/search.rhtml
app/views/projects/settings.rhtml
app/views/projects/show.rhtml
app/views/queries/_filters.rhtml
app/views/reports/_details.rhtml
app/views/reports/_simple.rhtml
app/views/reports/issue_report.rhtml
app/views/reports/issue_report_details.rhtml
app/views/repositories/_dir_list.rhtml
app/views/repositories/_navigation.rhtml
app/views/repositories/browse.rhtml
app/views/repositories/diff.rhtml
app/views/repositories/revision.rhtml
app/views/repositories/revisions.rhtml
app/views/roles/_form.rhtml
app/views/roles/edit.rhtml
app/views/roles/list.rhtml
app/views/roles/new.rhtml
app/views/roles/workflow.rhtml
app/views/trackers/_form.rhtml
app/views/trackers/list.rhtml
app/views/users/_form.rhtml
app/views/users/_memberships.rhtml
app/views/users/list.rhtml
app/views/welcome/index.rhtml
app/views/wiki/_preview.rhtml
app/views/wiki/edit.rhtml
app/views/wiki/export.rhtml
app/views/wiki/export_multiple.rhtml
app/views/wiki/history.rhtml
app/views/wiki/show.rhtml
app/views/wiki/special_page_index.rhtml