OSDN Git Service

Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Feb 2009 11:04:50 +0000 (11:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Feb 2009 11:04:50 +0000 (11:04 +0000)
commitfe28193e4eb9af2dc5262535a29ffde5249568fc
treebd4cf3a9fbada98e58e510ca0e25c42bf00676a7
parent9a986ac0a51fe844eee816325e6a6d4122136d9a
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2493 e93f8b46-1217-0410-a6f0-8f06a7374b81
237 files changed:
app/controllers/application.rb
app/controllers/issues_controller.rb
app/controllers/repositories_controller.rb
app/helpers/application_helper.rb
app/helpers/issues_helper.rb
app/helpers/messages_helper.rb
app/helpers/settings_helper.rb
app/models/changeset.rb
app/models/custom_field.rb
app/models/custom_value.rb
app/models/issue.rb
app/models/issue_relation.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/member.rb
app/models/project.rb
app/models/query.rb
app/models/repository.rb
app/models/time_entry.rb
app/models/version.rb
app/models/watcher.rb
app/models/wiki_page.rb
app/views/common/_calendar.rhtml
app/views/common/feed.atom.rxml
app/views/custom_fields/index.rhtml
app/views/documents/_document.rhtml
app/views/issues/_relations.rhtml
app/views/issues/show.rhtml
app/views/mailer/issue_add.text.html.rhtml
app/views/mailer/issue_add.text.plain.rhtml
app/views/mailer/issue_edit.text.html.rhtml
app/views/mailer/issue_edit.text.plain.rhtml
app/views/mailer/reminder.text.html.rhtml
app/views/mailer/reminder.text.plain.rhtml
app/views/my/blocks/_issueswatched.rhtml
app/views/news/_news.rhtml
app/views/news/index.rhtml
app/views/projects/_form.rhtml
app/views/projects/add.rhtml
app/views/projects/settings/_modules.rhtml
app/views/projects/show.rhtml
app/views/repositories/_dir_list_content.rhtml
app/views/search/index.rhtml
app/views/settings/_authentication.rhtml
app/views/timelog/_list.rhtml
app/views/timelog/details.rhtml
app/views/timelog/report.rhtml
app/views/versions/_overview.rhtml
app/views/versions/show.rhtml
config/boot.rb
config/environment.rb
config/environments/test.rb
config/environments/test_pgsql.rb
config/environments/test_sqlite3.rb
config/initializers/10-patches.rb
config/initializers/30-redmine.rb
config/locales/bg.yml [new file with mode: 0644]
config/locales/ca.yml [new file with mode: 0644]
config/locales/cs.yml [new file with mode: 0644]
config/locales/da.yml [new file with mode: 0644]
config/locales/de.yml [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/locales/es.yml [new file with mode: 0644]
config/locales/fi.yml [new file with mode: 0644]
config/locales/fr.yml [new file with mode: 0644]
config/locales/gl.yml [new file with mode: 0644]
config/locales/he.yml [new file with mode: 0644]
config/locales/hu.yml [new file with mode: 0644]
config/locales/it.yml [new file with mode: 0644]
config/locales/ja.yml [new file with mode: 0644]
config/locales/ko.yml [new file with mode: 0644]
config/locales/lt.yml [new file with mode: 0644]
config/locales/nl.yml [new file with mode: 0644]
config/locales/no.yml [new file with mode: 0644]
config/locales/pl.yml [new file with mode: 0644]
config/locales/pt-BR.yml [new file with mode: 0644]
config/locales/pt.yml [new file with mode: 0644]
config/locales/ro.yml [new file with mode: 0644]
config/locales/ru.yml [new file with mode: 0644]
config/locales/sk.yml [new file with mode: 0644]
config/locales/sl.yml [new file with mode: 0644]
config/locales/sr.yml [new file with mode: 0644]
config/locales/sv.yml [new file with mode: 0644]
config/locales/th.yml [new file with mode: 0644]
config/locales/tr.yml [new file with mode: 0644]
config/locales/uk.yml [new file with mode: 0644]
config/locales/vi.yml [new file with mode: 0644]
config/locales/zh-TW.yml [new file with mode: 0644]
config/locales/zh.yml [new file with mode: 0644]
extra/sample_plugin/app/controllers/example_controller.rb
extra/sample_plugin/config/locales/en.yml [new file with mode: 0644]
extra/sample_plugin/config/locales/fr.yml [new file with mode: 0644]
extra/sample_plugin/lang/en.yml [deleted file]
extra/sample_plugin/lang/fr.yml [deleted file]
lang/bg.yml [deleted file]
lang/ca.yml [deleted file]
lang/cs.yml [deleted file]
lang/da.yml [deleted file]
lang/de.yml [deleted file]
lang/en.yml [deleted file]
lang/es.yml [deleted file]
lang/fi.yml [deleted file]
lang/fr.yml [deleted file]
lang/gl.yml [deleted file]
lang/he.yml [deleted file]
lang/hu.yml [deleted file]
lang/it.yml [deleted file]
lang/ja.yml [deleted file]
lang/ko.yml [deleted file]
lang/lt.yml [deleted file]
lang/mk.yml [deleted file]
lang/nl.yml [deleted file]
lang/no.yml [deleted file]
lang/pl.yml [deleted file]
lang/pt-br.yml [deleted file]
lang/pt.yml [deleted file]
lang/ro.yml [deleted file]
lang/ru.yml [deleted file]
lang/sk.yml [deleted file]
lang/sl.yml [deleted file]
lang/sr.yml [deleted file]
lang/sv.yml [deleted file]
lang/th.yml [deleted file]
lang/tr.yml [deleted file]
lang/uk.yml [deleted file]
lang/vn.yml [deleted file]
lang/zh-tw.yml [deleted file]
lang/zh.yml [deleted file]
lib/redmine/default_data/loader.rb
lib/redmine/export/pdf.rb
lib/redmine/helpers/calendar.rb
lib/redmine/hook.rb
lib/redmine/i18n.rb [new file with mode: 0644]
lib/redmine/menu_manager.rb
lib/redmine/plugin.rb
lib/tabular_form_builder.rb
lib/tasks/initializers.rake [new file with mode: 0644]
lib/tasks/load_default_data.rake
public/javascripts/calendar/lang/calendar-vi.js [moved from public/javascripts/calendar/lang/calendar-vn.js with 100% similarity]
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jstoolbar/lang/jstoolbar-vi.js [moved from public/javascripts/jstoolbar/lang/jstoolbar-vn.js with 100% similarity]
public/javascripts/prototype.js
public/stylesheets/application.css
test/functional/application_controller_test.rb
test/functional/attachments_controller_test.rb
test/functional/custom_fields_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/news_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/search_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/welcome_controller_test.rb
test/functional/wikis_controller_test.rb
test/integration/account_test.rb
test/integration/admin_test.rb
test/integration/application_test.rb
test/integration/issues_test.rb
test/test_helper.rb
test/unit/default_data_test.rb
test/unit/helpers/application_helper_test.rb
test/unit/issue_test.rb
test/unit/lib/redmine/i18n_test.rb [new file with mode: 0644]
test/unit/mailer_test.rb
test/unit/project_test.rb
test/unit/repository_test.rb
test/unit/user_test.rb
test/unit/version_test.rb
test/unit/wiki_page_test.rb
vendor/plugins/engines/CHANGELOG
vendor/plugins/engines/Rakefile
vendor/plugins/engines/boot.rb
vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb
vendor/plugins/engines/lib/engines.rb
vendor/plugins/engines/lib/engines/assets.rb
vendor/plugins/engines/lib/engines/plugin.rb
vendor/plugins/engines/lib/engines/plugin/migrator.rb
vendor/plugins/engines/lib/engines/rails_extensions/action_mailer.rb
vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb
vendor/plugins/engines/lib/engines/rails_extensions/form_tag_helpers.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/migrations.rb
vendor/plugins/engines/lib/engines/rails_extensions/routing.rb
vendor/plugins/engines/lib/engines/testing.rb
vendor/plugins/engines/tasks/engines.rake
vendor/plugins/gloc-1.1.0/CHANGELOG [deleted file]
vendor/plugins/gloc-1.1.0/MIT-LICENSE [deleted file]
vendor/plugins/gloc-1.1.0/README [deleted file]
vendor/plugins/gloc-1.1.0/Rakefile [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/created.rid [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/README.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/fr_class_index.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/fr_file_index.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/fr_method_index.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/index.html [deleted file]
vendor/plugins/gloc-1.1.0/doc/rdoc-style.css [deleted file]
vendor/plugins/gloc-1.1.0/init.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-config.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc-version.rb [deleted file]
vendor/plugins/gloc-1.1.0/lib/gloc.rb [deleted file]
vendor/plugins/gloc-1.1.0/tasks/gloc.rake [deleted file]
vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb [deleted file]
vendor/plugins/gloc-1.1.0/test/gloc_test.rb [deleted file]
vendor/plugins/gloc-1.1.0/test/lang/en.yaml [deleted file]
vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml [deleted file]
vendor/plugins/gloc-1.1.0/test/lang/ja.yml [deleted file]
vendor/plugins/gloc-1.1.0/test/lang2/en.yml [deleted file]
vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml [deleted file]
vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb [deleted file]
vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb [deleted file]