Search the web
Sign In
New User? Sign Up
cvszilla
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: After upgrading CVSziila don't work properly with Bugzilla 2.22.   Message List  
Reply | Forward Message #159 of 169 |
Hi Jason,

I patched file /usr/share/bugzilla/globals.pl.
After commit log file:
cmd: cvs commit -F "/home/lshulov/.crossvc/tmp.Pknw9Y" "ProjectOpen.py"
/home/CVS/test/AppTree/ProjectOpen.py,v <-- ProjectOpen.py
new revision: 1.13; previous revision: 1.12
Your transaction ID is: 1350 (new transaction)
bugid = 66

In CVSzilla transaction I see it, but in bugzilla I don't see any changes.

Best Regards,


Jason Pollock wrote:
> On Wed, 2006-09-06 at 16:02 +0300, Leonid Shulov wrote:
>
>> I upgraded mysql to Ver 14.12 Distrib 5.0.24 and Bugzilla to Version 2.22.
>> After that I can't see transaction in Bugzilla, in CVSziila I see them.
>>
>> Is there any way to solve this?
>>
>> Thanks,
>>
>>
>
> Hi, we haven't ported to 2.22, so I don't know if there are any hidden
> problems.
>
> At the very least, you will need to re-apply the 2.18rc2 bugzilla patch
> to provide transaction links.
>
> The patch is at the bottom of the email.
>
> Are you able to see the comments at all? Are there any error messages
> from commit?
>
> Regards,
> Jason
>
> Index: globals.pl
> ===================================================================
> RCS file: /cvsroot/mozilla/webtools/bugzilla/Attic/globals.pl,v
> retrieving revision 1.348
> diff -u -r1.348 globals.pl
> --- globals.pl 9 Jan 2006 18:59:53 -0000 1.348
> +++ globals.pl 11 Sep 2006 03:26:26 -0000
> @@ -536,6 +536,9 @@
> $text =~ s~\b(mailto:|)?([\w\.\-\+\=]+\@[\w\-]+(?:\.[\w\-]+)+)\b
> ~<a href=\"mailto:$2\">$1$2</a>~igx;
>
> + # Transaction links - check for: CVS Transaction #xx: and transaction x
> + $text =~ s~(CVS Transaction \#|Subversion Revision \#)(\d+)~$1<a
href=\"/cvszilla/transaction.cgi?id=$2\">$2</a>~ig;
> +
> # attachment links - handle both cases separately for simplicity
> $text =~ s~((?:^Created\ an\ |\b)attachment\s*\(id=(\d+)\)(\s\[edit\])?)
> ~($things[$count++] = GetAttachmentLink($2, $1)) &&
--
Shulov Leonid lshulov@...
System Administrator
Arabella Software Ltd. www.arabellasw.com
Tel: +972 9 7651788 Fax: +972 9 7657494



[Non-text portions of this message have been removed]






Mon Sep 11, 2006 7:20 am

lshulov@...
Send Email Send Email

Forward
Message #159 of 169 |
Expand Messages Author Sort by Date

Hi Jason, I patched file /usr/share/bugzilla/globals.pl. After commit log file: cmd: cvs commit -F "/home/lshulov/.crossvc/tmp.Pknw9Y" "ProjectOpen.py" ...
Leonid Shulov
lshulov@...
Send Email
Sep 11, 2006
11:05 pm

... O.k. I'll install bugzilla 2.22 tonight and have a look. :) Jason...
Jason Pollock
Jason_Pollock
Offline Send Email
Sep 12, 2006
12:18 am

... It's because the longdescs table now has an isprivate not-null field. (yay!) So we neeed to fill it in. I chose to make all commit messages private. Also...
Bruce Hoult
bruce.hoult@...
Send Email
Sep 12, 2006
1:49 am

I haven't had a chance to commit Bruce's changes yet, but the BugsLongdescs.pm changes should be sufficient to help you. As he said, the CGI scripts for user...
Jason Pollock
Jason_Pollock
Offline Send Email
Sep 13, 2006
9:07 am

Hi Jason, I did all Bruce's patches without any new result. Maybe I do same thing wrong in config.pl ? I attached it. Best Regards, ... -- Shulov Leonid...
Leonid Shulov
lshulov@...
Send Email
Sep 13, 2006
10:55 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help