summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-10-04Bug 155389 - More <link> elements & templatization of navigation_links. Fix ↵gerv%gerv.net1-2/+2
small regression where I accidentally damaged the user.login field. Patch by gerv.
2002-10-03Bug 155389 - More <link> elements & templatization of navigation_links. ↵gerv%gerv.net5-49/+104
Patch by gerv; r=bbaetz.
2002-10-02Bug 20122 - Bugzilla requires new login if IP changesbbaetz%student.usyd.edu.au3-9/+82
r=joel x2
2002-10-02Bug 172045 can't see restricted bugs if cc setbugreport%peshkin.net1-1/+1
r=daa,bbaetz
2002-10-02Bug 172010 voting broken on tipbugreport%peshkin.net2-2/+4
Regression from 43600 and 157756 2xr=bbaetz
2002-10-02Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtoolspreed%sigkill.com1-1/+1
2002-10-02Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net7-71/+75
r=burnus.
2002-10-02Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net6-12/+66
2002-10-01Bug 171639 dupes not marked in original bugbugreport%peshkin.net1-1/+2
2xr=bbaetz
2002-09-30Bug 164038 - token.cgi: Cancel token messages should be moved into the ↵gerv%gerv.net7-49/+134
templates. Patch by burnus; r=gerv.
2002-09-30Bug 169819 - remove 'this is bugzilla...' text from footerbbaetz%student.usyd.edu.au2-10/+6
r=justdave x2
2002-09-30Fix for bug 1700073: checksetup.pl (indirectly via Bugzilla::Config.pm) had ↵justdave%syndicomm.com1-13/+22
a dependency on File::Temp, which caused it to crash before the version checks were even done to warn the admin that it wasn't present. This patch reorders the loading sequence in checksetup.pl so that the version checks are done before the Config module is loaded. 2xr=bbaetz
2002-09-30Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for ↵myk%mozilla.org1-1/+2
correct product IDs in the flaginclusions and flagexclusions tables instead of the flagtypes table, which no longer has a product_id field. r=joel
2002-09-30Fix for bug 171420: fixes usage of $template, $vars, and &Param in Flag.pm.myk%mozilla.org1-18/+17
r=bbaetz
2002-09-29Release notes.matty%chariot.net.au1-3/+99
2002-09-29Bug 171322 process_bug.cgi makes reference to non-existant product variablebugreport%peshkin.net1-0/+1
2xr=bbaetz
2002-09-29Bug 171440 editgroups shows system groups as usable for bugs even though ↵bugreport%peshkin.net1-1/+1
they are not 2xr=justdave
2002-09-29Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; ↵gerv%gerv.net4-67/+91
r=burnus.
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org1-1/+1
the qw construct needs to be surrounded by parentheses.
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org1-1/+1
the qw construct needs to be surrounded by parentheses.
2002-09-29Fixing build bustage. Some template files didn't have version strings.myk%mozilla.org4-0/+4
2002-09-29Fixing build bustage.myk%mozilla.org1-1/+1
2002-09-29Checking in build bustage.myk%mozilla.org1-1/+1
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org36-675/+3562
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-28Fix for bug 171296: changing Content-disposition header in attachment.cgi to ↵justdave%syndicomm.com1-7/+1
use 'inline' instead of 'attachment' so that it doesn't *force* you to download it. r= bbaetz, bzbarsky
2002-09-28Bug 170213 - CVS remove old and obsolete HTML files. "Patch" by gerv; a=myk.gerv%gerv.net5-382/+0
2002-09-28Bug 170195 Regression - buglist highlighting brokenbugreport%peshkin.net1-1/+3
r=myk
2002-09-27Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz.gerv%gerv.net2-6/+17
2002-09-27Bug 170986 - General Summary reports don't work with taint checking. Also ↵gerv%gerv.net2-4/+10
fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz.
2002-09-26Bug 170843 - cvs remove obsolete file, changepassword.cgi. "Patch" by gerv; ↵gerv%gerv.net1-39/+0
a=justdave.
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net10-1/+465
2002-09-24Fix for bug 169197: Explicitly identifies RDF 'about' and 'resource' tags as ↵myk%mozilla.org1-3/+4
being in the RDF namespace to update deprecated syntax and get some RDF parsers to stop generating warnings. r=gerv
2002-09-23Bug 170064 - Change error API again to allow vars to be passed in the call. ↵gerv%gerv.net3-12/+24
Patch by gerv; r=bbaetz.
2002-09-23Bug 170075 - Mid-air collision pages should be titled as such. Patch by ↵gerv%gerv.net1-1/+15
gerv; r=bbaetz.
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net34-1409/+1695
r=bbaetz, gerv
2002-09-22Fix for bug 63601: Recommend filename when downloading attachments (except ↵justdave%syndicomm.com3-9/+34
in IE4, which chokes on the Content-Disposition header) Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com> r= bbaetz, gerv
2002-09-22Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵gerv%gerv.net7-6/+90
Patch by gerv; r=kiko.
2002-09-21Bug 163114 - Templatise all calls to DisplayError. First patch - ↵gerv%gerv.net3-66/+118
attachment.cgi. Patch by gerv; r=burnus.
2002-09-20Bug 167476 - unix_timestamp conversion error using MySQL. Patch by ↵gerv%gerv.net1-1/+1
finne@stofanet.dk; r=gerv.
2002-09-20Bug 152935 - Pref for no notification on Target Milestone change not ↵gerv%gerv.net1-3/+3
respected. Patch by jodym@oeone.com; r=bbaetz, gerv.
2002-09-20160476 - boolean chart addition doesn't keep query template format. Patch by ↵gerv%gerv.net3-3/+14
gerv; r=myk.
2002-09-20Last part of fix for bug 146945: Hack to support format=rdf for legacy ↵myk%mozilla.org1-0/+6
applications that don't know to do ctype=rdf instead. r=gerv
2002-09-19Bug 169561 - Speed up UserInGroup by using cached information. Patch by ↵gerv%gerv.net1-14/+1
gerv; r=bbaetz, joel, myk.
2002-09-19Bug 168804 - Document CheckCanChangeField so sites can modify it for local ↵gerv%gerv.net3-40/+300
needs. Patch by gerv; r=bbaetz, joel.
2002-09-19Bug 163790 - colchange.cgi is not localisable. Patch by gerv; r=burnus.gerv%gerv.net1-6/+21
2002-09-19Fallout from previous checkin; need to escape "-" in regexp for some ↵gerv%gerv.net1-1/+1
versions of Perl, because it interprets it as a range.
2002-09-18Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net4-31/+22
"pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
2002-09-18Bug 146945 - clean up format ambiguities. Rename list-rdf.rdf.tmpl to ↵gerv%gerv.net1-0/+0
list.rdf.tmpl to fit in with new naming scheme.
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net6-125/+33
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
2002-09-14Bug 25521 - Keyword field in new bug entry. Patch by ↵gerv%gerv.net2-0/+41
jeff.hedlund@matrixsi.com; r=gerv.