選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Go MAEDA cb617673b3 Cleanup debug code in app/models/mail_handler.rb (#39184). 8ヶ月前
..
repository Fix RuboCop offense Lint/RedundantSafeNavigation (#36919). 1年前
anonymous_user.rb Update copyright year to 2023 (#38141). 1年前
attachment.rb Support for WebP images (#38168). 1年前
auth_source.rb Update copyright year to 2023 (#38141). 1年前
auth_source_ldap.rb Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). 1年前
board.rb Update copyright year to 2023 (#38141). 1年前
change.rb Update copyright year to 2023 (#38141). 1年前
changeset.rb Fix RuboCop offense Performance/ConstantRegexp (#38146). 1年前
comment.rb Update copyright year to 2023 (#38141). 1年前
custom_field.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
custom_field_enumeration.rb Update copyright year to 2023 (#38141). 1年前
custom_field_value.rb Update copyright year to 2023 (#38141). 1年前
custom_value.rb Update copyright year to 2023 (#38141). 1年前
document.rb Update copyright year to 2023 (#38141). 1年前
document_category.rb Update copyright year to 2023 (#38141). 1年前
document_category_custom_field.rb Update copyright year to 2023 (#38141). 1年前
document_custom_field.rb Update copyright year to 2023 (#38141). 1年前
email_address.rb Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate email validation (#36969). 8ヶ月前
enabled_module.rb Update copyright year to 2023 (#38141). 1年前
enumeration.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
group.rb Cannot add a user to a group if the group is a member without roles in a certain project (#38443). 1年前
group_anonymous.rb Update copyright year to 2023 (#38141). 1年前
group_builtin.rb Update copyright year to 2023 (#38141). 1年前
group_custom_field.rb Update copyright year to 2023 (#38141). 1年前
group_non_member.rb Update copyright year to 2023 (#38141). 1年前
import.rb Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). 1年前
import_item.rb Update copyright year to 2023 (#38141). 1年前
issue.rb Retry in case of stale issue during Issue.update_versions (#38820). 9ヶ月前
issue_category.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
issue_custom_field.rb Update copyright year to 2023 (#38141). 1年前
issue_import.rb Update copyright year to 2023 (#38141). 1年前
issue_priority.rb Update copyright year to 2023 (#38141). 1年前
issue_priority_custom_field.rb Update copyright year to 2023 (#38141). 1年前
issue_query.rb Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319). 8ヶ月前
issue_relation.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
issue_status.rb Add description for issue statuses and display them in issue new/edit form (#2568). 9ヶ月前
journal.rb Disable auto watch for the anonymous user (#38238). 1年前
journal_detail.rb Update copyright year to 2023 (#38141). 1年前
mail_handler.rb Cleanup debug code in app/models/mail_handler.rb (#39184). 8ヶ月前
mailer.rb Add X-Redmine-Issue-Priority headers to issue notification mails (#2746). 1年前
member.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
member_role.rb Roles of a project member should not be made empty (#37166). 1年前
message.rb Update copyright year to 2023 (#38141). 1年前
news.rb Update copyright year to 2023 (#38141). 1年前
principal.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
project.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
project_custom_field.rb Update copyright year to 2023 (#38141). 1年前
project_query.rb Update copyright year to 2023 (#38141). 1年前
query.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 9ヶ月前
repository.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
role.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
setting.rb Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate email validation (#36969). 8ヶ月前
time_entry.rb Avoid exception during validation if the spent_on date of a time entry was removed (#39079). 9ヶ月前
time_entry_activity.rb Update copyright year to 2023 (#38141). 1年前
time_entry_activity_custom_field.rb Update copyright year to 2023 (#38141). 1年前
time_entry_custom_field.rb Update copyright year to 2023 (#38141). 1年前
time_entry_import.rb Time Entry Import fails to import custom fields with "User" format (#38254). 1年前
time_entry_query.rb Add Parent task filter and column to Spent time (#37623). 1年前
token.rb Update copyright year to 2023 (#38141). 1年前
tracker.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
user.rb Raise the maximum length of the last name to 255 characters (#37679). 9ヶ月前
user_custom_field.rb Update copyright year to 2023 (#38141). 1年前
user_import.rb Update copyright year to 2023 (#38141). 1年前
user_preference.rb Auto watch issues on issue creation (#38238). 1年前
user_query.rb Update copyright year to 2023 (#38141). 1年前
version.rb <=> operator should return nil when invoked with an incomparable object (#38772). 11ヶ月前
version_custom_field.rb Update copyright year to 2023 (#38141). 1年前
watcher.rb Update copyright year to 2023 (#38141). 1年前
wiki.rb Update copyright year to 2023 (#38141). 1年前
wiki_annotate.rb Update copyright year to 2023 (#38141). 1年前
wiki_content.rb Update copyright year to 2023 (#38141). 1年前
wiki_content_version.rb Update copyright year to 2023 (#38141). 1年前
wiki_diff.rb Update copyright year to 2023 (#38141). 1年前
wiki_page.rb Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). 1年前
wiki_redirect.rb Update copyright year to 2023 (#38141). 1年前
workflow_permission.rb Update copyright year to 2023 (#38141). 1年前
workflow_rule.rb Update copyright year to 2023 (#38141). 1年前
workflow_transition.rb Update copyright year to 2023 (#38141). 1年前