summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-13/+0
Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net1-1/+2
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2004-03-22Patch for bug 237840: eliminate case sensitivity for "attachment N" ↵jocuri%softhome.net1-1/+1
linkification; r=kiko, a=justdave.
2004-03-18Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵justdave%syndicomm.com1-0/+32
prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com1-3/+3
they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br1-2/+2
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-03Patch for bug 123077; improve the ValidatePassword sub so that a password ↵jocuri%softhome.net1-1/+1
change is no longer accepted with a blank second field; r=kiko, a=justdave.
2004-02-14Bug 233645 - fix a number of 'undef' warnings which were killing performance ↵gerv%gerv.net1-1/+1
for multiple bug change. Patch by gerv; r,a=justdave.
2004-01-29Fix for bug 232447: Warns user about missing bug number instead of dying in ↵myk%mozilla.org1-1/+2
GetBugLink(). r=justdave
2004-01-15Fix for bug 194290: irc:// links are not highlighted as links. Adds irckiko%async.com.br1-1/+1
to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-10/+10
2003-11-07Bug 155119: reassigning bugs to a product with no components gives 'browser' ↵jocuri%softhome.net1-1/+1
error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
2003-10-31Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave.jocuri%softhome.net1-2/+4
2003-10-30Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"kiko%async.com.br1-1/+0
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
2003-10-26Bug 218386: add 'view-source:' to the link of URL protocols which ↵justdave%syndicomm.com1-1/+1
automatcalyy get hyperlinked in comments. r= timeless, a= justdave
2003-08-24Bug 160422: If data/versioncache is not readable, pretend it's expired and ↵justdave%syndicomm.com1-1/+1
rebuild it.
2003-08-06Backing out changes accidently checked in with bug 174942: the ↵justdave%syndicomm.com1-7/+11
"die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
2003-07-31Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com1-7/+7
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-27Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com1-2/+58
r=kiko@async.com.br a=justdave@netscape.com
2003-07-12Bug 212361: Additional Comments date had month and day swapped in bug change ↵justdave%syndicomm.com1-1/+1
emails r= jaypee, a= justdave
2003-06-24Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org1-0/+20
fields so third-party clients can populate search forms with the list. r=gerv a=myk
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-144/+7
r=myk,jake
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+1
r=joel, a=justdave
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-3/+3
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-49/+57
request notifications r=bbaetz,jpreed a=justdave
2003-04-25Bug 179513, take N. Fix the bracketing so that it actually works...bbaetz%acm.org1-24/+24
r=myk, justdave a=justdave
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-22/+24
Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-3/+2
r=gerv a=justdave
2003-03-22Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org1-1/+19
r=gerv, a=myk
2003-02-23Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org1-1/+1
r,a=justdave
2003-02-09Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org1-1/+1
r, a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-3/+1
r=gerv, justdave a=justdave
2003-01-23Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi ↵timeless%mozdev.org1-5/+8
breaks bug entering patch by jon@vmware.com r=justdave a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-186/+1
r=justdave, myk, joel, preed a=justdave
2002-12-21Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au1-69/+10
r, a=myk
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-182/+15
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-0/+2
r=gerv, justdave a=justdave
2002-12-10Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net1-7/+17
enterable products r=bbaetz a=justdave
2002-12-08Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au1-2/+3
field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-5/+14
r=justdave, joel a=justdave
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org1-3/+6
every time we display. r=justdave a=justdave
2002-11-25Bug 180460 request.cgi doesn't filter list of products/componentsbugreport%peshkin.net1-0/+45
patch by joel r=bbaetz a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-1/+112
Patch by joel r=bbaetz,justdave a=justdave
2002-11-22Bug 181613 - $::ENV not being clearedbbaetz%student.usyd.edu.au1-1/+1
r=gerv, a=justdave
2002-11-19Bug 124589 - support database replicationbbaetz%student.usyd.edu.au1-16/+57
r=myk, a=justdave
2002-11-17Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, ↵gerv%gerv.net1-1/+3
a=justdave.
2002-11-10Bug 179264 csv output for the buglist (see url inside) is invalid (too many "s)bugreport%peshkin.net1-6/+3
r,a=justdave
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-1/+1
r=gerv, justdave
2002-10-16Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modulesbbaetz%student.usyd.edu.au1-2/+2
r=joel x2
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-7/+34
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave