Commit Graph

5187 Commits

Author SHA1 Message Date
kiko%async.com.br
a143619378 Fix for bug 237757: Resolved bugs are no longer struck out on dependency
trees. This was bustage from bug bug 232397 which added CSS classes but
didn't add them consistently to all templates. Includes a global CSS
file that defines the relevant bz_* classes and adds a link to it from
the global header template. r,a=myk.


git-svn-id: svn://10.0.0.236/trunk@154072 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-17 22:50:20 +00:00
kiko%async.com.br
da508a5db5 Bustage fix: adding filters defined in bug 232397. New filters need to
be added to both test 004 *and* test 008.


git-svn-id: svn://10.0.0.236/trunk@154050 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-17 00:13:43 +00:00
kiko%async.com.br
edf09f144f 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.


git-svn-id: svn://10.0.0.236/trunk@154049 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 23:53:01 +00:00
kiko%async.com.br
3f5d6dfe38 Fix the version-detection code with Fredrik Lundh's test suggested at
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net
-- this stops bugzilla-submit complaining about vendor versions of
Python 2.3.


git-svn-id: svn://10.0.0.236/trunk@154046 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 23:12:25 +00:00
kiko%async.com.br
8dbc133234 Fix for bug 236424: Allow showdependencies trees to collapse. Adds
[optional] Javascript-enabled +/- controls that allow branches in the
dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>,
minor cleanups by me, r=myk, kiko, a=justdave.


git-svn-id: svn://10.0.0.236/trunk@154045 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 23:06:03 +00:00
jocuri%softhome.net
788f82ecbd Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk.
git-svn-id: svn://10.0.0.236/trunk@154036 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 21:23:00 +00:00
jocuri%softhome.net
25a73b0cda Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@154035 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 21:18:41 +00:00
jocuri%softhome.net
25e5090b18 Patch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.
git-svn-id: svn://10.0.0.236/trunk@154034 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-16 21:09:47 +00:00
ian%hixie.ch
9e4e819c84 Minor tweak so as to ensure changes to the nick variables are always saved. Shouldn't fix anything anyone was seeing.
git-svn-id: svn://10.0.0.236/trunk@153980 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-15 13:24:28 +00:00
ian%hixie.ch
9ac65a0869 =This is quite a serious bug. Turns out that modules (of course) run in the scope of the method in which they were loaded... which means they can access variables such as 'nick' that are defined using my in the global scope. Ouch. Anyway, this fixes the problem with bots randomly losing their nick while using Karma. I would have caught it earlier, but I don't use Karma myself, so...
git-svn-id: svn://10.0.0.236/trunk@153979 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-15 13:19:23 +00:00
timeless%mozdev.org
03ef86272c Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave


git-svn-id: svn://10.0.0.236/trunk@153978 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-15 10:24:12 +00:00
gerv%gerv.net
154665e994 Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk.
git-svn-id: svn://10.0.0.236/trunk@153965 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-14 23:21:01 +00:00
jocuri%softhome.net
d40150b8cd Patch for bug 236664: make checksetup.pl print good install instructions for Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153958 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-14 08:49:07 +00:00
timeless%mozdev.org
fd44078c52 Bug 214457 Updated user page is useless
r=justdave a=justdave


git-svn-id: svn://10.0.0.236/trunk@153957 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-14 06:30:35 +00:00
jocuri%softhome.net
60b21a26f8 Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.
git-svn-id: svn://10.0.0.236/trunk@153899 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-12 05:24:06 +00:00
myk%mozilla.org
1217e24118 Fix for bug 236322: trivial inaccuracy in description of "find a specific bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does).
r=justdave
a=justdave


git-svn-id: svn://10.0.0.236/trunk@153877 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-11 21:13:43 +00:00
gerv%gerv.net
29bd547b6d Bug 236575 - update the "newer build" information to cover the new mozilla.org products. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153835 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-10 08:54:55 +00:00
kestes%walrus.com
ea313db392 fixed a bug where the comments were correct but the code was wrong!
the code needed to call p4 something like this
            'p4 changes -s submitted @2003/05/10,@now //...'
but instead called it like this
           'p4 changes -s @2003/05/10,@now //...'
the '-s' did not have any
argument which is required.  This bug was found by  Ken Beal .


git-svn-id: svn://10.0.0.236/trunk@153810 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-10 03:42:44 +00:00
jocuri%softhome.net
3c0856edb2 Patch for bug 143490: eliminate unsupported calls from checksetup.pl when running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153685 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-08 12:52:25 +00:00
gerv%gerv.net
b2aae61cda Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153673 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-08 08:40:17 +00:00
timeless%mozdev.org
57e2417ba6 Bug 57392 LXR doesn't find files with a space in the name.
r=kiko


git-svn-id: svn://10.0.0.236/trunk@153670 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-08 07:54:16 +00:00
gerv%gerv.net
10629a0d0b Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153662 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-08 00:15:49 +00:00
gerv%gerv.net
fe3fc6a705 Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153660 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-07 23:27:32 +00:00
gerv%gerv.net
cd303764c5 Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153659 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-07 23:23:59 +00:00
jocuri%softhome.net
c3458758e1 Patch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153643 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-07 01:24:12 +00:00
jocuri%softhome.net
65989a2fe9 Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153641 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-07 00:35:54 +00:00
kiko%async.com.br
346d2e21d2 Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.


git-svn-id: svn://10.0.0.236/trunk@153624 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 15:28:44 +00:00
jocuri%softhome.net
eb1fc1ea3b Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153618 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 13:37:42 +00:00
jocuri%softhome.net
6c6b567044 Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153617 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 09:08:46 +00:00
jocuri%softhome.net
6d77a5b9f2 Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153615 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 09:04:33 +00:00
jocuri%softhome.net
0a7d69eb4d Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153614 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 09:01:27 +00:00
jocuri%softhome.net
5d449678eb Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153613 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 08:54:17 +00:00
jocuri%softhome.net
0c30e1b974 Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153611 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 08:21:08 +00:00
brendan%mozilla.org
4046d2d865 Updates proposed by Gerv edited by me.
git-svn-id: svn://10.0.0.236/trunk@153548 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-05 00:00:07 +00:00
gerv%gerv.net
3a98aadac0 Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153545 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-04 23:22:01 +00:00
justdave%syndicomm.com
8ecc0d462b Bump version number to 2.17.7 for release.
git-svn-id: svn://10.0.0.236/trunk@153463 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-03 07:35:43 +00:00
jocuri%softhome.net
5aa4ae55e9 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.
git-svn-id: svn://10.0.0.236/trunk@153457 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-03 05:20:43 +00:00
jocuri%softhome.net
70e0fafe6c Backing out patch for bug 235459 which set tree on fire.
git-svn-id: svn://10.0.0.236/trunk@153380 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 16:19:05 +00:00
kiko%async.com.br
02bc6ed597 Add an XXX comment related to bugs 201235 and 236025.
git-svn-id: svn://10.0.0.236/trunk@153378 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 15:22:26 +00:00
jocuri%softhome.net
257e0b9d82 Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153377 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 15:00:35 +00:00
jocuri%softhome.net
61c3f9e481 Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153376 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 14:29:38 +00:00
jocuri%softhome.net
90d8fc94e3 Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153375 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 14:24:06 +00:00
jocuri%softhome.net
f328dad7fe Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153374 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-29 14:19:27 +00:00
jocuri%softhome.net
044aaa8b9b Patch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153328 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-27 11:18:45 +00:00
jocuri%softhome.net
e3f0f65fb5 Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153327 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-27 11:13:55 +00:00
jocuri%softhome.net
adb6b4b894 Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153326 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-27 11:10:01 +00:00
jocuri%softhome.net
4b4efab366 Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153253 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-26 00:07:23 +00:00
ian%hixie.ch
20b2bde161 Don't add NULLs to the database when setting a field
git-svn-id: svn://10.0.0.236/trunk@153230 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-25 19:23:17 +00:00
ian%hixie.ch
3777dbf383 Fix two misuses of pseudo-field methods (they are not lvalues).
git-svn-id: svn://10.0.0.236/trunk@153229 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-25 19:22:31 +00:00
ian%hixie.ch
4534b58984 don't clear BLKSTACK between templates. this shouldn't cause any problems assuming every template leave()s the context correctly. We need it because we currently treat each inclusion as effectively a totally new template, but we want to do that without losing [%BLOCK%]s.
git-svn-id: svn://10.0.0.236/trunk@153228 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-25 19:21:36 +00:00