aboutsummaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 303061: userprefs.cgi should call ThrowUserError for old_password_require...lpsolit%gmail.com2005-08-031-1/+1
* Bug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos...lpsolit%gmail.com2005-07-281-1/+3
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-211-1/+1
* Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com2005-07-201-6/+4
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-1/+1
* Bug 287436: [SECURITY] After having logged in, links to change the report typ...mkanat%kerio.com2005-05-121-2/+9
* Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ...lpsolit%gmail.com2005-04-131-1/+3
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-5/+7
* Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net2005-03-301-69/+61
* Bug 280517 : Let me know who is watching my accounttravis%sedsystems.ca2005-03-161-0/+13
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+39
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-1/+1
* Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com2005-02-251-20/+33
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+2
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+2
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-3/+4
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+2
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-1/+2
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-22/+0
* Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net2004-12-311-6/+12
* Bug 274397 - Editing a saved search should now work even after clicking "Show...jake%bugzilla.org2004-12-231-1/+16
* Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net2004-07-271-0/+6
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-131-1/+16
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-1/+3
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-7/+7
* Bug 232176 - Add a preferences panel for saved searches, to allow management ...gerv%gerv.net2004-03-081-0/+12
* Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-071-22/+26