Path to this page:
./
devel/ruby-redmine51,
Flexible project management web application
Branch: CURRENT,
Version: 5.1.5nb1,
Package name: ruby32-redmine51-5.1.5nb1,
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.1 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 2023/11/29 16:10:19 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: 3180.863 KB
Version history: (Expand)
- (2024-12-15) Updated to version: ruby32-redmine51-5.1.5nb1
- (2024-12-13) Updated to version: ruby32-redmine51-5.1.5
- (2024-11-06) Updated to version: ruby32-redmine51-5.1.4
- (2024-06-19) Updated to version: ruby32-redmine51-5.1.3
- (2024-05-05) Updated to version: ruby32-redmine51-5.1.2nb1
- (2024-03-10) Updated to version: ruby32-redmine51-5.1.2
CVS history: (Expand)
2024-12-15 13:38:27 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
devel/ruby-redmine51: correct script name to use
Bump PKGREVISION.
|
2024-12-13 17:31:18 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-redmine51: update to 5.1.5
5.1.5 (2024-12-11)
[Accounts / authentication]
* Feature #41927: Enable browser autocomplete for 2FA input fields
* Feature #41937: Enable browser autocomplete for login input fields
[Code cleanup/refactoring]
* Defect #41795: Missing fixture: a test does not pass if the
'issue_categories' fixtures are not already loaded
* Patch #41881: Improper deletion of custom fields in
IssueNestedSetConcurrencyTest causes test failures of other tests
* Patch #41889: Fix random test failures in Redmine::Acts::MentionableTest
due to unsorted mentioned_users
* Patch #41894: Fix random test failure by ensuring
WatchersController#find_objects_from_params returns results in consistent
order
* Patch #41901: Fix random test failure in DestroyProjectsJobTest due to
unsorted Projects Projects
* Patch #41902: Fix class name to match file name in
keyboard_shortcuts_test.rb
* Patch #41931: Fix random failures in
IssueRelationTest#test_create_with_initialized_journals due to ambiguous
conditions for retrieving the expected detail
* Patch #41934: Fix random test failure in
ProjectsControllerTest::test_post_copy_should_copy_requested_items due to
missing :issue_categories fixture
* Patch #41951: Fix random test failure in IssueTest due to unsorted
expected_statuses
[Gems support]
* Defect #41749: Warning during startup: "Unresolved or ambiguous specs
during Gem::Specification.reset"
[Issues]
* Defect #40301: Error when create a version with custom field of "File"
type from Issue page
[UI]
* Defect #41778: Name field in custom query creation/edit form is not marked
as required
|
2024-11-06 17:21:19 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-redmine51: update to 5.1.4
5.1.4 (2024-11-03)
[Code cleanup/refactoring]
* Patch #41313: Fix test/unit/issue_test.rb to use correct IANA timezone
name "Asia/Hong_Kong" instead of deprecated "Hongkong"
[Filters]
* Defect #41079: Incorrect sorting of users grouped by status in issue
filters for administrators
[Gantt]
* Defect #41263: Gantt progress line misrendering for 0% progress
issues/versions with future start dates beyond chart range
[I18n]
* Defect #37072: Capitalization issue for object names in I18n keys:
button_save_object, button_edit_object, and button_delete_object
* Defect #39778: Untranslated string "OK" in the repository browser
[Importers]
* Defect #41465: "Import issues" and "Import time entries" \
pages are visible
to users without "Add issues" and "Log spent time" permissions
[Issues]
* Defect #8539: Fix NoMethodError in Issue#blocked? due to invalid
issue_from_id in Issue#relations_from
* Defect #40860: Creating a new issue fails with an internal error if no
issue priorities are defined
[Projects]
* Defect #41217: Broken project list table when filter scheduled for
deletion
[Ruby support]
* Patch #41489: Update Rails to 6.1.7.10
[SCM]
* Defect #40948: ActiveRecord::ValueTooLong error with git author longer
than 255 characters
[Security]
* Defect #40946: Watcher list visible with only add watchers permissions
[Text formatting]
* Defect #41096: "##" syntax auto complete does not work
[Time tracking]
* Defect #40924: Spent Hours ignoring "Time Span Format" Setting on several
pages
[Translations]
* Patch #40875: Improve Czech translation for "two-factor authentication"
* Patch #40950: Improve english translation for invalid watcher notice
* Patch #41254: Brazilian Portuguese translation update for 5.1-stable
* Patch #41420: Italian translation update for 5.1-stable
[UI]
* Patch #41624: CSS-fix to prevent 'blinking' tooltips
[Wiki]
* Defect #40655: Revisions count is wrong on the wiki content page
* Defect #40716: "Edit this section" on Wiki pages misinterprets issue \
links
with double hash (##nnn) as ATX headings
|
2024-06-19 13:19:22 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-redmine51: update to 5.1.3
5.1.3 (2024-06-12)
[Code cleanup/refactoring]
* Defect #40389: Missing fixture: add :groups_users fixture to
Redmine::ApiTest::UsersTest
[Gems support]
* Defect #40603: Mocha 2.2.0 causes test failure: "unexpected invocation"
* Patch #40802: Support builder 3.3.0
[Issues]
* Defect #40410: Watcher groups on new issue form get dereferenced on
validation error
* Defect #40412: Issue list filter "Watched by: me" only shows issues
watched via group for projects with the view_issue_watchers permission
* Feature #40556: Focus on the textarea after clicking the Edit Journal
button
[Issues workflow]
* Patch #40693: Ignore status in roleld_up_status if workflow only defines
identity transition
[Performance]
* Defect #40610: Slow display of projects list when including project
description column
[Rails support]
* Patch #40818: Update Rails to 6.1.7.8
[Translations]
* Patch #40682: Czech translation update for 5.1-stable
|
2024-05-05 16:42:49 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
devel/ruby-redmine51: relax dependency
Remove upper bound version for ruby-sqlite3 dependency.
Bump PKGREVISION.
|
2024-03-10 16:22:34 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-redmine51: update to 5.1.2
5.1.2 (2023-03-04)
[Activity view]
* Defect #39995: Project Activities and Roadmap views disclose presence of
private sub projects
[Administration]
* Defect #40166: Internationalize "Check all / Uncheck all" tooltip in
project list for admins
[Code cleanup/refactoring]
* Defect #39864: Backport fix of random failing integration test for plugin
routes
* Defect #40239: Add missing fixtures in Redmine::ApiTest::IssuesTest
* 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
[Database]
* Patch #39865: Extend mysql8? test helper to handle complex version strings
[Filters]
* Defect #39991: Fix "any" operator for text filters to exclude empty text
values
[Issues]
* Defect #39932: Incorrect position of "Edited" mark in issue notes with h4
headings
[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
[REST API]
* Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to
5.1
[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 #39755: CommonMark Markdown help page does not reflect user's
language setting
* 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
* Patch #39751: Additional translation for Tamil language
* Patch #39781: Persian translation update for 5.1-stable
* Patch #39782: Russian translation update for 5.1-stable
* Patch #40240: Catalan translation update for 5.1-stable
[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:35:43 by Takahiro Kambe | Files touched by this commit (5) | |
Log message:
devel/ruby-redmine51: update to 5.1.1
pkgsrc change: depends on net/ruby-net-{imap,pop,smtp} with ruby31.
5.1.1 (2023-11-27)
[Database]
* Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency
* Defect #39443: Invalid statement query error on MSSQL when role filter is
used in issues query
* Patch #39737: Support MySQL 8
[Email notifications]
* Defect #39553: Mention notification is not sent
(MENTION_PATTERN / LINKS_RE inconsistency)
[Filters]
* Defect #39714: Query grouping filter not working for custom field
relations
[Gems support]
* Defect #39576: `rake yard` does not work with Ruby >= 3.2
[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
[Translations]
* Patch #39513: Bulgarian translation update for 5.1-stable
* Patch #39551: Simplified Chinese translation update for 5.1-stable
|
2023-11-29 17:10:19 by Takahiro Kambe | Files touched by this commit (19) |
Log message:
devel/ruby-redmine51: add version 5.1.0
Add ruby-redmine51 package version 5.1.0.
Redmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.
Redmine 5.1 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.
|