aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Collapse)AuthorAgeFilesLines
* Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com2003-07-271-5/+1
| | | | | r=kiko@async.com.br a=justdave@netscape.com
* Fix tinderbox bustagejustdave%syndicomm.com2003-07-221-1/+1
|
* Fix for bug 98147: disables "View All Attachments" link if there are no ↵myk%mozilla.org2003-07-221-3/+9
| | | | | | | attachments to view. Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
* Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; ↵gerv%gerv.net2003-07-141-2/+10
| | | | r=gerv, a=justdave.
* Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by ↵gerv%gerv.net2003-07-141-3/+6
| | | | gerv; r,a=justdave.
* Bug 13540 - change filters to cope with new terms.* code.gerv%gerv.net2003-07-041-7/+5
|
* Bug 13540 again - removing tabs from this file, inserted accidentally by ↵gerv%gerv.net2003-07-041-3/+3
| | | | last-minute cleanup.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-0485-1102/+1320
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-2613-3/+890
|
* Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org2003-06-242-1/+24
| | | | | | | fields so third-party clients can populate search forms with the list. r=gerv a=myk
* Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org2003-06-072-3/+1
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-038-39/+33
| | | | r=myk,jake
* Bug 207085 Updating a stored query shouldn't return the same message as ↵timeless%mozdev.org2003-05-261-0/+5
| | | | | | creating one r=kiko
* Bug 37749 - query for changes to specific field in last n days not working. ↵gerv%gerv.net2003-05-232-22/+20
| | | | Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv.
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-5/+0
| | | | r=joel, a=justdave
* Clean-up patch for bug 72837: uses /usr/bin/perl instead of ↵myk%mozilla.org2003-05-012-0/+5
| | | | | | | /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental. r=gerv a=myk
* Fixing build bustage by adding version string and license header.myk%mozilla.org2003-04-302-0/+41
|
* Fix for bug 72837: a script that generates configuration information for a ↵myk%mozilla.org2003-04-302-0/+258
| | | | | | | Bugzilla installation. r=gerv a=myk
* Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵burnus%gmx.de2003-04-291-1/+2
| | | | | | $changedsince r=gerv, a=justdave
* Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by ↵gerv%gerv.net2003-04-271-0/+4
| | | | gerv; r,a=justdave.
* Byg 202463 - prefill 'assign to' with default component ownerbbaetz%acm.org2003-04-271-4/+47
| | | | | patch by slamm@yahoo-inc.com (Steve Lamm) r=bbaetz, a=justdave
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-0/+21
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-2517-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
* Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de2003-04-091-1/+6
| | | | r=bbaetz,a=justdave
* Fix for bug 200961: unhorks display of bug ID in RDF version of bug list.myk%mozilla.org2003-04-081-2/+2
| | | | | r=justdave a=justdave
* Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi ↵burnus%gmx.de2003-04-031-1/+1
| | | | | | for consistency r,a=justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-29/+13
| | | | | r=gerv a=justdave
* Bug 195530 - Make javascript version of buglists available. r=bbaetz, jesse, ↵gerv%gerv.net2003-04-011-0/+33
| | | | a=justdave.
* Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, ↵gerv%gerv.net2003-04-011-3/+6
| | | | a=justdave.
* Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org2003-03-301-1/+1
| | | | r=bbaetz a=justdave
* Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; ↵gerv%gerv.net2003-03-251-10/+2
| | | | r,a=justdave.
* Bug 190892: Radio button for "run this query" looks silly if it's the only ↵justdave%syndicomm.com2003-03-241-11/+20
| | | | | | choice. Make it a hidden input if it's the only one. r= Gerv, a= justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-228-49/+88
| | | | | r=gerv, justdave a=justdave
* Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2003-03-221-0/+5
| | | | r=gerv, a=myk
* Bug 194917: Javascript missing HTML comments in flag list.justdave%syndicomm.com2003-03-141-0/+2
| | | | | Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=myk, a=myk
* Bug 196420 - jsmagic for add/and/or in boolean charts isn't workingbbaetz%acm.org2003-03-081-3/+3
| | | | r/a=justdave
* Bug 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de2003-02-281-10/+12
| | | | r=bbaetz, a=justdave
* Bug 186689: Should be able to set all/clear all email options in user ↵justdave%syndicomm.com2003-02-232-1/+21
| | | | | | preferences with one click. r= gerv, a= justdave
* Bug 135820 - token cancellation message are not user-friendlyburnus%gmx.de2003-02-171-7/+21
| | | | r=gerv, a=justdave
* Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave.gerv%gerv.net2003-02-161-0/+2
|
* Bug 193286: Field validation errors had the wrong page titlejustdave%syndicomm.com2003-02-152-0/+8
| | | | r= gerv, a= justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-104-5/+75
| | | | a=justdave
* Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.gerv%gerv.net2003-02-061-1/+5
|
* bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵burnus%gmx.de2003-02-051-0/+1
| | | | | | change a field r=gerv, a=justdave
* Bug 189790 voting info not displayed when editing/viewing a bugbugreport%peshkin.net2003-01-211-1/+1
| | | | | | patch by jnerad@bellsouth.net r=burnus a=justdave
* Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by ↵gerv%gerv.net2003-01-151-17/+25
| | | | gerv; r=bbaetz, a=justdave.
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-25/+66
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵jouni%heikniemi.net2003-01-143-3/+7
| | | | a=justdave
* XUL Chrome should use |content| over |_content|. r/a=justdave via irccaillon%returnzero.com2003-01-121-1/+1
|
* Bug 153874: Query in sidebar wasn't workingjustdave%syndicomm.com2003-01-121-0/+4
| | | | | Patch by Peter Henderson (peterhenderson@usa.net) r= kiko, a= justdave