Re: [rt-users] Extensions

2012-03-28 Thread Paul Tomblin
On Wed, Mar 28, 2012 at 11:03 AM, Kevin Falcone wrote: > On Wed, Mar 28, 2012 at 10:58:03AM -0400, Paul Tomblin wrote: > >Is there any documentation somewhere on how to package up the > extensions - not how to write > >them, but how to do the other stuff like the Makefile.PL and META.yml >

Re: [rt-users] Extensions

2012-03-28 Thread Kevin Falcone
On Wed, Mar 28, 2012 at 10:58:03AM -0400, Paul Tomblin wrote: >Is there any documentation somewhere on how to package up the extensions - > not how to write >them, but how to do the other stuff like the Makefile.PL and META.yml so > that it installs. I >tried just copying the Makefile

[rt-users] Extensions

2012-03-28 Thread Paul Tomblin
Is there any documentation somewhere on how to package up the extensions - not how to write them, but how to do the other stuff like the Makefile.PL and META.yml so that it installs. I tried just copying the Makefile.PL and MANIFEST and META.yml from another project, but my html files didn't copy

Re: [rt-users] Extensions

2010-08-26 Thread Sysadmin
Thanks guys, I got it. They all work fine now. David On 8/25/2010 12:55 PM, Michael Finn wrote: Set(@Plugins,(qw(RT::FM))); Set(@Plugins,(qw(RTx::EmailCompletion))); Set(@Plugins,(qw(RT::Extension::ToggleSuperUser))); Set(@Plugins,(qw(RT::Extension::QueueDeactivatedScrips))); How should I list

Re: [rt-users] Extensions

2010-08-25 Thread Michael Finn
> Set(@Plugins,(qw(RT::FM))); > Set(@Plugins,(qw(RTx::EmailCompletion))); > Set(@Plugins,(qw(RT::Extension::ToggleSuperUser))); > Set(@Plugins,(qw(RT::Extension::QueueDeactivatedScrips))); > How should I list this? And do I reinstall then after I correct this, or just > correct the "Set(@Plugins,

Re: [rt-users] Extensions

2010-08-25 Thread Jason Ledford
: Wednesday, August 25, 2010 2:29 PM To: Michael Finn Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Extensions Yes the one from github. And yes I have mutiple plug in lines. Set(@Plugins,(qw(RT::FM))); Set(@Plugins,(qw(RTx::EmailCompletion))); Set(@Plugins,(qw(RT::Extension

Re: [rt-users] Extensions

2010-08-25 Thread Sysadmin
:* Sysadmin *Cc:* rt-users@lists.bestpractical.com *Subject:* Re: [rt-users] Extensions Which version you installed from QueueDeactivatedScrp? The one from github? 2010/8/25 Sysadmin <mailto:sysad...@ruralnetwork.net>> Is there an Extension compatibility list around. I recently install

Re: [rt-users] Extensions

2010-08-25 Thread Michael Finn
users-boun...@lists.bestpractical.com] On Behalf Of Torsten Brumm Sent: Wednesday, August 25, 2010 11:49 AM To: Sysadmin Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Extensions Which version you installed from QueueDeactivatedScrp? The one from github? 2010/8/25 Sysadmin mailto:sysad...@ruralnetwor

Re: [rt-users] Extensions

2010-08-25 Thread Torsten Brumm
Which version you installed from QueueDeactivatedScrp? The one from github? 2010/8/25 Sysadmin > Is there an Extension compatibility list around. I recently installed the > QueueDeactivatedScrip which work very well, then installed the > EmailCompletion extention which also works well only to fi

[rt-users] Extensions

2010-08-25 Thread Sysadmin
Is there an Extension compatibility list around. I recently installed the QueueDeactivatedScrip which work very well, then installed the EmailCompletion extention which also works well only to find that my QueueDeactivatedScrip no longer worked. I there anyway of determining compatibility betwe

Re: [rt-users] Extensions update: Unofficial BecomeUser, and S3Invoker

2009-08-07 Thread Torsten Brumm
Hi Jerrad,your extension sounds usefull.can we find it at cpan? Torsten 2009/8/7 Jerrad Pierce > I'm trying to reach the author of RTx::BecomeUser (su for RT), but in > case that fails, > I've uploaded a development version (1.10_1) that addresses my tickets > for the module. > In particula

[rt-users] Extensions update: Unofficial BecomeUser, and S3Invoker

2009-08-07 Thread Jerrad Pierce
I'm trying to reach the author of RTx::BecomeUser (su for RT), but in case that fails, I've uploaded a development version (1.10_1) that addresses my tickets for the module. In particular, it now works with RT 3.8. It's not something you're likely to need often, but when you do it can be very handy