Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-05 | more porting work | David Lawrence | 1 | -0/+1 | |
2011-01-28 | Bug 622080 - Change group which can moderate quips | David Lawrence | 1 | -5/+5 | |
r/a=mkanat | |||||
2011-01-24 | Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protection | Frédéric Buclin | 1 | -1/+6 | |
r=dkl a=LpSolit | |||||
2008-11-06 | Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵ | lpsolit%gmail.com | 1 | -5/+17 | |
quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit | |||||
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, 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 | -2/+4 | |
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 | |||||
2005-10-31 | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -4/+2 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-27 | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵ | lpsolit%gmail.com | 1 | -16/+20 | |
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -6/+2 | |
r=mkanat,wicked a=justdave | |||||
2005-06-30 | Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk | |||||
2005-03-11 | Bug 41972 : Per-user pref to turn quips off | travis%sedsystems.ca | 1 | -9/+5 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=justdave | |||||
2005-03-10 | Bug 282574 : use the new "auth_failure" error message for all authentication ↵ | travis%sedsystems.ca | 1 | -3/+4 | |
failures Patch by Frederic Buclin <LpSolit@gmail.com> r=travis, wurblzap a=myk | |||||
2005-03-01 | Bug 284080 : cannot list quips, regression from bug 277504 | travis%sedsystems.ca | 1 | -1/+1 | |
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap,peshkin a=justdave | |||||
2004-03-28 | Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu ↵ | jocuri%softhome.net | 1 | -1/+0 | |
Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+3 | |
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-03-06 | Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave. | jocuri%softhome.net | 1 | -4/+4 | |
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 | |||||
2003-01-29 | bug 190999 - Quips.cgi editing doesn't show quips author -- ↵ | burnus%gmx.de | 1 | -1/+1 | |
s/FetchSQLData/FetchOneColumn/ r,a=myk | |||||
2003-01-15 | Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵ | justdave%syndicomm.com | 1 | -5/+39 | |
be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave | |||||
2003-01-06 | Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, ↵ | gerv%gerv.net | 1 | -18/+1 | |
a=justdave. | |||||
2002-12-09 | Bug 159627 quips should be editable and deleteable using the web interface | bugreport%peshkin.net | 1 | -0/+41 | |
patch by burnus r=timeless,a=justdave | |||||
2002-11-11 | Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a ↵ | justdave%syndicomm.com | 1 | -0/+4 | |
message that the quips are disabled instead of letting you view or add quips. r=myk, a=me | |||||
2002-10-02 | Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵ | gerv%gerv.net | 1 | -16/+4 | |
r=burnus. | |||||
2002-09-13 | Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵ | gerv%gerv.net | 1 | -1/+1 | |
Patch by gerv; r=bbaetz. | |||||
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-08-17 | Bug 10037 - param to disable adding new quips | bugreport%peshkin.net | 1 | -0/+6 | |
r=imajes, preed | |||||
2002-07-27 | Bug 159629 - make users login to add quips. Patch by gerv; r=burnus. | gerv%gerv.net | 1 | -1/+1 | |
2002-07-25 | Bug 67950c - make quips.cgi compile without warnings, by use vars-ing ↵ | gerv%gerv.net | 1 | -1/+2 | |
$userid. Patch by gerv. | |||||
2002-07-25 | Bug 67950 - Move the quip list into the database. Patch by ↵ | gerv%gerv.net | 1 | -12/+11 | |
davef@tetsubo.com; r=gerv, preed. | |||||
2002-06-17 | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 1 | -0/+5 | |
early enough r=mattyt, jouni | |||||
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 | -20/+6 | |
r=mattyt, afranke | |||||
2002-01-26 | quips.cgi rewrite and templatisation. | gerv%gerv.net | 1 | -27/+49 | |
2002-01-20 | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 1 | -1/+3 | |
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave | |||||
2001-09-28 | Partil fix for bug 102032: Fix tinderbox test errors and warnings. This ↵ | zach%zachlipton.com | 1 | -1/+1 | |
patch adds some -w and use strict; work to clean up most of the '002goodperl.t' errors. r=Dave Miller <justdave@syndicomm.com> no 2nd review required. | |||||
2001-05-29 | Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com> | justdave%syndicomm.com | 1 | -0/+65 | |
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org r= justdave@syndicomm.com |