summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-0/+1
r=mkanat,wicked a=justdave
2005-07-26Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by ↵lpsolit%gmail.com1-1/+1
Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-07-19Bug 265188: GenerateVersionTable should only overwrite versioncache if it's ↵lpsolit%gmail.com1-12/+7
changed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave
2005-07-17Bug 300684: missing_version_or_component error message is not translatablemozilla%colinogilvie.co.uk1-6/+2
Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-13Bug 300379: GenerateVersionTable's rename may fail silently - Patch by byron ↵lpsolit%gmail.com1-1/+2
jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
2005-07-07Bug 223570: Creating a bug in a product with no versions results in internal ↵lpsolit%gmail.com1-19/+36
error - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-05-13Bug 237774: The text "bug 0" auto-linkifies to "<missing bug number>" - ↵lpsolit%gmail.com1-2/+5
Patch by Nick Barnes <nb+bz@ravenbrook.com> r=LpSolit a=myk
2005-05-12Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com1-10/+54
on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
2005-05-03Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com1-3/+4
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-04-27Bug 274906 - Bugzilla no longer displays an [edit] link inline for ↵jake%bugzilla.org1-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
2005-04-17Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-88/+0
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-04-12Bug 285533: Bugzilla displays inactive enum valuesmkanat%kerio.com1-1/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-8/+0
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-15Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com1-0/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-7/+8
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-10Bug 283561: Move AppendComment out of globals.plmkanat%kerio.com1-29/+0
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=vladd, a=justdave
2005-03-10Bug 285403: LearnAboutColumns does not work on PostgreSQLmkanat%kerio.com1-22/+3
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-10Bug 285532: GetSelectableProducts cannot run on PostgreSQL when ↵mkanat%kerio.com1-2/+2
classifications are enabled Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com1-5/+4
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca1-3/+3
Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
2005-02-27Bug 283725: Platform, OS, Priority and Severity field dropdowns are not ↵mkanat%kerio.com1-1/+2
sorted correctly Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=justdave
2005-02-27Bug 283576: DBID_to_real_or_loginname is dead codemkanat%kerio.com1-13/+0
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=justdave
2005-02-26Bug 182939 : Remove the word 'Additional' from 'Additional Comments'travis%sedsystems.ca1-3/+3
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
2005-02-25Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com1-30/+0
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-16/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-1/+3
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-25Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com1-23/+16
all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-4/+9
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
2005-02-17Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca1-11/+7
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
2005-02-17Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ↵mkanat%kerio.com1-1/+0
dead code r=vladd, a=myk
2005-02-10Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca1-3/+5
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-33/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-09Bug 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=mkanat, LpSolit a=justdave
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-4/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-04Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca1-7/+0
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
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.