Commit Graph

3142 Commits

Author SHA1 Message Date
ian%hixie.ch
022fbeb04b Bumping version number to 2.5. 2002-04-01 07:46:34 +00:00
ian%hixie.ch
5c4df623d9 Infobot is a little eager. 'aaa is bbb' was being handled as 'is bbb' because 'aaa' matched the 'ah' regexp. Oops. r=justdave. 2002-04-01 06:19:26 +00:00
ian%hixie.ch
223b5637b0 Bumping version number to 2.4. 2002-04-01 05:17:41 +00:00
ian%hixie.ch
8199dba14c Kooking Module for those times when someone is annoying you. Original code by Keunwoo Lee, ported by Pike. b=128010, r=zach. 2002-04-01 05:10:01 +00:00
ian%hixie.ch
ad6c1d590e XML Logging Module. b=16226, r=kerz. 2002-04-01 05:08:37 +00:00
ian%hixie.ch
f80bef3886 Generic Conversion module. b=72933, r=zach. 2002-04-01 05:07:36 +00:00
ian%hixie.ch
90b08ac487 Change the // forms to m// forms. Comment some of the regexps. Allow multiple bugs to be caught on one line. b=76910, r=kerz. 2002-04-01 05:03:03 +00:00
ian%hixie.ch
672a8db99a Changes Tinderbox to use either say or notify, configurable via the 'useNotice' variable. b=72960, r=timeless 2002-04-01 04:46:24 +00:00
ian%hixie.ch
c455d29a91 Implements a magic eight-ball module. 2002-04-01 04:39:21 +00:00
ian%hixie.ch
71a6be2fe7 Use the new getHelpLine and getModules APIs instead of accessing \@modulenames and $helpline directly. This also makes the CTCP VERSION reply be sorted. b=130532, r=imajes 2002-04-01 04:32:42 +00:00
justdave%syndicomm.com
12ca08ec40 Fix for bug 23067: Allow the user to change their email address through the preferences. Sends out tokens in email to both
addresses which have to be confirmed by the new address, and can be cancelled by the old one.  Entering your password on the
preferences page is required to initiate the process.
Patch by John Vandenberg <zeroJ@null.net>
r= myk, justdave
2002-04-01 03:49:06 +00:00
ian%hixie.ch
57e468fbbe Makes mozbot only mark joins as joined on a successful attempt. b=112049, r=kerz.
Implements getHelpLine and getModules API functions and updates documentation to match. b=130532, r=imajes.

Adds a notice() method to the mozbot API. Updates the documentation to reflect this. (Also updates the version and corrects a typo in the docs.) b=72960, r=timeless.

Fixes the problem whereby if a module doesn't load, it's not removed from the @modulenames list, which causes problems for modules that walk the @modulenames list to get each module in turn. b=133148, r=kerz.

The Log event for the Told event doesn't have the prefix text that made the event a Told event in the first place. This adds a field 'fulldata' to the event hash which will let loggers log the whole thing. Also updates documentation. b=133509, r=kerz.

Log events were not generated for events generated by the bot. This removes redundant checks to prevent that from happening (redundant since the server never sent us the messages in the first place) and then adds code to synthesise the relevant Log events. Updates the documentation to match. b=16226, r=kerz.

The Initialise handler was needlessly within the scope of an undef'd $/. This scopes the cause of this problem. b=131483, p=Robin Berjon, r=kerz, a=hixie.

Makes ctcpSend() send messages to the target, not the originator. This makes it work like say(). b=133140, r=caillion.

Adds a way to make the auth command not give confirmation feedback (quiet auth). b=134342, r=caillon.
2002-04-01 03:46:06 +00:00
bbaetz%student.usyd.edu.au
50e518e455 Bug 134465 - Don't die() if the admin email address doesn't match the
regexp.
r=justdave x2
2002-04-01 03:00:12 +00:00
bbaetz%student.usyd.edu.au
d00552471a Better fix for bug 132929, buglist.cgi "long format" button doesn't work.
r=myk x2
2002-04-01 02:47:52 +00:00
ian%hixie.ch
10fa03034c Entries for empty lists were ignored when rewriting the configuration file. b=133179, r=timeless 2002-04-01 01:59:24 +00:00
justdave%syndicomm.com
2ec6aa58df Fix for bug 133425: adding missing FILTERs in the template
Patch by Andreas Franke
r = Gerv x2
2002-04-01 00:04:14 +00:00
ian%hixie.ch
3d7f568679 The 'seen' command should accept punctuation at the end, not consider it part of the nick to look for. b=133046, r=caillon. Some more friendliness. b=131323, r=caillon. 2002-03-31 23:53:11 +00:00
ian%hixie.ch
87223bdec0 Adds various different friendly prefixes to Infobot responses. b=131320, r=caillon. Makes mozbot ignore prefixes like peterv: at the start of auto-learnt factoids. b=132264, r=caillon. 2002-03-31 23:19:36 +00:00
justdave%syndicomm.com
50f9d20669 Fix for bug 92263: Don't output SQL commands before the footer when syncshadowdb fails (only affects Bugzillas that are running shadow databases)
r= bbaetz, gerv
2002-03-31 22:56:41 +00:00
bbaetz%student.usyd.edu.au
8707927c94 Bug 120537 - Allow the use of a local 'dot' binary to generate dependancy
graphs
patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
2002-03-31 04:19:07 +00:00
bbaetz%student.usyd.edu.au
0b69d10ad1 Bug 133210 - typo in checksetup; uses $::params instead of $::param
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, zach
2002-03-31 02:39:11 +00:00
bbaetz%student.usyd.edu.au
777509cfd3 Bug 133862 - bugzilla index page doesn't focus text field
r=gerv x2
2002-03-30 23:46:29 +00:00
myk%mozilla.org
85f2ab4e06 first check-in of Doctor, a webtool for editing documents in a CVS repository 2002-03-29 01:13:55 +00:00
gerv%gerv.net
e4bc59e823 Bug 104589 - prevent user closing window from terminating Bugzilla scripts. Patch by Gerv <gerv@mozilla.org>, r=justdave, myk 2002-03-28 07:57:05 +00:00
jake%acutex.net
dd2978ec24 Bug 122663 - Eliminate some undefined value warnings in cvsview2.cgi and cvsqueryform.cgi
Patch by Jody McIntyre <jodym@oeone.com>
r=jake
2002-03-27 14:52:04 +00:00
jake%acutex.net
12772f5c9b Bug 99384 - The username wasn't being run through url_quote() resulting in invalid URLs being generated.
r=caillon
2002-03-27 14:40:45 +00:00
gerv%gerv.net
b4ecba7223 Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, r=justdave, bbaetz. 2002-03-27 08:13:35 +00:00
bbaetz%student.usyd.edu.au
790ea573f3 Bug 133200 - mass change removes dependancies. r=afranke, justdave
Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch
by zeroJ@null.net (John Vandenberg), r=bbaetz x2
Bug 133207 - mass confirming bugs fails. r=afranke x2
2002-03-26 13:15:16 +00:00
justdave%syndicomm.com
88a87bc364 Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product.
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2
2002-03-26 02:53:39 +00:00
gerv%gerv.net
7985ed0cd1 Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv. 2002-03-25 23:22:28 +00:00
gerv%gerv.net
a50cb94d51 Fixes to small issues with show_bug.cgi templatisation.
Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv.
Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv.
Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
2002-03-25 23:03:55 +00:00
bbaetz%student.usyd.edu.au
b38d4663fa Bug 133201 - js syntax error in show_bug
patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
2002-03-25 06:17:36 +00:00
ian%hixie.ch
14c7acad0f Minor typo in help text, ++ should be --. b=132195, p=mental, r=hixie 2002-03-24 16:54:07 +00:00
bbaetz%student.usyd.edu.au
158ab8ddc9 Bug 128419 - link to email preferences from bug changed notification is
wrong
r=afranke x 2
2002-03-24 12:45:33 +00:00
ian%hixie.ch
7046232b82 2.3 development has begun 2002-03-24 02:28:42 +00:00
ian%hixie.ch
c878e09837 Correctly quote regular expressions when hostmasks are used. b=133023, p=jake, r=hixie 2002-03-23 23:18:16 +00:00
gerv%gerv.net
d391f38ecb Bug 110012 - show_bug templatisation. r=bbaetz, afranke. 2002-03-23 17:58:41 +00:00
gerv%gerv.net
301aa625f1 Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv. 2002-03-23 13:47:31 +00:00
bbaetz%student.usyd.edu.au
02bede6f47 Bug 131659 - need to fixPerms the css directory
r=mattyt, justdave
2002-03-23 12:29:55 +00:00
bbaetz%student.usyd.edu.au
28a2172401 Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warnings
from perl 5.6.1's Cwd.pm on every system() call.
r=mattyt, justdave
2002-03-23 03:51:05 +00:00
bbaetz%student.usyd.edu.au
6a7df76ea9 Bug 132929 - buglist.cgi 'long format' button doesn't work
r=justdave x2
2002-03-23 01:54:54 +00:00
mcafee%netscape.com
ef0627462c other options for multiquery links 2002-03-22 09:25:08 +00:00
mcafee%netscape.com
d14c7f830b Adding options to multiquery page. 2002-03-22 07:59:30 +00:00
mcafee%netscape.com
2cad23bd5b update 2002-03-21 23:28:27 +00:00
mcafee%netscape.com
527a2a4a17 adding sleestack 2002-03-21 23:10:33 +00:00
mcafee%netscape.com
d1ae0d2540 hardcoding ips to get around firewall problem. 2002-03-21 22:46:04 +00:00
mcafee%netscape.com
5aa09b0178 adding luna 2002-03-20 10:09:19 +00:00
mcafee%netscape.com
c1a386827f turning off bezier graphing of moving average (131098) 2002-03-20 02:54:51 +00:00
kestes%walrus.com
c0f82ecc2c add information about how we might implement Tinderbox style trees. 2002-03-19 19:04:16 +00:00
kestes%walrus.com
916332ed5e some of my own personal debug code got checked in by accident, remove it.
It will cause problems for others.

Add a 1; at the bottom of the file.
2002-03-19 18:47:48 +00:00