Path to this page:
./
devel/ruby-redmine60,
Flexible project management web application
Branch: CURRENT,
Version: 6.0.3,
Package name: ruby32-redmine60-6.0.3,
Maintainer: pkgsrc-usersRedmine 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 [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2024/12/13 17:19:28 taca Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
RM_DIR="@PREFIX@/@RM_DIR@"
case "${STAGE}" in
DEINSTALL)
cd ${RM_DIR} && ${RM} -f Gemfile.lock;;
esac
Package options: mysql, ruby-unicorn
Master sites:
Filesize: 3961.982 KB
Version history: (Expand)
- (2025-02-09) Updated to version: ruby32-redmine60-6.0.3
- (2025-01-20) Updated to version: ruby32-redmine60-6.0.2nb1
- (2024-12-13) Package added to pkgsrc.se, version ruby32-redmine60-6.0.2 (created)
CVS history: (Expand)
2025-02-09 11:31:31 by Takahiro Kambe | Files touched by this commit (3) |  |
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)
|