aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-2/+4
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-21/+16
| | | | r=gerv,vladd; a=justdave.
* Patch for bug 269398: request.cgi should not fail with error in SQL when no ↵jocuri%softhome.net2004-12-111-12/+14
| | | | products are available for the user; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
* Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; ↵jocuri%softhome.net2004-12-091-1/+1
| | | | patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 271048: Remove confusion when sorting classifications by ↵jocuri%softhome.net2004-12-051-1/+1
| | | | modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-4/+85
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-44/+2
| | | | | r=kiko a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-4/+4
| | | | | | patch by erik,joel r=kiko a=justdave
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-1/+1
| | | | | r=kiko a=justdave
* Fix for bug 252370: Provide edit link for attachment in comment. Adds ankiko%async.com.br2004-07-241-3/+3
| | | | | | [edit] link next to attachments in comment text, and removes the &action=view suffix which breaks things when pasting into a shell. r=bugreport, myk; a=myk.
* Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2004-07-101-0/+11
| | | | | | patch by kiko r=joel,justdave a=justdave
* Patch for bug 246778: ThrowUserError shouldn't cause internal error with ↵jocuri%softhome.net2004-06-191-1/+1
| | | | timetracking; patch by Marc Schumann <marcschum@web.de>; r=kiko; a=justdave.
* Bug 226411: Fixed the indentation issue mentioned in bug comments but ↵jouni%heikniemi.net2004-05-131-5/+5
| | | | forgotten on previous checkin.
* Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net2004-05-131-13/+13
| | | | | | patch by jouni r=joel,myk a=justdave
* Bug 232861: Prevent references to bugs or comments from being expanded in ↵bugreport%peshkin.net2004-05-121-3/+5
| | | | | | attachment links r=timeless,a=justdave
* Bug 240036: Unlock tables after address error before attempting to process ↵bugreport%peshkin.net2004-05-121-1/+1
| | | | | | footer r=timeless, a=justdave
* Patch for bug 240004: limit the password generation subroutine to nice ↵jocuri%softhome.net2004-04-231-22/+2
| | | | characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave.
* Random speling fix.kiko%async.com.br2004-03-291-1/+1
|
* Bug 233962 - UserInGroup() should not accept a second parameter any longer. ↵gerv%gerv.net2004-03-271-0/+4
| | | | Patch by gerv; r=bbaetz, justdave, joel; a=justdave.
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-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.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-1/+2
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Patch for bug 237840: eliminate case sensitivity for "attachment N" ↵jocuri%softhome.net2004-03-221-1/+1
| | | | linkification; r=kiko, a=justdave.
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵justdave%syndicomm.com2004-03-181-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
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-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
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-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.
* Patch for bug 123077; improve the ValidatePassword sub so that a password ↵jocuri%softhome.net2004-03-031-1/+1
| | | | change is no longer accepted with a blank second field; r=kiko, a=justdave.
* Bug 233645 - fix a number of 'undef' warnings which were killing performance ↵gerv%gerv.net2004-02-141-1/+1
| | | | for multiple bug change. Patch by gerv; r,a=justdave.
* Fix for bug 232447: Warns user about missing bug number instead of dying in ↵myk%mozilla.org2004-01-291-1/+2
| | | | | | GetBugLink(). r=justdave
* Fix for bug 194290: irc:// links are not highlighted as links. Adds irckiko%async.com.br2004-01-151-1/+1
| | | | | to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
* 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
| | | | error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
* 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
| | | | messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
* Bug 218386: add 'view-source:' to the link of URL protocols which ↵justdave%syndicomm.com2003-10-261-1/+1
| | | | | | automatcalyy get hyperlinked in comments. r= timeless, a= justdave
* Bug 160422: If data/versioncache is not readable, pretend it's expired and ↵justdave%syndicomm.com2003-08-241-1/+1
| | | | rebuild it.
* Backing out changes accidently checked in with bug 174942: the ↵justdave%syndicomm.com2003-08-061-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.
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-7/+7
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com2003-07-271-2/+58
| | | | | r=kiko@async.com.br a=justdave@netscape.com
* Bug 212361: Additional Comments date had month and day swapped in bug change ↵justdave%syndicomm.com2003-07-111-1/+1
| | | | | | emails r= jaypee, a= justdave
* Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org2003-06-241-0/+20
| | | | | | | fields so third-party clients can populate search forms with the list. r=gerv a=myk
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-144/+7
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+1
| | | | r=joel, a=justdave
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-3/+3
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-49/+57
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 179513, take N. Fix the bracketing so that it actually works...bbaetz%acm.org2003-04-251-24/+24
| | | | | r=myk, justdave a=justdave
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-22/+24
| | | | | | Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-3/+2
| | | | | r=gerv a=justdave
* Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2003-03-221-1/+19
| | | | r=gerv, a=myk
* Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org2003-02-231-1/+1
| | | | r,a=justdave
* Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org2003-02-091-1/+1
| | | | r, a=justdave