aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; ↵gerv%gerv.net2002-11-162-2/+4
| | | | r,a=justdave.
* Fix for bug 180232: removes unnecessary margins/borders around XUL ↵myk%mozilla.org2002-11-162-0/+14
| | | | duplicates report
* Bug 179462 - Clarify description for enablequips param. Patch by gerv; ↵gerv%gerv.net2002-11-151-4/+5
| | | | r,a=justdave.
* Bug 179697 - OR terms need extra level of bracketingbbaetz%student.usyd.edu.au2002-11-141-0/+1
| | | | r=myk, a=justdave
* Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net2002-11-135-22/+29
| | | | r=joel.
* Bug 179706 activity log needs to include full account names for requesteesbugreport%peshkin.net2002-11-131-2/+2
| | | | r,a=myk
* Bug 179302 - 'anyexact' isn't an option for boolean chartsbbaetz%student.usyd.edu.au2002-11-121-0/+1
| | | | r=joel, a=justdave
* Bug 179491 Searchs of attachments containing a string do not enforce ↵bugreport%peshkin.net2002-11-121-0/+3
| | | | | | | attchment privacy r=bbaetz a=justdave
* Second installment of Bug 179260 Unknown table 'map_assigned_to' in order ↵bugreport%peshkin.net2002-11-121-6/+10
| | | | | | | clause at globals.pl line 242 r=bbaetz a=justdave
* Fix for bug 179360: puts the filters at the top of the request queue and ↵myk%mozilla.org2002-11-121-47/+51
| | | | | | | | eliminates that empty table that sometimes is at the top of the queue. r=bbaetz a=myk
* Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org2002-11-115-45/+108
| | | | | | | other bugs in the RT code. r=bbaetz a=myk
* Bug 179260 Unknown table 'map_assigned_to' in order clause at globals.pl ↵bugreport%peshkin.net2002-11-111-15/+21
| | | | | | | line 242 r=bbatez a=myk
* Bug 179290 - login cookie email needs to be escapedbbaetz%student.usyd.edu.au2002-11-111-1/+1
| | | | r=jake, a=justdave
* Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a ↵justdave%syndicomm.com2002-11-112-0/+8
| | | | | | message that the quips are disabled instead of letting you view or add quips. r=myk, a=me
* Fix for bug 179396 (add 007util.t in order to test Bugzilla::Util).zach%zachlipton.com2002-11-111-0/+71
| | | | | rx2=bbaetz, a=myk (on the condition that we check out the use of the trilicense later)
* Fix for bug 178984: disables flag requestee field using JavaScript unless ↵myk%mozilla.org2002-11-111-9/+45
| | | | | | | flag is set to "requested". r=justdave a=justdave
* Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows ↵gerv%gerv.net2002-11-111-7/+11
| | | | selection of any OS, if the submitter is running it, on this form. Patch by gerv; r,a=justdave.
* Bug 178178 Sidebar name should not be hardcoded to "Bugzilla"timeless%mozdev.org2002-11-111-11/+14
| | | | r=bbaetz a=justdave
* Bug 173689 - Default comments search box type to "contains string". Patch by ↵gerv%gerv.net2002-11-101-1/+1
| | | | gerv; r,a=justdave.
* Bug 179321 - cannot clear status whiteboard entirelybbaetz%student.usyd.edu.au2002-11-101-1/+2
| | | | | r=joel x2 a=justdave
* Bug 179264 csv output for the buglist (see url inside) is invalid (too many "s)bugreport%peshkin.net2002-11-101-6/+3
| | | | r,a=justdave
* Fix for bug 179329: filters HTML out of quips on "show all quips" pagemyk%mozilla.org2002-11-101-1/+1
|
* And turn this into a stub for runtests.pl.zach%zachlipton.com2002-11-101-4/+2
| | | | | No review needed on tests (but review will be needed for all test changes after this one)
* Adding runtests.pl for bug 143155. runtests.sh will remain for a littlezach%zachlipton.com2002-11-101-0/+39
| | | | | | | while in order to allow tinderboxen to transition and any documents to be updated. Patch by Norton <norton@w5ac.tamu.edu>, r1=jouni, r2=gerv
* Bug 179238 - searching by commenter is ignored if you do 'exact' orbbaetz%student.usyd.edu.au2002-11-101-4/+4
| | | | | 'contains' r, a=myk
* Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au2002-11-103-23/+64
| | | | | original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave
* Bug 179242 Part 2 - Handle both conditions for the if blockjake%bugzilla.org2002-11-101-2/+2
| | | | r=bbaetz
* Bug 178383 - product/component query conditions appear twicebbaetz%student.usyd.edu.au2002-11-101-14/+0
| | | | | r=myk, justdave a=justdave
* Bug 179193 - anyexact should use IN, not ORbbaetz%student.usyd.edu.au2002-11-101-2/+4
| | | | r=gerv, a=justdave
* Bug 179184 - regetlastlist returns all bugsbbaetz%student.usyd.edu.au2002-11-101-5/+15
| | | | r=gerv, a=justdave
* Bug 179203 - "Preset Queries" text does not appear in footer if last named ↵bbaetz%student.usyd.edu.au2002-11-101-1/+1
| | | | | | query is not in footer r=gerv, a=justdave
* Bug 179188 - The new flag system wasn't indicating which attachment a flag ↵jake%bugzilla.org2002-11-101-1/+1
| | | | | | | was changed on. This patch inserts the attachment ID any time it exists in the activity log (to match what show_activity does). r=myk a=myk
* Bug 179225 Missing space. "Reassign bug to ownerand QA contact of selected ↵bugreport%peshkin.net2002-11-101-1/+1
| | | | | | | component " 2xr=jake a=myk
* Bug 179242 Searching for comment contains string + email gives "Not unique ↵bugreport%peshkin.net2002-11-101-1/+1
| | | | | | | table/alias: 'longdescs_' at globals.pl line 242" r=jake a=myk
* Bug 179207 Blessing doesn't work rightbugreport%peshkin.net2002-11-101-1/+5
| | | | r,a=justdave
* Fix for bug 179205: Makes flag options be correct in all situations.myk%mozilla.org2002-11-091-7/+12
| | | | | r=justdave a=justdave
* Fix for bug 179177: avoid database errors when inserting bug by locking all ↵myk%mozilla.org2002-11-091-1/+3
| | | | | | | tables i need to access r=bbaetz a=justdave
* Bug 178189 - when filing a new bug, the generated bugmail doesn't includebbaetz%student.usyd.edu.au2002-11-091-0/+3
| | | | | | product/component r=justdave, myk a=justdave
* Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au2002-11-091-0/+3
| | | | | r=justdave x2 a=justdave
* Fixing syntax error build bustage.myk%mozilla.org2002-11-091-1/+1
|
* Bumping version number for development snapshot tarballjustdave%syndicomm.com2002-11-091-1/+1
|
* Fix for bug 171505: shows disabled flags in the UImyk%mozilla.org2002-11-094-22/+29
| | | | | r=bbaetz a=justdave
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-094-27/+65
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 178841: removes full paths from filenames in attachments table ↵myk%mozilla.org2002-11-092-2/+48
| | | | | | | and prevents them from appearing again r=gerv,bbaetz a=justdave
* Bug 92253 - Boolean chart makes very wide web pages from query.cgi. Patch by ↵gerv%gerv.net2002-11-091-0/+2
| | | | slee@wilcoxassoc.com; r=gerv, a=justdave.
* Bug 164003 - Button "Add another boolean chart" appears twice after clicking ↵gerv%gerv.net2002-11-091-2/+2
| | | | "And". Patch by gerv; r=myk, a=justdave.
* Bug 71794 - processmail shouldn't bother checking dependencies unless state ↵gerv%gerv.net2002-11-081-16/+30
| | | | changes. Patch by gerv; r=myk.
* Fix for bug 171480: make output for non requestee-specific requests look ↵myk%mozilla.org2002-11-081-4/+7
| | | | | | | better in the request queue. r=joel a=justdave
* Fix for bug 178776: Eliminates warning in duplicates.cgi.myk%mozilla.org2002-11-081-1/+1
|
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-086-175/+52
| | | | | r=not_erik,joel a=justdave