summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
AgeCommit message (Expand)AuthorFilesLines
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-2/+2
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
2005-08-03Bug 303061: userprefs.cgi should call ThrowUserError for old_password_require...lpsolit%gmail.com1-1/+1
2005-07-28Bug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos...lpsolit%gmail.com1-1/+3
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+1
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com1-6/+4
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+1
2005-05-12Bug 287436: [SECURITY] After having logged in, links to change the report typ...mkanat%kerio.com1-2/+9
2005-04-13Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ...lpsolit%gmail.com1-1/+3
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-5/+7
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net1-69/+61
2005-03-16Bug 280517 : Let me know who is watching my accounttravis%sedsystems.ca1-0/+13
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca1-0/+39
2005-02-25Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com1-1/+1
2005-02-25Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com1-20/+33
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-3/+4
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-1/+2
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-1/+2
2005-01-08Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca1-22/+0
2004-12-31Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net1-6/+12
2004-12-23Bug 274397 - Editing a saved search should now work even after clicking "Show...jake%bugzilla.org1-1/+16
2004-07-27Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net1-0/+6
2004-05-14Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net1-1/+16
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-1/+3
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com1-7/+7
2004-03-08Bug 232176 - Add a preferences panel for saved searches, to allow management ...gerv%gerv.net1-0/+12
2004-03-07Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.jocuri%softhome.net1-22/+26
2004-03-03Patch for bug 123077; improve the ValidatePassword sub so that a password cha...jocuri%softhome.net1-2/+1
2003-11-09Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ...gerv%gerv.net1-68/+0
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-2/+7
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+5
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-1/+2
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2002-10-11Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=b...gerv%gerv.net1-3/+1
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net1-29/+12
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th...myk%mozilla.org1-1/+1
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th...myk%mozilla.org1-1/+1
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org1-0/+9
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-14/+14
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...gerv%gerv.net1-2/+1
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-13Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au1-0/+5
2002-07-03Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org1-1/+1
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+2
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net1-0/+3
2002-04-25Bug 137183 - tab names should be in the template not in the .cgi. Patch by ge...gerv%gerv.net1-18/+1