aboutsummaryrefslogtreecommitdiffstats
path: root/quips.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 918013: Add Bugzilla messaging system in quips pageSunil Joshi2013-12-221-0/+3
| | | | r=LpSolit a=justdave
* Bug 835780: Order quips chronologically when listing themDaniel Piddock2013-01-301-1/+1
| | | | r/a=LpSolit
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-2/+1
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-181-0/+4
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-22/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-5/+5
| | | | r/a=mkanat
* Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protectionFrédéric Buclin2011-01-241-1/+6
| | | | r=dkl a=LpSolit
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2008-11-061-5/+17
| | | | quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-2/+2
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-0/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-4/+2
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com2005-10-261-16/+20
| | | | duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-1/+3
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-6/+2
| | | | r=mkanat,wicked a=justdave
* Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by ↵lpsolit%gmail.com2005-06-301-1/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 41972 : Per-user pref to turn quips offtravis%sedsystems.ca2005-03-111-9/+5
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=justdave
* Bug 282574 : use the new "auth_failure" error message for all authentication ↵travis%sedsystems.ca2005-03-101-3/+4
| | | | | | failures Patch by Frederic Buclin <LpSolit@gmail.com> r=travis, wurblzap a=myk
* Bug 284080 : cannot list quips, regression from bug 277504travis%sedsystems.ca2005-03-011-1/+1
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap,peshkin a=justdave
* Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu ↵jocuri%softhome.net2004-03-281-1/+0
| | | | Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-061-4/+4
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+3
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* bug 190999 - Quips.cgi editing doesn't show quips author -- ↵burnus%gmx.de2003-01-291-1/+1
| | | | | | s/FetchSQLData/FetchOneColumn/ r,a=myk
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-5/+39
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, ↵gerv%gerv.net2003-01-061-18/+1
| | | | a=justdave.
* Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net2002-12-091-0/+41
| | | | | patch by burnus r=timeless,a=justdave
* Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a ↵justdave%syndicomm.com2002-11-111-0/+4
| | | | | | message that the quips are disabled instead of letting you view or add quips. r=myk, a=me
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net2002-10-021-16/+4
| | | | r=burnus.
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-1/+1
| | | | Patch by gerv; r=bbaetz.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 10037 - param to disable adding new quipsbugreport%peshkin.net2002-08-171-0/+6
| | | | r=imajes, preed
* Bug 159629 - make users login to add quips. Patch by gerv; r=burnus.gerv%gerv.net2002-07-271-1/+1
|
* Bug 67950c - make quips.cgi compile without warnings, by use vars-ing ↵gerv%gerv.net2002-07-251-1/+2
| | | | $userid. Patch by gerv.
* Bug 67950 - Move the quip list into the database. Patch by ↵gerv%gerv.net2002-07-251-12/+11
| | | | davef@tetsubo.com; r=gerv, preed.
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+5
| | | | | early enough r=mattyt, jouni
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-20/+6
| | | | r=mattyt, afranke
* quips.cgi rewrite and templatisation.gerv%gerv.net2002-01-261-27/+49
|
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Partil fix for bug 102032: Fix tinderbox test errors and warnings. This ↵zach%zachlipton.com2001-09-281-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.
* Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>justdave%syndicomm.com2001-05-291-0/+65
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org r= justdave@syndicomm.com