From: wurblzap%gmail.com <> Date: Tue, 11 Sep 2007 11:01:49 +0000 (+0000) Subject: Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT. X-Git-Tag: bugzilla-3.1.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557cdf7a022c8ce7bf51b2320409202a16204868;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 24a0e5d43e..43e4c1c8ea 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -104,7 +104,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'], };