aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 343248: SQL query to get all keywords with bug count is duplicated in edi...mkanat%bugzilla.org2006-07-011-0/+45
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-298-56/+30
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-273-29/+6
* Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk2006-06-271-1/+1
* Bug 342410: Various modules assume functions are in global scope, when none aremkanat%bugzilla.org2006-06-262-10/+11
* Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in edit...lpsolit%gmail.com2006-06-213-11/+30
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-213-11/+2
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-4/+5
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com2006-06-201-139/+2
* Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch...lpsolit%gmail.com2006-06-201-49/+56
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-2012-112/+193
* Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Frédéri...lpsolit%gmail.com2006-06-201-2/+2
* Spelling patch: use the right spelling form for 'overridden'; patch by Vlad D...vladd%bugzilla.org2006-06-201-2/+2
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2006-06-202-5/+22
* Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...vladd%bugzilla.org2006-06-191-2/+2
* Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ->...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dasca...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by V...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzill...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; pa...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; pa...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'overriden' -> 'overridden' in Bugzilla/DB.p...vladd%bugzilla.org2006-06-191-12/+12
* Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; pat...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch...vladd%bugzilla.org2006-06-191-1/+1
* Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2006-06-191-147/+68
* Patch for bug 341374: fix checksetup failure when database exists with non-Bu...vladd%bugzilla.org2006-06-181-4/+4
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com2006-06-181-6/+318
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-2/+4
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2006-06-162-1/+15
* Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ...lpsolit%gmail.com2006-06-151-1/+0
* Bug 341453: Bugzilla::Series looks for functions in global scope that are not...mkanat%bugzilla.org2006-06-151-8/+9
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com2006-06-141-0/+18
* Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com2006-06-133-1/+220
* Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as...uid6232006-06-081-14/+3
* Bug 339667: Attachment data not deleted when deleting a component or a produc...lpsolit%gmail.com2006-06-081-1/+16
* Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...lpsolit%gmail.com2006-06-081-44/+0
* Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com2006-06-081-5/+17
* Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; i...uid6232006-06-071-12/+40
* Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéri...lpsolit%gmail.com2006-06-041-9/+9
* Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com2006-06-034-44/+40
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2006-06-032-17/+12
* Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com2006-06-022-0/+14