RT 3.0.2pre3 is out (Was Re: [rt-devel] ARRAY() issue fixed, I think)
Christian Zagrodnick
cz at gocept.com
Sat Apr 19 04:44:34 EDT 2003
Hi
I have this in 3.0.2pre2 and 3.0.2pre3. Removing the loop works here aswell.
On Sat, Apr 19, 2003 at 03:44:29AM -0400, Jesse Vincent wrote:
> RT 3.0.2pre3 has just hit the distribution point, correcting a small
> oversight in pre2. Can you tell me if _this_ makes it better?
>
> -j
>
>
> On Fri, Apr 18, 2003 at 06:14:41PM -0400, Jesse Vincent wrote:
> > at least it's the bug I thought it was. I just wish I could replicate it
> > here so I can fix it.
> >
> >
> > On Fri, Apr 18, 2003 at 05:08:12PM -0500, James L. Harrison wrote:
> > > Jackpot... Quicksearch and multiright assign is working!
> > >
> > > -Jamie
> > >
> > > -----Original Message-----
> > > From: Jesse Vincent [mailto:jesse at bestpractical.com]
> > > Sent: Friday, April 18, 2003 4:59 PM
> > > To: James L. Harrison
> > > Subject: Re: [rt-devel] ARRAY() issue fixed, I think
> > >
> > >
> > > the entire first foreach oop
> > >
> > >
> > > On Fri, Apr 18, 2003 at 04:45:49PM -0500, James L. Harrison wrote:
> > > > Which out of these:
> > > >
> > > > <%INIT>
> > > > local *session;
> > > > foreach my $key (keys %ARGS) {
> > > > if (ref($ARGS{$key})) {
> > > > @{$ARGS{$key}} = map { Encode::decode('utf-8',$_,
> > > > Encode::FB_PERLQQ)} \ @{$ARGS{$key}};
> > > > }
> > > > $ARGS{$key} = Encode::decode('utf-8',$ARGS{$key},
> > > > Encode::FB_PERLQQ) ;
> > > > }
> > > > if ($ARGS{'Debug'}) {
> > > > require Time::HiRes;
> > > > $m->{'rt_base_time'} = [Time::HiRes::gettimeofday()];
> > > >
> > > > }
> > > > else {
> > > > $m->{'rt_base_time'} = time;
> > > > }
> > > >
> > > > -Jamie
> > > >
> > > > -----Original Message-----
> > > > From: Jesse Vincent [mailto:jesse at bestpractical.com]
> > > > Sent: Friday, April 18, 2003 4:31 PM
> > > > To: James L. Harrison
> > > > Subject: Re: [rt-devel] ARRAY() issue fixed, I think
> > > >
> > > >
> > > > "um"
> > > >
> > > > go into share/html/autohandler and dike out the lines that modify
> > > > %ARGS near the beginning of the file and try that again?
> > > >
> > > >
> > > > On Fri, Apr 18, 2003 at 04:32:59PM -0500, James L. Harrison wrote:
> > > > > $%ARGS = {
> > > > > 'ValueOfQueue' => '8',
> > > > > 'RowsPerPage' => '50',
> > > > > 'StatusOp' => '=',
> > > > > 'ValueOfStatus' => 'ARRAY(0x88a0ca4)',
> > > > > 'QueueOp' => '=',
> > > > > 'Debug' => '2',
> > > > > 'NewSearch' => '1'
> > > > > };
> > > > >
> > > > > -Jamie
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Jesse Vincent [mailto:jesse at bestpractical.com]
> > > > > > Sent: Friday, April 18, 2003 4:24 PM
> > > > > > To: James L. Harrison
> > > > > > Cc: rt-devel at lists.fsck.com
> > > > > > Subject: Re: [rt-devel] ARRAY() issue fixed, I think
> > > > > >
> > > > > >
> > > > > > Ok. for one of the "quick search" links, could you copy and paste
> > > > > > the link into your browser and append &Debug=2 to it. send us the
> > > > > > "ARGS" section of the debugging output.
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 18, 2003 at 04:15:45PM -0500, James L. Harrison wrote:
> > > > > > > Jesse,
> > > > > > >
> > > > > > > I just upgraded from 3.0.1 and have the same problems... the
> > > > > > ARRAY() stuff
> > > > > > > is showing up and I can't assign multiple rights...
> > > > > > >
> > > > > > > -Jamie
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: rt-devel-admin at lists.fsck.com
> > > > > > > > [mailto:rt-devel-admin at lists.fsck.com]On Behalf Of Jesse
> > > Vincent
> > > > > > > > Sent: Friday, April 18, 2003 3:40 PM
> > > > > > > > To: rt-devel at fsck.com
> > > > > > > > Subject: [rt-devel] ARRAY() issue fixed, I think
> > > > > > > >
> > > > > > > >
> > > > > > > > Could someone who's seeing the issue with ARRAY() showing up
> > > > > > > > in
> > > > > > > > query lists and having trouble setting multiple permissions at
> > >
> > > > > > > > once
> > > > > > suck down
> > > > > > > > 3.0.2pre2 and tell me if it does the right thing now?
> > > > > > > >
> > > > > > > > -j
> > > > > > > >
> > > > > > > > --
> > > > > > > > http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
> > > > > > > > _______________________________________________
> > > > > > > > rt-devel mailing list
> > > > > > > > rt-devel at lists.fsck.com
> > > > > > > > http://lists.fsck.com/mailman/listinfo/rt-devel
> > > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > rt-devel mailing list
> > > > > > > rt-devel at lists.fsck.com
> > > > > > > http://lists.fsck.com/mailman/listinfo/rt-devel
> > > > > >
> > > > > > --
> > > > > > http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
> > > > > >
> > > >
> > > > --
> > > > http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
> > > >
> > > >
> > >
> > > --
> > > http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
> > >
> > >
> >
> > --
> > http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
>
> --
> http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
>
--
Christian Zagrodnick
gocept gmbh & co. kg - schalaunische strasse 6 - 06366 koethen/anhalt
fon. +49 3496 3099112, +49 179 1463644
fax. +49 3496 3099118
More information about the Rt-devel
mailing list