summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2005-10-20Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net1-0/+4
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-10-14Bug 312406 Checksetup fails to check for existing group_group_map for ↵bugreport%peshkin.net1-0/+6
Bugzilla <2.17 patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-10-14Bug 312386: checksetup.pl fails to check for existing group_group_map ↵lpsolit%gmail.com1-6/+16
entries for new admins - Patch by Joel Peshkin <bugreport@peshkin.net> r=karl r=LpSolit a=myk
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+22
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-10-07Bug 309680: Use SQL "JOIN ... ON ..." syntax instead of "JOIN ... USING(...)"mkanat%kerio.com1-1/+1
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-09-28Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net1-13/+2
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-09-28Bug 309760: series.public rename breaks upgrades from 2.17.1mkanat%kerio.com1-2/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-09-23Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com1-0/+8
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-09-12Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ↵lpsolit%gmail.com1-4/+3
typo: Bugzilla:Util (missing colon) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2005-09-06Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=wicked a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-2/+3
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-2/+24
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-25Bug 303860: There is a database change in the wrong place in checksetup.plmkanat%kerio.com1-11/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-08-23Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run ↵mkanat%kerio.com1-23/+30
checksetup Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=myk
2005-08-22Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - ↵lpsolit%gmail.com1-8/+0
Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-20/+39
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-08-18Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com1-0/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-18Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵mkanat%kerio.com1-2/+22
new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-08-13Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com1-3/+6
(glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-10Bug 303482: Change checksetup.pl to check for MIME::Parser instead of ↵bugreport%peshkin.net1-3/+4
MIME::Tools Patch by Joel Peshkin <bugreport@peshkin.net> r=glob,wurblzap a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-5/+5
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-06Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
r= LpSolit, a= justdave
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com1-1/+29
installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-07-30Fix for bug 302083: automatically converts BMP files to PNG files to ↵myk%mozilla.org1-0/+9
conserve disk space; patch by Greg Hendricks; r=myk, a=myk
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com1-0/+3
instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-10/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-12Bug 204217: require MySQL version 4.0+mkanat%kerio.com1-6/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-07-12Bug 299156: Reduce saniitycheck submitter_id time for large sitesbugreport%peshkin.net1-2/+10
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-07-11Bug 228905: [Bug creation] not available in advanced query/boolean charts - ↵lpsolit%gmail.com1-0/+1
Patch by Dave Miller <justdave@bugzilla.org> r=mkanat a=justdave
2005-07-11Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com1-0/+7
processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
2005-07-08Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ↵mkanat%kerio.com1-0/+3
short time when there are certain performance problems Patch By Frederic Buclin <LpSolit@gmail.com> r=joel, a=justdave
2005-07-08Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not ↵mkanat%kerio.com1-2/+2
type integer" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=justdave
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com1-4/+5
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-06-30Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Removezach%zachlipton.com1-2/+2
references to runtests.sh in docs, checksetup.pl, and other fine places. r=LpSolit, a=my snapple peach iced tea
2005-06-25Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - ↵lpsolit%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-06-21Bug 296039: [PostgreSQL] Cannot create a new productmkanat%kerio.com1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com1-3/+3
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-06-15Bug 274266: Server type should not be hardcoded in SQL values - Patch by ↵lpsolit%gmail.com1-5/+5
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-06-09Bug 291803: PostgreSQL dies when you insert a string longer than 2700 ↵mkanat%kerio.com1-1/+4
characters into an indexed field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
2005-05-27Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com1-4/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-05-04Bug 7233: Editversions.cgi has a potential race resulting in duplicate ↵lpsolit%gmail.com1-0/+7
versions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-04-28Bug 289012: Can't use an undefined value as a HASH reference at ↵mkanat%kerio.com1-10/+14
userprefs.cgi line 142. Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-27Bug 286695: bugs.resolution needs a default valuemkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-23Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com1-308/+356
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-20Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable ↵myk%mozilla.org1-0/+6
level by adding index on flags.type_id; r=justdave; a=justdave
2005-04-16Bug 288539: minimum DBD::mysql version requirement may need to be increased ↵mkanat%kerio.com1-1/+1
beyond 2.1028 Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
2005-04-15Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com1-73/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave