Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-turbo
https://github.com/bestpractical/rt-extension-turbo
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-turbo
- Owner: bestpractical
- Created: 2022-08-01T19:27:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T18:07:07.000Z (over 2 years ago)
- Last Synced: 2024-11-11T14:50:13.146Z (2 months ago)
- Language: JavaScript
- Homepage: http://metacpan.org/release/rt-extension-turbo
- Size: 69.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT-Extension-Turbo - Experimental extension using TurboDESCRIPTION
An experimental extension using Turbo with
RT.RT VERSION
Works with RT 5.INSTALLATION
perl Makefile.PL
make
make install
May need root permissionsPatch RT
If you are running on RT 5.0.3 or earlier, apply the included patch:patch -p1 -d /opt/rt5 < patches/0001-Add-callback-to-modify-content-presented-via-TitleBo.patch
Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Plugin('RT::Extension::Turbo');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
ToDo
* Make it a user-level and global config option to switch homepages* Get forms working (Quickcreate)
* Add auto-refresh feature per portlet
* Update RT to read the "collapsed" cookie setting and load titlebox
closed if the titlebox has been hidden. Currently we load open, then
quickly close it. This allows lazy load to work properly.AUTHOR
Best Practical Solutions, LLCAll bugs should be reported via email to
[email protected]
or via the web at
http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-Turbo
LICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Best Practical Solutions, LLCThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991