aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca2005-03-081-0/+5
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-13/+15
* Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org2005-03-031-2/+2
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-11/+29
* Bug 283562: Insecure dependency in parameter 3 of DBI::db (login_to_id forget...mkanat%kerio.com2005-02-271-2/+3
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-25/+52
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+32
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+3
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-5/+4
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+48
* 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
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-14/+0
* Bug 261821 - Bugzilla now properly calls 'finish' on the DBI handle in CanSee...jake%bugzilla.org2004-12-241-0/+1
* Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. Bugzill...justdave%bugzilla.org2004-09-111-3/+3
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-3/+11
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-0/+29
* Bug 251669: add an option to show users in a drop down menu instead of a text...bugreport%peshkin.net2004-08-111-0/+46
* Bug 254430: Fix User.pm so it returns a logged-out user if userid=0bugreport%peshkin.net2004-08-061-1/+1
* 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
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-0/+80
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-10/+34