summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-08-22Bug 139011 - Improve buglist colors furtherburnus%gmx.de7-9/+30
r,a=justdave
2003-08-20Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com5-43/+99
links if it is not there (bug 215268)
2003-08-15Bug 216019 Change various sentences in BugMail.pmtimeless%mozdev.org1-15/+15
r=preed a=justdave
2003-08-13Bug 215962: Missing {} around implied hash reference in params to ThrowUserErrorjustdave%syndicomm.com1-1/+1
patch by Eric Selberg <erik@selberg.com> r= justdave a= justdave
2003-08-06Backing out changes accidently checked in with bug 174942: the ↵justdave%syndicomm.com1-7/+11
"die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
2003-08-05Fix for bug 204560: display alias in long listing.myk%mozilla.org2-1/+5
Fix by GavinS <bugzilla@chimpychompy.org>. r=myk, a=myk
2003-08-03Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting ofbbaetz%acm.org1-1/+2
table values. r=jouni, a=justdave
2003-08-01Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org3-0/+10
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
2003-08-01Don't spew "which: program not found" errors all the time (bug 214558), ↵jkeiser%netscape.com1-34/+48
r=justdave
2003-07-31Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com12-109/+1066
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-27Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com3-7/+61
r=kiko@async.com.br a=justdave@netscape.com
2003-07-24Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" ↵preed%sigkill.com1-0/+1
error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave
2003-07-23Bug 206558 - What happened when multiple items were selected on a ↵jake%bugzilla.org1-10/+9
multi-select box wasn't clear. Patch by Vlad Dascalu <jocuri@softhome.net> r=jake
2003-07-22Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch ↵preed%sigkill.com1-2/+4
by jocuri@softhome.net (Vlad Dascalu); r/a=justdave
2003-07-22Fix for bug 213079: When severity or priority are hidden, CSS classkiko%async.com.br1-2/+3
names are incomplete in buglist. r=burnus, a=justdave
2003-07-22Fix tinderbox bustagejustdave%syndicomm.com1-1/+1
2003-07-22Fix for bug 98147: disables "View All Attachments" link if there are no ↵myk%mozilla.org2-3/+10
attachments to view. Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
2003-07-20Bug 178935: Eliminating the "Add another user" link on the confirmation ↵justdave%syndicomm.com1-2/+5
screen after editing a user if the user doing the editing doesn't have permission to add users. Patch by kniht@us.ibm.com r= justdave, a= justdave
2003-07-19Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID ↵justdave%syndicomm.com1-2/+2
when it's already an ID r= myk, a= justdave
2003-07-18Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only.preed%sigkill.com1-1/+1
2003-07-18Bug 147480 - Lack of newlines when asking for password in checksetup.pl. ↵preed%sigkill.com1-1/+1
Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-18Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net ↵preed%sigkill.com1-0/+4
(Vlad Dascalu), r=kiko, a=justdave
2003-07-18Bug 95759: localconfig.js contains strings of equals signs (===). Patch by ↵preed%sigkill.com1-5/+5
jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-16Bug 207206: doeditparams.cgi XHTML compatibility. Patch by ↵preed%sigkill.com1-4/+4
jocuri@softhome.net, r=kiko, a=justdave
2003-07-14Bug 122365 - Allow installation definable LDAP filtersbbaetz%acm.org2-2/+10
r,a=justdave
2003-07-14Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; ↵gerv%gerv.net2-3/+11
r=gerv, a=justdave.
2003-07-14Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by ↵gerv%gerv.net1-3/+6
gerv; r,a=justdave.
2003-07-12Bug 212361: Additional Comments date had month and day swapped in bug change ↵justdave%syndicomm.com1-1/+1
emails r= jaypee, a= justdave
2003-07-10Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes thezach%zachlipton.com1-1/+1
default in localconfig; admins will have to change existing installations manually. r+a=justdave
2003-07-10Bug 107580: Add space to front of "New:" designator on bugmail so it will ↵justdave%syndicomm.com1-1/+1
always sort before changed mails in an alphabetical subject listing in user mailboxes. Patch by benc@netscape.com r= myk, a=myk
2003-07-08Bug 211758: checksetup.pl was trying to use params that didn't exist yet ↵justdave%syndicomm.com1-1/+1
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-08Recompile the docsjake%bugzilla.org16-627/+1185
2003-07-08Use pdfjadetex to generate the PDF file instead of going through PostScript ↵jake%bugzilla.org1-7/+4
as it generates a much cleaner PDF file.
2003-07-04Bug 13540 - change filters to cope with new terms.* code.gerv%gerv.net1-7/+5
2003-07-04Bug 13540 again - removing tabs from this file, inserted accidentally by ↵gerv%gerv.net1-3/+3
last-minute cleanup.
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net86-1102/+1323
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2003-07-04Bug 194347 - Updating MacOS X hints to specify that the GD patch is no ↵jake%bugzilla.org3-72/+44
longer required (when using the gd2 package) and also recommend using fink to install expat.
2003-07-04*Whitespace* Fixing indentation like I wanted to do before I checked this ↵jake%bugzilla.org1-114/+111
section in...
2003-07-03Refix bug 201955 - Forgot to edit one of the introductory paragraphs and ↵jake%bugzilla.org1-10/+8
fixed a couple other minor errors.
2003-07-03Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP ↵jake%bugzilla.org2-58/+125
authentication has changed.
2003-07-01Bug 211127 - use proper path to Perl. Patch by jussi@comlink.fi; r=gerv, ↵gerv%gerv.net1-1/+1
a=justdave.
2003-07-01Bug 201955 - The method for specifing a charset has changed now that we use ↵jake%bugzilla.org1-17/+14
CGI.pm for header output (bug 201816).
2003-07-01Bug 206498 - Add a warning that Bugzilla upgrades are irreversable and that ↵jake%bugzilla.org1-0/+8
backups should be made.
2003-06-29Bug 210248 - Missing "my" in SMTP code for win32 instructions.jake%bugzilla.org1-2/+2
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake
2003-06-28Bug 193575 - Internal server error from votes.cgibbaetz%acm.org1-1/+6
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz, a=justdave
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net23-6/+2130
2003-06-24Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org5-14/+48
fields so third-party clients can populate search forms with the list. r=gerv a=myk
2003-06-23Bug 210324 - s/->err/->error/bbaetz%acm.org1-1/+1
r,a=justdave
2003-06-14Fresh docs compile (first one w/a PDF version).jake%bugzilla.org14-219/+277
2003-06-14Optionally create a PDF version of the docs.jake%bugzilla.org1-1/+19