Plugins Directory » Comment edit history
|  | Author: | Jonas Liubinas | 
|---|---|---|
| Website: | https://github.com/jonasliu95/comment_edit_history | |
| Code repository: | https://github.com/jonasliu95/comment_edit_history | |
| Registered on: | 2025-10-28 (2 days ago) | |
| Current version: | 0.2.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x | |
| User ratings: | 
Captures every change made to the notes of an issue journal entry.
Stores the full text of each revision alongside the editor and timestamp.
Adds a toggleable panel under each updated comment so all users can review the prior versions.
Tested with Redmine 6.1 bookworm, 6.0.5
Installation notes
clone to plugins folder and perform:
1) Migration:
bundle exec rake redmine:plugins:migrate NAME=comment_edit_history RAILS_ENV=production
2) Assets precompile:
bundle exec rake assets:precompile NAME=comment_edit_history RAILS_ENV=production
3) Restart redmine
Changelog
0.2.0 (2025-10-29)
Compatible with Redmine 6.1.x, 6.0.x.
•    Resolved an issue with long index names on certain databases.
•    Corrected the last edit timestamp display.