Граф коммитов

277 Коммитов

Автор SHA1 Сообщение Дата
jocuri%softhome.net a1c645feba Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave. 2004-04-13 18:16:36 +00:00
jocuri%softhome.net 831a06b8e5 Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave. 2004-04-13 18:08:42 +00:00
jocuri%softhome.net 62a15ea511 Patch for bug 240219: display valid PPM commands when using PPM version 2; r=timeless; a=justdave. 2004-04-13 17:59:22 +00:00
jocuri%softhome.net 006a30b881 Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave. 2004-04-11 18:42:33 +00:00
jocuri%softhome.net 796a9c897a Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk. 2004-04-10 14:53:00 +00:00
jocuri%softhome.net 1f0ba53a3b Patch for bug 239885: Don't display the sendmail message if the current platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk. 2004-04-09 02:18:13 +00:00
justdave%syndicomm.com ca73341301 Bug 237508: Have checksetup.pl specify which perl to use (the same one it's running under) when giving instructions how to use CPAN to install needed modules.
r= jouni, a= justdave
2004-03-30 13:25:24 +00:00
jocuri%softhome.net 014a9aec6a Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-03-26 02:14:00 +00:00
bugreport%peshkin.net 1c6676ccc9 Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site never changed a groupset
r=justdave, a=justdave
2004-03-24 19:45:55 +00:00
justdave%syndicomm.com 48a6a62693 Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave
2004-03-18 03:57:05 +00:00
kiko%async.com.br 06e65cf6b9 Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-16 23:53:01 +00:00
jocuri%softhome.net 4bdf770d66 Patch for bug 236664: make checksetup.pl print good install instructions for Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave. 2004-03-14 08:49:07 +00:00
jocuri%softhome.net e89058e809 Patch for bug 143490: eliminate unsupported calls from checksetup.pl when running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave. 2004-03-08 12:52:25 +00:00
jocuri%softhome.net c36df61c81 Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave. 2004-02-26 00:07:23 +00:00
justdave%syndicomm.com ebb5371b41 [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed to be NULL. Null summaries would cause BugMail.pm to crash. (Normally this would only be caused by third party touching of the bugs table, such as bugs manually migrated from another system or inserted by a script - such scripts will now break if they don't set a short_desc)
r= bbaetz, a= justdave
2004-02-22 03:03:46 +00:00
jocuri%softhome.net c1c0bda1ed Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave. 2004-02-08 23:09:23 +00:00
myk%mozilla.org e4f138946b Fix for bug 127995: shows the size of attachments in the show bug and attachment interfaces.
Patch by Dave Swegen <dswegen@software.plasmon.com>
r=myk
a=myk
2004-02-05 18:14:11 +00:00
gerv%gerv.net a193c3a27f Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave. 2004-02-02 22:01:52 +00:00
gerv%gerv.net 00b3e267cb Bug 225043 - enhance chart migration code to populate 'All Open' charts from historical data. Patch by gerv; r,a=justdave. 2004-01-26 23:23:08 +00:00
gerv%gerv.net 69007c8ed2 Bug 227155 - make sure running collectstats.pl twice in a day, or migrating data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. 2004-01-22 08:10:53 +00:00
myk%mozilla.org 19be78e470 Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions.
r=bbaetz, gerv
a=myk
2004-01-11 17:12:19 +00:00
jouni%heikniemi.net 4e0370944c Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdave 2004-01-04 07:39:00 +00:00
gerv%gerv.net 6bf72192f2 Bug 227771 - Migration and product/component create code no longer writes series to database. Patch by gerv; r=kiko, a=justdave. 2003-12-08 23:13:35 +00:00
justdave%syndicomm.com 61a354f005 Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave
2003-12-07 01:47:18 +00:00
bbaetz%acm.org 47e32a94e6 Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
gerv%gerv.net 7d65372c95 Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:25:31 +00:00
kiko%async.com.br 28da4ea3b1 Patch for bug 129315: incorrect column definition for bugs.delta_ts;
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko
a=justdave
2003-09-18 12:17:15 +00:00
gerv%gerv.net b346e42e93 Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave. 2003-09-11 22:57:19 +00:00
timeless%mozdev.org 71c262a0f8 Bug 169354 add "Windows Server 2003" OS
r=gerv a=justdave
2003-09-11 03:54:12 +00:00
gerv%gerv.net ac8f97670f Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. 2003-09-06 19:23:44 +00:00
myk%mozilla.org f7b851cd87 Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries.
r=bbaetz
a=myk
2003-09-03 02:03:48 +00:00
gerv%gerv.net 5a92766dc3 Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Patch by gerv; r,a=justdave. 2003-09-02 20:13:15 +00:00
gerv%gerv.net 93ca6379e4 Bug 213577 - New reporting imports old series with wrong status query. Patch by jussi@comlink.fi; r=gerv, a=justdave. 2003-08-28 21:36:58 +00:00
zach%zachlipton.com 45d5ca2881 Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds
newlines where they are needed.

r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
2003-08-27 05:36:32 +00:00
jkeiser%netscape.com 9837da3a46 Check for PatchReader as a part of the installation and disable the "Diff"
links if it is not there (bug 215268)
2003-08-20 00:45:43 +00:00
bbaetz%acm.org 9d0045d939 Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting of
table values.
r=jouni, a=justdave
2003-08-03 04:39:45 +00:00
myk%mozilla.org 93bf5c9913 Partial fix for bug 120030: adds template filter for obscuring email addresses.
Patch by Stephen Lee <slee@@wilcoxassoc.com>.
r=myk,a=myk
2003-08-01 03:57:24 +00:00
jkeiser%netscape.com 5d4be46294 Don't spew "which: program not found" errors all the time (bug 214558), r=justdave 2003-07-31 18:45:30 +00:00
jkeiser%netscape.com 925721344e Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN. 2003-07-30 20:05:04 +00:00
preed%sigkill.com 4ec754d744 Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch by jocuri@softhome.net (Vlad Dascalu); r/a=justdave 2003-07-22 12:23:27 +00:00
preed%sigkill.com e4b2885d37 Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave 2003-07-17 22:57:59 +00:00
zach%zachlipton.com 7aa820a6d4 Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the
default in localconfig; admins will have to change existing installations
manually.

r+a=justdave
2003-07-10 14:53:46 +00:00
justdave%syndicomm.com a60677927e Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave
2003-07-08 06:50:05 +00:00
gerv%gerv.net a5a1140ff7 Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
bbaetz%acm.org 325350ad59 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
justdave%syndicomm.com 15ffd8fed6 Bug 204008: checksetup.pl didn't set permissions on the js directory
r= zach, a= justdave
2003-05-01 03:41:32 +00:00
bbaetz%acm.org 30357668b4 Bug 180086 - Rename 'count' column in votes tables
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz,justdave
a=justdave
2003-04-27 07:20:39 +00:00
bbaetz%acm.org f36a56c3bb Bug 203540 - RenameField doesn't get NULL/NOT NULL correct
r,a=justdave
2003-04-27 07:19:28 +00:00
bbaetz%acm.org 72da8784bf Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bug
patch mostly by justdave, bits by me
r=bbaetz,justdave,myk
a=justdave
2003-04-24 23:12:00 +00:00
justdave%syndicomm.com 8384cb3943 Bug 197153: Fix for insecure temporary filename handling.
Patch by Brad Baetz <bbaetz@acm.org>
r= justdave, gerv
a= justdave
2003-04-24 21:17:31 +00:00