aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net2005-09-281-13/+2
* Bug 309760: series.public rename breaks upgrades from 2.17.1mkanat%kerio.com2005-09-271-2/+6
* Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com2005-09-231-0/+8
* Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ...lpsolit%gmail.com2005-09-121-4/+3
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-1/+1
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-2/+3
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-271-2/+24
* Bug 303860: There is a database change in the wrong place in checksetup.plmkanat%kerio.com2005-08-251-11/+10
* Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run c...mkanat%kerio.com2005-08-231-23/+30
* Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com2005-08-221-8/+0
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-20/+39
* Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com2005-08-181-0/+6
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com2005-08-181-2/+22
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (gl...lpsolit%gmail.com2005-08-131-3/+6
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-5/+5
* Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::T...bugreport%peshkin.net2005-08-101-3/+4
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-5/+5
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-5/+5
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2005-08-061-1/+1
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com2005-08-041-1/+29
* Fix for bug 302083: automatically converts BMP files to PNG files to conserve...myk%mozilla.org2005-07-301-0/+9
* Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com2005-07-201-0/+3
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-10/+7
* Bug 204217: require MySQL version 4.0+mkanat%kerio.com2005-07-121-6/+0
* Bug 299156: Reduce saniitycheck submitter_id time for large sitesbugreport%peshkin.net2005-07-121-2/+10
* Bug 228905: [Bug creation] not available in advanced query/boolean charts - P...lpsolit%gmail.com2005-07-111-0/+1
* Bug 63536: User preference for whether or not to go to the next bug after pro...lpsolit%gmail.com2005-07-111-0/+7
* Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ...mkanat%kerio.com2005-07-081-0/+3
* Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not type...mkanat%kerio.com2005-07-081-2/+2
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-4/+5
* Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Removezach%zachlipton.com2005-06-301-2/+2
* Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - P...lpsolit%gmail.com2005-06-251-1/+1
* Bug 296039: [PostgreSQL] Cannot create a new productmkanat%kerio.com2005-06-211-0/+5
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com2005-06-211-3/+3
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-5/+5
* Bug 274266: Server type should not be hardcoded in SQL values - Patch by Fré...lpsolit%gmail.com2005-06-151-5/+5
* Bug 291803: PostgreSQL dies when you insert a string longer than 2700 charact...mkanat%kerio.com2005-06-091-1/+4
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-4/+18
* Bug 7233: Editversions.cgi has a potential race resulting in duplicate versio...lpsolit%gmail.com2005-05-041-0/+7
* Bug 289012: Can't use an undefined value as a HASH reference at userprefs.cgi...mkanat%kerio.com2005-04-271-10/+14
* Bug 286695: bugs.resolution needs a default valuemkanat%kerio.com2005-04-271-1/+2
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-308/+356
* Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable le...myk%mozilla.org2005-04-201-0/+6
* Bug 288539: minimum DBD::mysql version requirement may need to be increased b...mkanat%kerio.com2005-04-161-1/+1
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-151-73/+8
* 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
* Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than...mkanat%kerio.com2005-04-141-0/+11
* Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 1...lpsolit%gmail.com2005-04-131-49/+49
* Bug 289455: products.classification_id has a different definition in an upgra...mkanat%kerio.com2005-04-121-1/+6