summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2004-07-21Fix for bug 123030: Move query.cgi javascript to separate file. Createkiko%async.com.br2-298/+40
productform.js that contains functions to handle the various select boxes in the advanced search page, and update the callsites to use it. r,a=myk.
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2-9/+23
patch by erik r=joel, kiko a=myk
2004-07-21Bug 245272: Add per-chart negation to boolean searchesbugreport%peshkin.net1-1/+10
r=justdave,myk,timeless a=myk
2004-07-20Bug 252002: Fix typo in create-guided.html.tmpl.jouni%heikniemi.net1-1/+1
Patch by GavinS <bugzilla@chimpychompy.org>, r=jouni, a=justdave
2004-07-19Fix for bug 251898: Add function information to PatchReader output.kiko%async.com.br1-5/+11
Added support for the function strings included in unified and contextual diffs, which is included in PatchReader-0.9.5. r=jkeiser, a=justdave.
2004-07-16Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2-3/+2
which includes fixing style_url as well and removing it from filterexceptions. r,a=justdave
2004-07-16Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br1-0/+7
import <script src files. Patch by Tiago R. Mello <tiago@async.com.br>. r=timeless, a=justdave.
2004-07-14Bug 250892: Fix w3c validation errors on search-specificbugreport%peshkin.net1-3/+3
2004-07-13Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net10-7/+685
2004-07-13Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean chartsbugreport%peshkin.net1-0/+4
r=jouni a=justdave
2004-07-12Bug 103274: Site Navigation Bar incorrect if viewing a bug not in the listjouni%heikniemi.net1-9/+14
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
2004-07-12Bug 244265: Abstract out the typical admin page table to a separate ↵jouni%heikniemi.net3-63/+127
template. r=vladd, a=justdave
2004-07-10Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵justdave%bugzilla.org2-2/+2
in product, component, and flag names from causing problems. r=gerv, a=justdave
2004-07-08Patch for bug 249863: Move hidden initial state INPUT field at the beginning ↵jocuri%softhome.net1-3/+6
of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-07-07Bug 245077: The "Find a specific bug" tab is now the default query when you ↵justdave%bugzilla.org2-103/+4
go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
2004-07-06Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net1-4/+6
r=justdave a=justdave
2004-07-06Bug 249862: remove duplicate </tr> from login pagebugreport%peshkin.net1-1/+0
r=vladd a=justdave
2004-07-03Fix for bug 248379: update to bug 245924; enable link groups to be styled ↵myk%mozilla.org1-6/+6
individually Patch by Svetlana Harisova r=myk a=myk
2004-06-26Fix for bug 248685: Header lacking terms in showdependencytree. Swappingkiko%async.com.br1-1/+1
INCLUDE for PROCESS when using variables.none gives us our $terms back. r,a=justdave.
2004-06-23Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and ↵myk%mozilla.org4-41/+31
CSS formatting. Patch by Vitaly Harisov. r=myk a=myk
2004-05-31Bug 223541: Make flags show up correctly in "View all attachments" mode.jouni%heikniemi.net2-4/+12
r=joel a=justdave
2004-05-30Bug 179671: Boolean charts didn't work on the reporting pages.justdave%bugzilla.org1-1/+2
r=jouni, a=justdave
2004-05-14Patch for bug 238675: fix the wording for the reassign_to_empty error ↵jocuri%softhome.net1-3/+3
message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.
2004-05-14Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net3-8/+38
r=gerv,preed a=justdave
2004-05-12Bug 227785: Add navigation/summary/last-modified after modifying a bugbugreport%peshkin.net1-0/+24
r=justdave, a=justdave
2004-05-12Bug 241270: fix regression caused by <label> wrapping other form widgets. ↵justdave%bugzilla.org1-21/+24
Related widgets are now excluded from the <label> blocks. r=myk, a=justdave
2004-05-12Fix for bug 240486: makes the banner template CSS friendlymyk%mozilla.org1-14/+11
Patch by Vitaly Harisov r=myk a=myk
2004-04-28Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by ↵jocuri%softhome.net1-11/+13
Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
2004-04-27Bug 241516: remove possible namespace conflicts in the additional CSS ↵justdave%syndicomm.com1-3/+3
classes for bugid, component, and status on show_bug r=myk, a=justdave
2004-04-17Bug 155502: focus the summary field when loading the search/query pagesjustdave%syndicomm.com2-1/+9
Patch by kiko, r=gerv, a=justdave
2004-04-17Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2-2/+9
Patch by kiko, r=vlad, justdave, a=justdave
2004-04-15Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2-9/+2
a=justdave
2004-04-15Patch for bug 240434: replace increased with improved on the login page; ↵jocuri%softhome.net1-1/+1
r=timeless, a=justdave.
2004-04-14Additional fix for bug 87770: attachment.cgi should work with nokiko%async.com.br1-2/+2
parameters. Use <button> tags to allow for localization of the labels. r=myk, a=myk. I padded the Edit button with &nbsp;s to ensure it has the same width as the View button; it may not be kosher but passes as visually agreeable, at least.
2004-04-12Patch for bug 194332: fix spelling that caused error message mismatch for ↵jocuri%softhome.net1-3/+3
the "invalid_maxrows" error message; r=timeless, a=justdave.
2004-04-12Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br2-2/+9
linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk.
2004-04-11Patch for bug 87770: make attachment.cgi work with no parameters; patch by ↵jocuri%softhome.net1-0/+43
GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk.
2004-04-10Patch for bug 239826: support closing resolved bugs when changing multiple ↵jocuri%softhome.net1-1/+2
bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk.
2004-04-07Bug 192775 - rearrange parameter order in token URLs to make them always ↵gerv%gerv.net3-5/+5
fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.
2004-04-07Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Doeskiko%async.com.br1-1/+2
that, and also fixes up the bug creation template. r=justdave, a=justdave.
2004-04-06Fix for bug 237176: allows power users to display relevance values as a ↵myk%mozilla.org2-0/+2
column in the search results for a fulltext search r=justdave a=justdave
2004-04-05Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker ↵jocuri%softhome.net1-54/+80
<jwbaker@acm.org>; r=gerv; a=justdave.
2004-04-03Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, ↵gerv%gerv.net1-0/+5
a=justdave.
2004-03-28Bug 238650 tinderbox bustage fix by apeiron, a= justdavejustdave%syndicomm.com1-2/+3
2004-03-28Patch for bug 238650: reword duplicate of self error message; patch by ↵jocuri%softhome.net1-4/+2
Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
2004-03-26Patch for bug 238677: fix wording of the "require_new_password" message; ↵jocuri%softhome.net1-1/+1
patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
2004-03-26Patch for bug 238673: add missing article in change email address page; ↵jocuri%softhome.net1-1/+1
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
2004-03-26Patch for bug 238656: reword the "Account self-creation" error message; ↵jocuri%softhome.net1-1/+1
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
2004-03-26Patch for bug 238669: add a space between 'entered' and '(' in ↵jocuri%softhome.net1-1/+1
illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
2004-03-23Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+1