[DRE-commits] [redmine] branch master updated (cb6ea0b -> 6df6037)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Mar 19 22:39:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository redmine.
from cb6ea0b Use https:// in Vcs-* fields
new 11bcbf4 Imported Upstream version 3.2.1
new 2d70150 New upstream release
new 3f33f02 Refresh patches
new 815a64a release to unstable
new 6df6037 Merge remote-tracking branch 'origin/master'
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 161 ---------------
Gemfile | 8 +-
app/controllers/account_controller.rb | 2 +-
app/controllers/activities_controller.rb | 2 +-
app/controllers/admin_controller.rb | 2 +-
app/controllers/application_controller.rb | 4 +-
app/controllers/attachments_controller.rb | 2 +-
app/controllers/auth_sources_controller.rb | 2 +-
app/controllers/auto_completes_controller.rb | 2 +-
app/controllers/boards_controller.rb | 2 +-
app/controllers/calendars_controller.rb | 2 +-
app/controllers/comments_controller.rb | 2 +-
app/controllers/context_menus_controller.rb | 2 +-
.../custom_field_enumerations_controller.rb | 2 +-
app/controllers/custom_fields_controller.rb | 4 +-
app/controllers/documents_controller.rb | 2 +-
app/controllers/email_addresses_controller.rb | 2 +-
app/controllers/enumerations_controller.rb | 2 +-
app/controllers/files_controller.rb | 2 +-
app/controllers/gantts_controller.rb | 2 +-
app/controllers/groups_controller.rb | 2 +-
app/controllers/imports_controller.rb | 2 +-
app/controllers/issue_categories_controller.rb | 2 +-
app/controllers/issue_relations_controller.rb | 2 +-
app/controllers/issue_statuses_controller.rb | 2 +-
app/controllers/issues_controller.rb | 4 +-
app/controllers/journals_controller.rb | 2 +-
app/controllers/mail_handler_controller.rb | 2 +-
app/controllers/members_controller.rb | 2 +-
app/controllers/messages_controller.rb | 2 +-
app/controllers/my_controller.rb | 2 +-
app/controllers/news_controller.rb | 2 +-
app/controllers/previews_controller.rb | 2 +-
.../principal_memberships_controller.rb | 2 +-
app/controllers/project_enumerations_controller.rb | 2 +-
app/controllers/projects_controller.rb | 2 +-
app/controllers/queries_controller.rb | 2 +-
app/controllers/reports_controller.rb | 2 +-
app/controllers/repositories_controller.rb | 2 +-
app/controllers/roles_controller.rb | 2 +-
app/controllers/search_controller.rb | 2 +-
app/controllers/settings_controller.rb | 2 +-
app/controllers/sys_controller.rb | 2 +-
app/controllers/timelog_controller.rb | 2 +-
app/controllers/trackers_controller.rb | 2 +-
app/controllers/users_controller.rb | 4 +-
app/controllers/versions_controller.rb | 2 +-
app/controllers/watchers_controller.rb | 2 +-
app/controllers/welcome_controller.rb | 2 +-
app/controllers/wiki_controller.rb | 2 +-
app/controllers/wikis_controller.rb | 2 +-
app/controllers/workflows_controller.rb | 2 +-
app/helpers/account_helper.rb | 2 +-
app/helpers/activities_helper.rb | 2 +-
app/helpers/admin_helper.rb | 2 +-
app/helpers/application_helper.rb | 6 +-
app/helpers/attachments_helper.rb | 2 +-
app/helpers/auth_sources_helper.rb | 2 +-
app/helpers/boards_helper.rb | 2 +-
app/helpers/calendars_helper.rb | 2 +-
app/helpers/context_menus_helper.rb | 2 +-
app/helpers/custom_fields_helper.rb | 2 +-
app/helpers/documents_helper.rb | 2 +-
app/helpers/email_addresses_helper.rb | 2 +-
app/helpers/enumerations_helper.rb | 2 +-
app/helpers/gantt_helper.rb | 2 +-
app/helpers/groups_helper.rb | 2 +-
app/helpers/imports_helper.rb | 2 +-
app/helpers/issue_categories_helper.rb | 2 +-
app/helpers/issue_relations_helper.rb | 2 +-
app/helpers/issue_statuses_helper.rb | 2 +-
app/helpers/issues_helper.rb | 4 +-
app/helpers/journals_helper.rb | 2 +-
app/helpers/mail_handler_helper.rb | 2 +-
app/helpers/members_helper.rb | 2 +-
app/helpers/messages_helper.rb | 2 +-
app/helpers/my_helper.rb | 2 +-
app/helpers/news_helper.rb | 2 +-
app/helpers/principal_memberships_helper.rb | 2 +-
app/helpers/projects_helper.rb | 2 +-
app/helpers/queries_helper.rb | 32 ++-
app/helpers/reports_helper.rb | 2 +-
app/helpers/repositories_helper.rb | 2 +-
app/helpers/roles_helper.rb | 2 +-
app/helpers/routes_helper.rb | 2 +-
app/helpers/search_helper.rb | 2 +-
app/helpers/settings_helper.rb | 2 +-
app/helpers/timelog_helper.rb | 2 +-
app/helpers/trackers_helper.rb | 2 +-
app/helpers/users_helper.rb | 2 +-
app/helpers/versions_helper.rb | 2 +-
app/helpers/watchers_helper.rb | 2 +-
app/helpers/welcome_helper.rb | 2 +-
app/helpers/wiki_helper.rb | 2 +-
app/helpers/workflows_helper.rb | 2 +-
app/models/attachment.rb | 2 +-
app/models/auth_source.rb | 2 +-
app/models/auth_source_ldap.rb | 5 +-
app/models/board.rb | 2 +-
app/models/change.rb | 2 +-
app/models/changeset.rb | 2 +-
app/models/comment.rb | 2 +-
app/models/custom_field.rb | 2 +-
app/models/custom_field_enumeration.rb | 8 +-
app/models/custom_field_value.rb | 2 +-
app/models/custom_value.rb | 2 +-
app/models/document.rb | 2 +-
app/models/document_category.rb | 2 +-
app/models/document_category_custom_field.rb | 2 +-
app/models/document_custom_field.rb | 2 +-
app/models/email_address.rb | 2 +-
app/models/enabled_module.rb | 2 +-
app/models/enumeration.rb | 2 +-
app/models/group.rb | 2 +-
app/models/group_anonymous.rb | 2 +-
app/models/group_builtin.rb | 2 +-
app/models/group_custom_field.rb | 2 +-
app/models/group_non_member.rb | 2 +-
app/models/import.rb | 2 +-
app/models/import_item.rb | 2 +-
app/models/issue.rb | 16 +-
app/models/issue_category.rb | 2 +-
app/models/issue_custom_field.rb | 2 +-
app/models/issue_import.rb | 5 +-
app/models/issue_priority.rb | 4 +-
app/models/issue_priority_custom_field.rb | 2 +-
app/models/issue_query.rb | 2 +-
app/models/issue_relation.rb | 2 +-
app/models/issue_status.rb | 2 +-
app/models/journal.rb | 2 +-
app/models/journal_detail.rb | 2 +-
app/models/mail_handler.rb | 2 +-
app/models/mailer.rb | 2 +-
app/models/member.rb | 2 +-
app/models/member_role.rb | 2 +-
app/models/message.rb | 2 +-
app/models/news.rb | 2 +-
app/models/principal.rb | 2 +-
app/models/project.rb | 2 +-
app/models/project_custom_field.rb | 2 +-
app/models/query.rb | 2 +-
app/models/repository.rb | 2 +-
app/models/repository/bazaar.rb | 2 +-
app/models/repository/cvs.rb | 2 +-
app/models/repository/darcs.rb | 2 +-
app/models/repository/filesystem.rb | 2 +-
app/models/repository/git.rb | 2 +-
app/models/repository/mercurial.rb | 2 +-
app/models/repository/subversion.rb | 2 +-
app/models/role.rb | 2 +-
app/models/setting.rb | 2 +-
app/models/time_entry.rb | 2 +-
app/models/time_entry_activity.rb | 2 +-
app/models/time_entry_activity_custom_field.rb | 2 +-
app/models/time_entry_custom_field.rb | 2 +-
app/models/time_entry_query.rb | 2 +-
app/models/token.rb | 2 +-
app/models/tracker.rb | 2 +-
app/models/user.rb | 2 +-
app/models/user_custom_field.rb | 2 +-
app/models/user_preference.rb | 5 +-
app/models/version.rb | 2 +-
app/models/version_custom_field.rb | 2 +-
app/models/watcher.rb | 2 +-
app/models/wiki.rb | 2 +-
app/models/wiki_content.rb | 2 +-
app/models/wiki_page.rb | 4 +-
app/models/wiki_redirect.rb | 2 +-
app/models/workflow_permission.rb | 2 +-
app/models/workflow_rule.rb | 2 +-
app/models/workflow_transition.rb | 2 +-
app/views/custom_fields/_index.html.erb | 3 +-
app/views/imports/_fields_mapping.html.erb | 4 +
app/views/issues/_attributes.html.erb | 4 +-
app/views/issues/index.html.erb | 6 +-
app/views/layouts/base.html.erb | 2 +-
app/views/layouts/mailer.html.erb | 10 +-
app/views/settings/_authentication.html.erb | 8 +
app/views/users/_general.html.erb | 2 +-
app/views/wiki/_sidebar.html.erb | 4 +-
config/configuration.yml.example | 6 +-
config/initializers/backtrace_silencers.rb | 4 +
config/locales/ar.yml | 1 +
config/locales/az.yml | 1 +
config/locales/bg.yml | 1 +
config/locales/bs.yml | 1 +
config/locales/ca.yml | 1 +
config/locales/cs.yml | 1 +
config/locales/da.yml | 1 +
config/locales/de.yml | 83 ++++----
config/locales/el.yml | 1 +
config/locales/en-GB.yml | 1 +
config/locales/en.yml | 1 +
config/locales/es-PA.yml | 21 +-
config/locales/es.yml | 25 +--
config/locales/et.yml | 1 +
config/locales/eu.yml | 1 +
config/locales/fa.yml | 1 +
config/locales/fi.yml | 1 +
config/locales/fr.yml | 1 +
config/locales/gl.yml | 1 +
config/locales/he.yml | 1 +
config/locales/hr.yml | 1 +
config/locales/hu.yml | 1 +
config/locales/id.yml | 1 +
config/locales/it.yml | 1 +
config/locales/ja.yml | 1 +
config/locales/ko.yml | 1 +
config/locales/lt.yml | 1 +
config/locales/lv.yml | 1 +
config/locales/mk.yml | 1 +
config/locales/mn.yml | 1 +
config/locales/nl.yml | 1 +
config/locales/no.yml | 1 +
config/locales/pl.yml | 1 +
config/locales/pt-BR.yml | 1 +
config/locales/pt.yml | 1 +
config/locales/ro.yml | 1 +
config/locales/ru.yml | 63 +++---
config/locales/sk.yml | 1 +
config/locales/sl.yml | 1 +
config/locales/sq.yml | 1 +
config/locales/sr-YU.yml | 1 +
config/locales/sr.yml | 1 +
config/locales/sv.yml | 1 +
config/locales/th.yml | 1 +
config/locales/tr.yml | 63 +++---
config/locales/uk.yml | 1 +
config/locales/vi.yml | 1 +
config/locales/zh-TW.yml | 1 +
config/locales/zh.yml | 63 +++---
config/routes.rb | 2 +-
config/settings.yml | 4 +-
debian/changelog | 7 +
.../0001-Gemfile-relax-some-dependencies.patch | 12 +-
.../patches/0004-Add-multi-tenancy-support.patch | 12 +-
debian/patches/0005-Assume-default-instance.patch | 4 +-
doc/CHANGELOG | 56 ++++-
doc/INSTALL | 2 +-
doc/README_FOR_APP | 2 +-
doc/UPGRADING | 2 +-
extra/mail_handler/rdm-mailhandler.rb | 4 +-
.../lib/acts_as_activity_provider.rb | 2 +-
.../acts_as_attachable/lib/acts_as_attachable.rb | 2 +-
.../lib/acts_as_customizable.rb | 2 +-
lib/plugins/acts_as_event/lib/acts_as_event.rb | 2 +-
.../acts_as_searchable/lib/acts_as_searchable.rb | 2 +-
lib/redmine.rb | 2 +-
lib/redmine/access_control.rb | 2 +-
lib/redmine/access_keys.rb | 2 +-
lib/redmine/activity.rb | 2 +-
lib/redmine/activity/fetcher.rb | 2 +-
lib/redmine/ciphering.rb | 2 +-
lib/redmine/configuration.rb | 2 +-
lib/redmine/core_ext/active_record.rb | 2 +-
lib/redmine/core_ext/date/calculations.rb | 2 +-
lib/redmine/core_ext/string/conversions.rb | 2 +-
lib/redmine/core_ext/string/inflections.rb | 2 +-
lib/redmine/database.rb | 2 +-
lib/redmine/default_data/loader.rb | 2 +-
lib/redmine/export/csv.rb | 2 +-
lib/redmine/export/pdf.rb | 2 +-
lib/redmine/export/pdf/issues_pdf_helper.rb | 2 +-
lib/redmine/export/pdf/wiki_pdf_helper.rb | 2 +-
lib/redmine/field_format.rb | 2 +-
lib/redmine/helpers/calendar.rb | 2 +-
lib/redmine/helpers/diff.rb | 2 +-
lib/redmine/helpers/gantt.rb | 2 +-
lib/redmine/helpers/time_report.rb | 2 +-
lib/redmine/hook.rb | 2 +-
lib/redmine/hook/listener.rb | 2 +-
lib/redmine/hook/view_listener.rb | 2 +-
lib/redmine/i18n.rb | 2 +-
lib/redmine/imap.rb | 2 +-
lib/redmine/menu_manager.rb | 2 +-
lib/redmine/mime_type.rb | 2 +-
lib/redmine/nested_set/issue_nested_set.rb | 2 +-
lib/redmine/nested_set/project_nested_set.rb | 2 +-
lib/redmine/nested_set/traversing.rb | 2 +-
lib/redmine/pagination.rb | 2 +-
lib/redmine/platform.rb | 2 +-
lib/redmine/plugin.rb | 2 +-
lib/redmine/pop3.rb | 2 +-
lib/redmine/safe_attributes.rb | 2 +-
lib/redmine/scm/adapters.rb | 2 +-
lib/redmine/scm/adapters/abstract_adapter.rb | 2 +-
lib/redmine/scm/adapters/bazaar_adapter.rb | 2 +-
lib/redmine/scm/adapters/darcs_adapter.rb | 2 +-
lib/redmine/scm/adapters/filesystem_adapter.rb | 2 +-
lib/redmine/scm/adapters/git_adapter.rb | 2 +-
lib/redmine/scm/adapters/mercurial_adapter.rb | 2 +-
lib/redmine/scm/adapters/subversion_adapter.rb | 2 +-
lib/redmine/search.rb | 2 +-
lib/redmine/subclass_factory.rb | 2 +-
lib/redmine/syntax_highlighting.rb | 2 +-
lib/redmine/themes.rb | 2 +-
lib/redmine/thumbnail.rb | 2 +-
lib/redmine/unified_diff.rb | 2 +-
lib/redmine/utils.rb | 2 +-
lib/redmine/version.rb | 2 +-
lib/redmine/views/api_template_handler.rb | 2 +-
lib/redmine/views/builders.rb | 2 +-
lib/redmine/views/builders/json.rb | 2 +-
lib/redmine/views/builders/structure.rb | 2 +-
lib/redmine/views/builders/xml.rb | 2 +-
lib/redmine/views/labelled_form_builder.rb | 2 +-
lib/redmine/views/my_page/block.rb | 2 +-
lib/redmine/views/other_formats_builder.rb | 2 +-
lib/redmine/wiki_formatting.rb | 2 +-
lib/redmine/wiki_formatting/html_parser.rb | 2 +-
lib/redmine/wiki_formatting/macros.rb | 2 +-
lib/redmine/wiki_formatting/markdown/formatter.rb | 2 +-
lib/redmine/wiki_formatting/markdown/helper.rb | 2 +-
.../wiki_formatting/markdown/html_parser.rb | 2 +-
lib/redmine/wiki_formatting/textile/formatter.rb | 2 +-
lib/redmine/wiki_formatting/textile/helper.rb | 2 +-
lib/redmine/wiki_formatting/textile/html_parser.rb | 2 +-
lib/tasks/ciphering.rake | 2 +-
lib/tasks/email.rake | 2 +-
lib/tasks/migrate_from_mantis.rake | 2 +-
lib/tasks/migrate_from_trac.rake | 2 +-
lib/tasks/redmine.rake | 2 +-
lib/tasks/reminder.rake | 2 +-
public/help/ca/wiki_syntax_markdown.html | 48 ++---
public/help/ca/wiki_syntax_textile.html | 56 ++---
public/help/ja/wiki_syntax_detailed_markdown.html | 212 +++++++++----------
public/help/ja/wiki_syntax_markdown.html | 48 ++---
public/help/ru/wiki_syntax_detailed_textile.html | 68 +++---
public/help/ru/wiki_syntax_textile.html | 4 +-
public/help/zh/wiki_syntax_detailed_textile.html | 230 ++++++++++-----------
public/help/zh/wiki_syntax_textile.html | 60 +++---
public/javascripts/application.js | 10 +-
public/javascripts/attachments.js | 2 +-
public/javascripts/context_menu.js | 2 +-
public/javascripts/gantt.js | 2 +-
public/javascripts/project_identifier.js | 2 +-
public/javascripts/repository_navigation.js | 2 +-
public/javascripts/revision_graph.js | 2 +-
public/stylesheets/application.css | 3 +
public/stylesheets/responsive.css | 87 +++++++-
test/coverage/html_formatter.rb | 2 +-
test/extra/redmine_pm/repository_git_test_pm.rb | 2 +-
.../redmine_pm/repository_subversion_test_pm.rb | 2 +-
test/extra/redmine_pm/test_case.rb | 2 +-
test/fixtures/files/import_issues.csv | 8 +-
test/functional/account_controller_openid_test.rb | 2 +-
test/functional/account_controller_test.rb | 2 +-
test/functional/activities_controller_test.rb | 2 +-
test/functional/admin_controller_test.rb | 2 +-
test/functional/attachments_controller_test.rb | 2 +-
test/functional/auth_sources_controller_test.rb | 2 +-
test/functional/auto_completes_controller_test.rb | 2 +-
test/functional/boards_controller_test.rb | 2 +-
test/functional/calendars_controller_test.rb | 2 +-
test/functional/comments_controller_test.rb | 2 +-
test/functional/context_menus_controller_test.rb | 2 +-
.../custom_field_enumerations_controller_test.rb | 2 +-
test/functional/custom_fields_controller_test.rb | 2 +-
test/functional/documents_controller_test.rb | 2 +-
test/functional/email_addresses_controller_test.rb | 2 +-
test/functional/enumerations_controller_test.rb | 2 +-
test/functional/files_controller_test.rb | 2 +-
test/functional/gantts_controller_test.rb | 2 +-
test/functional/groups_controller_test.rb | 2 +-
test/functional/imports_controller_test.rb | 2 +-
.../functional/issue_categories_controller_test.rb | 2 +-
test/functional/issue_relations_controller_test.rb | 2 +-
test/functional/issue_statuses_controller_test.rb | 2 +-
test/functional/issues_controller_test.rb | 68 +++++-
.../issues_controller_transaction_test.rb | 23 ++-
.../issues_custom_fields_visibility_test.rb | 2 +-
test/functional/journals_controller_test.rb | 2 +-
test/functional/mail_handler_controller_test.rb | 2 +-
test/functional/members_controller_test.rb | 2 +-
test/functional/messages_controller_test.rb | 2 +-
test/functional/my_controller_test.rb | 2 +-
test/functional/news_controller_test.rb | 2 +-
test/functional/previews_controller_test.rb | 2 +-
.../principal_memberships_controller_test.rb | 2 +-
.../project_enumerations_controller_test.rb | 2 +-
test/functional/projects_controller_test.rb | 2 +-
test/functional/queries_controller_test.rb | 2 +-
test/functional/reports_controller_test.rb | 2 +-
.../repositories_bazaar_controller_test.rb | 2 +-
test/functional/repositories_controller_test.rb | 2 +-
.../functional/repositories_cvs_controller_test.rb | 2 +-
.../repositories_darcs_controller_test.rb | 2 +-
.../repositories_filesystem_controller_test.rb | 2 +-
.../functional/repositories_git_controller_test.rb | 2 +-
.../repositories_mercurial_controller_test.rb | 2 +-
.../repositories_subversion_controller_test.rb | 2 +-
test/functional/roles_controller_test.rb | 2 +-
test/functional/search_controller_test.rb | 2 +-
.../search_custom_fields_visibility_test.rb | 2 +-
test/functional/sessions_controller_test.rb | 2 +-
test/functional/settings_controller_test.rb | 2 +-
test/functional/sys_controller_test.rb | 2 +-
.../time_entry_reports_controller_test.rb | 2 +-
test/functional/timelog_controller_test.rb | 2 +-
.../timelog_custom_fields_visibility_test.rb | 2 +-
test/functional/trackers_controller_test.rb | 2 +-
test/functional/users_controller_test.rb | 2 +-
test/functional/versions_controller_test.rb | 2 +-
test/functional/watchers_controller_test.rb | 2 +-
test/functional/welcome_controller_test.rb | 2 +-
test/functional/wiki_controller_test.rb | 2 +-
test/functional/wikis_controller_test.rb | 2 +-
test/functional/workflows_controller_test.rb | 2 +-
test/integration/account_test.rb | 2 +-
test/integration/admin_test.rb | 2 +-
test/integration/api_test/api_routing_test.rb | 2 +-
test/integration/api_test/api_test.rb | 2 +-
test/integration/api_test/attachments_test.rb | 2 +-
test/integration/api_test/authentication_test.rb | 2 +-
.../api_test/custom_fields_attribute_test.rb | 2 +-
test/integration/api_test/custom_fields_test.rb | 2 +-
.../integration/api_test/disabled_rest_api_test.rb | 2 +-
test/integration/api_test/enumerations_test.rb | 2 +-
test/integration/api_test/groups_test.rb | 2 +-
test/integration/api_test/issue_categories_test.rb | 2 +-
test/integration/api_test/issue_relations_test.rb | 2 +-
test/integration/api_test/issue_statuses_test.rb | 2 +-
test/integration/api_test/issues_test.rb | 2 +-
test/integration/api_test/jsonp_test.rb | 2 +-
test/integration/api_test/memberships_test.rb | 2 +-
test/integration/api_test/news_test.rb | 2 +-
test/integration/api_test/projects_test.rb | 2 +-
test/integration/api_test/queries_test.rb | 2 +-
test/integration/api_test/roles_test.rb | 2 +-
test/integration/api_test/time_entries_test.rb | 2 +-
test/integration/api_test/trackers_test.rb | 2 +-
test/integration/api_test/users_test.rb | 2 +-
test/integration/api_test/versions_test.rb | 2 +-
test/integration/api_test/wiki_pages_test.rb | 2 +-
test/integration/application_test.rb | 2 +-
test/integration/attachments_test.rb | 2 +-
test/integration/feeds_test.rb | 2 +-
test/integration/issues_test.rb | 2 +-
test/integration/layout_test.rb | 2 +-
test/integration/lib/redmine/hook_test.rb | 2 +-
test/integration/lib/redmine/menu_manager_test.rb | 2 +-
test/integration/lib/redmine/themes_test.rb | 2 +-
test/integration/projects_test.rb | 2 +-
test/integration/repositories_git_test.rb | 2 +-
test/integration/routing/account_test.rb | 2 +-
test/integration/routing/activities_test.rb | 2 +-
test/integration/routing/admin_test.rb | 2 +-
test/integration/routing/attachments_test.rb | 2 +-
test/integration/routing/auth_sources_test.rb | 2 +-
test/integration/routing/auto_completes_test.rb | 2 +-
test/integration/routing/boards_test.rb | 2 +-
test/integration/routing/calendars_test.rb | 2 +-
test/integration/routing/comments_test.rb | 2 +-
test/integration/routing/context_menus_test.rb | 2 +-
test/integration/routing/custom_fields_test.rb | 2 +-
test/integration/routing/documents_test.rb | 2 +-
test/integration/routing/enumerations_test.rb | 2 +-
test/integration/routing/files_test.rb | 2 +-
test/integration/routing/gantts_test.rb | 2 +-
test/integration/routing/groups_test.rb | 2 +-
test/integration/routing/imports_test.rb | 2 +-
test/integration/routing/issue_categories_test.rb | 2 +-
test/integration/routing/issue_relations_test.rb | 2 +-
test/integration/routing/issue_statuses_test.rb | 2 +-
test/integration/routing/issues_test.rb | 2 +-
test/integration/routing/journals_test.rb | 2 +-
test/integration/routing/mail_handler_test.rb | 2 +-
test/integration/routing/members_test.rb | 2 +-
test/integration/routing/messages_test.rb | 2 +-
test/integration/routing/my_test.rb | 2 +-
test/integration/routing/news_test.rb | 2 +-
test/integration/routing/previews_test.rb | 2 +-
.../routing/principal_memberships_test.rb | 2 +-
.../routing/project_enumerations_test.rb | 2 +-
test/integration/routing/projects_test.rb | 2 +-
test/integration/routing/queries_test.rb | 2 +-
test/integration/routing/reports_test.rb | 2 +-
test/integration/routing/repositories_test.rb | 2 +-
test/integration/routing/roles_test.rb | 2 +-
test/integration/routing/search_test.rb | 2 +-
test/integration/routing/settings_test.rb | 2 +-
test/integration/routing/sys_test.rb | 2 +-
test/integration/routing/timelog_test.rb | 2 +-
test/integration/routing/trackers_test.rb | 2 +-
test/integration/routing/users_test.rb | 2 +-
test/integration/routing/versions_test.rb | 2 +-
test/integration/routing/watchers_test.rb | 2 +-
test/integration/routing/welcome_test.rb | 2 +-
test/integration/routing/wiki_test.rb | 2 +-
test/integration/routing/wikis_test.rb | 2 +-
test/integration/routing/workflows_test.rb | 2 +-
test/integration/sessions_test.rb | 2 +-
test/integration/users_test.rb | 2 +-
test/test_helper.rb | 2 +-
test/travis/install-openldap.sh | 20 --
test/travis/mariadb.pref | 6 -
test/ui/base.rb | 7 +-
test/ui/custom_fields_test_ui.rb | 38 ++++
test/ui/issues_test_ui.rb | 23 ++-
test/ui/sudo_mode_test_ui.rb | 2 +-
test/ui/timelog_test_ui.rb | 2 +-
test/unit/activity_test.rb | 2 +-
test/unit/attachment_test.rb | 2 +-
test/unit/auth_source_ldap_test.rb | 2 +-
test/unit/board_test.rb | 2 +-
test/unit/changeset_test.rb | 2 +-
test/unit/comment_test.rb | 2 +-
test/unit/custom_field_test.rb | 2 +-
test/unit/custom_field_user_format_test.rb | 2 +-
test/unit/custom_field_version_format_test.rb | 2 +-
test/unit/custom_value_test.rb | 2 +-
test/unit/default_data_test.rb | 2 +-
test/unit/document_category_test.rb | 2 +-
test/unit/document_test.rb | 2 +-
test/unit/enabled_module_test.rb | 2 +-
test/unit/enumeration_test.rb | 2 +-
test/unit/group_test.rb | 2 +-
test/unit/helpers/activities_helper_test.rb | 2 +-
test/unit/helpers/application_helper_test.rb | 6 +-
test/unit/helpers/custom_fields_helper_test.rb | 2 +-
test/unit/helpers/groups_helper_test.rb | 2 +-
test/unit/helpers/issues_helper_test.rb | 2 +-
test/unit/helpers/journals_helper_test.rb | 2 +-
test/unit/helpers/members_helper_test.rb | 2 +-
test/unit/helpers/my_helper_test.rb | 2 +-
test/unit/helpers/projects_helper_test.rb | 2 +-
test/unit/helpers/queries_helper_test.rb | 2 +-
test/unit/helpers/routes_helper_test.rb | 2 +-
test/unit/helpers/search_helper_test.rb | 2 +-
test/unit/helpers/settings_helper_test.rb | 2 +-
test/unit/helpers/sort_helper_test.rb | 2 +-
test/unit/helpers/timelog_helper_test.rb | 2 +-
test/unit/helpers/version_helper_test.rb | 2 +-
test/unit/helpers/watchers_helper_test.rb | 2 +-
test/unit/helpers/wiki_helper_test.rb | 2 +-
test/unit/initializers/patches_test.rb | 2 +-
test/unit/issue_category_test.rb | 2 +-
test/unit/issue_custom_field_test.rb | 2 +-
test/unit/issue_import_test.rb | 2 +-
test/unit/issue_nested_set_concurrency_test.rb | 2 +-
test/unit/issue_nested_set_test.rb | 2 +-
test/unit/issue_priority_test.rb | 16 +-
test/unit/issue_relation_test.rb | 2 +-
test/unit/issue_scopes_test.rb | 2 +-
test/unit/issue_status_test.rb | 2 +-
test/unit/issue_subtasking_test.rb | 2 +-
test/unit/issue_test.rb | 68 +++++-
test/unit/issue_transaction_test.rb | 2 +-
test/unit/journal_observer_test.rb | 2 +-
test/unit/journal_test.rb | 2 +-
test/unit/lib/redmine/access_control_test.rb | 2 +-
test/unit/lib/redmine/ciphering_test.rb | 2 +-
test/unit/lib/redmine/codeset_util_test.rb | 2 +-
test/unit/lib/redmine/configuration_test.rb | 2 +-
test/unit/lib/redmine/export/csv_test.rb | 2 +-
test/unit/lib/redmine/export/pdf_test.rb | 2 +-
.../lib/redmine/field_format/bool_format_test.rb | 2 +-
.../field_format/enumeration_format_test.rb | 2 +-
.../lib/redmine/field_format/field_format_test.rb | 2 +-
.../lib/redmine/field_format/link_format_test.rb | 2 +-
.../lib/redmine/field_format/list_format_test.rb | 2 +-
.../redmine/field_format/numeric_format_test.rb | 2 +-
.../redmine/field_format/user_field_format_test.rb | 2 +-
.../field_format/version_field_format_test.rb | 2 +-
test/unit/lib/redmine/helpers/calendar_test.rb | 2 +-
test/unit/lib/redmine/helpers/diff_test.rb | 2 +-
test/unit/lib/redmine/helpers/gantt_test.rb | 2 +-
test/unit/lib/redmine/hook_test.rb | 2 +-
test/unit/lib/redmine/i18n_test.rb | 2 +-
test/unit/lib/redmine/info_test.rb | 2 +-
test/unit/lib/redmine/menu_manager/mapper_test.rb | 2 +-
.../lib/redmine/menu_manager/menu_helper_test.rb | 2 +-
.../lib/redmine/menu_manager/menu_item_test.rb | 2 +-
test/unit/lib/redmine/menu_manager_test.rb | 2 +-
test/unit/lib/redmine/mime_type_test.rb | 2 +-
test/unit/lib/redmine/notifiable_test.rb | 2 +-
test/unit/lib/redmine/pagination_helper_test.rb | 2 +-
test/unit/lib/redmine/pagination_test.rb | 2 +-
test/unit/lib/redmine/plugin_test.rb | 2 +-
test/unit/lib/redmine/safe_attributes_test.rb | 2 +-
.../redmine/scm/adapters/bazaar_adapter_test.rb | 2 +-
.../lib/redmine/scm/adapters/cvs_adapter_test.rb | 2 +-
.../lib/redmine/scm/adapters/darcs_adapter_test.rb | 2 +-
.../scm/adapters/filesystem_adapter_test.rb | 2 +-
.../lib/redmine/scm/adapters/git_adapter_test.rb | 2 +-
.../redmine/scm/adapters/mercurial_adapter_test.rb | 2 +-
.../scm/adapters/subversion_adapter_test.rb | 2 +-
test/unit/lib/redmine/themes_test.rb | 2 +-
test/unit/lib/redmine/unified_diff_test.rb | 2 +-
test/unit/lib/redmine/utils/date_calculation.rb | 2 +-
test/unit/lib/redmine/views/builders/json_test.rb | 2 +-
test/unit/lib/redmine/views/builders/xml_test.rb | 2 +-
.../redmine/views/labelled_form_builder_test.rb | 2 +-
.../redmine/wiki_formatting/html_parser_test.rb | 2 +-
.../lib/redmine/wiki_formatting/macros_test.rb | 2 +-
.../wiki_formatting/markdown_formatter_test.rb | 2 +-
.../wiki_formatting/markdown_html_parser_test.rb | 2 +-
.../wiki_formatting/textile_formatter_test.rb | 2 +-
.../wiki_formatting/textile_html_parser_test.rb | 2 +-
test/unit/lib/redmine/wiki_formatting_test.rb | 2 +-
test/unit/lib/redmine_test.rb | 2 +-
test/unit/mail_handler_test.rb | 2 +-
test/unit/mailer_test.rb | 2 +-
test/unit/member_test.rb | 2 +-
test/unit/message_test.rb | 2 +-
test/unit/news_test.rb | 2 +-
test/unit/principal_test.rb | 2 +-
test/unit/project_copy_test.rb | 2 +-
test/unit/project_members_inheritance_test.rb | 2 +-
test/unit/project_nested_set_concurrency_test.rb | 2 +-
test/unit/project_nested_set_test.rb | 2 +-
test/unit/project_test.rb | 2 +-
test/unit/query_test.rb | 2 +-
test/unit/repository_bazaar_test.rb | 2 +-
test/unit/repository_cvs_test.rb | 2 +-
test/unit/repository_darcs_test.rb | 2 +-
test/unit/repository_filesystem_test.rb | 2 +-
test/unit/repository_git_test.rb | 2 +-
test/unit/repository_mercurial_test.rb | 2 +-
test/unit/repository_subversion_test.rb | 2 +-
test/unit/repository_test.rb | 2 +-
test/unit/role_test.rb | 2 +-
test/unit/search_test.rb | 2 +-
test/unit/setting_test.rb | 2 +-
test/unit/time_entry_activity_test.rb | 2 +-
test/unit/time_entry_query_test.rb | 2 +-
test/unit/time_entry_test.rb | 2 +-
test/unit/token_test.rb | 2 +-
test/unit/tracker_test.rb | 2 +-
test/unit/user_preference_test.rb | 9 +-
test/unit/user_test.rb | 2 +-
test/unit/version_test.rb | 2 +-
test/unit/watcher_test.rb | 2 +-
test/unit/wiki_content_test.rb | 2 +-
test/unit/wiki_content_version_test.rb | 2 +-
test/unit/wiki_page_test.rb | 20 +-
test/unit/wiki_redirect_test.rb | 2 +-
test/unit/wiki_test.rb | 2 +-
test/unit/workflow_test.rb | 2 +-
test/unit/workflow_transition_test.rb | 2 +-
640 files changed, 1658 insertions(+), 1333 deletions(-)
delete mode 100644 .travis.yml
delete mode 100644 test/travis/install-openldap.sh
delete mode 100644 test/travis/mariadb.pref
create mode 100644 test/ui/custom_fields_test_ui.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list