Граф коммитов

266 Коммитов

Автор SHA1 Сообщение Дата
bugreport%peshkin.net 682b3cc970 Bug 232861: Prevent references to bugs or comments from being expanded in attachment links
r=timeless,a=justdave
2004-05-12 05:08:28 +00:00
bugreport%peshkin.net 12333c739a Bug 240036: Unlock tables after address error before attempting to process footer
r=timeless, a=justdave
2004-05-12 04:20:10 +00:00
jocuri%softhome.net 6f88937bc3 Patch for bug 240004: limit the password generation subroutine to nice characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave. 2004-04-22 21:15:28 +00:00
kiko%async.com.br f02b607efc Random speling fix. 2004-03-28 22:49:16 +00:00
gerv%gerv.net 542cc6e0fe Bug 233962 - UserInGroup() should not accept a second parameter any longer. Patch by gerv; r=bbaetz, justdave, joel; a=justdave. 2004-03-27 10:45:30 +00:00
kiko%async.com.br ddab364f3c Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.

Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.

Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
2004-03-27 01:28:29 +00:00
jocuri%softhome.net 8390123360 Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
jocuri%softhome.net 15124d4173 Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave. 2004-03-22 06:45:21 +00:00
justdave%syndicomm.com 058b779901 Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open.
Patch by Andreas H��fler <andreas.hoefler@bearingpoint.com>
r= justdave, a= myk
2004-03-18 05:55:41 +00:00
justdave%syndicomm.com a1e18b181e Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave
2004-03-18 03:57:05 +00:00
kiko%async.com.br 2a3031ee6b Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-16 23:53:01 +00:00
jocuri%softhome.net 97ba207010 Patch for bug 123077; improve the ValidatePassword sub so that a password change is no longer accepted with a blank second field; r=kiko, a=justdave. 2004-03-03 05:19:28 +00:00
gerv%gerv.net 4bf8d027ad Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave. 2004-02-13 20:24:51 +00:00
myk%mozilla.org 038c74730a Fix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
r=justdave
2004-01-28 22:08:29 +00:00
kiko%async.com.br e841e0b70d Fix for bug 194290: irc:// links are not highlighted as links. Adds irc
to the list of supported protocols in quoteUrls(). Patch by Emmanuel
Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2004-01-14 18:07:32 +00:00
bbaetz%acm.org 67e8c67eee Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
jocuri%softhome.net e7613d699c Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave. 2003-11-06 21:55:25 +00:00
jocuri%softhome.net 688bceafe7 Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave. 2003-10-30 17:18:16 +00:00
kiko%async.com.br 222884b4aa 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 4199930d03 Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments.
r= timeless, a= justdave
2003-10-26 05:26:41 +00:00
justdave%syndicomm.com 592b5ac1d9 Bug 160422: If data/versioncache is not readable, pretend it's expired and rebuild it. 2003-08-24 06:45:05 +00:00
justdave%syndicomm.com e527630de3 Backing out changes accidently checked in with bug 174942: the "die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for. 2003-08-06 01:46:14 +00:00
jkeiser%netscape.com d5220b4361 Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN. 2003-07-30 20:05:04 +00:00
caillon%returnzero.com e5ad0ebf7e Bug 153583 - Links to obsoleted attachment should use line-through style
r=kiko@async.com.br
a=justdave@netscape.com
2003-07-27 01:16:45 +00:00
justdave%syndicomm.com dac79dae22 Bug 212361: Additional Comments date had month and day swapped in bug change emails
r= jaypee, a= justdave
2003-07-11 16:12:09 +00:00
myk%mozilla.org 553ca4f7a0 Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
bbaetz%acm.org 7177c5af4a Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
bbaetz%acm.org cf4e631923 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
bbaetz%acm.org 02de6f559d Bug 180086 - Rename 'count' column in votes tables
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz,justdave
a=justdave
2003-04-27 07:20:39 +00:00
myk%mozilla.org 773351299c Fix for bug 179510: takes group restrictions into account when sending request notifications
r=bbaetz,jpreed
a=justdave
2003-04-25 05:41:29 +00:00
bbaetz%acm.org 416c802adb Bug 179513, take N. Fix the bracketing so that it actually works...
r=myk, justdave
a=justdave
2003-04-25 00:47:17 +00:00
justdave%syndicomm.com 6477e83612 Bug 197153: Fix for insecure temporary filename handling.
Patch by Brad Baetz <bbaetz@acm.org>
r= justdave, gerv
a= justdave
2003-04-24 21:17:31 +00:00
bbaetz%acm.org ae48684900 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 f02443599f Bug 195695 - Requesting a non-existant format results in an Internal Error
r=gerv, a=myk
2003-03-22 01:17:02 +00:00
bbaetz%acm.org b1eeba438a Bug 194394 - Internal error after turning useqacontact off
r,a=justdave
2003-02-23 07:31:09 +00:00
bbaetz%acm.org 078a01b804 Bug 192393 - $::dbwritesallowed never set
r, a=justdave
2003-02-08 23:26:48 +00:00
bbaetz%acm.org 0342840059 Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
2003-02-07 07:19:15 +00:00
timeless%mozdev.org 4c475b5519 Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi breaks bug entering
patch by jon@vmware.com r=justdave a=justdave
2003-01-23 07:43:06 +00:00
bbaetz%student.usyd.edu.au 5923ebef4a Bug 163290 - move DB handling code into a module
r=justdave, myk, joel, preed
a=justdave
2003-01-14 20:00:11 +00:00
bbaetz%student.usyd.edu.au 0975d52915 Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
2002-12-20 23:35:29 +00:00
bbaetz%student.usyd.edu.au 6c0875eb6a Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave 2002-12-20 07:21:43 +00:00
bbaetz%student.usyd.edu.au 9b08ac22d4 Bug 158499 - Templatise XML bug output
r=gerv, justdave
a=justdave
2002-12-15 09:24:08 +00:00
bugreport%peshkin.net 97a69e9311 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
bbaetz%student.usyd.edu.au 6947c96106 Bug 176461 - Move descs strings from change-columns.html.tmpl to
field-descs.html.tmpl

Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
2002-12-08 00:42:55 +00:00
bbaetz%student.usyd.edu.au 4709340695 Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
r=justdave, joel
a=justdave
2002-11-28 10:49:58 +00:00
jake%bugzilla.org 1110be1d39 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 662414fc8f Bug 180460 request.cgi doesn't filter list of products/components
patch by joel
r=bbaetz
a=justdave
2002-11-25 05:38:09 +00:00
bugreport%peshkin.net 9f713c8ded Bug 147275 Rearchitect product groups
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00
bbaetz%student.usyd.edu.au 1cd5a40879 Bug 181613 - $::ENV not being cleared
r=gerv, a=justdave
2002-11-22 00:36:13 +00:00
bbaetz%student.usyd.edu.au 7396c750bf Bug 124589 - support database replication
r=myk, a=justdave
2002-11-19 07:19:34 +00:00