aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Backing out the checkin for bug 180966 (fix warnings in web server error ↵justdave%syndicomm.com2002-11-221-1/+1
| | | | | | log). This checkin caused commenting on bugs to fail if timetracking is not enabled.
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-201-1/+1
| | | | r,a=myk
* Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ↵myk%mozilla.org2002-11-171-6/+13
| | | | | | | when they haven't. r=bbaetz a=myk
* Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org2002-11-111-3/+8
| | | | | | | other bugs in the RT code. r=bbaetz a=myk
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-081-4/+32
| | | | | r=not_erik,joel a=justdave
* Bug 177436 User matching shouldn't be case-sensitivebugreport%peshkin.net2002-11-051-5/+5
| | | | | | patch by not_erik 2xr=justdave a=justdave for 2.17.1
* Bug 177435 exact match on assignee fails with user matchingbugreport%peshkin.net2002-11-011-1/+1
| | | | | patch by not_erik r=myk,joel
* Bug 177624 Wildcard rejects --do_not_change-- in mass-changebugreport%peshkin.net2002-11-011-0/+6
| | | | | Patch by not_erik r=joel
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-19/+242
| | | | | patch by not_erik@dasbistro.com r=joel, myk
* Fixing build bustage.myk%mozilla.org2002-09-291-1/+1
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+176
enhancements to attachment statuses. r=gerv,bbaetz