Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-13 | Bug 226411: Fixed the indentation issue mentioned in bug comments but ↵ | jouni%heikniemi.net | 1 | -5/+5 | |
forgotten on previous checkin. | |||||
2004-05-13 | Bug 226411: make DiffStrings handle fields with duplicate values | bugreport%peshkin.net | 1 | -13/+13 | |
patch by jouni r=joel,myk a=justdave | |||||
2004-05-12 | Bug 226477: Fix undefined method call in Bugzilla::User->in_group | bugreport%peshkin.net | 1 | -1/+1 | |
r=timeless,a=justdave | |||||
2004-05-12 | Bug 232861: Prevent references to bugs or comments from being expanded in ↵ | bugreport%peshkin.net | 1 | -3/+5 | |
attachment links r=timeless,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 240036: Unlock tables after address error before attempting to process ↵ | bugreport%peshkin.net | 1 | -1/+1 | |
footer r=timeless, 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 | Bug 231975: Avoid naming new product groups the same as existing groups and ↵ | bugreport%peshkin.net | 1 | -30/+5 | |
do not rename product groups on product rename. r=jouni, a=justdave | |||||
2004-05-12 | Fix for bug 240486: makes the banner template CSS friendly | myk%mozilla.org | 3 | -14/+115 | |
Patch by Vitaly Harisov r=myk a=myk | |||||
2004-05-11 | Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error ↵ | justdave%bugzilla.org | 1 | -1/+7 | |
to ocurr after adding an attachment. r= joel, a= justdave | |||||
2004-05-06 | Bug 242740: URL to Bug Writing Help document changed | justdave%syndicomm.com | 1 | -1/+1 | |
Patch by Niels Reedijk <n.reedijk@planet.nl> r=justdave,a=justdave | |||||
2004-04-28 | Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by ↵ | jocuri%softhome.net | 2 | -11/+15 | |
Albert Ting <altlst@sonic.net>; r=vladd; a=justdave. | |||||
2004-04-28 | Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ↵ | gerv%gerv.net | 1 | -0/+1 | |
Patch by gerv and Tom Karzes; r, a=justdave. | |||||
2004-04-27 | Bug 234540: "Take bug" on create attachment screen missed an API change to ↵ | justdave%syndicomm.com | 1 | -3/+4 | |
BugMail which caused it not to mail the previous bug owner about the change. r=gerv, 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-23 | Patch for bug 240004: limit the password generation subroutine to nice ↵ | jocuri%softhome.net | 1 | -22/+2 | |
characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave. | |||||
2004-04-22 | Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to ↵ | timeless%mozdev.org | 1 | -4/+3 | |
owner and QA contact of selected component to NOOP r=justdave 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 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
(in favor of $cgi->cookie) Patch by kiko, r=vlad, a=justdave | |||||
2004-04-17 | Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param | justdave%syndicomm.com | 3 | -6/+18 | |
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 | 3 | -18/+6 | |
a=justdave | |||||
2004-04-15 | Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of ↵ | justdave%syndicomm.com | 1 | -1/+2 | |
processmail 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 | Bug 240439: "Edit user again" link didn't work if the user had a + in their ↵ | justdave%syndicomm.com | 1 | -4/+4 | |
email address R= timeless, vladd; a= justdave | |||||
2004-04-14 | Additional fix for bug 87770: attachment.cgi should work with no | kiko%async.com.br | 2 | -11/+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-14 | Silly typo fix. r=ssdbot | kiko%async.com.br | 1 | -1/+1 | |
2004-04-14 | Add a slightly hackish approach to test against values in .netrc that | kiko%async.com.br | 1 | -0/+10 | |
diverge from the specified url by a trailing slash -- we *know* they're not the same thing, but it seems people want us to think they are! | |||||
2004-04-14 | Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free of | kiko%async.com.br | 1 | -21/+22 | |
XXX comments. r=vladd,justdave; a=justdave. die %FORM die! | |||||
2004-04-14 | Patch for bug 224477: make webservergroup default to apache on new installs; ↵ | jocuri%softhome.net | 1 | -3/+3 | |
r=joel; a=justdave. | |||||
2004-04-14 | Patch for bug 240060: Stop yelling at people about the minimum sendmail ↵ | jocuri%softhome.net | 1 | -4/+0 | |
version; r=gerv; a=justdave. | |||||
2004-04-14 | Patch for bug 240219: display valid PPM commands when using PPM version 2; ↵ | jocuri%softhome.net | 1 | -1/+10 | |
r=timeless; a=justdave. | |||||
2004-04-13 | Fix for bug 233245: replace "variable" with "constant" since there is no ↵ | jocuri%softhome.net | 1 | -2/+2 | |
contenttypes variable in Constants.pm. | |||||
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 | 3 | -6/+18 | |
linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk. | |||||
2004-04-12 | Patch for bug 240228: Improve the format of the error message displayed by ↵ | jocuri%softhome.net | 1 | -1/+1 | |
checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave. | |||||
2004-04-11 | Patch for bug 87770: make attachment.cgi work with no parameters; patch by ↵ | jocuri%softhome.net | 3 | -6/+70 | |
GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk. | |||||
2004-04-10 | Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ↵ | jocuri%softhome.net | 1 | -26/+5 | |
<caduvall@glue.umd.edu> slightly updated by me; 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-09 | Patch for bug 239912: make bug_email.pl work with useqacontact; patch by ↵ | jocuri%softhome.net | 1 | -2/+2 | |
Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk. | |||||
2004-04-09 | Patch for bug 239885: Don't display the sendmail message if the current ↵ | jocuri%softhome.net | 1 | -1/+3 | |
platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk. | |||||
2004-04-08 | Patch for bug 233245: update documentation of formats to include ctypes as ↵ | jocuri%softhome.net | 1 | -11/+28 | |
well; patch by Niels Reedijk <n.reedijk@planet.nl> slightly modified by me. | |||||
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 238864: remove %FORM and %COOKIE from move.pl; does just | kiko%async.com.br | 1 | -7/+7 | |
that (incorporating a recommendation from justdave). r=justdave, a=justdave. | |||||
2004-04-07 | Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does | kiko%async.com.br | 2 | -18/+16 | |
that, and also fixes up the bug creation template. r=justdave, a=justdave. | |||||
2004-04-06 | Fix for bug 234797: adds a "limit" param for limiting the number of results ↵ | myk%mozilla.org | 1 | -1/+4 | |
returned from a search. r=justdave a=justdave | |||||
2004-04-06 | Fix for bug 237176: allows power users to display relevance values as a ↵ | myk%mozilla.org | 4 | -62/+95 | |
column in the search results for a fulltext search r=justdave a=justdave | |||||
2004-04-06 | Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch ↵ | gerv%gerv.net | 1 | -1/+8 | |
by gerv; r,a=justdave. | |||||
2004-04-05 | Patch for bug 239576: make sure detaint_natural is always called with a ↵ | jocuri%softhome.net | 1 | -1/+1 | |
defined value in editkeywords.cgi; r=timeless; 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-04 | Patch for bug 239255: update docs in order to specify that $webservergroup ↵ | jocuri%softhome.net | 1 | -3/+3 | |
is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd. |