trunk moved from /trunk/redmine to /trunk

git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 18 years ago
parent eabc04d836
commit 96f83cc8f0
  1. 0
      Rakefile
  2. 0
      app/controllers/account_controller.rb
  3. 0
      app/controllers/admin_controller.rb
  4. 0
      app/controllers/application.rb
  5. 0
      app/controllers/auth_sources_controller.rb
  6. 0
      app/controllers/custom_fields_controller.rb
  7. 0
      app/controllers/documents_controller.rb
  8. 0
      app/controllers/enumerations_controller.rb
  9. 0
      app/controllers/help_controller.rb
  10. 0
      app/controllers/issue_categories_controller.rb
  11. 0
      app/controllers/issue_statuses_controller.rb
  12. 0
      app/controllers/issues_controller.rb
  13. 0
      app/controllers/members_controller.rb
  14. 0
      app/controllers/my_controller.rb
  15. 0
      app/controllers/news_controller.rb
  16. 0
      app/controllers/projects_controller.rb
  17. 0
      app/controllers/reports_controller.rb
  18. 0
      app/controllers/roles_controller.rb
  19. 0
      app/controllers/trackers_controller.rb
  20. 0
      app/controllers/users_controller.rb
  21. 0
      app/controllers/versions_controller.rb
  22. 0
      app/controllers/welcome_controller.rb
  23. 0
      app/helpers/account_helper.rb
  24. 0
      app/helpers/admin_helper.rb
  25. 0
      app/helpers/application_helper.rb
  26. 0
      app/helpers/auth_sources_helper.rb
  27. 0
      app/helpers/custom_fields_helper.rb
  28. 0
      app/helpers/documents_helper.rb
  29. 0
      app/helpers/enumerations_helper.rb
  30. 0
      app/helpers/help_helper.rb
  31. 0
      app/helpers/ifpdf_helper.rb
  32. 0
      app/helpers/issue_categories_helper.rb
  33. 0
      app/helpers/issue_statuses_helper.rb
  34. 0
      app/helpers/issues_helper.rb
  35. 0
      app/helpers/members_helper.rb
  36. 0
      app/helpers/my_helper.rb
  37. 0
      app/helpers/news_helper.rb
  38. 0
      app/helpers/projects_helper.rb
  39. 0
      app/helpers/reports_helper.rb
  40. 0
      app/helpers/roles_helper.rb
  41. 0
      app/helpers/search_filter_helper.rb
  42. 0
      app/helpers/sort_helper.rb
  43. 0
      app/helpers/trackers_helper.rb
  44. 0
      app/helpers/users_helper.rb
  45. 0
      app/helpers/versions_helper.rb
  46. 0
      app/helpers/welcome_helper.rb
  47. 0
      app/models/attachment.rb
  48. 0
      app/models/auth_source.rb
  49. 0
      app/models/auth_source_ldap.rb
  50. 0
      app/models/custom_field.rb
  51. 0
      app/models/custom_value.rb
  52. 0
      app/models/document.rb
  53. 0
      app/models/enumeration.rb
  54. 0
      app/models/issue.rb
  55. 0
      app/models/issue_category.rb
  56. 0
      app/models/issue_custom_field.rb
  57. 0
      app/models/issue_history.rb
  58. 0
      app/models/issue_status.rb
  59. 0
      app/models/journal.rb
  60. 0
      app/models/journal_detail.rb
  61. 0
      app/models/mailer.rb
  62. 0
      app/models/member.rb
  63. 0
      app/models/news.rb
  64. 0
      app/models/permission.rb
  65. 0
      app/models/project.rb
  66. 0
      app/models/project_custom_field.rb
  67. 0
      app/models/role.rb
  68. 0
      app/models/token.rb
  69. 0
      app/models/tracker.rb
  70. 0
      app/models/user.rb
  71. 0
      app/models/user_custom_field.rb
  72. 0
      app/models/user_preference.rb
  73. 0
      app/models/version.rb
  74. 0
      app/models/workflow.rb
  75. 0
      app/views/account/login.rhtml
  76. 0
      app/views/account/lost_password.rhtml
  77. 0
      app/views/account/password_recovery.rhtml
  78. 0
      app/views/account/register.rhtml
  79. 0
      app/views/account/show.rhtml
  80. 0
      app/views/admin/index.rhtml
  81. 0
      app/views/admin/info.rhtml
  82. 0
      app/views/admin/mail_options.rhtml
  83. 0
      app/views/admin/projects.rhtml
  84. 0
      app/views/auth_sources/_form.rhtml
  85. 0
      app/views/auth_sources/edit.rhtml
  86. 0
      app/views/auth_sources/list.rhtml
  87. 0
      app/views/auth_sources/new.rhtml
  88. 0
      app/views/custom_fields/_form.rhtml
  89. 0
      app/views/custom_fields/edit.rhtml
  90. 0
      app/views/custom_fields/list.rhtml
  91. 0
      app/views/custom_fields/new.rhtml
  92. 0
      app/views/documents/_form.rhtml
  93. 0
      app/views/documents/edit.rhtml
  94. 0
      app/views/documents/show.rhtml
  95. 0
      app/views/enumerations/_form.rhtml
  96. 0
      app/views/enumerations/edit.rhtml
  97. 0
      app/views/enumerations/list.rhtml
  98. 0
      app/views/enumerations/new.rhtml
  99. 0
      app/views/issue_categories/_form.rhtml
  100. 0
      app/views/issue_categories/edit.rhtml
  101. Some files were not shown because too many files have changed in this diff Show More

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save