From: wurblzap%gmail.com <> Date: Tue, 11 Sep 2007 11:02:37 +0000 (+0000) Subject: Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT. X-Git-Tag: bugzilla-3.0.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48811ed02a63f9268c03c0cdfcd984c3cc2613e;p=thirdparty%2Fbugzilla.git Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT. Patch by Marc Schumann ; r=mkanat; a=mkanat --- diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 39d25298d2..5e255d4be3 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -105,7 +105,7 @@ use constant ERROR_GENERAL => 999; use constant LOGIN_EXEMPT => { # Callers may have to know the Bugzilla version before logging in, # even on a requirelogin installation. - Bugzilla => ['version'], + Bugzilla => ['version', 'timezone'], User => ['offer_account_by_email', 'login'], };