aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-40/+31
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com2005-09-021-1/+1
* Bug 300231: Bugzilla::User needs a way of returning only Selectable classific...lpsolit%gmail.com2005-08-221-0/+38
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-143/+76
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-1/+1
* Bug 284263: Inherited bless permissions without inherited membership do not w...lpsolit%gmail.com2005-08-141-28/+48
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-4/+4
* Back out bug 300231, because it triggers bug 303413.mkanat%kerio.com2005-08-101-37/+0
* Bug 300231: Bugzilla::Classification needs a way of returning only Selectable...mkanat%kerio.com2005-08-101-0/+37
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-4/+4
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-4/+4
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-2/+6
* Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Sch...lpsolit%gmail.com2005-07-251-0/+38
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-211-1/+1
* Bug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@g...lpsolit%gmail.com2005-07-191-1/+1
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-1/+0
* Bug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail"mkanat%kerio.com2005-07-111-1/+0
* Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ...mkanat%kerio.com2005-07-081-9/+10
* Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not type...mkanat%kerio.com2005-07-081-6/+6
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-7/+10
* Bug 87404: Attachments don't work if you need to use user matchingmkanat%kerio.com2005-07-081-1/+55
* Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User...lpsolit%gmail.com2005-06-251-0/+47
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 292718: LOCATE is not ANSI SQL (prevents user account creation)mkanat%kerio.com2005-05-211-5/+8
* Bug 288857: Use of uninitialized value in bitwise and (&) at Bugzilla/User.pm...lpsolit%gmail.com2005-04-111-2/+2
* Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI m...lpsolit%gmail.com2005-04-101-6/+0
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct C...lpsolit%gmail.com2005-04-081-27/+31
* Bug 286686: ORDER BY column needs to be selected or groupedmkanat%kerio.com2005-04-081-4/+6
* Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net2005-03-301-49/+162
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-171-4/+8
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-2/+11
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-1/+2
* Bug 285407: User cannot log in on PostgreSQLmkanat%kerio.com2005-03-121-4/+6
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+33