mkanat%kerio.com
2aee138325
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16 00:27:15 +00:00
travis%sedsystems.ca
3d0f288895
Bug 283581 : Move UserInGroup out of globals.pl
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-15 22:10:14 +00:00
mkanat%kerio.com
76e83267c4
Bug 284975: Any code after Throw*Error is a dead code.
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
2005-03-09 00:26:39 +00:00
jocuri%softhome.net
99386be3d9
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch by Fr�d�ric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2005-01-16 14:07:31 +00:00
jocuri%softhome.net
4ffe8372d2
Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave.
2004-04-05 01:32:43 +00:00
kiko%async.com.br
6f3fb84923
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
...
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-27 03:51:44 +00:00
jocuri%softhome.net
dde29e3b97
Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.
2004-03-06 09:04:33 +00:00
jocuri%softhome.net
6a482591c0
Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, jth, gerv; r/a=justdave.
2003-12-09 23:12:40 +00:00
bbaetz%acm.org
47e32a94e6
Bug 208604 - Make data/template dir locations configurable
2003-11-22 03:50:42 +00:00
jocuri%softhome.net
48d66442ad
Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave.
2003-11-21 10:00:54 +00:00
justdave%syndicomm.com
20c500c330
[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an administrator) can inject arbitrary SQL via the URL used to edit an existing keyword.
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r= justdave, zach a= justdave
2003-11-03 03:31:30 +00:00
kiko%async.com.br
04968b8a9f
Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
...
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
2003-09-26 23:47:07 +00:00
bbaetz%acm.org
325350ad59
Bug 201816 - use CGI.pm for header output
...
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
jake%bugzilla.org
3c915014e3
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
...
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
bbaetz%student.usyd.edu.au
2b781fd427
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
...
r=joel x2
2002-08-26 06:17:26 +00:00
gerv%gerv.net
c4f3c92577
Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless.
2002-07-21 21:47:43 +00:00
bbaetz%student.usyd.edu.au
693d63dda2
Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
...
early enough
r=mattyt, jouni
2002-06-17 09:39:00 +00:00
dkl%redhat.com
a4f0e4f0f0
Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv
2002-04-30 22:15:52 +00:00
gerv%gerv.net
d1cca234fb
Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jouni@heikniemi.net; r=bbaetz, gerv.
2002-04-29 19:32:29 +00:00
cyeh%bluemartini.com
af3d687bab
stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.
...
now give warning to admin that keyword cache should be rebuilt after any keyword
edit or deletion.
2001-02-26 23:25:22 +00:00
tara%tequilarista.org
8861f96737
Landing Jon Robertson's for bug #41913
2000-07-25 22:09:20 +00:00
terry%mozilla.org
332b39b203
Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
...
don't generate HTML tables with more than 50 lines, as browsers generally
can't cope with huge tables.
2000-01-22 16:51:49 +00:00
terry%mozilla.org
6d15fd3cc2
Let's outlaw whitespace in keywords.
2000-01-19 19:26:37 +00:00
terry%mozilla.org
f5e622daa8
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
...
me. Added a footer to every page. Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org
8761cb7178
Worked around bug in older versions of MySQL that caused a report of
...
one bug matching a keyword when there really are zero.
2000-01-11 00:26:22 +00:00
terry%mozilla.org
8ec2fa3b0f
Add support for a new "keywords" feature. This lets some central
...
authority maintain a list of keywords, and users can associate any
keyword with any bug.
The new functionality won't appear until at least one keyword is
defined.
Note that you *must* run the "checksetup.pl" script after updating
this change, in order to create the new required tables "keywords" and
"keyworddefs".
2000-01-06 21:16:15 +00:00