summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-2/+3
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence1-1/+1
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence1-2/+43
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
2012-05-28Bug 555829: Refactor userprefs.cgi to use Bugzilla::User everywhere possibleKoosha Khajeh Moogahi1-12/+8
2012-01-23Bug 319953: Missing real email syntax checkFrédéric Buclin1-2/+1
2012-01-18Bug 718905: Move user_preferences hook up, before other actions in userprefs.cgiTiago Mello1-8/+10
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-21/+5
2011-08-17Bug 677522: IssueEmailChangeToken() should get the old login name from the us...Frédéric Buclin1-5/+2
2011-08-17Forgot to split a long line (fix on checkin)Frédéric Buclin1-1/+3
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-4/+3
2011-08-04Bug 670868: (CVE-2011-2978) [SECURITY] Account preferences page trusts user-m...Byron Jones1-1/+1
2010-11-04Bug 485418: Code and template hooks for userprefs.cgi to be able to add addit...Frédéric Buclin1-7/+17
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-2/+3
2010-05-07Bug 561745: Impossible to uncheck boxes in the Email preferencesFrédéric Buclin1-41/+36
2010-03-29Bug 553693: A new logincookie is created when changing the password or email ...Frédéric Buclin1-27/+23
2010-02-11Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander1-1/+3
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-1/+1
2009-02-02Bug 472362: [SECURITY] Malicious attachments can change your user settings (u...lpsolit%gmail.com1-0/+8
2009-01-08Bug 472549: Ignore undefined values when committing user pref changes - Patch...lpsolit%gmail.com1-1/+1
2008-12-10Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ...lpsolit%gmail.com1-27/+22
2008-10-23Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com1-6/+1
2008-09-12Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com1-2/+8
2008-08-20Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ...mkanat%bugzilla.org1-1/+1
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-1/+1
2007-12-16Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org1-1/+1
2007-11-15Bug 403824: Replace table locks in most Bugzilla files with transactions - Pa...lpsolit%gmail.com1-8/+4
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-07-26Bug 203309: "Users to watch" in email prefs doesn't support wildcard user mat...lpsolit%gmail.com1-2/+7
2007-07-21Bug 365890: Searches shared by users with bless rights are in the footer by d...lpsolit%gmail.com1-4/+4
2007-07-14Bug 381738: SaveAccount() in userprefs.cgi doesn't check Bugzilla->user->auth...lpsolit%gmail.com1-3/+6
2007-05-26Bug 381732: Old tokens are not deleted on time when changing the email addres...lpsolit%gmail.com1-0/+4
2007-01-08Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org1-1/+1
2006-12-31Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin <L...lpsolit%gmail.com1-1/+1
2006-12-27Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed r=LpSolit...reed%reedloden.com1-1/+2
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com1-1/+7
2006-11-04Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org1-98/+50
2006-10-21Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com1-2/+0
2006-10-08Bug 355833: Groups are out of order when sharing queries - Patch by Frédéri...lpsolit%gmail.com1-4/+2
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com1-1/+1
2006-08-17Bug 320197: Watcher editing in userprefs should use a list box instead of tex...mozilla%colinogilvie.co.uk1-15/+26
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com1-10/+114
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+6
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-2/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-2/+0
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-1/+2
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-2/+2
2005-12-21Bug 287741: changing password from 'password' to 'password' should not invali...lpsolit%gmail.com1-10/+12