aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug 150804: makes "allwords" the default when searching for keywords.myk%mozilla.org2002-07-091-1/+1
| | | | 2xr=bbaetz
* Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au2002-07-083-11/+0
| | | | r=jouni x2
* Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail ↵myk%mozilla.org2002-07-071-2/+3
| | | | | | taint checks. 2rx=bbaetz
* Bug 155388: <link> elements for next/prev/first/last in buglists didn't ↵jouni%heikniemi.net2002-07-062-1/+5
| | | | | | appear post-templatization. r=gerv,bbaetz
* Bug 155343: header template interface comment correction: extra parameter ↵jouni%heikniemi.net2002-07-041-1/+1
| | | | | | renamed to header_html. 2xr=bbaetz
* Bug 145795: editcomponents had error messages referring to products where it ↵jouni%heikniemi.net2002-07-041-2/+2
| | | | | | should've been components. r=bbaetz,afranke
* Bug 155744: fix a used only once warning in tinderbox caused by myk's ↵jouni%heikniemi.net2002-07-041-0/+1
| | | | | | checkin of bug 99203. 2xr=bbaetz
* Bug 62000: File attachments don't work on Windows. Note: only the code from ↵jouni%heikniemi.net2002-07-041-0/+6
| | | | | | | the patch was checked in, the documentation issue was split to bug 155743. 2xr=bbaetz
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-049-48/+194
| | | | r=bbaetz,jouni
* Bug 151871 - rewrite quoteUrls to fix major performance problems, and abbaetz%student.usyd.edu.au2002-07-032-88/+92
| | | | | few other misc bugs too. r=myk x2
* Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org2002-07-033-155/+131
| | | | r=jouni
* Fix for bug 149347: Corrects interface comment to refer to "javascript" ↵myk%mozilla.org2002-07-031-1/+1
| | | | | | parameter instead of "jscript" parameter. 2xr=jouni
* Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au2002-07-015-15/+11
| | | | r=jouni, justdave
* Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a>bbaetz%student.usyd.edu.au2002-06-303-11/+11
| | | | patch by davef@tetsubo.com, r=kiko x2
* Bug 152693 - added "resolution" to the INTERFACE comment.gerv%gerv.net2002-06-291-0/+1
|
* Bug 151281 - change duplicates.cgi to make one query instead of several ↵gerv%gerv.net2002-06-291-17/+15
| | | | thousand. Patch by gerv; r=myk, bbaetz.
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-2823-70/+69
| | | | r=jouni, gerv
* Bug 154036 - ccing an invalid user on a bug posts the bug anywaybbaetz%student.usyd.edu.au2002-06-261-16/+21
| | | | r=jouni, gerv
* Bug 157085 - verify-new-product doesn't set defaultsbbaetz%student.usyd.edu.au2002-06-252-4/+25
| | | | r=jouni, gerv
* Bug 152632: My bugs query doesn't use the mybugstemplate parameter. Also ↵jouni%heikniemi.net2002-06-243-3/+2
| | | | | | removes the My Bugs query from the index page. Patch by m@lcolm.org.uk (Malcolm Scott), r=jouni,gerv
* Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; ↵gerv%gerv.net2002-06-231-3/+3
| | | | 2xr=bbaetz.
* Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2bbaetz%student.usyd.edu.au2002-06-232-8/+0
| | | | r=jouni x2
* Bug 153629: Clean up the HTML in the remembered query option knob section of ↵jouni%heikniemi.net2002-06-231-69/+64
| | | | | | the query page. 2xr=kiko
* Bug 150778: Remove an extraneous linefeed above initial bug comments (not ↵jouni%heikniemi.net2002-06-231-1/+0
| | | | | | visible in all browsers). 2xr=bbaetz
* Bug 152283: Show votes by bug -list has a logged out footer.jouni%heikniemi.net2002-06-221-4/+4
| | | | 2xr=bbaetz
* Bug 151217 - buglist references the wrong priority field. Patch by gerv; ↵gerv%gerv.net2002-06-201-1/+1
| | | | 2xr=bbaetz.
* Bug 152541 - After deleting remembered query it is still in page footerbbaetz%student.usyd.edu.au2002-06-181-0/+10
| | | | r=jouni x2
* Bug 150955 - confirmation doesn't propagate when reassigning to new ↵gerv%gerv.net2002-06-181-1/+1
| | | | product/component. Patch by gerv; 2xr=bbaetz.
* Fix for bug 150792: Locks profiles table so adding a CC while creating a bug ↵myk%mozilla.org2002-06-171-1/+1
| | | | | | doesn't fail. 2xr=bbaetz
* Bug 151529 - No list of votes shown if there is a + sign in the addressbbaetz%student.usyd.edu.au2002-06-171-2/+2
| | | | r=jouni x2
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-1722-33/+49
| | | | | early enough r=mattyt, jouni
* Bug 151369 - need to trim the entered assignee's email addressbbaetz%student.usyd.edu.au2002-06-162-2/+2
| | | | r=mattyt x2
* Bug 148712 - add component with error/invalid initial owner results inbbaetz%student.usyd.edu.au2002-06-151-4/+0
| | | | | double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
* Bug 151695 - assignee/qa contact can't access secure bugsbbaetz%student.usyd.edu.au2002-06-151-2/+6
| | | | r=myk x2
* Fix for bug 151658: get UI for moving bugs showing again.myk%mozilla.org2002-06-141-1/+1
| | | | r=gerv,bbaetz
* Bug 151122 - Email prefs: Reporter / Owner messed up. Patch by jouni; ↵gerv%gerv.net2002-06-141-1/+1
| | | | r=gerv, bbbaetz.
* Bug 151327 - verify_new_product.html.tmpl prints wrong message. Patch by ↵gerv%gerv.net2002-06-141-1/+1
| | | | gerv; 2xr=bbaetz.
* Bug 151023 - duplicates.cgi sort by delta sorts in wrong direction. Patch by ↵gerv%gerv.net2002-06-141-1/+6
| | | | gerv; r=bbaetz, jouni.
* Bug 150882 - SQL error when sorting by bugs.votes with explicit directionbbaetz%student.usyd.edu.au2002-06-131-4/+3
| | | | r=gerv x2
* Bug 150802 - default version for bug entry not read from cookiesbbaetz%student.usyd.edu.au2002-06-112-5/+8
| | | | r=jouni x2
* Bug 150826 - missing space between list of attachmentsbbaetz%student.usyd.edu.au2002-06-111-1/+1
| | | | r=mattyt x2
* Bug 150798 - Extra whitespace included in saved query linksbbaetz%student.usyd.edu.au2002-06-111-4/+2
| | | | r=mattyt x2
* Backing out change I accidentally made while checking in fix for bug 137855.myk%mozilla.org2002-06-111-1/+0
|
* Fix for bug 150703: Adds format support to query.cgi.myk%mozilla.org2002-06-111-1/+3
| | | | 2rx=gerv
* Bug 149845 - buglist.cgi checks for ORDER validity are wrongbbaetz%student.usyd.edu.au2002-06-081-4/+6
| | | | r=myk x2
* Release notes updates.matty%chariot.net.au2002-06-081-4/+6
|
* Fix for bug 149964 - quietly_check_login() needs to be called in ↵dkl%redhat.com2002-06-071-0/+2
| | | | colchange.cgi. Patch author David Lawrence <dkl@redhat.com>. 2xr=justdave@syndicomm.com
* Backing out incorrect change to background color that was accidentally ↵myk%mozilla.org2002-06-071-1/+1
| | | | checked in as part of the fix for bug 148179.
* Release notes updates.matty%chariot.net.au2002-06-061-7/+21
|
* Release notes updates.matty%chariot.net.au2002-06-051-32/+29
|