aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Partial fix for bug 104600: Adds "template/custom" to .cvsignore.myk%mozilla.org2002-04-041-0/+1
| | | | | Patch by Myk Melez <myk@mozilla.org> r=justdave x2
* Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-043-12/+156
|
* New version of bug writing guidelines - bug 131345. Written by Eli ↵gerv%gerv.net2002-04-041-281/+391
| | | | (eli@prometheus-music.com), r=gerv.
* Fix for bug 98658: Let administrator know which customised templates have ↵zach%zachlipton.com2002-04-0440-4/+56
| | | | | | | | | | | been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk
* Fix for bug 126801: Suppress display of secure products to users who are not ↵myk%mozilla.org2002-04-041-0/+1
| | | | | | | | authorized to access those products. Only matters for installations using the "product groups" feature. Patch by Myk Melez <myk@mozilla.org>. r=justdave,gerv.
* Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net2002-04-048-56/+210
|
* Bug 109528 - Can't query for attachment status != value if patch has nobbaetz%student.usyd.edu.au2002-04-031-16/+49
| | | | | statuses r=myk, justdave
* Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely ↵justdave%syndicomm.com2002-04-031-14/+17
| | | | | | | | reported a circular dependency loop, and setting both the blocks and depends at the same time allowed a real dependency loop to be created. Patch by Stephen Lee <slee@wilcoxassoc.com> r= myk, justdave
* Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess ↵gerv%gerv.net2002-04-031-4/+6
| | | | file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
* Bug 132939 - "zarro bugs found" is no morebbaetz%student.usyd.edu.au2002-04-021-2/+2
| | | | r=justdave x2
* Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com2002-04-029-62/+451
| | | | commit didn't pick these up.
* Fix for bug 107513: Makes it possible to change parameters on an ↵myk%mozilla.org2002-04-021-1/+2
| | | | | | | installation where access to the scripts is not limited to the web server user. Patch by Myk Melez <myk@mozilla.org>. r=justdave,bbaetz
* Fix for bug 133833. Error in templatized version of userprefs.cgi. Errordkl%redhat.com2002-04-021-2/+2
| | | | | with ExcludeSelf form variable being all lowercase. Patch by David Lawrence <dkl@rehat.com> 2xr=gerv@mozilla.org
* Fix for bug 23067: Allow the user to change their email address through the ↵justdave%syndicomm.com2002-04-016-4/+202
| | | | | | | | | preferences. Sends out tokens in email to both addresses which have to be confirmed by the new address, and can be cancelled by the old one. Entering your password on the preferences page is required to initiate the process. Patch by John Vandenberg <zeroJ@null.net> r= myk, justdave
* Bug 134465 - Don't die() if the admin email address doesn't match thebbaetz%student.usyd.edu.au2002-04-011-1/+4
| | | | | regexp. r=justdave x2
* Better fix for bug 132929, buglist.cgi "long format" button doesn't work.bbaetz%student.usyd.edu.au2002-04-011-3/+1
| | | | r=myk x2
* Fix for bug 133425: adding missing FILTERs in the templatejustdave%syndicomm.com2002-04-011-3/+3
| | | | | Patch by Andreas Franke r = Gerv x2
* Fix for bug 92263: Don't output SQL commands before the footer when ↵justdave%syndicomm.com2002-04-011-0/+3
| | | | | | syncshadowdb fails (only affects Bugzillas that are running shadow databases) r= bbaetz, gerv
* Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au2002-03-313-10/+84
| | | | | graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
* Bug 133210 - typo in checksetup; uses $::params instead of $::parambbaetz%student.usyd.edu.au2002-03-311-3/+3
| | | | Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, zach
* Bug 133862 - bugzilla index page doesn't focus text fieldbbaetz%student.usyd.edu.au2002-03-311-1/+5
| | | | r=gerv x2
* Bug 104589 - prevent user closing window from terminating Bugzilla scripts. ↵gerv%gerv.net2002-03-282-0/+12
| | | | Patch by Gerv <gerv@mozilla.org>, r=justdave, myk
* Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, ↵gerv%gerv.net2002-03-272-28/+35
| | | | r=justdave, bbaetz.
* Bug 133200 - mass change removes dependancies. r=afranke, justdavebbaetz%student.usyd.edu.au2002-03-261-27/+3
| | | | | | Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch by zeroJ@null.net (John Vandenberg), r=bbaetz x2 Bug 133207 - mass confirming bugs fails. r=afranke x2
* Fix for bug 133389: changing anything on a bug from the show_bug.cgi page ↵justdave%syndicomm.com2002-03-261-1/+1
| | | | | | | would reset its component to the first in the product. Patch by John Vandenberg <zeroJ@null.net> r= myk x2
* Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-03-261-1/+1
|
* Fixes to small issues with show_bug.cgi templatisation.gerv%gerv.net2002-03-261-8/+10
| | | | | | Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv. Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv. Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
* Bug 133201 - js syntax error in show_bugbbaetz%student.usyd.edu.au2002-03-251-1/+1
| | | | patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
* Bug 128419 - link to email preferences from bug changed notification isbbaetz%student.usyd.edu.au2002-03-241-1/+1
| | | | | wrong r=afranke x 2
* Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net2002-03-248-673/+937
|
* Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by ↵gerv%gerv.net2002-03-231-1/+3
| | | | cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
* Bug 131659 - need to fixPerms the css directorybbaetz%student.usyd.edu.au2002-03-231-0/+2
| | | | r=mattyt, justdave
* Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warningsbbaetz%student.usyd.edu.au2002-03-231-0/+5
| | | | | from perl 5.6.1's Cwd.pm on every system() call. r=mattyt, justdave
* Bug 132929 - buglist.cgi 'long format' button doesn't workbbaetz%student.usyd.edu.au2002-03-231-0/+3
| | | | r=justdave x2
* Getting the stuff Timeless missed with his checkin for bug 106386justdave%syndicomm.com2002-03-195-8/+22
|
* Bug 106386 rid source of misspellingstimeless%mac.com2002-03-196-8/+8
| | | | r=db48x sr=blake a=asa
* Bug 118953 - incorrect message from checksetup.plbbaetz%student.usyd.edu.au2002-03-181-2/+3
| | | | patch by bugzilla@ali.as r=bbaetz, justdave
* Bug 92905 - perl error when editing user and no groups definedbbaetz%student.usyd.edu.au2002-03-181-20/+20
| | | | r=justdave x 2
* Bug 131568: template/default/global/header validates HTML 4.01 Transitionaljustdave%syndicomm.com2002-03-181-2/+2
| | | | | Patch by ville.skytta@iki.fi (Ville Skyttä) r= justdave x2
* Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv.gerv%gerv.net2002-03-171-4/+5
|
* Bug 129466 - use IP addr (not hostname) in logincookies tablebbaetz%student.usyd.edu.au2002-03-162-11/+15
| | | | r=gerv, justdave
* Bug 126789 - templatise token.cgi. r=bbaetz, mattyt.gerv%gerv.net2002-03-162-61/+83
|
* Fix for bug 97739: Confirms deletion of an attachment status in browsers ↵myk%mozilla.org2002-03-131-0/+51
| | | | | | | with no-JS/JS-off. Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>. r=myk,gerv
* Fix for bug 97739: Confirms deletion of an attachment status in browsers ↵myk%mozilla.org2002-03-132-13/+66
| | | | | | | with no-JS/JS-off. Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>. r=myk,gerv
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-1214-865/+1601
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Bug 130254 - Template params don't have to exist, since they may bebbaetz%student.usyd.edu.au2002-03-121-0/+3
| | | | | subject to interpolation. Ignore names with $ in them as a workaround r=myk x 2
* Fix for bug 72184: prevents users from entering too-large ↵myk%mozilla.org2002-03-114-0/+19
| | | | | | | comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Bug 129017 - perl error in apache logbbaetz%student.usyd.edu.au2002-03-061-1/+1
| | | | r=gerv, justdave
* Fix for bug 129016: Corrects conditional operator.myk%mozilla.org2002-03-051-1/+1
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
* Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.myk%mozilla.org2002-03-051-5/+1
| | | | | Patch by Myk Melez <myk@mozilla.org> r=gerv x 2