summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
AgeCommit message (Collapse)AuthorFilesLines
2006-10-08Bug 355833: Groups are out of order when sharing queries - Patch by ↵lpsolit%gmail.com1-4/+2
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com1-1/+1
(prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
2006-08-17Bug 320197: Watcher editing in userprefs should use a list box instead of ↵mozilla%colinogilvie.co.uk1-15/+26
text entry Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wicked; a=myk
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com1-10/+114
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-2/+0
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com1-2/+2
into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-12-21Bug 287741: changing password from 'password' to 'password' should not ↵lpsolit%gmail.com1-10/+12
invalidate login cookies - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-12-21Bug 320866: Watching the same address twice produces software error - Patch ↵lpsolit%gmail.com1-3/+3
by Frédéric Buclin <LpSolit@gmail.com> r=kevin r=bkor a=justdave
2005-12-14Bug 313679: Changing email address in sudo mode logs user in askarl%kornel.name1-1/+3
impersonated user - Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-38/+50
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-28Bug 308340: General Preferences tab is empty except for submit button when ↵lpsolit%gmail.com1-2/+13
no user prefences are enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-1/+4
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-12Bug 303699: Eliminate deprecated Bugzilla::DB routines from userprefs.cgi - ↵lpsolit%gmail.com1-30/+35
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-5/+3
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com1-1/+2
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-13Bug 304044: Missing scalar() for some parameters - Patch by Frédéric ↵lpsolit%gmail.com1-2/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-2/+2
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-03Bug 303061: userprefs.cgi should call ThrowUserError for ↵lpsolit%gmail.com1-1/+1
old_password_required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-07-28Bug 302200: uninitialized value when saving email prefs - Patch by Rob ↵lpsolit%gmail.com1-1/+3
Siklos <robzilla@siklos.ca> r=LpSolit a=myk
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com1-6/+4
instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-05-12Bug 287436: [SECURITY] After having logged in, links to change the report ↵mkanat%kerio.com1-2/+9
type contain username and password Patch By Marc Schumann <wurblzap@gmail.com> r=gerv, a=justdave
2005-04-13Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ↵lpsolit%gmail.com1-1/+3
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-5/+7
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net1-69/+61
email internals. Patch by gerv; r=jake, a=justdave.
2005-03-16Bug 280517 : Let me know who is watching my accounttravis%sedsystems.ca1-0/+13
Patch by Frederic Buclin <LpSolit@gmail.com> r=myk a=myk
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca1-0/+39
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
2005-02-25Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com1-20/+33
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-3/+4
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-1/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-1/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-01-08Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca1-22/+0
userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
2004-12-31Patch for bug 275788: Provide a line of code that defines legal query ↵jocuri%softhome.net1-6/+12
formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
2004-12-23Bug 274397 - Editing a saved search should now work even after clicking ↵jake%bugzilla.org1-1/+16
"Show List" from a bug. Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
2004-07-27Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net1-0/+6
r=joel a=justdave
2004-05-14Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net1-1/+16
r=gerv,preed a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.