summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2006-06-08Patch for bug 335743: modify checksetup.pl so it no longer generates an ↵uid6231-2/+2
extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
2006-06-04Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by ↵jocuri%softhome.net1-0/+1
Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave.
2006-05-29Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org1-2/+2
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-28/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a ↵mkanat%bugzilla.org1-1/+10
Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org1-2/+44
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵lpsolit%gmail.com1-0/+6
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-6/+16
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-2/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-02Bug 314470: Require Perl 5.8mkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-0/+6
zach@zachlipton.com, r=timeless, a=justdave.
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com1-0/+3
<wurblzap@gmail.com> r=vladd a=justdave
2006-02-22Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ↵lpsolit%gmail.com1-0/+4
<altlst@sonic.net> r=mkanat a=justdave
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-1/+8
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-01-12Bug 322771: PostgreSQL incorrectly detects that some summaries have control ↵mkanat%kerio.com1-7/+12
characters when they don't Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
2006-01-11Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ↵lpsolit%gmail.com1-3/+3
by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
2006-01-09Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk1-0/+18
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-8/+1
turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org1-1/+8
ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
2006-01-03Bug 119524: SECURITY: predictable sessionid (Use a token instead of ↵lpsolit%gmail.com1-0/+6
logincookie) - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=justdave
2006-01-03Bug 311277: MIME::Parser is not found with ActivePerl - Patch by byron jones ↵lpsolit%gmail.com1-2/+3
(glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2006-01-02Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com1-0/+123
Patch by Marc Schumann <wurblzap@gmail.com>, r=wicked, a=justdave
2005-12-30Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com1-49/+35
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
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
- Patch by Nick Barnes <nb+bz@ravenbrook.com> r=mkanat a=justdave
2005-12-13Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables ↵mkanat%kerio.com1-4/+3
are empty Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-12-12Bug 319220: checksetup.pl can't cope with a standard CVS install or update.wurblzap%gmail.com1-0/+2
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2005-12-12Bug 319241: Bugzilla.pm is freely accessible from the web - Patch by ↵lpsolit%gmail.com1-1/+9
Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-11-30Bug 317489: Email preferences are not set for the new admin user - Patch by ↵lpsolit%gmail.com1-14/+5
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-28Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer ↵mkanat%kerio.com1-1/+1
than perl 5.8.5 (RHEL4) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2005-11-22Bug 317176: Clean up the missing Image::Magick perl module message - Patch ↵lpsolit%gmail.com1-2/+2
by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
2005-11-20Bug 304417: Template precompilation is clumsy when it comes to additional ↵wurblzap%gmail.com1-26/+18
language directories. Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>, r=wurblzap, a=myk
2005-11-20Bug 304936: checksetup.pl should inform the user to go to editparams.cgi if ↵mozilla%colinogilvie.co.uk1-0/+17
they haven't yet Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=LpSolit, a=justdave
2005-11-15Bug 302599: Saved searches using "days since bug changed" fail with "Can't ↵lpsolit%gmail.com1-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
2005-11-15Bug 314080: [MySQL5] checksetup.pl: Unknown column 'profiles.userid' in 'on ↵lpsolit%gmail.com1-2/+2
clause' - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=joel r=mkanat r=lance a=justdave
2005-11-05Bug 305927: [PostgreSQL] Adding a new product partly fails when ↵lpsolit%gmail.com1-0/+5
'makeproductgroups' is enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-01Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵lpsolit%gmail.com1-0/+20
by Todd Stansell <tjs@tellme.com> r=joel a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-7/+4
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-26Bug 313020: Implement the ability to add individual bugs to saved searches - ↵lpsolit%gmail.com1-0/+7
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
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