./devel/ruby-redmine60, Flexible project management web application

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.0.4, Package name: ruby32-redmine60-6.0.4, Maintainer: pkgsrc-users

Redmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.

Redmine 6.0 introduces these new features in these categories:

* Redmine 6 has been upgraded to Rails 7.2
* Ruby 3.3 is now supported and support for Ruby 2.7 and 3.0 has been dropped
* Asset pipeline integration using Propshaft has been enabled
* Support for Markdown has been removed
* Icons have been replaced with SVG icons provided by Tabler
* UI tweaks
* New features and enhancements, some of them being long awaited features
* API changes
* Security improvement:
User visibility changed from "all" to "member of visible projects" for new
roles and existing builtin roles (#38853)
DEINSTALL [+/-]


Package options: mysql, ruby-unicorn

Master sites:

Filesize: 3963.237 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 13:29:40 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
lang/ruby-redmine60: update to 6.0.4

This is security release.

6.0.4 (2025-03-10)

[Administration]

* Feature #42008: Expose default Rails health check endpoint "/up" for load
  balancers and uptime monitoring

[Code cleanup/refactoring]

* Defect #42200: InlineAutocompleteSystemTest login test fails randomly
* Patch #42244: Fix random failures in IssuesTest#test_bulk_copy due to
  StaleElementReferenceError

[Custom fields]

* Defect #42233: Float custom values with ',' as decimal separator are not
  converted to '.' and cause SQL errors when sorting or summing

[Gems support]

* Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown
  database adapter `"mysql2"` found in config/database.yml

[No category]

* Feature #30069: Use GitHub Actions as a secondary CI solution to run tests
  through the existing mirroring

[Project settings]

* Defect #42192: Project settings members tab may raise ArgumentError if
  orphaned member records exist

[Security]

* Defect #42238: Stored Cross-Site Scripting (XSS) in custom query
* Defect #42326: Stored Cross-Site Scripting (XSS) in macros
* Defect #42352: ProjectQuery leaks details of private projects
* Defect #42194: /my/account does not correctly enforce sudo mode
* Patch #42333: Update Nokogiri to 1.18.3

[Time tracking]

* Defect #42172: `format_hours` method produces incorrect output for
  negative time values when `Setting.timespan_format` is "minutes"

[Translations]

* Defect #42170: Fix Turkish translation of field_assignable
* Patch #42239: Czech translation update for 6.0-stable

[UI]

* Defect #42229: Latest news box on home page misses icons

[UI - Responsive]

* Defect #42182: Poor color contrast of icons on flyout menu
   2025-02-09 11:31:31 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-redmine60: update to 6.0.3

6.0.3 (2025-01-29)

Accounts / authentication

* Defect #41930: Redirection after signing in fails when the back_url
  includes a port number

Activity view

* Defect #42003: Misalignment of icons and titles in Activity view
* Defect #42070: Whitespace missing after hyphen between project name and
  event title in Activity view
* Feature #42038: Improve readability by adjusting font sizes and colors in
  activity view and search results

Attachments

* Defect #42084: Placeholder icon for non-existent thumbnail flickers
  rapidly on hover

Code cleanup/refactoring

* Defect #42088: Fix incorrect syntax in application.css on 6.0-stable
* Patch #41961: Use "fixtures :all" to ensure consistent test data and
  improve test reliability
* Patch #42089: Fix Lint workflow error on 6.0-stable due to unsupported
  ruby/setup-ruby on Ubuntu 24.04
* Patch #42140: Update footer copyright year to 2025

Gantt

* Defect #41925: Context menu submenus close unexpectedly on Gantt chart due
  to z-index conflict

Gems support

* Defect #42013: Redmine fails to start with error: Unknown database adapter
  "mysql2" found in config/database.yml

Issues

* Defect #42066: NoMethodError exception occurs in IssuePriority#high and
  #low when both default and active priorities are absent

Permissions and roles

* Defect #42106: Member roles are incorrectly added when a user's
  memberships are updated

Rails support

* Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
* Patch #41970: Updates Rails to 7.2.2.1

UI

* Defect #42023: Search results page uses legacy icons
* Defect #42051: "Font used for text areas" setting causes \ 
inconsistent font
  size
* Defect #42117: Key-value list reorder icon uses legacy icon
* Defect #42126: The member table layout breaks due to .icon class on td
  elements
* Defect #42130: Multiselect toggle uses legacy icons
* Feature #42005: Improve readability of error pages by updating fonts and
  layout
* Feature #42072: Adjust font size for breadcrumb and subtitle to improve
  readability and consistency
   2025-01-20 15:29:19 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-redmine60: relax dependency

Allow depends on ruby-minimagick 5.1.

Bump PKGREVISION.
   2024-12-13 18:19:29 by Takahiro Kambe | Files touched by this commit (19)
Log message:
devel/ruby-redmine60: add package version 6.0.2

Redmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.

Redmine 6.0 introduces these new features in these categories:

* Redmine 6 has been upgraded to Rails 7.2
* Ruby 3.3 is now supported and support for Ruby 2.7 and 3.0 has been dropped
* Asset pipeline integration using Propshaft has been enabled
* Support for Markdown has been removed
* Icons have been replaced with SVG icons provided by Tabler
* UI tweaks
* New features and enhancements, some of them being long awaited features
* API changes
* Security improvement:
  User visibility changed from "all" to "member of visible \ 
projects" for new
  roles and existing builtin roles (#38853)