Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use the Bugzilla bug tracker with Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use the Bugzilla bug tracker with Safari
Authored by: tarus on Feb 03, '04 10:28:06AM

I am running my bugzilla on Debian, and I had to make a slightly different change.

I edited buglist.cgi but needed to find the section that defined the $serverpush variable (line 100 on my system). I then added the above check to exempt Safari:

my $serverpush =
  exists $ENV{'HTTP_USER_AGENT'}
    && $ENV{'HTTP_USER_AGENT'} =~ /Mozilla.[3-9]/
     && $ENV{'HTTP_USER_AGENT'} !~ /Safari/
      && $ENV{'HTTP_USER_AGENT'} !~ /[Cc]ompatible/
        && $format->{'extension'} eq "html"
          && !defined($::FORM{'serverpush'})
            || $::FORM{'serverpush'};

Thanks for the hint.



[ Reply to This | # ]
Use the Bugzilla bug tracker with Safari
Authored by: ibzilla on Jun 17, '09 10:20:21AM

Just wanted to let you know that there is a new app being built for Bugzilla on iPhone called iBzilla. This will be cool!!!

This iPhone app will let you access bugs from your phone. You can configure multiple bugzilla instances, View My Bugs, Search for any bug(s) in any product, component, version using standard Bugzilla fields and create New Bugs.



[ Reply to This | # ]