Skip to content

Releases: clear-code/redmine_full_text_search

Full text search plugin 2.0.2 - 2025-09-29

29 Sep 12:40
a707445

Choose a tag to compare

Improvements

  • Supported Redmine 6.0 and Remine 6.1.

  • Changed to use the last update time in the issue notes, in Remine 6.0 and later.

    • Since Remine 6.0 added the last update time to the issue notes, this plugin also uses it.
  • Improved the import of repository changes.

  • Dropped support for Redmine 5.0.

  • Dropped support for end-of-life Ruby versions.

    • For Redmine 5.1: Ruby 2.7, 3.0, 3.1.

    • For Redmine 6.0: Ruby 3.1.

Fixed

  • The status of issues's comment is corrected.

    • The status was set at the time the comment was added, and differed from the actual issue status.
  • Fixed property labels not matching language settings when editing issues.

  • Fixed garbled text in Wiki snippets in search results.

  • Shorten the text of the repository change history.

    • This only impacts MySQL.

    • This is due to the size limit of MySQL TEXT.

Thanks

  • asyahanaicsp

Full text search plugin 2.0.1 - 2024-05-27

27 May 02:10
58ae65b

Choose a tag to compare

Improvements

  • Supported specifying update targets in full_text_search:target:reload.

Full text search plugin 2.0.0 - 2024-05-27

26 May 23:30
1dd7862

Choose a tag to compare

Improvements

  • Dropped support for Redmine 4.

  • Wiki Extensions plugin tag data to be synchronized with full_text_search:synchronize.

Fixed

  • Suppress errors when plugins use Attachment.

    • Skipped because of unknown container_type causing an error.
  • Fixed an error in Wiki Extensions plugin tag import.

Full text search plugin 1.0.4 - 2024-05-16

15 May 23:41
094f43e

Choose a tag to compare

Because it has been a long time since the last release, please excuse this list of commit logs.

  • Search by tags in Wiki Extensions (#137)
  • Support Redmine v5.1 (#123)
  • Enable sort function by registered time on the search page (#119)
  • Add support for Redmine X UX plugin (#112)
  • Add missing icon classes for search options (#110)
  • Add support for destroying a custom field (#109)
  • project custom_field: fix a bug that orphan custom values may be remained
  • issue custom_field: fix a bug that orphan custom values may be remained
  • Drop support for Redmine 4.1
  • Add support for redmica_s3
  • Add support for Redmine 5.0
  • Drop support for Redmine 4.0
  • mroogna: fix Mroonga version check
  • Use ActiveModel::Type::Value
  • Use Int64 for fts_targets.tag_ids
  • Add an option whether include search_id and search_n in URL. (#88)
  • Fix a bug that project related targets aren't found for normal users