aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-43/+96
* Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org2006-11-101-0/+12
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-78/+86
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-11-021-1/+1
* Bug 357677 Crash on enter_bug.cgitimeless%mozdev.org2006-10-231-0/+1
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-211-16/+81
* Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com2006-10-211-1/+5
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com2006-10-151-0/+16
* Bug 352410: Shared Queries don't work if usevisibilitygroups is off.wurblzap%gmail.com2006-10-061-9/+31
* Bug 349852: "I'm added to or removed from this capacity" email pref doesn't w...lpsolit%gmail.com2006-09-231-1/+11
* Bug 348518: grant / reject options for flag listbox should only appear if use...lpsolit%gmail.com2006-09-201-0/+33
* Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org2006-09-061-5/+5
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-8/+0
* 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