| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
* | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 2006-09-04 | 1 | -2/+2 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -3/+3 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+4 |
* | Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl... | lpsolit%gmail.com | 2006-06-20 | 1 | -0/+1 |
* | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu... | lpsolit%gmail.com | 2005-10-31 | 1 | -4/+2 |
* | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du... | lpsolit%gmail.com | 2005-10-26 | 1 | -16/+20 |
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi... | lpsolit%gmail.com | 2005-10-25 | 1 | -1/+3 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -6/+2 |
* | Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by ... | lpsolit%gmail.com | 2005-06-30 | 1 | -1/+0 |
* | Bug 41972 : Per-user pref to turn quips off | travis%sedsystems.ca | 2005-03-11 | 1 | -9/+5 |
* | Bug 282574 : use the new "auth_failure" error message for all authentication ... | travis%sedsystems.ca | 2005-03-10 | 1 | -3/+4 |
* | Bug 284080 : cannot list quips, regression from bug 277504 | travis%sedsystems.ca | 2005-03-01 | 1 | -1/+1 |
* | Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu Ma... | jocuri%softhome.net | 2004-03-28 | 1 | -1/+0 |
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -2/+3 |
* | Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave. | jocuri%softhome.net | 2004-03-06 | 1 | -4/+4 |
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -1/+3 |
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
* | bug 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/Fe... | burnus%gmx.de | 2003-01-29 | 1 | -1/+1 |
* | Bug 184309: Adds an optional disabled state to quips, which allows quips to b... | justdave%syndicomm.com | 2003-01-15 | 1 | -5/+39 |
* | Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a... | gerv%gerv.net | 2003-01-06 | 1 | -18/+1 |
* | Bug 159627 quips should be editable and deleteable using the web interface | bugreport%peshkin.net | 2002-12-09 | 1 | -0/+41 |
* | Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a message... | justdave%syndicomm.com | 2002-11-11 | 1 | -0/+4 |
* | Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; r=... | gerv%gerv.net | 2002-10-02 | 1 | -16/+4 |
* | Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P... | gerv%gerv.net | 2002-09-13 | 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 10037 - param to disable adding new quips | bugreport%peshkin.net | 2002-08-17 | 1 | -0/+6 |
* | Bug 159629 - make users login to add quips. Patch by gerv; r=burnus. | gerv%gerv.net | 2002-07-27 | 1 | -1/+1 |
* | Bug 67950c - make quips.cgi compile without warnings, by use vars-ing $userid... | gerv%gerv.net | 2002-07-25 | 1 | -1/+2 |
* | Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com;... | gerv%gerv.net | 2002-07-25 | 1 | -12/+11 |
* | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 2002-06-17 | 1 | -0/+5 |
* | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra... | gerv%gerv.net | 2002-04-24 | 1 | -3/+2 |
* | Bug 100094 - use generic template handling code | bbaetz%student.usyd.edu.au | 2002-02-13 | 1 | -20/+6 |
* | quips.cgi rewrite and templatisation. | gerv%gerv.net | 2002-01-26 | 1 | -27/+49 |
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
* | Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch... | zach%zachlipton.com | 2001-09-28 | 1 | -1/+1 |
* | Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com> | justdave%syndicomm.com | 2001-05-29 | 1 | -0/+65 |