Age | Commit message (Expand) | Author | Files | Lines |
2005-02-19 | Bug 280497: Replace "LIMIT" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -1/+2 |
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -3/+4 |
2005-02-09 | Bug 280994 : Move ValidateNewUser out of globals.pl | travis%sedsystems.ca | 1 | -1/+2 |
2005-02-01 | Bug 278792 : Move Crypt() to Bugzilla::Auth | travis%sedsystems.ca | 1 | -1/+2 |
2005-01-08 | Bug 108870: Bugzilla does not set email prefs for new user until user visits ... | travis%sedsystems.ca | 1 | -22/+0 |
2004-12-31 | Patch for bug 275788: Provide a line of code that defines legal query formats... | jocuri%softhome.net | 1 | -6/+12 |
2004-12-23 | Bug 274397 - Editing a saved search should now work even after clicking "Show... | jake%bugzilla.org | 1 | -1/+16 |
2004-07-27 | Bug 251837: Add UI to add/remove 'My Bugs' link in footer | bugreport%peshkin.net | 1 | -0/+6 |
2004-05-14 | Bug 236779: Add UI for changing "linkinfooter" flag for saved searches | bugreport%peshkin.net | 1 | -1/+16 |
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+1 |
2004-03-27 | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 1 | -1/+3 |
2004-03-18 | Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the... | justdave%syndicomm.com | 1 | -7/+7 |
2004-03-08 | Bug 232176 - Add a preferences panel for saved searches, to allow management ... | gerv%gerv.net | 1 | -0/+12 |
2004-03-07 | Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave. | jocuri%softhome.net | 1 | -22/+26 |
2004-03-03 | Patch for bug 123077; improve the ValidatePassword sub so that a password cha... | jocuri%softhome.net | 1 | -2/+1 |
2003-11-09 | Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ... | gerv%gerv.net | 1 | -68/+0 |
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -2/+7 |
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+5 |
2003-04-02 | Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly. | bbaetz%acm.org | 1 | -1/+2 |
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 |
2002-10-11 | Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=b... | gerv%gerv.net | 1 | -3/+1 |
2002-10-06 | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa... | gerv%gerv.net | 1 | -29/+12 |
2002-09-29 | Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th... | myk%mozilla.org | 1 | -1/+1 |
2002-09-29 | Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th... | myk%mozilla.org | 1 | -1/+1 |
2002-09-29 | Fix for bug 98801: Implementation of the request tracker, a set of enhancemen... | myk%mozilla.org | 1 | -0/+9 |
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -14/+14 |
2002-09-13 | Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P... | gerv%gerv.net | 1 | -2/+1 |
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 |
2002-08-13 | Bug 160710 - Taint checking causes problem with rename function | bbaetz%student.usyd.edu.au | 1 | -0/+5 |
2002-07-03 | Fix for bug 122900: implements email preference for unconfirmed bugs. | myk%mozilla.org | 1 | -1/+1 |
2002-06-17 | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 1 | -0/+2 |
2002-05-08 | Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. | gerv%gerv.net | 1 | -0/+3 |
2002-04-25 | Bug 137183 - tab names should be in the template not in the .cgi. Patch by ge... | gerv%gerv.net | 1 | -18/+1 |
2002-04-24 | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra... | gerv%gerv.net | 1 | -3/+2 |
2002-04-02 | Remaining pieces of Bug 23067 from yesterday... no idea why the first commit... | justdave%syndicomm.com | 1 | -19/+76 |
2002-04-02 | Fix for bug 133833. Error in templatized version of userprefs.cgi. Error | dkl%redhat.com | 1 | -2/+2 |
2002-03-05 | Fix for bug 128784: Eliminates redundant function call in userprefs.cgi. | myk%mozilla.org | 1 | -5/+1 |
2002-03-01 | Fix for bug 128437: correctly display default values for new preferences on t... | myk%mozilla.org | 1 | -20/+25 |
2002-03-01 | Fix for bug 128422: Fixes serious tree horkage where everyone gets email on a... | myk%mozilla.org | 1 | -7/+15 |
2002-02-28 | Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and... | gerv%gerv.net | 1 | -500/+196 |
2002-02-04 | Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from | bbaetz%student.usyd.edu.au | 1 | -0/+2 |
2002-01-20 | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 1 | -1/+3 |
2001-11-08 | Fix for bug 108822: Prevent any user from changing their own groupset. | myk%mozilla.org | 1 | -2/+2 |
2001-10-19 | Bug 72177 - reword checkbox to make it consistent with the others on the page. | gerv%gerv.net | 1 | -1/+1 |
2001-10-10 | Bugzilla Bug 51521 Broken HTML on user permissions page | timeless%mac.com | 1 | -1/+2 |
2001-09-24 | Fix for bug 93388: Full name should be trimmed of whitespace before going | zach%zachlipton.com | 1 | -2/+2 |
2001-07-11 | Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i... | justdave%syndicomm.com | 1 | -6/+13 |
2001-06-20 | Fix for bug 45918: the old password field on the userprefs page is now used t... | justdave%syndicomm.com | 1 | -4/+5 |
2001-06-06 | Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295). | jake%acutex.net | 1 | -1/+1 |
2001-05-24 | Bug 71552 - Remove oldemailtech from Bugzilla | jake%acutex.net | 1 | -142/+36 |