Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bestpractical/rt-extension-turbo


https://github.com/bestpractical/rt-extension-turbo

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

NAME
RT-Extension-Turbo - Experimental extension using Turbo

DESCRIPTION
An experimental extension using Turbo with
RT.

RT VERSION
Works with RT 5.

INSTALLATION
perl Makefile.PL
make
make install
May need root permissions

Patch 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/obj

Restart 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, LLC

All 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, LLC

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991