aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-20/+0
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2006-06-161-12/+0
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com2006-06-141-26/+0
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-22/+0
* Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-05-221-12/+3
* Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - Pa...lpsolit%gmail.com2006-05-191-19/+0
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-26/+0
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-05-081-9/+0
* Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric Buc...lpsolit%gmail.com2006-04-031-27/+0
* Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com2006-04-031-81/+4
* Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com2006-03-161-21/+6
* Bug 330519: Remove unused IsInClassification() function from globals.pl - Pat...lpsolit%gmail.com2006-03-161-18/+0
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-20/+0
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-19/+0
* Bug 329177: Bugzilla fails when there are no keywordsmkanat%kerio.com2006-03-031-7/+0
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-26/+9
* Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgimkanat%kerio.com2006-03-021-12/+0
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-18/+0
* Bug 328434: Move GroupIsActive into post_bug.cgimkanat%kerio.com2006-03-021-14/+0
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....lpsolit%gmail.com2006-02-261-237/+0
* Patch for bug 313045: Display quoted text in a different color; patch by Olav...jocuri%softhome.net2006-02-221-0/+4
* Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander <mkanat@bugz...lpsolit%gmail.com2006-02-221-6/+4
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - Pa...lpsolit%gmail.com2006-01-101-2/+5
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-2/+0
* Bug 313131: Remove the unused get_classification_id() routine - Patch by Fré...lpsolit%gmail.com2005-10-261-9/+0
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-6/+0
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com2005-10-251-1/+3
* Bug 309681 Prevent users from adding another user who shouldn't have access t...bugreport%peshkin.net2005-10-181-21/+0
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals...lpsolit%gmail.com2005-10-121-92/+0
* Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methodsmkanat%kerio.com2005-10-121-9/+2
* Fix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link n...myk%mozilla.org2005-09-101-3/+8
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-8/+0
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-107/+0
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com2005-09-021-5/+0
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Fré...lpsolit%gmail.com2005-08-301-45/+0
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-48/+0
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com2005-08-161-1/+0
* Bug 303803: Remove the unused get_classification_name() routine - Patch by Fr...lpsolit%gmail.com2005-08-101-13/+0
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-0/+1
* Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc...lpsolit%gmail.com2005-07-261-1/+1
* Bug 265188: GenerateVersionTable should only overwrite versioncache if it's c...lpsolit%gmail.com2005-07-191-12/+7
* Bug 300684: missing_version_or_component error message is not translatablemozilla%colinogilvie.co.uk2005-07-171-6/+2
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-1/+0
* Bug 300379: GenerateVersionTable's rename may fail silently - Patch by byron ...lpsolit%gmail.com2005-07-131-1/+2
* Bug 223570: Creating a bug in a product with no versions results in internal ...lpsolit%gmail.com2005-07-071-19/+36
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 237774: The text "bug 0" auto-linkifies to "<missing bug number>" - Patch...lpsolit%gmail.com2005-05-131-2/+5
* Bug 287109: [SECURITY] Names of private products/components can be exposed on...mkanat%kerio.com2005-05-121-10/+54
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-3/+4
* Bug 274906 - Bugzilla no longer displays an [edit] link inline for attachment...jake%bugzilla.org2005-04-261-2/+2