Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 156426: Query interface had ´:s instead of ':s in "doesn't". | jouni%heikniemi.net | 2002-07-12 | 1 | -2/+2 | |
| | | | | 2xr=timeless | |||||
* | Bug 156680: "Undefined variable warning" in createaccount.cgi | jouni%heikniemi.net | 2002-07-12 | 1 | -1/+1 | |
| | | | | 2xr=bbaetz | |||||
* | Bug 156844 - 'use of uninitialized value in string eq' warning | bbaetz%student.usyd.edu.au | 2002-07-11 | 1 | -0/+2 | |
| | | | | r=jouni x2 | |||||
* | Bug 117297: CC list mailing had case-sensitive dupe checking, making it ↵ | jouni%heikniemi.net | 2002-07-11 | 1 | -5/+12 | |
| | | | | | | | possible to mail both "a@b.com" and "a@B.com". Patch by thomas+mozilla@stromberg.org (Thomas Stromberg), r=jouni,timeless | |||||
* | Fix for bug 156559: Changes to mysqld-watcher.pl to make it kill queries ↵ | myk%mozilla.org | 2002-07-11 | 1 | -29/+45 | |
| | | | | | | quicker, kill 'em all at once, give better notifications, and not include globals.pl, which is unnecessary. r=dmose | |||||
* | Fix for bug 156563: Adds URI of installation to RDF output of buglist.cgi. | myk%mozilla.org | 2002-07-10 | 1 | -1/+1 | |
| | | | | 2xr=bbaetz | |||||
* | Bug 155031 - search by votes is shown even when votes are turned off. | bbaetz%student.usyd.edu.au | 2002-07-10 | 1 | -8/+10 | |
| | | | | r=jouni x2 | |||||
* | Bug 155793 - $::FORM is not tainted under perl 5.6.1 | bbaetz%student.usyd.edu.au | 2002-07-10 | 1 | -22/+12 | |
| | | | | r=myk, jouni | |||||
* | Fix for bug 156564: flag bug IDs as integers in the RDF output of buglist.cgi. | myk%mozilla.org | 2002-07-10 | 1 | -2/+3 | |
| | | | | 2xr=bbaetz | |||||
* | Bug 156568 - data dir is not correctly created | bbaetz%student.usyd.edu.au | 2002-07-10 | 1 | -1/+6 | |
| | | | | r=myk x2 | |||||
* | Bug 150829 - 'My Votes' link missing from footer | bbaetz%student.usyd.edu.au | 2002-07-10 | 6 | -16/+9 | |
| | | | | r=myk, jouni | |||||
* | bug 155861 - showdependancygraph.cgi fails taint check with local dot | bbaetz%student.usyd.edu.au | 2002-07-10 | 2 | -12/+25 | |
| | | | | | installation r=gerv, myk | |||||
* | Bug 149246: Allow use of relative time units in query screen. | jouni%heikniemi.net | 2002-07-09 | 1 | -0/+22 | |
| | | | | Patch by Michael Schindler <michael@compressconsult.com>, 2xr=jouni | |||||
* | Fix for bug 150925: make email address changes work. | myk%mozilla.org | 2002-07-09 | 2 | -8/+6 | |
| | | | | 2xr=bbaetz | |||||
* | Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug | bbaetz%student.usyd.edu.au | 2002-07-09 | 1 | -3/+1 | |
| | | | | | 150770 r=myk x2 on the new patch | |||||
* | Bug 151714 - user with no canconfirm permission should not get option to | bbaetz%student.usyd.edu.au | 2002-07-09 | 2 | -6/+8 | |
| | | | | | mark bugs they reported as NEW r=jouni, myk | |||||
* | Fix for bug 150804: makes "allwords" the default when searching for keywords. | myk%mozilla.org | 2002-07-09 | 1 | -1/+1 | |
| | | | | 2xr=bbaetz | |||||
* | Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2 | bbaetz%student.usyd.edu.au | 2002-07-08 | 3 | -11/+0 | |
| | | | | r=jouni x2 | |||||
* | Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail ↵ | myk%mozilla.org | 2002-07-07 | 1 | -2/+3 | |
| | | | | | | taint checks. 2rx=bbaetz | |||||
* | Bug 155388: <link> elements for next/prev/first/last in buglists didn't ↵ | jouni%heikniemi.net | 2002-07-06 | 2 | -1/+5 | |
| | | | | | | appear post-templatization. r=gerv,bbaetz | |||||
* | Bug 155343: header template interface comment correction: extra parameter ↵ | jouni%heikniemi.net | 2002-07-04 | 1 | -1/+1 | |
| | | | | | | renamed to header_html. 2xr=bbaetz | |||||
* | Bug 145795: editcomponents had error messages referring to products where it ↵ | jouni%heikniemi.net | 2002-07-04 | 1 | -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.net | 2002-07-04 | 1 | -0/+1 | |
| | | | | | | checkin of bug 99203. 2xr=bbaetz | |||||
* | Bug 62000: File attachments don't work on Windows. Note: only the code from ↵ | jouni%heikniemi.net | 2002-07-04 | 1 | -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.org | 2002-07-04 | 9 | -48/+194 | |
| | | | | r=bbaetz,jouni | |||||
* | Bug 151871 - rewrite quoteUrls to fix major performance problems, and a | bbaetz%student.usyd.edu.au | 2002-07-03 | 2 | -88/+92 | |
| | | | | | few other misc bugs too. r=myk x2 | |||||
* | Fix for bug 122900: implements email preference for unconfirmed bugs. | myk%mozilla.org | 2002-07-03 | 3 | -155/+131 | |
| | | | | r=jouni | |||||
* | Fix for bug 149347: Corrects interface comment to refer to "javascript" ↵ | myk%mozilla.org | 2002-07-03 | 1 | -1/+1 | |
| | | | | | | parameter instead of "jscript" parameter. 2xr=jouni | |||||
* | Bug 150770 - Lost <nobr> arround query results | bbaetz%student.usyd.edu.au | 2002-07-01 | 5 | -15/+11 | |
| | | | | r=jouni, justdave | |||||
* | Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a> | bbaetz%student.usyd.edu.au | 2002-06-30 | 3 | -11/+11 | |
| | | | | patch by davef@tetsubo.com, r=kiko x2 | |||||
* | Bug 152693 - added "resolution" to the INTERFACE comment. | gerv%gerv.net | 2002-06-29 | 1 | -0/+1 | |
| | ||||||
* | Bug 151281 - change duplicates.cgi to make one query instead of several ↵ | gerv%gerv.net | 2002-06-29 | 1 | -17/+15 | |
| | | | | thousand. Patch by gerv; r=myk, bbaetz. | |||||
* | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 2002-06-28 | 23 | -70/+69 | |
| | | | | r=jouni, gerv | |||||
* | Bug 154036 - ccing an invalid user on a bug posts the bug anyway | bbaetz%student.usyd.edu.au | 2002-06-26 | 1 | -16/+21 | |
| | | | | r=jouni, gerv | |||||
* | Bug 157085 - verify-new-product doesn't set defaults | bbaetz%student.usyd.edu.au | 2002-06-25 | 2 | -4/+25 | |
| | | | | r=jouni, gerv | |||||
* | Bug 152632: My bugs query doesn't use the mybugstemplate parameter. Also ↵ | jouni%heikniemi.net | 2002-06-24 | 3 | -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.net | 2002-06-23 | 1 | -3/+3 | |
| | | | | 2xr=bbaetz. | |||||
* | Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2 | bbaetz%student.usyd.edu.au | 2002-06-23 | 2 | -8/+0 | |
| | | | | r=jouni x2 | |||||
* | Bug 153629: Clean up the HTML in the remembered query option knob section of ↵ | jouni%heikniemi.net | 2002-06-23 | 1 | -69/+64 | |
| | | | | | | the query page. 2xr=kiko | |||||
* | Bug 150778: Remove an extraneous linefeed above initial bug comments (not ↵ | jouni%heikniemi.net | 2002-06-23 | 1 | -1/+0 | |
| | | | | | | visible in all browsers). 2xr=bbaetz | |||||
* | Bug 152283: Show votes by bug -list has a logged out footer. | jouni%heikniemi.net | 2002-06-22 | 1 | -4/+4 | |
| | | | | 2xr=bbaetz | |||||
* | Bug 151217 - buglist references the wrong priority field. Patch by gerv; ↵ | gerv%gerv.net | 2002-06-20 | 1 | -1/+1 | |
| | | | | 2xr=bbaetz. | |||||
* | Bug 152541 - After deleting remembered query it is still in page footer | bbaetz%student.usyd.edu.au | 2002-06-18 | 1 | -0/+10 | |
| | | | | r=jouni x2 | |||||
* | Bug 150955 - confirmation doesn't propagate when reassigning to new ↵ | gerv%gerv.net | 2002-06-18 | 1 | -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.org | 2002-06-17 | 1 | -1/+1 | |
| | | | | | | doesn't fail. 2xr=bbaetz | |||||
* | Bug 151529 - No list of votes shown if there is a + sign in the address | bbaetz%student.usyd.edu.au | 2002-06-17 | 1 | -2/+2 | |
| | | | | r=jouni x2 | |||||
* | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 2002-06-17 | 22 | -33/+49 | |
| | | | | | early enough r=mattyt, jouni | |||||
* | Bug 151369 - need to trim the entered assignee's email address | bbaetz%student.usyd.edu.au | 2002-06-16 | 2 | -2/+2 | |
| | | | | r=mattyt x2 | |||||
* | Bug 148712 - add component with error/invalid initial owner results in | bbaetz%student.usyd.edu.au | 2002-06-15 | 1 | -4/+0 | |
| | | | | | double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz | |||||
* | Bug 151695 - assignee/qa contact can't access secure bugs | bbaetz%student.usyd.edu.au | 2002-06-15 | 1 | -2/+6 | |
| | | | | r=myk x2 |