Path to this page:
./
devel/ruby-redmine50,
Flexible project management web application
Branch: CURRENT,
Version: 5.0.9,
Package name: ruby31-redmine50-5.0.9,
Maintainer: pkgsrc-usersRedmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.
Redmine 5.0 introduces these new features in these categories:
* Migrate to Rails 6.1 with Zeitwerk autoloading.
* Introduced CommonMark Markdown (GitHub Flavored) formatter as an
alternative to existing Markdown formatter based on Redcarpet.
* Users can be mention now using @ autocomplete by other users with add
watchers permission.
* Issue custom query: default query per instance, project and user.
* Default project custom query: per instance and per user.
* Ability to add watchers to Wiki pages.
* Issues can now be filtered by notes or by file description.
* "Contains" operator supports now multiple search items.
Using wilcard characters (_ or %) is no longer supported.
* Two-factor authentication improvements: you can enable it only for certain
groups or for users with administration rights.
DEINSTALL [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2022/09/03 13:53:58 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: 3077.783 KB
Version history: (Expand)
- (2024-06-19) Updated to version: ruby31-redmine50-5.0.9
- (2024-05-05) Updated to version: ruby31-redmine50-5.0.8nb1
- (2024-03-10) Updated to version: ruby31-redmine50-5.0.8
- (2023-12-14) Updated to version: ruby31-redmine50-5.0.7
- (2023-10-23) Updated to version: ruby31-redmine50-5.0.6
- (2023-08-14) Updated to version: ruby31-redmine50-5.0.5nb4
CVS history: (Expand)
2024-03-10 16:20:02 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-redmine50: update to 5.0.8
5.0.8 (2024-03-04)
[Activity view]
* Defect #39995: Project Activities and Roadmap views disclose presence of
private sub projects
[Code cleanup/refactoring]
* Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new
* Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote
* Patch #40043: Remove year ranges from all copyright headers
[Filters]
* Defect #39991: Fix "any" operator for text filters to exclude empty text
values
[Plugin API]
* Defect #39862: Attachments functionality for (custom) plugins broken since
fix for CVE-2022-44030
* Feature #39948: Add Redmine::Plugin proxy method for
Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type
[Rails support]
* Patch #40319: Update Rails to 6.1.7.7
[SEO]
* Defect #40208: An ActionController::RespondToMismatchError occurred in
welcome#robots
[Security]
* Defect #39875: Mitigate CVE-2023-23913 (rails-ujs)
[Text formatting]
* Defect #40193: Performance issue with email address auto-linking in the
default ("none") formatter
* Feature #39884: Allow multiple footnotes per single word
[Translations]
* Defect #39801: Fix typo in Russian translation of text_status_no_workflow
[UI]
* Defect #39780: User select element on activity sidebar views cutoff when
displaying long user names
* Defect #39802: Fix click event handling in mobile view after closing
flyout menu
* Defect #40237: Error in autocomplete (`ActionController::BadRequest
(Invalid query parameters: invalid %-encoding (%)`)
|
2023-12-14 16:31:33 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-redmine50: update to 5.0.7
5.0.7 (2023-11-27)
[Email notifications]
* Defect #39553: Mention notification is not sent
(MENTION_PATTERN / LINKS_RE inconsistency)
[Issues]
* Defect #39521: Mention autocomplete not displaying for users
without "Edit issues" permission
[PDF export]
* Defect #39534: Error (undefined method) in issue list PDF export
[Text formatting]
* Defect #38852: ## issue syntax is not kept when selecting an issue from
the inline autocomplete
|
2023-10-23 16:51:50 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/redmine50: update to 5.0.6
5.0.6 (2023-09-30)
[Code cleanup/refactoring]
* Defect #38797: Fix incorrect argument format for assert_select
[Custom fields]
* Defect #38464: Rendering a custom field with a URL pattern set and
containing " :" in the value raises Addressable::URI::InvalidURIError
[Gantt]
* Defect #38728: Correctly escape issue text in Gantt PNG export for
ImageMagick convert
[Gems support]
* Patch #39070: Allow using the latest version of mocha even when using
Ruby < 2.7
[Groups]
* Defect #38443: Cannot add a user to a group if the group is a member
without roles in a certain project
[PDF export]
* Defect #37694: CommonMark Markdown task list item markers are not
exported to PDF
[Project settings]
* Defect #37166: Roles of a project member should not be made empty
[Projects]
* Defect #38286: "Cannot delete enumeration" error may occur when
attempting to delete a project with time entries
[Rails support]
* Patch #38374: Update Rails to 6.1.7.6
[Ruby support]
* Defect #38617: Redmine 4.2 on Ruby 2.4 is not compatible with loofah
2.21 or higher
[Security]
* Defect #38539: Update Nokogiri to 1.15.2 in 5.0-stable and 4.2-stable
* Defect #38807: XSS in Textile formatter
* Defect #38806: XSS in Markdown formatter
* Defect #38417: XSS Vulnerability in Thumbnails
[Text formatting]
* Defect #38697: Exception during thumbnail macro to image tag conversion
in emails
[Time tracking]
* Defect #39079: NoMethodError when trying to remove the date of an
existing time entry
[Translations]
* Defect #38507: Fix typo in French translation of
setting_bulk_download_max_size
* Patch #38533: Improve the clarity of German translation of
label_user_mail_notify_about_high_priority_issues_html
[UI]
* Defect #33502: Issue field labels for fields with descriptions are
missing styling on issues show view
* Defect #38448: The margin below the Submit button on the issue edit page
is too narrow
* Patch #38359: Render numeric axes in charts as Integers
|
2023-09-09 15:52:57 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Drop support for Ruby 3.0.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-05-30 17:12:11 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-redmine50: drop support for ruby27
And MESSAGE_SUBST moved to ../ruby-redmine/redmine.mk.
|
2023-05-30 16:23:59 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
devel/ruby-redmine50: correct MESSAGE
Since some scripts were wrongly named redmine42_*, substitute ${RM_VER}
for "42".
Bump PKGREVISION.
|
2023-05-24 20:21:20 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | |
Log message:
ruby-redmine: Fix PR pkg/57432
pkgsrc changes:
---------------
* Add patch to update Mercurial helper to work with Python 3 (from
https://www.redmine.org/issues/33784).
* Add dependency on lang/python.
* Make incompatible with python 27.
|