summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
2005-02-03Bug 279690 : Remove BugInGroup from globals.pltravis%sedsystems.ca1-12/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-02Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca1-32/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-02Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca1-20/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca1-24/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-34/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca1-29/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-2/+3
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-3/+2
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-28Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca1-13/+1
Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
2005-01-21Bug 236533 : Text "Additional Comments From ..." can be improvedtravis%sedsystems.ca1-2/+3
Patch by Todd Stansell <tjs@tellme.com> r=kiko a=myk
2005-01-19Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca1-2/+0
Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
2005-01-17Patch for bug 276842: Move @default_column_list out of globals.pl into ↵jocuri%softhome.net1-4/+0
Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net1-1/+1
to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
2005-01-16Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max ↵jocuri%softhome.net1-14/+0
K-A <mkanat@kerio.com>, r=wurblzap, a=myk.
2005-01-16Patch for bug 277622: Move DiffStrings() out of globals.pl into ↵jocuri%softhome.net1-29/+0
Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
2005-01-08Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca1-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
2005-01-01Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net1-21/+16
r=gerv,vladd; a=justdave.
2004-12-11Patch for bug 269398: request.cgi should not fail with error in SQL when no ↵jocuri%softhome.net1-12/+14
products are available for the user; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
2004-12-09Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; ↵jocuri%softhome.net1-1/+1
patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
2004-12-05Patch for bug 271048: Remove confusion when sorting classifications by ↵jocuri%softhome.net1-1/+1
modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave.
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net1-4/+85
etc.) patch by Albert Ting r=joel, glob a=myk
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-44/+2
r=kiko a=justdave
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-4/+4
patch by erik,joel r=kiko a=justdave
2004-07-28Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net1-1/+1
r=kiko a=justdave
2004-07-24Fix for bug 252370: Provide edit link for attachment in comment. Adds ankiko%async.com.br1-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.
2004-07-10Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net1-0/+11
patch by kiko r=joel,justdave a=justdave
2004-06-19Patch for bug 246778: ThrowUserError shouldn't cause internal error with ↵jocuri%softhome.net1-1/+1
timetracking; patch by Marc Schumann <marcschum@web.de>; r=kiko; a=justdave.
2004-05-13Bug 226411: Fixed the indentation issue mentioned in bug comments but ↵jouni%heikniemi.net1-5/+5
forgotten on previous checkin.
2004-05-13Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net1-13/+13
patch by jouni r=joel,myk a=justdave
2004-05-12Bug 232861: Prevent references to bugs or comments from being expanded in ↵bugreport%peshkin.net1-3/+5
attachment links r=timeless,a=justdave
2004-05-12Bug 240036: Unlock tables after address error before attempting to process ↵bugreport%peshkin.net1-1/+1
footer r=timeless, a=justdave
2004-04-23Patch for bug 240004: limit the password generation subroutine to nice ↵jocuri%softhome.net1-22/+2
characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave.
2004-03-29Random speling fix.kiko%async.com.br1-1/+1
2004-03-27Bug 233962 - UserInGroup() should not accept a second parameter any longer. ↵gerv%gerv.net1-0/+4
Patch by gerv; r=bbaetz, justdave, joel; a=justdave.
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.