Skip to content

Conversation

@andrey-eysmont
Copy link

@andrey-eysmont andrey-eysmont commented Nov 12, 2025

Update notes

This is a Localizable plugin of version "0.4.0" updated with SouthBridge.

Compatibility: Redmine 6.1 / Rails 7.2 / Ruby 3.3

Redmine 6.1 compatibility:

  • fix view hooks logic for name_in_english field

Rails 7 autoloading compatibility:

  • Removed deprecated require_dependency calls
  • Replaced with require_relative inside Rails.configuration.to_prepare block
  • Removed ActiveSupport::Dependencies manipulation code

Modern Ruby/Rails patterns:

  • Refactored from include + alias_method pattern to prepend
  • Changed patch application to after_initialize for proper loading
  • Updated all model patches (Role, Tracker, IssueStatus, CustomField, Enumeration, User)
  • Removed unnecessary # encoding: UTF-8 comments (UTF-8 is default in Ruby 3.3)

Testing:

  • Plugin tested with Redmine 6.1, Rails 7.2, Ruby 3.3.10

@andrey-eysmont andrey-eysmont self-assigned this Nov 12, 2025
@andrey-eysmont andrey-eysmont marked this pull request as draft November 12, 2025 12:14
@andrey-eysmont andrey-eysmont force-pushed the 1063469-bump-to-redmine6.1 branch from f0ce52e to f8a2fcd Compare November 18, 2025 15:02
@andrey-eysmont andrey-eysmont force-pushed the 1063469-bump-to-redmine6.1 branch from f8a2fcd to c451b00 Compare January 8, 2026 08:24
@andrey-eysmont andrey-eysmont marked this pull request as ready for review January 8, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants