Releases: NETWAYS/rt-extension-historycomponent
Releases · NETWAYS/rt-extension-historycomponent
Version 3.0.0
RT 6 Port
This release ports the extension to RT 6. For RT 4.4 use version 2.x.
Changes
- Require RT 6.0.0;
inc/regenerated with Module::Install::RTx 0.45 soMakefile.PLfinds RT under/opt/rt6 - Portlet modernized to RT 6 markup: Bootstrap tables with
TableAccent, status rendered as lifecycle-colored badge via the core/Elements/StatusBadge - Content is lazy-loaded through the core TitleBox/htmx infrastructure and refreshes automatically on history navigation
- Hardening: tickets the user can no longer see are skipped, attribute content is guarded with ref checks, the ticket count in the title is derived from the rendered list
- Documentation updated for RT 6 with a new screenshot
Tested against RT 6.0.3.
Version 2.1.0
Final release for RT 4.4 / RT 5
This is the last release supporting RT 4.4 and RT 5. Version 3.x requires RT 6.
Changes
- Fetch the recently viewed tickets from the raw attribute including timestamps
- Do not record ticket views outside the web interface
- Add LICENSE file
- Whitespace cleanup