summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org8-39/+33
r=myk,jake
2003-05-26Bug 207085 Updating a stored query shouldn't return the same message as ↵timeless%mozdev.org1-0/+5
creating one r=kiko
2003-05-23Bug 37749 - query for changes to specific field in last n days not working. ↵gerv%gerv.net2-22/+20
Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-5/+0
r=joel, a=justdave
2003-05-01Clean-up patch for bug 72837: uses /usr/bin/perl instead of ↵myk%mozilla.org2-0/+5
/usr/bonsaitools/bin/perl and adds message about these interfaces being experimental. r=gerv a=myk
2003-04-30Fixing build bustage by adding version string and license header.myk%mozilla.org2-0/+41
2003-04-30Fix for bug 72837: a script that generates configuration information for a ↵myk%mozilla.org2-0/+258
Bugzilla installation. r=gerv a=myk
2003-04-29Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵burnus%gmx.de1-1/+2
$changedsince r=gerv, a=justdave
2003-04-27Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by ↵gerv%gerv.net1-0/+4
gerv; r,a=justdave.
2003-04-27Byg 202463 - prefill 'assign to' with default component ownerbbaetz%acm.org1-4/+47
patch by slamm@yahoo-inc.com (Steve Lamm) r=bbaetz, a=justdave
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-0/+21
request notifications r=bbaetz,jpreed a=justdave
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com17-25/+635
templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
2003-04-09Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de1-1/+6
r=bbaetz,a=justdave
2003-04-08Fix for bug 200961: unhorks display of bug ID in RDF version of bug list.myk%mozilla.org1-2/+2
r=justdave a=justdave
2003-04-03Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi ↵burnus%gmx.de1-1/+1
for consistency r,a=justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-29/+13
r=gerv a=justdave
2003-04-01Bug 195530 - Make javascript version of buglists available. r=bbaetz, jesse, ↵gerv%gerv.net1-0/+33
a=justdave.
2003-04-01Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, ↵gerv%gerv.net1-3/+6
a=justdave.
2003-03-30Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org1-1/+1
r=bbaetz a=justdave
2003-03-25Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; ↵gerv%gerv.net1-10/+2
r,a=justdave.
2003-03-24Bug 190892: Radio button for "run this query" looks silly if it's the only ↵justdave%syndicomm.com1-11/+20
choice. Make it a hidden input if it's the only one. r= Gerv, a= justdave
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org8-49/+88
r=gerv, justdave a=justdave
2003-03-22Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org1-0/+5
r=gerv, a=myk
2003-03-14Bug 194917: Javascript missing HTML comments in flag list.justdave%syndicomm.com1-0/+2
Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=myk, a=myk
2003-03-08Bug 196420 - jsmagic for add/and/or in boolean charts isn't workingbbaetz%acm.org1-3/+3
r/a=justdave
2003-02-28Bug 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de1-10/+12
r=bbaetz, a=justdave
2003-02-23Bug 186689: Should be able to set all/clear all email options in user ↵justdave%syndicomm.com2-1/+21
preferences with one click. r= gerv, a= justdave
2003-02-17Bug 135820 - token cancellation message are not user-friendlyburnus%gmx.de1-7/+21
r=gerv, a=justdave
2003-02-16Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave.gerv%gerv.net1-0/+2
2003-02-15Bug 193286: Field validation errors had the wrong page titlejustdave%syndicomm.com2-0/+8
r= gerv, a= justdave
2003-02-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com4-5/+75
a=justdave
2003-02-06Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.gerv%gerv.net1-1/+5
2003-02-05bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵burnus%gmx.de1-0/+1
change a field r=gerv, a=justdave
2003-01-22Bug 189790 voting info not displayed when editing/viewing a bugbugreport%peshkin.net1-1/+1
patch by jnerad@bellsouth.net r=burnus a=justdave
2003-01-15Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by ↵gerv%gerv.net1-17/+25
gerv; r=bbaetz, a=justdave.
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com1-25/+66
be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
2003-01-14Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵jouni%heikniemi.net3-3/+7
a=justdave
2003-01-12XUL Chrome should use |content| over |_content|. r/a=justdave via irccaillon%returnzero.com1-1/+1
2003-01-12Bug 153874: Query in sidebar wasn't workingjustdave%syndicomm.com1-0/+4
Patch by Peter Henderson (peterhenderson@usa.net) r= kiko, a= justdave
2003-01-10Bug 179328 - Mozilla-specific wording in duplicates.cgi explanation text. ↵gerv%gerv.net1-16/+13
Patch by gerv; r,a=justdave.
2003-01-07Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summarytimeless%mozdev.org1-1/+1
r=burnus a=justdave
2003-01-06Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net13-12/+12
gerv; r=bbaetz, a=justdave.
2003-01-06Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, ↵gerv%gerv.net1-36/+41
a=justdave.
2002-12-21Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au1-2/+0
r, a=myk
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au6-18/+37
2002-12-17Bug 184949 - CSV buglists are missing the Bug ID column. Patch by gerv; ↵gerv%gerv.net1-1/+1
r,a=justdave.
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au4-56/+90
r=gerv, justdave a=justdave
2002-12-15Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+11
2002-12-09Bug 184365: link to urlbase instead of index.cgi from "Top" link in ↵justdave%syndicomm.com1-1/+1
navigation toolbar. r=gerv, a=me
2002-12-09Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net4-6/+18
people from creating accounts) r=burnus a=justdave