Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-06 | Bug 243463 Use a param to protect new charts from leaking information | bugreport%peshkin.net | 1 | -4/+6 | |
r=justdave a=justdave | |||||
2004-07-06 | Bug 249862: remove duplicate </tr> from login page | bugreport%peshkin.net | 1 | -1/+0 | |
r=vladd a=justdave | |||||
2004-07-03 | Fix for bug 248379: update to bug 245924; enable link groups to be styled ↵ | myk%mozilla.org | 1 | -6/+6 | |
individually Patch by Svetlana Harisova r=myk a=myk | |||||
2004-06-26 | Fix for bug 248685: Header lacking terms in showdependencytree. Swapping | kiko%async.com.br | 1 | -1/+1 | |
INCLUDE for PROCESS when using variables.none gives us our $terms back. r,a=justdave. | |||||
2004-06-23 | Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and ↵ | myk%mozilla.org | 4 | -41/+31 | |
CSS formatting. Patch by Vitaly Harisov. r=myk a=myk | |||||
2004-05-31 | Bug 223541: Make flags show up correctly in "View all attachments" mode. | jouni%heikniemi.net | 2 | -4/+12 | |
r=joel a=justdave | |||||
2004-05-30 | Bug 179671: Boolean charts didn't work on the reporting pages. | justdave%bugzilla.org | 1 | -1/+2 | |
r=jouni, a=justdave | |||||
2004-05-14 | Patch for bug 238675: fix the wording for the reassign_to_empty error ↵ | jocuri%softhome.net | 1 | -3/+3 | |
message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave. | |||||
2004-05-14 | Bug 236779: Add UI for changing "linkinfooter" flag for saved searches | bugreport%peshkin.net | 3 | -8/+38 | |
r=gerv,preed a=justdave | |||||
2004-05-12 | Bug 227785: Add navigation/summary/last-modified after modifying a bug | bugreport%peshkin.net | 1 | -0/+24 | |
r=justdave, a=justdave | |||||
2004-05-12 | Bug 241270: fix regression caused by <label> wrapping other form widgets. ↵ | justdave%bugzilla.org | 1 | -21/+24 | |
Related widgets are now excluded from the <label> blocks. r=myk, a=justdave | |||||
2004-05-12 | Fix for bug 240486: makes the banner template CSS friendly | myk%mozilla.org | 1 | -14/+11 | |
Patch by Vitaly Harisov r=myk a=myk | |||||
2004-04-28 | Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by ↵ | jocuri%softhome.net | 1 | -11/+13 | |
Albert Ting <altlst@sonic.net>; r=vladd; a=justdave. | |||||
2004-04-27 | Bug 241516: remove possible namespace conflicts in the additional CSS ↵ | justdave%syndicomm.com | 1 | -3/+3 | |
classes for bugid, component, and status on show_bug r=myk, a=justdave | |||||
2004-04-17 | Bug 155502: focus the summary field when loading the search/query pages | justdave%syndicomm.com | 2 | -1/+9 | |
Patch by kiko, r=gerv, a=justdave | |||||
2004-04-17 | Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param | justdave%syndicomm.com | 2 | -2/+9 | |
Patch by kiko, r=vlad, justdave, a=justdave | |||||
2004-04-15 | Backing out checkin from bug 238865: patch was negatively reviewed post-mortem. | justdave%syndicomm.com | 2 | -9/+2 | |
a=justdave | |||||
2004-04-15 | Patch for bug 240434: replace increased with improved on the login page; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
r=timeless, a=justdave. | |||||
2004-04-14 | Additional fix for bug 87770: attachment.cgi should work with no | kiko%async.com.br | 1 | -2/+2 | |
parameters. Use <button> tags to allow for localization of the labels. r=myk, a=myk. I padded the Edit button with 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-12 | Patch for bug 194332: fix spelling that caused error message mismatch for ↵ | jocuri%softhome.net | 1 | -3/+3 | |
the "invalid_maxrows" error message; r=timeless, a=justdave. | |||||
2004-04-12 | Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing the | kiko%async.com.br | 2 | -2/+9 | |
linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk. | |||||
2004-04-11 | Patch for bug 87770: make attachment.cgi work with no parameters; patch by ↵ | jocuri%softhome.net | 1 | -0/+43 | |
GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk. | |||||
2004-04-10 | Patch for bug 239826: support closing resolved bugs when changing multiple ↵ | jocuri%softhome.net | 1 | -1/+2 | |
bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk. | |||||
2004-04-07 | Bug 192775 - rearrange parameter order in token URLs to make them always ↵ | gerv%gerv.net | 3 | -5/+5 | |
fully linked in some MUAs. Patch by gerv; r=myk, a=justdave. | |||||
2004-04-07 | Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does | kiko%async.com.br | 1 | -1/+2 | |
that, and also fixes up the bug creation template. r=justdave, a=justdave. | |||||
2004-04-06 | Fix for bug 237176: allows power users to display relevance values as a ↵ | myk%mozilla.org | 2 | -0/+2 | |
column in the search results for a fulltext search r=justdave a=justdave | |||||
2004-04-05 | Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker ↵ | jocuri%softhome.net | 1 | -54/+80 | |
<jwbaker@acm.org>; r=gerv; a=justdave. | |||||
2004-04-03 | Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, ↵ | gerv%gerv.net | 1 | -0/+5 | |
a=justdave. | |||||
2004-03-28 | Bug 238650 tinderbox bustage fix by apeiron, a= justdave | justdave%syndicomm.com | 1 | -2/+3 | |
2004-03-28 | Patch for bug 238650: reword duplicate of self error message; patch by ↵ | jocuri%softhome.net | 1 | -4/+2 | |
Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238677: fix wording of the "require_new_password" message; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. | |||||
2004-03-26 | Patch for bug 238673: add missing article in change email address page; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238656: reword the "Account self-creation" error message; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238669: add a space between 'entered' and '(' in ↵ | jocuri%softhome.net | 1 | -1/+1 | |
illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. | |||||
2004-03-23 | Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave. | gerv%gerv.net | 1 | -1/+1 | |
2004-03-22 | Bug 237515 Change 'also' to 'too' in watching help | timeless%mozdev.org | 1 | -2/+2 | |
r=kiko a=justdave | |||||
2004-03-20 | Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the ↵ | gerv%gerv.net | 1 | -36/+36 | |
page. Patch by gerv; r,a=justdave. | |||||
2004-03-20 | Patch for bug 238025: generate HTML table header in editkeywords.cgi even ↵ | jocuri%softhome.net | 1 | -1/+3 | |
when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. | |||||
2004-03-19 | Bug 234293 - complete the conversion from "query" terminology to "search" ↵ | gerv%gerv.net | 10 | -35/+35 | |
terminology. Patch by gerv; r=justdave, kiko, a=justdave. | |||||
2004-03-19 | Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug" | timeless%mozdev.org | 6 | -15/+15 | |
also fix the spelling of decipher r=gerv r=kiko a=justdave | |||||
2004-03-19 | Bug 237517 inconsistent spelling of cancelled or canceled | timeless%mozdev.org | 2 | -2/+2 | |
r=kiko a=justdave | |||||
2004-03-19 | Bug 237514 Confirmed email address is missing </td> | timeless%mozdev.org | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-03-19 | Bug 237512 Should auth_err_tag be listed in <tt> | timeless%mozdev.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2004-03-19 | Bug 237513 Change password uses semi empty <th> | timeless%mozdev.org | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-03-18 | Bug 132066 - add a note to the login page about needing cookies for a good ↵ | gerv%gerv.net | 1 | -0/+5 | |
user experience. Patch by gerv; r,a=justdave. | |||||
2004-03-18 | Bug 24496 part 2: fix burning tinderbox - a couple filters were left out. | justdave%syndicomm.com | 1 | -5/+5 | |
2004-03-18 | Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵ | justdave%syndicomm.com | 1 | -0/+26 | |
prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk | |||||
2004-03-18 | Fix for bug 237757: Resolved bugs are no longer struck out on dependency | kiko%async.com.br | 1 | -0/+2 | |
trees. This was bustage from bug bug 232397 which added CSS classes but didn't add them consistently to all templates. Includes a global CSS file that defines the relevant bz_* classes and adds a link to it from the global header template. r,a=myk. | |||||
2004-03-17 | Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define | kiko%async.com.br | 7 | -19/+13 | |
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk. | |||||
2004-03-17 | Fix for bug 236424: Allow showdependencies trees to collapse. Adds | kiko%async.com.br | 1 | -0/+37 | |
[optional] Javascript-enabled +/- controls that allow branches in the dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>, minor cleanups by me, r=myk, kiko, a=justdave. |