aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2004-07-101-0/+11
* Patch for bug 246778: ThrowUserError shouldn't cause internal error with time...jocuri%softhome.net2004-06-191-1/+1
* Bug 226411: Fixed the indentation issue mentioned in bug comments but forgott...jouni%heikniemi.net2004-05-131-5/+5
* Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net2004-05-131-13/+13
* Bug 232861: Prevent references to bugs or comments from being expanded in att...bugreport%peshkin.net2004-05-121-3/+5
* Bug 240036: Unlock tables after address error before attempting to process fo...bugreport%peshkin.net2004-05-121-1/+1
* Patch for bug 240004: limit the password generation subroutine to nice charac...jocuri%softhome.net2004-04-231-22/+2
* Random speling fix.kiko%async.com.br2004-03-291-1/+1
* Bug 233962 - UserInGroup() should not accept a second parameter any longer. P...gerv%gerv.net2004-03-271-0/+4
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-13/+0
* Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...jocuri%softhome.net2004-03-271-1/+2
* Patch for bug 237840: eliminate case sensitivity for "attachment N" linkifica...jocuri%softhome.net2004-03-221-1/+1
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, pre...justdave%syndicomm.com2004-03-181-0/+32
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-3/+3
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-2/+2
* Patch for bug 123077; improve the ValidatePassword sub so that a password cha...jocuri%softhome.net2004-03-031-1/+1
* Bug 233645 - fix a number of 'undef' warnings which were killing performance ...gerv%gerv.net2004-02-141-1/+1
* Fix for bug 232447: Warns user about missing bug number instead of dying in G...myk%mozilla.org2004-01-291-1/+2
* Fix for bug 194290: irc:// links are not highlighted as links. Adds irckiko%async.com.br2004-01-151-1/+1
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-10/+10
* Bug 155119: reassigning bugs to a product with no components gives 'browser' ...jocuri%softhome.net2003-11-071-1/+1
* Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave.jocuri%softhome.net2003-10-311-2/+4
* Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"kiko%async.com.br2003-10-301-1/+0
* Bug 218386: add 'view-source:' to the link of URL protocols which automatcaly...justdave%syndicomm.com2003-10-261-1/+1
* Bug 160422: If data/versioncache is not readable, pretend it's expired and re...justdave%syndicomm.com2003-08-241-1/+1
* Backing out changes accidently checked in with bug 174942: the "die_with_dign...justdave%syndicomm.com2003-08-061-7/+11
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ...jkeiser%netscape.com2003-07-311-7/+7
* Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com2003-07-271-2/+58
* Bug 212361: Additional Comments date had month and day swapped in bug change ...justdave%syndicomm.com2003-07-111-1/+1
* Fix for bug 204631: enhances config.cgi to generate a list of queryable field...myk%mozilla.org2003-06-241-0/+20
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-144/+7
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+1
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-3/+3
* Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org2003-04-251-49/+57
* Bug 179513, take N. Fix the bracketing so that it actually works...bbaetz%acm.org2003-04-251-24/+24
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-22/+24
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-3/+2
* Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2003-03-221-1/+19
* Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org2003-02-231-1/+1
* Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org2003-02-091-1/+1
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-3/+1
* Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi ...timeless%mozdev.org2003-01-231-5/+8
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-186/+1
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-69/+10
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-182/+15
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-0/+2
* Bug 184081 Change search interfaces to use Viewable products instead of enter...bugreport%peshkin.net2002-12-101-7/+17
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-081-2/+3
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-5/+14
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-281-3/+6