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