aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com2006-07-063-8/+8
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-0619-57/+101
* Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at...lpsolit%gmail.com2006-07-061-1/+1
* Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch...lpsolit%gmail.com2006-07-061-1/+1
* Bug 340967: The login form appears twice when trying to add an attachment (du...lpsolit%gmail.com2006-07-061-0/+15
* Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org2006-07-062-12/+13
* Bug 342861: Cannot upgrade from any version before 2.17.1 - Patch by Frédér...lpsolit%gmail.com2006-07-061-5/+7
* Extra blank in the XML::Twig warning - r=wicked on IRClpsolit%gmail.com2006-07-061-1/+1
* Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric B...lpsolit%gmail.com2006-07-061-49/+0
* Bug 343566: Runtests test 004template.t fails on some systems with a complain...lpsolit%gmail.com2006-07-051-0/+4
* Bug 341867: post_bug.cgi lets users with editbugs and canconfirm privs enter ...lpsolit%gmail.com2006-07-041-28/+10
* Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 upg...mkanat%bugzilla.org2006-07-041-1/+2
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-0457-94/+9
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-0453-307/+365
* Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls...mkanat%bugzilla.org2006-07-042-17/+17
* Bug 343337: process_bug.cgi calls certain constants as global subroutinesmkanat%bugzilla.org2006-07-041-2/+2
* Bug 342744: bz_locations should return absolute paths for mod_perlmkanat%bugzilla.org2006-07-041-30/+37
* Bug 342828: keyword cache is not sorted alphabetically, makes sorting by keyw...lpsolit%gmail.com2006-07-031-1/+2
* Fix on checkin for bug 343364lpsolit%gmail.com2006-07-031-1/+1
* Bug 343364: Changing Multiple Bugs is broken - Patch by Olav Vitters <bugzill...lpsolit%gmail.com2006-07-031-7/+7
* Bug 343294: Update notification does not work through an HTTP proxy - Patch b...lpsolit%gmail.com2006-07-031-0/+1
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-0314-17/+25
* Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch...lpsolit%gmail.com2006-07-023-187/+168
* Bug 343248: SQL query to get all keywords with bug count is duplicated in edi...mkanat%bugzilla.org2006-07-016-30/+57
* Bug 343166: $template->process leaks 512K of RAM per call under mod_perlmkanat%bugzilla.org2006-07-011-1/+15
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-299-68/+49
* Bug 342114: Bugzilla.pm caches data in global variablesmkanat%bugzilla.org2006-06-291-53/+48
* Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org2006-06-291-1/+2
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-277-64/+62
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-275-35/+9
* Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk2006-06-273-3/+10
* Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVSmkanat%bugzilla.org2006-06-261-0/+2
* 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-2162-262/+205
* Patch for bug 342130: don't display a bogus footer anymore when searching for...vladd%bugzilla.org2006-06-201-1/+1
* Bug 282623: Remove globals.pl from checksetupmkanat%bugzilla.org2006-06-201-15/+6
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-2014-22/+30
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com2006-06-203-151/+2
* Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch...lpsolit%gmail.com2006-06-201-49/+56
* Bug 342060: checksetup fails if no database existsmkanat%bugzilla.org2006-06-201-158/+164
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-2039-483/+260
* 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 'returned'; patch by Vlad Das...vladd%bugzilla.org2006-06-201-1/+1
* Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org2006-06-202-3/+3
* 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-206-38/+34
* Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad D...vladd%bugzilla.org2006-06-191-1/+1
* Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu ...vladd%bugzilla.org2006-06-191-1/+1
* Spelling patch: 'precentage' -> 'percentage'; patch by Vlad Dascalu <vladd@bu...vladd%bugzilla.org2006-06-191-1/+1