| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v... | Frédéric Buclin | 2010-05-20 | 1 | -1/+1 |
* | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 2010-02-28 | 1 | -1/+0 |
* | Bug 480862: relogin.cgi now just throws an error by default (should redirect ... | lpsolit%gmail.com | 2009-04-15 | 1 | -2/+6 |
* | Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi. | mkanat%bugzilla.org | 2009-03-01 | 1 | -15/+1 |
* | Bug 405946: Some emails are not sent in the language chosen by the addressee ... | lpsolit%gmail.com | 2008-04-02 | 1 | -4/+4 |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
* | Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest... | lpsolit%gmail.com | 2006-10-15 | 1 | -2/+2 |
* | Bug 347291: Make Bugzilla::User use Bugzilla::Object | mkanat%bugzilla.org | 2006-08-11 | 1 | -1/+1 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+0 |
* | Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat... | lpsolit%gmail.com | 2006-06-02 | 1 | -2/+2 |
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -3/+2 |
* | Bug 332906: Wrong parameters passed to sudo sessions when trying to bypass va... | lpsolit%gmail.com | 2006-04-07 | 1 | -2/+2 |
* | Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r... | jocuri%softhome.net | 2006-02-24 | 1 | -1/+1 |
* | Bug 315524: When an invalid action is passed to relogin.cgi, ThrowTemplateErr... | lpsolit%gmail.com | 2005-11-22 | 1 | -0/+5 |
* | Bug 312441: relogin.cgi allows you to impersonate user accounts you are not a... | karl%kornel.name | 2005-11-20 | 1 | -93/+62 |
* | Bug 312439: The user being impersonated has "moral" rights to keep informed -... | karl%kornel.name | 2005-11-05 | 1 | -7/+24 |
* | Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ... | lpsolit%gmail.com | 2005-10-24 | 1 | -1/+1 |
* | Bug 204498 Add su (setuser) function | bugreport%peshkin.net | 2005-10-14 | 1 | -12/+186 |
* | Bug 302644: relogin.cgi may ask you to login... before logging you out - Patc... | lpsolit%gmail.com | 2005-08-13 | 1 | -1/+2 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -4/+4 |
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -4/+2 |
* | Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a | kiko%async.com.br | 2003-11-27 | 1 | -25/+3 |
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -1/+3 |
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -6/+8 |
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
* | Bug 158658 - relogin.cgi should use a template. This also adds the ability to... | gerv%gerv.net | 2002-07-27 | 1 | -12/+6 |
* | Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave. | gerv%gerv.net | 2002-05-08 | 1 | -2/+0 |
* | Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. | gerv%gerv.net | 2002-05-08 | 1 | -0/+1 |
* | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra... | gerv%gerv.net | 2002-04-24 | 1 | -2/+1 |
* | Bug 126791 - templatise relogin.cgi | gerv%gerv.net | 2002-02-24 | 1 | -11/+14 |
* | Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from | bbaetz%student.usyd.edu.au | 2002-02-04 | 1 | -0/+19 |
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
* | Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl | dkl%redhat.com | 2002-01-19 | 1 | -2/+5 |
* | Fix for bug 19910: Bugzilla installs on the same server would interfere with ... | justdave%syndicomm.com | 2001-10-13 | 1 | -4/+3 |
* | Footer wasn't displaying new state after clicking "log out". | terry%mozilla.org | 2000-01-18 | 1 | -0/+4 |
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -1/+1 |
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -14/+15 |
* | Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on sev... | terry%mozilla.org | 1999-09-24 | 1 | -1/+4 |
* | Assorted minor UI cleanups (mostly putting navigation headers in, and | bryce-mozilla%nextbus.com | 1999-06-15 | 1 | -13/+2 |
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -4/+2 |
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -2/+4 |
* | Everything has been ported to now run under Perl. | terry%netscape.com | 1998-09-16 | 1 | -16/+16 |
* | Changed the way password validation works. We now keep a | terry%netscape.com | 1998-09-03 | 1 | -0/+1 |
* | Bugzilla source. | terry%netscape.com | 1998-08-26 | 1 | -0/+52 |