aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=j...jocuri%softhome.net2003-11-214-0/+171
* Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/crea...jouni%heikniemi.net2003-11-191-0/+0
* Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv...gerv%gerv.net2003-11-151-49/+38
* Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justd...jocuri%softhome.net2003-11-141-0/+2
* Bug 219358 - Make attachments with all supported MIME types viewable in the e...gerv%gerv.net2003-11-141-2/+7
* 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
* Bug 224913 - Need tests to check whether any templates uses the bareword "bug...gerv%gerv.net2003-11-097-25/+36
* Bug 195530 - Make javascript version of buglists available, part 2. This is a...gerv%gerv.net2003-11-091-0/+5
* Bug 222564 - The chart made when creating a new Product/Component is not publ...gerv%gerv.net2003-11-081-2/+2
* 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
* Bug 217219 Messages in votes errors are incorrectly CHOMP'dtimeless%mozdev.org2003-10-311-7/+6
* Additional patch for bug 221039: update filterexceptions.pl to take intokiko%async.com.br2003-10-291-1/+5
* Fix for bug 221039: Separating knob in edit.html.tmpl. Splitskiko%async.com.br2003-10-292-119/+145
* Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=j...jocuri%softhome.net2003-10-261-1/+2
* Bug 221900: duplicates.cgi query fails if more than one product selected; pat...jocuri%softhome.net2003-10-262-6/+7
* Bug 108528: knob is not a defined error message and it does not help a user f...jocuri%softhome.net2003-10-191-1/+5
* Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided temp...jocuri%softhome.net2003-10-191-3/+3
* 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
* Bug 219086: use method="post" on the "My Votes" page to submit changes to votesjustdave%syndicomm.com2003-09-291-1/+1
* Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla Hel...gerv%gerv.net2003-09-251-2/+2
* Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape ...justdave%syndicomm.com2003-09-241-2/+2
* Bug 219216: Javascript improperly using FILTER html instead of FILTER js caus...justdave%syndicomm.com2003-09-181-2/+2
* 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
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-29/+24
* Bug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; r,a=ju...gerv%gerv.net2003-09-101-1/+1
* Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.gerv%gerv.net2003-09-071-3/+5
* Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net2003-09-0733-259/+199
* Fix for bug 145588: adds full-text search option for more accurate finding of...myk%mozilla.org2003-09-0310-27/+216
* Fix for bug 207754 aka bugreplies: It should be possible to produce akiko%async.com.br2003-09-022-11/+79
* Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrowjustdave%syndicomm.com2003-08-241-1/+8
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-222-5/+6
* Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2003-08-202-2/+16
* Fix for bug 204560: display alias in long listing.myk%mozilla.org2003-08-051-0/+3
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ...jkeiser%netscape.com2003-07-317-46/+590
* Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com2003-07-271-5/+1
* Fix tinderbox bustagejustdave%syndicomm.com2003-07-221-1/+1
* Fix for bug 98147: disables "View All Attachments" link if there are no attac...myk%mozilla.org2003-07-221-3/+9
* Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; r...gerv%gerv.net2003-07-141-2/+10
* Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by g...gerv%gerv.net2003-07-141-3/+6
* 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 last...gerv%gerv.net2003-07-041-3/+3
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without...gerv%gerv.net2003-07-0485-1102/+1320
* 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 field...myk%mozilla.org2003-06-242-1/+24
* Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org2003-06-072-3/+1
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-038-39/+33