aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-161-8/+10
|
* Bug 239263: Avoid hazard in User->groups by switching to main DB for rederivebugreport%peshkin.net2004-05-141-0/+7
| | | | | r=jouni a=justdave
* Bug 226477: Fix undefined method call in Bugzilla::User->in_groupbugreport%peshkin.net2004-05-121-1/+1
| | | | r=timeless,a=justdave
* Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for allbbaetz%acm.org2003-11-221-3/+8
| | | | | possibilities. Patch by Andreas Ho¶fle, r=bbaetz, a=myk
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-4/+6
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-46/+456
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-1/+1
| | | | | r=justdave, joel a=justdave
* Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au2002-11-221-1/+1
| | | | r=joel, a=justdave
* 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