aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
Commit message (Collapse)AuthorAgeFilesLines
* Bug 231026 - improve the appearance of the buglist options at the bottom of ↵gerv%gerv.net2004-01-211-5/+5
| | | | the buglist. Patch by gerv; r,a=justdave.
* Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵gerv%gerv.net2004-01-201-3/+1
| | | | longer support OS 9.) Patch by gerv; r,a=justdave.
* Backing out code change that was accidently left in the patch on bug 228894 ↵justdave%syndicomm.com2004-01-201-2/+1
| | | | (see comment 9)
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-19112-113/+114
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.gerv%gerv.net2004-01-181-1/+1
|
* Bug 224420 - add a warning that only public bugs are counted by the new ↵gerv%gerv.net2004-01-171-0/+5
| | | | charting system at the moment. Patch by gerv; r,a=justdave.
* Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br2004-01-171-0/+15
| | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
* Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.gerv%gerv.net2004-01-161-5/+1
|
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-0/+33
| | | | | | | standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
* Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.jocuri%softhome.net2003-12-103-3/+3
|
* Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net2003-12-109-8/+239
| | | | jth, gerv; r/a=justdave.
* Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; ↵jocuri%softhome.net2003-12-081-0/+7
| | | | a=justdave.
* Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on.gerv%gerv.net2003-12-082-3/+3
|
* Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl.gerv%gerv.net2003-12-081-1/+2
|
* Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵gerv%gerv.net2003-12-082-1/+9
| | | | number, component or status. Patch by gerv; r=kiko, a=justdave.
* Bug 227122 - pie chart link missing from certain tabular reports. Patch by ↵gerv%gerv.net2003-12-081-1/+1
| | | | gerv; r=jouni, a=justdave.
* Bug 218568 - Clean up charting UI. Having played with it for a bit, it ↵gerv%gerv.net2003-12-085-120/+129
| | | | needed work. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br2003-12-084-23/+23
| | | | | | chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
* Bug 226932: flag request email sends '&nbsp;' in subject. Removekiko%async.com.br2003-12-011-2/+2
| | | | | entities that were introduced by the fix for bug 13540. Patch by Stephen Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
* Bug 226229: Query.cgi HTML Transitional 4.01 validation fails forkiko%async.com.br2003-11-273-16/+18
| | | | | query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave
* Fix for bug 226469: labels the votes column in the RDF buglist output as ↵myk%mozilla.org2003-11-221-1/+1
| | | | containing Integer values so they sort correctly in RDF-slurping clients.
* Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; ↵jocuri%softhome.net2003-11-214-0/+171
| | | | a=justdave.
* Bug 226119: The template admin/add-group.html.tmpl moved to ↵jouni%heikniemi.net2003-11-191-0/+0
| | | | | | admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@. r=myk, a=justdave
* Bug 225303 - Cannot remove stored query when no bugs are found. Patch by ↵gerv%gerv.net2003-11-151-49/+38
| | | | gerv; r=jouni, a=justdave.
* Bug 223473: Query not resubmitted after changing columns; r=justdave; ↵jocuri%softhome.net2003-11-141-0/+2
| | | | a=justdave.
* Bug 219358 - Make attachments with all supported MIME types viewable in the ↵gerv%gerv.net2003-11-141-2/+7
| | | | edit page. Patch by gerv; r=kiko, r,a=justdave.
* Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk.jocuri%softhome.net2003-11-101-0/+82
|
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net2003-11-095-164/+85
| | | | r,a=myk.
* Bug 224913 - Need tests to check whether any templates uses the bareword ↵gerv%gerv.net2003-11-097-25/+36
| | | | "bug" or variations. Patch by gerv; r,a=justdave.
* Bug 195530 - Make javascript version of buglists available, part 2. This is ↵gerv%gerv.net2003-11-091-0/+5
| | | | a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave.
* Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net2003-11-081-2/+2
| | | | public. Patch by gerv; r=kiko, a=justdave.
* Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk.jocuri%softhome.net2003-11-081-2/+2
|
* Bug 198460: Better wording for create account to stress valid email address; ↵jocuri%softhome.net2003-11-071-4/+11
| | | | r=kiko; a=justdave.
* Bug 217219 Messages in votes errors are incorrectly CHOMP'dtimeless%mozdev.org2003-10-311-7/+6
| | | | r=kiko a=justdave
* Additional patch for bug 221039: update filterexceptions.pl to take intokiko%async.com.br2003-10-291-1/+5
| | | | account the new location for knum. Here's hoping this fixes the bustage.
* Fix for bug 221039: Separating knob in edit.html.tmpl. Splitskiko%async.com.br2003-10-292-119/+145
| | | | | bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost <ludovic@pobox.com>, r=kiko, a=justdave.
* Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; ↵jocuri%softhome.net2003-10-261-1/+2
| | | | a=justdave.
* Bug 221900: duplicates.cgi query fails if more than one product selected; ↵jocuri%softhome.net2003-10-262-6/+7
| | | | patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.
* Bug 108528: knob is not a defined error message and it does not help a user ↵jocuri%softhome.net2003-10-191-1/+5
| | | | find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave.
* Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided ↵jocuri%softhome.net2003-10-191-3/+3
| | | | template; patch by Gervase Markham (gerv@mozilla.org); r=justdave; a=justdave.
* Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com2003-10-171-6/+1
|
* Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org2003-10-161-1/+6
| | | | patch by caduvall@glue.umd.edu r=timeless a=justdave
* Bug 219086: use method="post" on the "My Votes" page to submit changes to votesjustdave%syndicomm.com2003-09-291-1/+1
| | | | r=kiko, a=justdave
* Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla ↵gerv%gerv.net2003-09-251-2/+2
| | | | Helper form. Patch by gerv; r,a=justdave.
* Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape ↵justdave%syndicomm.com2003-09-241-2/+2
| | | | | | | as an upgrade. Patch by Vlad Dascalu <jocuri@softhome.net> r= gerv, a= justdave
* Bug 219216: Javascript improperly using FILTER html instead of FILTER js ↵justdave%syndicomm.com2003-09-181-2/+2
| | | | | | causing data with @ produced by javascript to show up as &#64; r=timeless, a=justdave
* Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.gerv%gerv.net2003-09-153-20/+29
|
* Bug 180257 incorrect padding around words on "cancel email address change" pagetimeless%mozdev.org2003-09-141-5/+5
| | | | r=justdave a=justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-29/+24
| | | | r,a=justdave
* Bug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; ↵gerv%gerv.net2003-09-101-1/+1
| | | | r,a=justdave.