justdave%bugzilla.org
195002eeb3
[SECURITY] Bug 253544: Changes to the metadata (filename, description, mime type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when viewing the bug activity log. This only affects sites that use the 'insidergroup' feature.
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=zach,justdave, a=justdave
2004-10-25 07:33:20 +00:00
bugreport%peshkin.net
4d03d01641
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
...
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
jocuri%softhome.net
a667f91f4f
Patch for bug 253357: replace IFNULL with COALESCE for increased database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
2004-07-31 08:59:16 +00:00
bugreport%peshkin.net
06b9779fe4
Bug 253447: Fix unhelpful error if user enters text in "blocks" field
...
r=kiko
a=justdave
2004-07-30 10:37:17 +00:00
kiko%async.com.br
a124d61dc5
Fix for bug 236678: Clean up access to COOKIE global. Murder the last
...
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-29 02:45:38 +00:00
jocuri%softhome.net
e2b8c0e1da
Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpfile"; patch by byron jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave.
2004-07-07 08:59:44 +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
kiko%async.com.br
4f6d3ae2e5
Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
...
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
2003-10-30 01:31:58 +00:00
justdave%syndicomm.com
f8d1d9c37d
Backing out patch from bug 108528 - failed to take i10n concerns into account
2003-10-16 18:26:09 +00:00
timeless%mozdev.org
19efc5771e
Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
...
patch by caduvall@glue.umd.edu r=timeless a=justdave
2003-10-15 22:48:12 +00:00
jocuri%softhome.net
f982ae1345
Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under suexec. r=kiko, a=justdave
2003-10-07 19:15:35 +00:00
bbaetz%acm.org
bb7609223e
Bug 208699 - Move Throw{Code,Template}Error into Error.pm
...
r,a=justdave
2003-09-14 06:05:23 +00:00
bbaetz%acm.org
c1e4afb682
Bug 180635 - Enhance Bugzilla::User to store additional information
...
r=myk,jake
2003-06-03 09:48:15 +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
bbaetz%acm.org
709c9b24de
Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
...
r=gerv
a=justdave
2003-04-02 12:35:07 +00:00
bbaetz%acm.org
f6fabc003f
Bug 180642 - Move authentication code into a module
...
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
burnus%gmx.de
eeb7e7387d
Bug 135820 - token cancellation message are not user-friendly
...
r=gerv, a=justdave
2003-02-16 16:11:49 +00:00
preed%sigkill.com
dc8fce75f5
Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave
2003-02-09 22:04:25 +00:00
bbaetz%acm.org
5297114192
Bug 192393 - $::dbwritesallowed never set
...
r, a=justdave
2003-02-08 23:26:48 +00:00
bbaetz%acm.org
8b73cba208
Bug 191863 - Clean up Bugzilla.pm
...
r=gerv, justdave
a=justdave
2003-02-07 07:19:15 +00:00
bbaetz%student.usyd.edu.au
1a66a353fa
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
2002-12-20 07:21:43 +00:00
bugreport%peshkin.net
bb8220b7e7
Bug 183843 Query knobs are missing if requirelogin is set
...
r,a=justdave
2002-12-06 03:37:59 +00:00
jake%bugzilla.org
4d920129ae
Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
...
r=justdave
a=justdave
2002-11-27 16:00:44 +00:00
bugreport%peshkin.net
438aef1538
Bug 173761 Need ability to always require login
...
patch by joel
r=gerv, a=justdave
2002-11-27 14:46:06 +00:00
gerv%gerv.net
815700592c
Bug 114179 - Concentration, improvement, and templatisation of Bugzilla general user help system. Patch by gerv; r,a=justdave.
2002-11-26 21:11:23 +00:00
bbaetz%student.usyd.edu.au
9a8851a52a
Bug 179290 - login cookie email needs to be escaped
...
r=jake, a=justdave
2002-11-11 02:23:26 +00:00
bbaetz%student.usyd.edu.au
307750a355
Bug 114696 - permission checking in queries not optimal
...
Patch by joel, dkl + me
r=myk, a=justdave
2002-11-09 01:58:07 +00:00
myk%mozilla.org
5bc8d9459c
Fix for bug 156548: XUL implementation of duplicates report.
2002-11-05 01:54:15 +00:00
bbaetz%student.usyd.edu.au
dd3d83d08e
Bug 147833 - start using CGI.pm
...
r=gerv, justdave
2002-10-26 01:57:09 +00:00
bugreport%peshkin.net
e9b9a129a7
Bug 112373 you should be able to enter bug dependencies/blockers when you enter a bug.
...
patch by jhedlund
r,2xr=joel
2002-10-17 04:31:56 +00:00
gerv%gerv.net
44a8b15f72
Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.
2002-10-16 23:09:31 +00:00
bugreport%peshkin.net
dd8abb1dbb
Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields
...
patch by jeff.hedlund@matrixsi.com
2xr=joel,justdave
2002-10-13 04:26:24 +00:00
gerv%gerv.net
114f9c419d
Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, rearranged UI, better API for new report types. Patch by gerv; r=joel.
2002-10-08 06:41:28 +00:00
gerv%gerv.net
b90348132e
Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Patch by gerv; r=burnus.
2002-10-06 11:52:37 +00:00
gerv%gerv.net
3b4fd508b7
Bug 155389 - More <link> elements & templatization of navigation_links. Patch by gerv; r=bbaetz.
2002-10-03 07:04:10 +00:00
bbaetz%student.usyd.edu.au
f544bfabb6
Bug 20122 - Bugzilla requires new login if IP changes
...
r=joel x2
2002-10-02 11:57:26 +00:00
bugreport%peshkin.net
438e92b7cd
Bug 172010 voting broken on tip
...
Regression from 43600 and 157756
2xr=bbaetz
2002-10-02 00:46:22 +00:00
gerv%gerv.net
583852ca67
Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; r=burnus.
2002-09-28 21:44:27 +00:00
gerv%gerv.net
b618ed4bea
Bug 170986 - General Summary reports don't work with taint checking. Also fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz.
2002-09-26 23:25:12 +00:00
gerv%gerv.net
152ef72c3d
Bug 170064 - Change error API again to allow vars to be passed in the call. Patch by gerv; r=bbaetz.
2002-09-23 07:12:12 +00:00
bugreport%peshkin.net
1c0ddbd1ae
bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
...
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
gerv%gerv.net
75cbf0f7a9
Bug 166698 - clean up the error system, which was confused and broken. Patch by gerv; r=bbaetz.
2002-09-05 07:28:33 +00:00
bugreport%peshkin.net
f7a2fc8ddc
Bug 121419 - If multiple cookies exist, the least significant is assigned.
...
2xr = bbaetz
Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way
2002-08-31 01:53:12 +00:00
bbaetz%student.usyd.edu.au
06a80377b0
Bug 163829 - move pref code into a separate package
...
r=joel, preed
2002-08-29 09:25:54 +00:00
bbaetz%student.usyd.edu.au
debef61f9d
Bug 161203 - Bug changes with intermediate pages munges fields with
...
multiple values (e.g., CC)
patch by "Randall M! Gee", r=bbaetz, myk
2002-08-27 09:35:22 +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
1ff6a7dc5d
Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz.
2002-08-19 22:34:32 +00:00
gerv%gerv.net
48d6ce2ad3
Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-19 21:17:28 +00:00
bbaetz%student.usyd.edu.au
0f27f72d85
Big 163291 - Move utility funcs into a module
...
r=preed x2
2002-08-19 13:59:45 +00:00
gerv%gerv.net
4c214d26bb
Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch by gerv; r=bbaetz.
2002-08-15 22:57:21 +00:00