aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 237774: The text "bug 0" auto-linkifies to "<missing bug number>" - ↵lpsolit%gmail.com2005-05-131-2/+5
| | | | Patch by Nick Barnes <nb+bz@ravenbrook.com> r=LpSolit a=myk
* Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com2005-05-121-10/+54
| | | | | | on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-3/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
* Bug 274906 - Bugzilla no longer displays an [edit] link inline for ↵jake%bugzilla.org2005-04-261-2/+2
| | | | | | attachments. Instead, the edit page is linked to directly where a "view" link is available to get the raw data if required. r=wurblzap, a=justdave
* Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2005-04-171-88/+0
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 285533: Bugzilla displays inactive enum valuesmkanat%kerio.com2005-04-121-1/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-8/+0
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-7/+8
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 283561: Move AppendComment out of globals.plmkanat%kerio.com2005-03-101-29/+0
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=vladd, a=justdave
* Bug 285403: LearnAboutColumns does not work on PostgreSQLmkanat%kerio.com2005-03-101-22/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 285532: GetSelectableProducts cannot run on PostgreSQL when ↵mkanat%kerio.com2005-03-101-2/+2
| | | | | | classifications are enabled Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com2005-03-051-5/+4
| | | | | | automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-3/+3
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
* Bug 283725: Platform, OS, Priority and Severity field dropdowns are not ↵mkanat%kerio.com2005-02-271-1/+2
| | | | | | sorted correctly Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=justdave
* Bug 283576: DBID_to_real_or_loginname is dead codemkanat%kerio.com2005-02-271-13/+0
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=justdave
* Bug 182939 : Remove the word 'Additional' from 'Additional Comments'travis%sedsystems.ca2005-02-261-3/+3
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-30/+0
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-16/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-1/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com2005-02-251-23/+16
| | | | | | all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+9
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca2005-02-171-11/+7
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
* Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ↵mkanat%kerio.com2005-02-171-1/+0
| | | | dead code r=vladd, a=myk
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-3/+5
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-33/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-3/+2
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-4/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-7/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 279690 : Remove BugInGroup from globals.pltravis%sedsystems.ca2005-02-021-12/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-32/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-20/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-24/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-34/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-011-29/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-2/+3
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-3/+2
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca2005-01-281-13/+1
| | | | Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Bug 236533 : Text "Additional Comments From ..." can be improvedtravis%sedsystems.ca2005-01-211-2/+3
| | | | Patch by Todd Stansell <tjs@tellme.com> r=kiko a=myk
* Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca2005-01-191-2/+0
| | | | | | Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 276842: Move @default_column_list out of globals.pl into ↵jocuri%softhome.net2005-01-171-4/+0
| | | | Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-1/+1
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max ↵jocuri%softhome.net2005-01-161-14/+0
| | | | K-A <mkanat@kerio.com>, r=wurblzap, a=myk.
* Patch for bug 277622: Move DiffStrings() out of globals.pl into ↵jocuri%softhome.net2005-01-161-29/+0
| | | | Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* 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