aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 148919: Make entryheader a separate template. (again)matty%chariot.net.au2002-06-052-2/+38
|
* Fix for bug 148679: permit multiple stylesheets in the header template.justdave%syndicomm.com2002-06-052-3/+6
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r= jouni, gerv
* Fix for bug 148179: Cleans up interface to header.html.tmpl.myk%mozilla.org2002-06-054-5/+11
| | | | r=justdave,bbaetz
* Bug #142890: Make the banner a separate template.matty%chariot.net.au2002-06-042-18/+39
|
* Bug 143574 - taint errors with alternate formats. Also make data/templatebbaetz%student.usyd.edu.au2002-06-042-2/+14
| | | | | writable for non webservergroup users. r=myk, justdave
* Bug 144285 - checksetup.pl fails to set data dir (and other dir)bbaetz%student.usyd.edu.au2002-06-041-0/+10
| | | | | permissions properly r=justdave, myk
* Fix for bug 148767: Eliminates warning in rare situations.myk%mozilla.org2002-06-041-1/+1
| | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net>. 2rx=myk
* Fix for bug 145030: Removes use of CGI.pm from Template Toolkit until ↵myk%mozilla.org2002-06-042-5/+59
| | | | | | problems with it can be investigated and resolved. r=jouni,gerv
* Release notes updates.matty%chariot.net.au2002-06-031-17/+34
|
* Bug 93167 - &GroupExists and &GroupIsActive should push and pop sql statebbaetz%student.usyd.edu.au2002-06-031-0/+4
| | | | r=justdave, jouni
* Bug 148674 Boolean Charts don't work in Netpositive because '-' is sent as '%2Dtimeless%mac.com2002-06-031-2/+2
| | | | | This makes CGI.pl closer to CGI.pm by having it unescape the name field in addition to the value field. r=preed,justdave
* Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enoughbbaetz%student.usyd.edu.au2002-06-031-1/+2
| | | | r=justdave, preed
* Fix for bug 147476: the affect of changing your dot/webdot preferences on ↵justdave%syndicomm.com2002-06-031-1/+5
| | | | | | | | your web server's accessibility option (.htaccess for Apache) is now mentioned in the parameter description. Patch by Jouni Heikniemi (jouni@heikniemi.net) r= bbaetz, afranke
* Fix for bug 143108: comment change in localconfig to eliminate incorrect ↵justdave%syndicomm.com2002-06-031-1/+1
| | | | | | | statement that your permissions won't get touched if $webservergroup is empty. r= jouni, MattyT
* Bug 147486 - Fixes cross site scripting issues; first checked in on the ↵preed%sigkill.com2002-06-011-2/+2
| | | | 2.14.1 branch, but I forgot the 2.16 branch/trunk (thanks bbaetz); patch=preed, r=bbaetz,myk
* Bug 148363 - minor html glitch on the enter_bug templatebbaetz%student.usyd.edu.au2002-06-011-1/+1
| | | | patch by jouni@heikniemi.net (Jouni Heikniemi), r=myk x2
* Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David ↵dkl%redhat.com2002-05-311-1/+1
| | | | Lawrence <dkl@redhat.com> r=jouni@heikniemi.net,myk@mozilla.org
* Fix for bug 148011: Move pseudo-method definitions together.myk%mozilla.org2002-05-301-22/+23
| | | | | Patch by Myk Melez <myk@mozilla.org>. 2xr=justdave
* Bug 147272 - no background for bugzilla pagesbbaetz%student.usyd.edu.au2002-05-291-5/+4
| | | | r=justdave, preed
* Bug 144728 - Midair collision doubles line feeds. Patch by ↵gerv%gerv.net2002-05-291-0/+3
| | | | jouni@heikniemi.net; 2xr=justdave.
* Backing out mistakenly-checked-in code fragment. Thanks to MattyT for ↵gerv%gerv.net2002-05-261-4/+1
| | | | pointing this out.
* Release notes updates.matty%chariot.net.au2002-05-261-95/+146
|
* Bug 145849 - Non-maintainers with ability to bless others need "users" link ↵gerv%gerv.net2002-05-252-6/+10
| | | | in footer. Patch by bugreport@peshkin.net; r=gerv, justdave.
* Bug 146091 - Sort order for votes is ascending instead of descending. Patch ↵gerv%gerv.net2002-05-251-1/+1
| | | | by myk; 2xr=gerv.
* Bug 144768 - Selecting multiple products on query page causes script error ↵gerv%gerv.net2002-05-251-3/+3
| | | | in IE. Patch by jouni@heikniemi.net; r=gerv, bbaetz.
* Fix for bug 146261: fixes bug preventing the sending of email to users when ↵myk%mozilla.org2002-05-231-4/+2
| | | | | | | the status of bugs changes in some situations. Patch by Tim Taylor <ttaylor@mitre.org>. r=myk,bbaetz
* Release notes updates.matty%chariot.net.au2002-05-231-29/+34
|
* Bug 93667: Add comments to uncommented sections of sanitycheck.cgimatty%chariot.net.au2002-05-221-3/+21
|
* Bug 144565 - describecomponents.cgi shows wrong components when user hasbbaetz%student.usyd.edu.au2002-05-221-4/+6
| | | | | | access to only one product Bug 145113 - describecomponents doesn't call quietly_check_login() r=justdave, gerv
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-2233-116/+116
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Fix for bug 143743: Eliminates warning by properly initializing array reference.myk%mozilla.org2002-05-211-1/+1
| | | | | Fix by Myk Melez <myk@mozilla.org>. r=bbaetz,justdave
* Bug 143586 - required modules tests should be sorted. Patch by David ↵dkl%redhat.com2002-05-211-12/+42
| | | | Lawrence <dkl@redhat.com> r=justdave@syndicomm.com,bbaetz@student.usyd.edu.au
* Bug 144165 - enter_bug product selection has a footer like without a login ↵gerv%gerv.net2002-05-141-0/+1
| | | | if no usebuggroupsentry. Patch by jouni@heikniemi.net; 2xr=gerv.
* Fix for bug 144091: adding old-params.txt to .cvsignorejustdave%syndicomm.com2002-05-141-0/+1
|
* Bug 129466 - Adding a comment per a discussion w/ bbaetz on IRC about having ↵preed%sigkill.com2002-05-131-0/+3
| | | | backported this bug's patch to the 2_14_1-BRANCH, which was checked in today
* Bug 143560 - showdependencytree.cgi eats all available memory if there's a ↵gerv%gerv.net2002-05-131-1/+1
| | | | circular dependency. Patch by myk; 2xr=gerv.
* Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by ↵gerv%gerv.net2002-05-111-1/+1
| | | | burnus@gmx.de; 2xr=gerv.
* Fix for bug 143547: Don't show bugs as grey if usebuggroups parameter is set ↵myk%mozilla.org2002-05-111-1/+1
| | | | | | | to true. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
* Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release ↵justdave%syndicomm.com2002-05-111-1/+1
| | | | process is now ocurring on BUGZILLA-2_16-BRANCH. Any bugs intended for 2.16 must be checked in both on the branch and the trunk. Checkins for 2.17/2.18 items can be checked in on the trunk now.
* Fix for bug 78701: missing . in INVALID description in queryhelp.cgijustdave%syndicomm.com2002-05-111-1/+1
| | | | | Patch by norton@w5ac.tamu.edu 2xr= justdave
* Release notes update.matty%chariot.net.au2002-05-101-0/+3
|
* Bug 143231 - Changing a bug with an empty buglist gives a warning. Patch by ↵gerv%gerv.net2002-05-101-1/+1
| | | | jouni@heikniemi.net; 2xr=justdave.
* Fix for bug 135449: allows named queries to override the last sort order.myk%mozilla.org2002-05-101-0/+1
| | | | | Patch by Myk Melez <myk@mozilla.org>. 2xr=justdave
* Bug 143251 - RFE: checksetup.pl should report module version in error ↵dkl%redhat.com2002-05-101-12/+20
| | | | message. Patch by dkl@redhat.com 2xr=justdave@syndicomm.com
* Release notes updates.matty%chariot.net.au2002-05-091-9/+24
|
* Bumping version number to 2.16rc1justdave%syndicomm.com2002-05-091-1/+1
|
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2002-05-095-70/+100
| | | | | | test code. Patch makes the tests much better now. r=zach x2
* Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; ↵gerv%gerv.net2002-05-091-2/+2
| | | | 2xr=justdave.
* Bug 143040 - Tidy up remove parameters message in checksetup.pl. Patch by ↵gerv%gerv.net2002-05-092-16/+12
| | | | gerv; r=justdave, ddk.
* More documentation updates.gerv%gerv.net2002-05-0926-9060/+6896
|