aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-231-1/+1
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-0/+11
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 344647: checksetup.pl can create two database connections instead of onemkanat%bugzilla.org2006-08-051-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=bkor, a=myk
* Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org2006-07-251-1/+5
| | | | | | package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 322771: PostgreSQL incorrectly detects that some summaries have control ↵mkanat%kerio.com2006-01-121-7/+12
| | | | | | characters when they don't Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
* Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk2006-01-091-0/+19
| | | | Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
* Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com2006-01-021-0/+123
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=wicked, a=justdave
* Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com2005-12-301-49/+35
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
* Back out bug 311047 because it breaks Pg.mkanat%kerio.com2005-12-231-78/+50
|
* Bug 311047: populating enum tables fails without localconfig, when upgrading ↵lpsolit%gmail.com2005-12-231-50/+78
| | | | - Patch by Nick Barnes <nb+bz@ravenbrook.com> r=mkanat a=justdave
* Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables ↵mkanat%kerio.com2005-12-131-4/+3
| | | | | | are empty Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 319220: checksetup.pl can't cope with a standard CVS install or update.wurblzap%gmail.com2005-12-121-0/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 319241: Bugzilla.pm is freely accessible from the web - Patch by ↵lpsolit%gmail.com2005-12-121-1/+9
| | | | Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 312386: checksetup.cgi fails to check for existing group_group_map for ↵lpsolit%gmail.com2005-12-031-6/+16
| | | | new admins - Patch by Joel Peshkin <bugreport@peshkin.net> r=karl r=LpSolit a=justdave
* Bug 317489: Email preferences are not set for the new admin user - Patch by ↵lpsolit%gmail.com2005-11-301-9/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 304417: Template precompilation is clumsy when it comes to additional ↵wurblzap%gmail.com2005-11-201-26/+18
| | | | | | | language directories. Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>, r=wurblzap, a=myk
* Bug 302599: Saved searches using "days since bug changed" fail with "Can't ↵lpsolit%gmail.com2005-11-151-3/+59
| | | | use (to_days(now()) - to_days(bugs.delta_ts)) as a field name" error - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ↵lpsolit%gmail.com2005-09-121-4/+3
| | | | typo: Bugzilla:Util (missing colon) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run ↵mkanat%kerio.com2005-08-231-23/+30
| | | | | | checksetup Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=myk
* Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com2005-08-181-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵mkanat%kerio.com2005-08-181-2/+22
| | | | | | new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com2005-08-131-3/+6
| | | | (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 285700: bump minimum File::Spec version to 0.84 to avoid taint errorsjustdave%bugzilla.org2005-08-061-1/+1
| | | | r= LpSolit, a= justdave
* Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com2005-07-201-0/+3
| | | | instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-10/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 299156: Reduce saniitycheck submitter_id time for large sitesbugreport%peshkin.net2005-07-121-2/+10
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ↵mkanat%kerio.com2005-07-081-0/+3
| | | | | | short time when there are certain performance problems Patch By Frederic Buclin <LpSolit@gmail.com> r=joel, a=justdave
* Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not ↵mkanat%kerio.com2005-07-081-2/+2
| | | | | | type integer" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=justdave
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com2005-07-081-4/+5
| | | | | | insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Removezach%zachlipton.com2005-06-301-2/+2
| | | | | | | references to runtests.sh in docs, checksetup.pl, and other fine places. r=LpSolit, a=my snapple peach iced tea
* Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - ↵lpsolit%gmail.com2005-06-251-1/+1
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 296039: [PostgreSQL] Cannot create a new productmkanat%kerio.com2005-06-211-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-3/+3
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 274266: Server type should not be hardcoded in SQL values - Patch by ↵lpsolit%gmail.com2005-06-151-5/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 291803: PostgreSQL dies when you insert a string longer than 2700 ↵mkanat%kerio.com2005-06-091-1/+4
| | | | | | characters into an indexed field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-4/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 7233: Editversions.cgi has a potential race resulting in duplicate ↵lpsolit%gmail.com2005-05-041-0/+7
| | | | versions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 289012: Can't use an undefined value as a HASH reference at ↵mkanat%kerio.com2005-04-271-10/+14
| | | | | | userprefs.cgi line 142. Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 286695: bugs.resolution needs a default valuemkanat%kerio.com2005-04-271-1/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-308/+356
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable ↵myk%mozilla.org2005-04-201-0/+6
| | | | level by adding index on flags.type_id; r=justdave; a=justdave
* Bug 288539: minimum DBD::mysql version requirement may need to be increased ↵mkanat%kerio.com2005-04-161-1/+1
| | | | | | beyond 2.1028 Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-151-73/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.mkanat%kerio.com2005-04-141-8/+73
|
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-141-73/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 289453: components.initialowner is different in Bugzilla::DB::Schema ↵mkanat%kerio.com2005-04-141-0/+11
| | | | | | than it was in the old checksetup Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line ↵lpsolit%gmail.com2005-04-131-49/+49
| | | | 162 - Patch by byron jones (glob) <bugzilla@glob.com.au> r=gerv, a=justdave
* Bug 289455: products.classification_id has a different definition in an ↵mkanat%kerio.com2005-04-121-1/+6
| | | | | | upgraded database than in a brand-new database Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
* Bug 285533: Bugzilla displays inactive enum valuesmkanat%kerio.com2005-04-121-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave