Path to this page:
./
devel/ruby-redmine50,
Flexible project management web application
Branch: pkgsrc-2022Q3,
Version: 5.0.3,
Package name: ruby27-redmine50-5.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 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: 3040.438 KB
Version history: (Expand)
- (2022-10-23) Updated to version: ruby27-redmine50-5.0.3
- (2022-09-26) Package added to pkgsrc.se, version ruby27-redmine50-5.0.2nb1 (created)
CVS history: (Expand)
2022-10-23 13:30:42 by Benny Siegert | Files touched by this commit (4) | |
Log message:
Pullup ticket #6690 - requested by taca
devel/ruby-redmine50: security fix
Revisions pulled up:
- devel/ruby-redmine50/Makefile 1.4
- devel/ruby-redmine50/PLIST 1.2
- devel/ruby-redmine50/distinfo 1.3
- devel/ruby-redmine50/patches/patch-Gemfile 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 15:32:55 UTC 2022
Modified Files:
pkgsrc/devel/ruby-redmine50: Makefile PLIST distinfo
pkgsrc/devel/ruby-redmine50/patches: patch-Gemfile
Log message:
devel/ruby-redmine50: update to 5.0.3
5.0.3 (2022-10-02)
[Code cleanup/refactoring]
* Defect #37609: Remove obsolete remnant public/images/openid-bg.gif
* Defect #37449: Passing a wrong parameter to `with_settings` in
UserTest::test_random_password_include_required_characters
[Filters]
* Defect #36940: Chained custom field filter doesn't work for User fields
* Defect #37349: Chained custom field filter for User fields returns 500
internal server error when filtering after a float value
[Issues]
* Defect #37369: Mention auto-complete not works in bulk-edit comments
* Defect #37499: Default query should not be applied if the query is not
allowed to be set as the default
* Defect #37473: Focus IssueId not working when linking issues
[Issues list]
* Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2
[Rails support]
* Patch #37452: Update Rails to 6.1.7
[Security]
* Defect #37492: Update jQuery UI to 1.13.2
[SCM]
* Defect #33953: Repository tab is not displayed if no repository is set as
the main repository
* Defect #36258: Support revision without any message in Mercurial
repositories
* Defect #37585: Do not show "History" tab for content in Filesystem
repository
* Defect #37626: Diff of a javascript file in repository module is not
displayed with layout
* Defect #37718: Repository browser does not show "+" (plus sign) in
filename
[SCM extra]
* Defect #37562: POST Requests to repository WS fail with "Can't verify CSRF
token authenticity"
[Text formatting]
* Defect #37237: Common Markdown Formatter does not render all properties on
HTML elements
* Patch #37713: Add rel="noopener" to all external links that would \
open a
new tab/window
* Defect #37379: Thumbnail macro does not work when a file is attached and
preview is displayed immediately
[Translations]
* Defect #37529: Fix mistranslation of label button_create_and_follow in
Russian translation
* Defect #37603: Missing translation for label_default_queries.for_this_user
* Patch #35613: German translation update of Wiki syntax help for 5.0-stable
* Patch #37263: Lithuanian translation update for 5.0-stable
* Patch #37698: Persian translation update for 4.2-stable
[UI]
* Defect #36901: Jump to project is misaligned in Safari 15.4 and later
* Defect #37282: Subtask isn't displayed correctly since 4.2.7
* Defect #37481: Fix the unintentional selection of rows with the context
menu
* Defect #37566: The number of the ordered list in the project description
is not displayed and the indentation does not match the unordered list
|