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

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


Branch: CURRENT, Version: 5.1.7, Package name: ruby32-redmine51-5.1.7, 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 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 [+/-]


Package options: mysql, ruby-unicorn

Master sites:

Filesize: 3177.489 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-18 14:27:40 by Takahiro Kambe | Files touched by this commit (1)
Log message:
ruby-redmine51/Makefile: fix typo in dependency

There is no ruby-net-csv but ruby-csv.
   2025-03-16 13:38:01 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
lang/ruby-redmine51: update to 5.1.7

This is security release.

5.1.7 (2025-03-10)

[Code cleanup/refactoring]

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

[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

[Security]

* 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
   2025-02-09 11:28:39 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-redmine51: update to 5.1.6

5.1.6 (2025-01-29)

Code cleanup/refactoring

* Patch #41961: Use "fixtures :all" to ensure consistent test data and
  improve test reliability

* Patch #42140: Update footer copyright year to 2025

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
   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) | Package updated
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) | Package updated
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) | Package updated
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.