Commit Graph

5193 Commits

Author SHA1 Message Date
ian%hixie.ch
bea143cbe1 Minor tweak so as to ensure changes to the nick variables are always saved. Shouldn't fix anything anyone was seeing. 2004-03-15 13:24:28 +00:00
ian%hixie.ch
d86870c0c7 =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... 2004-03-15 13:19:23 +00:00
timeless%mozdev.org
cb1daf62f0 Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave
2004-03-15 10:24:12 +00:00
gerv%gerv.net
a0746b676e Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk. 2004-03-14 23:21:01 +00:00
jocuri%softhome.net
4bdf770d66 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. 2004-03-14 08:49:07 +00:00
timeless%mozdev.org
c35d11c9c9 Bug 214457 Updated user page is useless
r=justdave a=justdave
2004-03-14 06:30:35 +00:00
jocuri%softhome.net
690bf4aa94 Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk. 2004-03-12 05:24:06 +00:00
myk%mozilla.org
bc2798bd98 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
2004-03-11 21:13:43 +00:00
gerv%gerv.net
8e7225b8a5 Bug 236575 - update the "newer build" information to cover the new mozilla.org products. Patch by gerv; r,a=justdave. 2004-03-10 08:54:55 +00:00
kestes%walrus.com
208453c9f5 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 .
2004-03-10 03:42:44 +00:00
jocuri%softhome.net
e89058e809 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. 2004-03-08 12:52:25 +00:00
gerv%gerv.net
80f9838a0d Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave. 2004-03-08 08:40:17 +00:00
timeless%mozdev.org
1f55f08bbd Bug 57392 LXR doesn't find files with a space in the name.
r=kiko
2004-03-08 07:54:16 +00:00
gerv%gerv.net
e1a48d9e57 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. 2004-03-08 00:15:49 +00:00
gerv%gerv.net
93df2945c9 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. 2004-03-07 23:27:32 +00:00
gerv%gerv.net
1e5e003141 Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave. 2004-03-07 23:23:59 +00:00
jocuri%softhome.net
5b59158a64 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. 2004-03-07 01:24:12 +00:00
jocuri%softhome.net
f46d6b7a30 Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave. 2004-03-07 00:35:54 +00:00
kiko%async.com.br
460fe2328f Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.
2004-03-06 15:28:44 +00:00
jocuri%softhome.net
9cd77d7b4f Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave. 2004-03-06 13:36:39 +00:00
jocuri%softhome.net
bd3d7d1f4d Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave. 2004-03-06 09:08:46 +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
b940abaf39 Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave. 2004-03-06 09:01:27 +00:00
jocuri%softhome.net
3729a7bc44 Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave. 2004-03-06 08:54:17 +00:00
jocuri%softhome.net
96f9513d50 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. 2004-03-06 08:21:08 +00:00
brendan%mozilla.org
32b12cb1de Updates proposed by Gerv edited by me. 2004-03-05 00:00:07 +00:00
gerv%gerv.net
0362503ba1 Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave. 2004-03-04 23:22:01 +00:00
justdave%syndicomm.com
74745ab09c Bump version number to 2.17.7 for release. 2004-03-03 07:35:43 +00:00
jocuri%softhome.net
fa9ce070ba 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
jocuri%softhome.net
4f76176ec6 Backing out patch for bug 235459 which set tree on fire. 2004-02-29 16:19:05 +00:00
kiko%async.com.br
98859b4e65 Add an XXX comment related to bugs 201235 and 236025. 2004-02-29 15:22:26 +00:00
jocuri%softhome.net
3c781237e4 Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave. 2004-02-29 15:00:35 +00:00
jocuri%softhome.net
71ed4da275 Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:29:38 +00:00
jocuri%softhome.net
98f7ebf493 Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave. 2004-02-29 14:24:06 +00:00
jocuri%softhome.net
8f995b6477 Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:19:27 +00:00
jocuri%softhome.net
4d5e2b6256 Patch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave. 2004-02-27 11:18:45 +00:00
jocuri%softhome.net
a9cb674ba6 Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave. 2004-02-27 11:13:55 +00:00
jocuri%softhome.net
3487daa68c Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave. 2004-02-27 11:10:01 +00:00
jocuri%softhome.net
c36df61c81 Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave. 2004-02-26 00:07:23 +00:00
ian%hixie.ch
6f627ebf15 Don't add NULLs to the database when setting a field 2004-02-25 19:23:17 +00:00
ian%hixie.ch
96cf9be7a7 Fix two misuses of pseudo-field methods (they are not lvalues). 2004-02-25 19:22:31 +00:00
ian%hixie.ch
cb40df4d46 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. 2004-02-25 19:21:36 +00:00
ian%hixie.ch
db78a50c81 Report an internal error when we have a malformed submission. Really we should return an error 400 but that can wait. 2004-02-25 19:19:51 +00:00
ian%hixie.ch
4d51be8c89 Remove indenting of first debug variable. 2004-02-25 19:18:45 +00:00
ian%hixie.ch
cad9e1a0d4 To get around some weirdness sometimes (you never know WHAT state you're in when you're in the middle of an exception handler...), use UNIVERSAL::isa() instead of the isa() method. 2004-02-25 17:50:24 +00:00
ian%hixie.ch
f973ed9b2e Report parser errors when trying to compile the templates. 2004-02-25 17:44:29 +00:00
ian%hixie.ch
6fded81564 Don't try to load the Exporter module. Don't try to load modules without a __DATA__ section. Don't try to evaluate the block if trying to read it failed. 2004-02-25 17:41:30 +00:00
jocuri%softhome.net
62bffd3175 Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251. 2004-02-25 14:06:33 +00:00
jocuri%softhome.net
328fa7431a Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods that are mod_perl compatible; r=gerv; a=justdave. 2004-02-24 12:25:11 +00:00
jocuri%softhome.net
8e7fc5bd4b Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave. 2004-02-24 00:42:46 +00:00