summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org1-8/+1
2006-01-06Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org1-1/+8
2006-01-03Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com1-0/+6
2006-01-03Bug 311277: MIME::Parser is not found with ActivePerl - Patch by byron jones ...lpsolit%gmail.com1-2/+3
2006-01-02Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com1-0/+123
2005-12-30Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com1-49/+35
2005-12-23Back out bug 311047 because it breaks Pg.mkanat%kerio.com1-77/+49
2005-12-23Bug 311047: populating enum tables fails without localconfig, when upgrading ...lpsolit%gmail.com1-49/+77
2005-12-13Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables ...mkanat%kerio.com1-4/+3
2005-12-12Bug 319220: checksetup.pl can't cope with a standard CVS install or update.wurblzap%gmail.com1-0/+2
2005-12-12Bug 319241: Bugzilla.pm is freely accessible from the web - Patch by Frédér...lpsolit%gmail.com1-1/+9
2005-11-30Bug 317489: Email preferences are not set for the new admin user - Patch by F...lpsolit%gmail.com1-14/+5
2005-11-28Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer th...mkanat%kerio.com1-1/+1
2005-11-22Bug 317176: Clean up the missing Image::Magick perl module message - Patch by...lpsolit%gmail.com1-2/+2
2005-11-20Bug 304417: Template precompilation is clumsy when it comes to additional lan...wurblzap%gmail.com1-26/+18
2005-11-20Bug 304936: checksetup.pl should inform the user to go to editparams.cgi if t...mozilla%colinogilvie.co.uk1-0/+17
2005-11-15Bug 302599: Saved searches using "days since bug changed" fail with "Can't us...lpsolit%gmail.com1-3/+59
2005-11-15Bug 314080: [MySQL5] checksetup.pl: Unknown column 'profiles.userid' in 'on c...lpsolit%gmail.com1-2/+2
2005-11-05Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductg...lpsolit%gmail.com1-0/+5
2005-11-01Bug 314269: Add email pref to not send mail about dependency changes - Patch ...lpsolit%gmail.com1-0/+20
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-7/+4
2005-10-26Bug 313020: Implement the ability to add individual bugs to saved searches - ...lpsolit%gmail.com1-0/+7
2005-10-20Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net1-0/+4
2005-10-14Bug 312406 Checksetup fails to check for existing group_group_map for Bugzill...bugreport%peshkin.net1-0/+6
2005-10-14Bug 312386: checksetup.pl fails to check for existing group_group_map entries...lpsolit%gmail.com1-6/+16
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+22
2005-10-07Bug 309680: Use SQL "JOIN ... ON ..." syntax instead of "JOIN ... USING(...)"mkanat%kerio.com1-1/+1
2005-09-28Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net1-13/+2
2005-09-28Bug 309760: series.public rename breaks upgrades from 2.17.1mkanat%kerio.com1-2/+6
2005-09-23Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com1-0/+8
2005-09-12Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ...lpsolit%gmail.com1-4/+3
2005-09-06Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+1
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com1-2/+3
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-2/+24
2005-08-25Bug 303860: There is a database change in the wrong place in checksetup.plmkanat%kerio.com1-11/+10
2005-08-23Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run c...mkanat%kerio.com1-23/+30
2005-08-22Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com1-8/+0
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-20/+39
2005-08-18Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com1-0/+6
2005-08-18Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com1-2/+22
2005-08-13Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (gl...lpsolit%gmail.com1-3/+6
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-5/+5
2005-08-10Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::T...bugreport%peshkin.net1-3/+4
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-5/+5
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-5/+5
2005-08-06Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com1-1/+29
2005-07-30Fix for bug 302083: automatically converts BMP files to PNG files to conserve...myk%mozilla.org1-0/+9
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com1-0/+3
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-10/+7