aboutsummaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 561745: Impossible to uncheck boxes in the Email preferencesFrédéric Buclin2010-05-071-41/+36
* Bug 553693: A new logincookie is created when changing the password or email ...Frédéric Buclin2010-03-291-27/+23
* Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander2010-02-111-1/+3
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-1/+1
* Bug 472362: [SECURITY] Malicious attachments can change your user settings (u...lpsolit%gmail.com2009-02-021-0/+8
* Bug 472549: Ignore undefined values when committing user pref changes - Patch...lpsolit%gmail.com2009-01-081-1/+1
* Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ...lpsolit%gmail.com2008-12-101-27/+22
* Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com2008-10-231-6/+1
* Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com2008-09-121-2/+8
* Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ...mkanat%bugzilla.org2008-08-201-1/+1
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-1/+1
* Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org2007-12-161-1/+1
* Bug 403824: Replace table locks in most Bugzilla files with transactions - Pa...lpsolit%gmail.com2007-11-151-8/+4
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 203309: "Users to watch" in email prefs doesn't support wildcard user mat...lpsolit%gmail.com2007-07-261-2/+7
* Bug 365890: Searches shared by users with bless rights are in the footer by d...lpsolit%gmail.com2007-07-211-4/+4
* Bug 381738: SaveAccount() in userprefs.cgi doesn't check Bugzilla->user->auth...lpsolit%gmail.com2007-07-141-3/+6
* Bug 381732: Old tokens are not deleted on time when changing the email addres...lpsolit%gmail.com2007-05-261-0/+4
* Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org2007-01-081-1/+1
* Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin <L...lpsolit%gmail.com2006-12-311-1/+1
* Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed r=LpSolit...reed%reedloden.com2006-12-271-1/+2
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-1/+7
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-98/+50
* Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com2006-10-211-2/+0
* Bug 355833: Groups are out of order when sharing queries - Patch by Frédéri...lpsolit%gmail.com2006-10-081-4/+2
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-1/+1
* Bug 320197: Watcher editing in userprefs should use a list box instead of tex...mozilla%colinogilvie.co.uk2006-08-171-15/+26
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-10/+114
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
* 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-4/+6
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-2/+2
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-2/+0
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-1/+2
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-2/+2
* Bug 287741: changing password from 'password' to 'password' should not invali...lpsolit%gmail.com2005-12-211-10/+12
* Bug 320866: Watching the same address twice produces software error - Patch b...lpsolit%gmail.com2005-12-211-3/+3
* Bug 313679: Changing email address in sudo mode logs user in askarl%kornel.name2005-12-141-1/+3
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-1/+1
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-38/+50
* Bug 308340: General Preferences tab is empty except for submit button when no...lpsolit%gmail.com2005-10-281-2/+13
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-1/+4
* Bug 303699: Eliminate deprecated Bugzilla::DB routines from userprefs.cgi - P...lpsolit%gmail.com2005-10-121-30/+35
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-5/+3
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-1/+2
* Bug 304044: Missing scalar() for some parameters - Patch by Frédéric Buclin...lpsolit%gmail.com2005-08-131-2/+1
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-2/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-2/+2
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-2/+2