aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org2006-08-261-51/+82
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-15/+16
* Bug 148836: Can't get email, "When I'm added to or removed from the Bug Owner...lpsolit%gmail.com2006-08-161-1/+1
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-98/+39
* Bug 345113: Change the descriptions of dependson and blocked - Patch by Fréd...lpsolit%gmail.com2006-08-101-2/+2
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-8/+2
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-6/+17
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-1/+1
* Bug 322848: Extremely slow performance with a lot of products (~1800) and sec...mkanat%bugzilla.org2006-07-211-59/+52
* Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org2006-07-191-1/+1
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com2006-07-171-1/+2
* Bug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Pa...lpsolit%gmail.com2006-07-141-2/+4
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-20/+67
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-22/+29
* Bug 342410: Various modules assume functions are in global scope, when none aremkanat%bugzilla.org2006-06-261-7/+7
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2006-06-201-1/+18
* Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com2006-06-081-5/+17
* Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; i...uid6232006-06-071-12/+40
* Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Pa...lpsolit%gmail.com2006-05-301-1/+1
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-25/+21
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-4/+29
* Bug 330577 "its" is wrong in commenttimeless%mozdev.org2006-03-161-1/+1
* Fixing POD markuptimeless%mozdev.org2006-03-141-1/+1
* Bug 329334: User::match_field() may redirect you outside your Bugzilla instal...lpsolit%gmail.com2006-03-111-1/+1
* Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token...lpsolit%gmail.com2006-03-101-101/+69
* Bug 327355: Email preferences are not set correctly when the user account is ...lpsolit%gmail.com2006-02-221-1/+3
* Bug 322315: When a user is logged out, $user->can_bless gives: Not an ARRAY r...lpsolit%gmail.com2006-01-051-1/+1
* Bug 313571: Duplicate "Saved Search" entries in Preferences when Saved Search...lpsolit%gmail.com2005-12-231-28/+22
* Bug 320436: New self-created accounts dont get regexp group memberships - Pat...lpsolit%gmail.com2005-12-211-0/+4
* Bug 319082: "new Bugzilla::User($uid)" allows you to pass invalid $uid - Patc...lpsolit%gmail.com2005-12-191-3/+15
* Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com2005-12-121-4/+18
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
* Bug 315339: User::match_field() now leaves fields undefined instead of as emp...lpsolit%gmail.com2005-11-231-4/+11
* Bug 315339: User::match_field() now leaves fields undefined instead of as emp...lpsolit%gmail.com2005-11-101-2/+11
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ...lpsolit%gmail.com2005-11-011-1/+3
* Bug 313020: Implement the ability to add individual bugs to saved searches - ...lpsolit%gmail.com2005-10-261-2/+3
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-4/+5
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com2005-10-251-3/+7
* Bug 309681 Prevent users from adding another user who shouldn't have access t...bugreport%peshkin.net2005-10-181-0/+25
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...lpsolit%gmail.com2005-10-141-1/+3
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals...lpsolit%gmail.com2005-10-121-1/+102
* Bug 308662: [SECURITY] User matching bypasses 'usevisibilitygroups' restricti...lpsolit%gmail.com2005-10-011-2/+2
* Backout bug 305506: group inheritance is now brokenlpsolit%gmail.com2005-09-281-40/+11
* Bug 309896: The "Saved searches" tab in User Prefs can report incorrect infor...lpsolit%gmail.com2005-09-281-4/+10
* Bug 305506: Reduce number of SQL calls in Bugzilla::User->groupsmkanat%kerio.com2005-09-281-11/+40
* Bug 303784: Visibility can keep admin from administering groups - Patch by Jo...lpsolit%gmail.com2005-09-261-1/+1
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.c...lpsolit%gmail.com2005-09-091-1/+18
* Bug 305523: Email preference for "CC changed" should be disabled by default f...lpsolit%gmail.com2005-09-091-0/+7
* Bug 306265: Implement User::can_see_product() - Patch by Frédéric Buclin <L...lpsolit%gmail.com2005-09-061-0/+11