Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-22 | Bug 349361: Implement a Welcome page for admins on a fresh installation - ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-13 | Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -4/+11 | |
Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-10-31 | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -3/+1 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-08-22 | Bug 300093: index.cgi remains unsecure when the SSL parameter is set to ↵ | lpsolit%gmail.com | 1 | -0/+6 | |
"authenticated sessions" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -4/+2 | |
r=mkanat,wicked a=justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -4/+2 | |
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. | |||||
2004-02-14 | Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu ↵ | jocuri%softhome.net | 1 | -7/+1 | |
Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+3 | |
r=joel, a=justdave | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2002-11-27 | Bug 173761 Need ability to always require login | bugreport%peshkin.net | 1 | -1/+1 | |
patch by joel r=gerv, a=justdave | |||||
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -1/+0 | |
r=bbaetz, gerv | |||||
2002-08-27 | Updating my e-mail address as jake@acutex.net is no longer valid. | jake%bugzilla.org | 1 | -1/+1 | |
* NO CODE CHANGES * | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-06-24 | Bug 152632: My bugs query doesn't use the mybugstemplate parameter. Also ↵ | jouni%heikniemi.net | 1 | -1/+0 | |
removes the My Bugs query from the index page. Patch by m@lcolm.org.uk (Malcolm Scott), r=jouni,gerv | |||||
2002-04-24 | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 1 | -3/+2 | |
afranke. | |||||
2002-02-13 | Bug 100094 - use generic template handling code | bbaetz%student.usyd.edu.au | 1 | -30/+5 | |
r=mattyt, afranke | |||||
2001-12-13 | Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵ | jake%acutex.net | 1 | -0/+90 | |
sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko |