aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-171-4/+8
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-2/+11
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285407: User cannot log in on PostgreSQLmkanat%kerio.com2005-03-121-4/+6
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=bugreport, a=myk
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+33
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca2005-03-081-0/+5
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-13/+15
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org2005-03-031-2/+2
| | | | r=mkanat, a=justdave
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-11/+29
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
* Bug 283562: Insecure dependency in parameter 3 of DBI::db (login_to_id ↵mkanat%kerio.com2005-02-271-2/+3
| | | | | | forgets a trick_taint) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, r=joel, a=justdave
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-25/+52
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+32
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-5/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+48
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Fixing burning tinderbox created by checkin of Bug 280124travis%sedsystems.ca2005-02-011-1/+1
|
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-0/+50
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-14/+0
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Bug 261821 - Bugzilla now properly calls 'finish' on the DBI handle in ↵jake%bugzilla.org2004-12-241-0/+1
| | | | | | | CanSeeBug() Patch by GavinS <bugzilla@chimpychompy.org> r=joel, a=justdave
* Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. ↵justdave%bugzilla.org2004-09-111-3/+3
| | | | | | | Bugzilla->user->email now includes emailsuffix in the result. Patch by Marc Schumann <wurblzap@gmail.com> r=justdave,tobias, a=justdave
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-3/+11
| | | | | r=erik,justdave a=justdave
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-0/+29
| | | | | | patch by erik r=joel a=justdave
* Bug 251669: add an option to show users in a drop down menu instead of a ↵bugreport%peshkin.net2004-08-111-0/+46
| | | | | | | | text edit field patch by glob <bugzilla@glob.com.au> r=joel a=justdave
* Bug 254430: Fix User.pm so it returns a logged-out user if userid=0bugreport%peshkin.net2004-08-061-1/+1
| | | | | r=erik, kiko a=justdave
* Bug 254374: Fix regression in qacontact from bug 186093bugreport%peshkin.net2004-08-051-1/+1
|
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-4/+9
| | | | | | | patch by: Erik r=joel r=jouni a=justdave
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-0/+80
| | | | | r=kiko a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-10/+34
| | | | | | patch by erik,joel r=kiko a=justdave
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-14/+104
| | | | | r=kiko a=justdave
* 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