summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2002-12-09Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net3-1/+43
patch by burnus r=timeless,a=justdave
2002-12-08Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au3-41/+33
field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
2002-12-03Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au1-2/+2
(Bug.pm/show_bug.cgi/bug_form.pl reorg) r,a=justdave
2002-12-01Bug 178880 - Creation date is now displayed in the long list.jake%bugzilla.org1-0/+6
Patch by Frank Wein <mcsmurf@gmx.net> r=jake a=justdave
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au8-71/+123
r=justdave, joel a=justdave
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org6-7/+8
every time we display. r=justdave a=justdave
2002-11-27Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵gerv%gerv.net7-3/+280
general user help system. Patch by gerv; r,a=justdave.
2002-11-27Bug 181221 - CSV reports on 2-d tables have header messed up. Patch by gerv; ↵gerv%gerv.net1-4/+8
r=joel, a=justdave.
2002-11-26Bug 181960 Reason for account being disabled is not shownbugreport%peshkin.net1-1/+1
Patch by joel r,a=justdave
2002-11-25Bug 181582 - reorders the table cells on the query page so that the list ↵justdave%syndicomm.com1-77/+145
headers are grouped with the lists in Links and when used with voice synthesis packages. r= timeless, a= justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net5-9/+366
Patch by joel r=bbaetz,justdave a=justdave
2002-11-22Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for ↵gerv%gerv.net2-4/+5
pie chart wedges when smaller than a certain size), bug 180255 (Tabular report CSV downloads should suggest csv filename), and bug 180967 (csv reports swap rows/columns). Patch by gerv; r=joel, a=justdave.
2002-11-22Bug 181286 - Invalid html in banner.html.tmplbbaetz%student.usyd.edu.au1-2/+2
patch by Tobias Burnus <burnus@gmx.de> r=bbaetz, a=justdave
2002-11-22Bug 179483 - Guided template displays wrong product name sometimes. Patch by ↵gerv%gerv.net1-11/+13
gerv; r=bbaetz, a=justdave.
2002-11-20Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com3-83/+65
r=myk a=myk
2002-11-20Bug 179293 - time tracking js should only appear if time tracking isbbaetz%student.usyd.edu.au1-21/+23
enabled patch by Jeff Hedlund <jeff.hedlund@matrixsi.com> r=bbaetz, a=justdave
2002-11-19Bug 179811, used & instead of &amp;bbaetz%student.usyd.edu.au1-1/+1
Patch by Tobias Burnus <burnus@gmx.de>, r=bbaetz, a=justdave
2002-11-19Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ↵myk%mozilla.org2-11/+20
for logged in users. r=bbaetz a=myk
2002-11-19Fix for bug 179876: Labels the "Requestee" field to reduce confusion about ↵myk%mozilla.org3-36/+50
its purpose. r=bbaetz a=myk
2002-11-19Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au16-55/+58
r=gerv, a=justdave
2002-11-18Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links ↵gerv%gerv.net5-13/+17
are messed up when axis is restricted), bug 180105 (CSV reports occasionally break), bug 179671 (Boolean charts are broken on reporting pages), bug 179887 (report.cgi should |require Data::Dumper|, not |use|), and works around bug 179581 (Keyword combinations report not very useful). Patch by gerv; r=bbaetz, a=justdave.
2002-11-18Fix for bug 180444: Correctly attributes request creation to person who ↵myk%mozilla.org1-1/+1
submitted it. r=bbaetz a=myk
2002-11-17Fix for bug 180544: prevents display of requestee field for generally ↵myk%mozilla.org1-2/+10
requestable fields. r=bbaetz a=myk
2002-11-16Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; ↵gerv%gerv.net2-2/+4
r,a=justdave.
2002-11-13Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net3-21/+27
r=joel.
2002-11-12Bug 179302 - 'anyexact' isn't an option for boolean chartsbbaetz%student.usyd.edu.au1-0/+1
r=joel, a=justdave
2002-11-12Fix for bug 179360: puts the filters at the top of the request queue and ↵myk%mozilla.org1-47/+51
eliminates that empty table that sometimes is at the top of the queue. r=bbaetz a=myk
2002-11-11Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org1-24/+52
other bugs in the RT code. r=bbaetz a=myk
2002-11-11Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a ↵justdave%syndicomm.com1-0/+4
message that the quips are disabled instead of letting you view or add quips. r=myk, a=me
2002-11-11Fix for bug 178984: disables flag requestee field using JavaScript unless ↵myk%mozilla.org1-9/+45
flag is set to "requested". r=justdave a=justdave
2002-11-11Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows ↵gerv%gerv.net1-7/+11
selection of any OS, if the submitter is running it, on this form. Patch by gerv; r,a=justdave.
2002-11-11Bug 178178 Sidebar name should not be hardcoded to "Bugzilla"timeless%mozdev.org1-11/+14
r=bbaetz a=justdave
2002-11-10Fix for bug 179329: filters HTML out of quips on "show all quips" pagemyk%mozilla.org1-1/+1
2002-11-10Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au2-2/+7
original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave
2002-11-10Bug 179203 - "Preset Queries" text does not appear in footer if last named ↵bbaetz%student.usyd.edu.au1-1/+1
query is not in footer r=gerv, a=justdave
2002-11-10Bug 179225 Missing space. "Reassign bug to ownerand QA contact of selected ↵bugreport%peshkin.net1-1/+1
component " 2xr=jake a=myk
2002-11-10Bug 179207 Blessing doesn't work rightbugreport%peshkin.net1-1/+5
r,a=justdave
2002-11-09Fix for bug 179205: Makes flag options be correct in all situations.myk%mozilla.org1-7/+12
r=justdave a=justdave
2002-11-09Fix for bug 171505: shows disabled flags in the UImyk%mozilla.org2-9/+10
r=bbaetz a=justdave
2002-11-09Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au1-1/+1
Patch by joel, dkl + me r=myk, a=justdave
2002-11-09Bug 92253 - Boolean chart makes very wide web pages from query.cgi. Patch by ↵gerv%gerv.net1-0/+2
slee@wilcoxassoc.com; r=gerv, a=justdave.
2002-11-09Bug 164003 - Button "Add another boolean chart" appears twice after clicking ↵gerv%gerv.net1-2/+2
"And". Patch by gerv; r=myk, a=justdave.
2002-11-08Fix for bug 171480: make output for non requestee-specific requests look ↵myk%mozilla.org1-4/+7
better in the request queue. r=joel a=justdave
2002-11-08Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2-113/+10
r=not_erik,joel a=justdave
2002-11-08Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0myk%mozilla.org1-0/+7
r=gerv a=justdave
2002-11-05Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org1-0/+51
2002-11-04Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2-0/+6
Toms Baugis, r=kiko, 2xr=joel.
2002-11-02Fix for bug 176509: "(this bug is not in your list)" no longer appears in ↵justdave%syndicomm.com1-13/+17
the navigation bar when you aren't viewing a bug. Patch by Jody McIntyre <jodym@oeone.com> r=justdave
2002-11-01Bug 177430 - buglist.cgi needs a CSV output format. Patch by gerv; r=justdave.gerv%gerv.net2-3/+36
2002-10-29Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net15-162/+570
2xr=joel.