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

3235 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch 7325ff43cc 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 1e5a5f252d Implements a magic eight-ball module. 2002-04-01 04:39:21 +00:00
ian%hixie.ch 2adebbfa76 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 0c15f124e8 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 9f5c032a8a 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 24a50f231f 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 9117d315e3 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 12695e498b 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 f17bd182de 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 d938dcb7d8 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 7be271e2e1 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 e1a86fb704 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 3c3aca8af6 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 f95a721f8f 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 061ca71392 Bug 133862 - bugzilla index page doesn't focus text field
r=gerv x2
2002-03-30 23:46:29 +00:00
myk%mozilla.org f04460af39 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 8bef49ebbf 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 12bf361d91 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 3a45ffaafa 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 67e79f73b5 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 c4fa26f93a 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 e50ebe21a3 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 de5b9d570f Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv. 2002-03-25 23:22:28 +00:00
gerv%gerv.net 1e6cd4614b 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 af5c35ee65 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 99eaab6597 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 50ca6aa3c5 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 921721ff3f 2.3 development has begun 2002-03-24 02:28:42 +00:00
ian%hixie.ch b14aa4548e 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 0596fc1fe2 Bug 110012 - show_bug templatisation. r=bbaetz, afranke. 2002-03-23 17:58:41 +00:00
gerv%gerv.net 6cbebb16cd 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 1e8c92fe00 Bug 131659 - need to fixPerms the css directory
r=mattyt, justdave
2002-03-23 12:29:55 +00:00
bbaetz%student.usyd.edu.au 6b931ab48f 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 84ceb24d7e Bug 132929 - buglist.cgi 'long format' button doesn't work
r=justdave x2
2002-03-23 01:54:54 +00:00
mcafee%netscape.com 1eaf689e33 other options for multiquery links 2002-03-22 09:25:08 +00:00
mcafee%netscape.com 018bf91178 Adding options to multiquery page. 2002-03-22 07:59:30 +00:00
mcafee%netscape.com f90b22c2af update 2002-03-21 23:28:27 +00:00
mcafee%netscape.com fa8d1c231c adding sleestack 2002-03-21 23:10:33 +00:00
mcafee%netscape.com 622139c750 hardcoding ips to get around firewall problem. 2002-03-21 22:46:04 +00:00
mcafee%netscape.com e51e845f29 adding luna 2002-03-20 10:09:19 +00:00
mcafee%netscape.com e85a9effa5 turning off bezier graphing of moving average (131098) 2002-03-20 02:54:51 +00:00
kestes%walrus.com 96b3e72f91 add information about how we might implement Tinderbox style trees. 2002-03-19 19:04:16 +00:00
kestes%walrus.com 4b3d2499a7 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
kestes%walrus.com 5caf22295b numerous fixes to the way in which the Perforce data is displayed in table form.
This is now a usable module.
I need to remove some debugging code, I just remembered.
I also need to  figure out how to create something like CVS branches and
modules so that a large project can be partioned up and different groups can
watch different tinderbox pages to get the information they need.
2002-03-19 18:45:25 +00:00
justdave%syndicomm.com 17bbcd7ca0 Getting the stuff Timeless missed with his checkin for bug 106386 2002-03-19 05:42:43 +00:00
timeless%mac.com fc883176bf Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
bbaetz%student.usyd.edu.au 83384d3170 Bug 118953 - incorrect message from checksetup.pl
patch by bugzilla@ali.as r=bbaetz, justdave
2002-03-18 06:06:30 +00:00
bbaetz%student.usyd.edu.au 3495d47bda Bug 92905 - perl error when editing user and no groups defined
r=justdave x 2
2002-03-17 22:07:29 +00:00
justdave%syndicomm.com d0ac624383 Bug 131568: template/default/global/header validates HTML 4.01 Transitional
Patch by ville.skytta@iki.fi (Ville Skytt��)
r= justdave x2
2002-03-17 17:17:22 +00:00
gerv%gerv.net ca8e72b693 Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv. 2002-03-16 16:54:26 +00:00
bbaetz%student.usyd.edu.au f0068ce815 Bug 129466 - use IP addr (not hostname) in logincookies table
r=gerv, justdave
2002-03-16 06:03:09 +00:00
gerv%gerv.net 8ef1eb4e84 Bug 126789 - templatise token.cgi. r=bbaetz, mattyt. 2002-03-15 23:23:12 +00:00
myk%mozilla.org e406ab707c Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:15:41 +00:00
myk%mozilla.org 2459cdf714 Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:05:35 +00:00
myk%mozilla.org 9154a53fe3 Fix for bug 103778: Rewrites and templatizes buglist.cgi.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-12 13:55:07 +00:00
bbaetz%student.usyd.edu.au d1aaf3b689 Bug 130254 - Template params don't have to exist, since they may be
subject to interpolation. Ignore names with $ in them as a workaround
r=myk x 2
2002-03-12 13:33:55 +00:00
myk%mozilla.org 391c90292b Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-11 07:33:03 +00:00
ian%hixie.ch 4ca8c99245 More fallout from the General.bm split. Change the IRC name to r=imajes. 2002-03-08 19:40:27 +00:00
ian%hixie.ch 856160de8e Hack workaround to make the General module autojoin all channels the first time the bot is run. This will be removed and fixed correctly for 2.4, see bug 112049. 2002-03-08 19:15:55 +00:00
ian%hixie.ch c0b727f88f Fix typo in the previous checkin that was making virgin installations not load the General module. 2002-03-08 18:39:39 +00:00
ian%hixie.ch 23f3aaf4dc Updating various version strings to 2.2. 2002-03-08 15:43:31 +00:00
ian%hixie.ch 05de38c44f Split out the General module into its own file. This removes any version number dependence in mozbot.pl, which means that future updates will not automatically require mozbots to be restarted. b=124662, r=imajes 2002-03-08 15:39:47 +00:00
ian%hixie.ch 58cf26a902 Spelling module. Checks your spelling on the fly. b=126612, r=imajes, code originally by mental. 2002-03-08 15:15:24 +00:00
bbaetz%student.usyd.edu.au 44dedcd46f Bug 129017 - perl error in apache log
r=gerv, justdave
2002-03-06 11:16:54 +00:00
myk%mozilla.org b70050e92c Fix for bug 129016: Corrects conditional operator.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz x 2
2002-03-05 10:51:38 +00:00
myk%mozilla.org 75865438fd Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.
Patch by Myk Melez <myk@mozilla.org>
r=gerv x 2
2002-03-04 23:38:55 +00:00
ian%hixie.ch ef87dd62b4 Quizbot module. b=124621, r=imajes 2002-03-04 21:44:54 +00:00
ian%hixie.ch 7cfa7ab1ad Mozbot spams channels when it notices that tinderbox is down. This makes it shut up when it notices lots of changes. b=126063, r=imajes 2002-03-04 21:16:48 +00:00
bbaetz%student.usyd.edu.au d862bf1a65 Fix typo in checkin for bug 107743. 2002-03-04 12:54:36 +00:00
bbaetz%student.usyd.edu.au baadd21b72 Bug 106377 - processmail rescanall should use lastdiffed
r=justdave, ddkilzer@theracingworld.com
2002-03-03 22:06:20 +00:00
bbaetz%student.usyd.edu.au c295ce16e1 Backing out a bit I didn't mean to check in as part of bug 119657. Oops. 2002-03-02 02:44:51 +00:00
zach%zachlipton.com ce167d4ecd Fix for bug 127524: checksetup.pl fails with XML::Parser error
Patch by Zach Lipton (zach@zachlipton.com) and by Tobias Burnus
(burnus@gmx.de). r=justdave, r2=zach
2002-03-01 22:40:48 +00:00
myk%mozilla.org ea32080b31 Fix for bug 99209: Display links on dependency tree page for modifying dependent bugs.
Patch by Myk Melez <myk@mozilla.org>.
r=kiko,bbaetz
2002-03-01 14:03:55 +00:00
myk%mozilla.org af2f627416 Fix for bug 128437: correctly display default values for new preferences on the "email preferences" tab.
Fix by Myk Melez <myk@mozilla.org>.
r=jake,justdave
2002-03-01 13:59:59 +00:00
myk%mozilla.org 5e161d1e2b Fix for bug 128422: Fixes serious tree horkage where everyone gets email on all changes regardless of email preferences.
Fix by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug.
2002-03-01 13:20:07 +00:00
justdave%syndicomm.com 3959334325 Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= bbaetz, gerv
2002-03-01 06:46:51 +00:00
bbaetz%student.usyd.edu.au b2f0e1ee4b Bug 127318 - push UserInGroup to templates
r=jake x 2
2002-03-01 06:01:12 +00:00
bbaetz%student.usyd.edu.au 3851b84398 Bug 119657 - template error checking
r=gerv, justdave
2002-03-01 05:57:43 +00:00
bbaetz%student.usyd.edu.au 903198df70 Bug 107743 - post_bug.cgi doesn't properly validate parameters
r=gerv, justdave
2002-03-01 05:39:25 +00:00
matty%chariot.net.au afab0310b4 Bug 117060 broke the tree, fixing the breakage. 2002-02-28 06:47:16 +00:00
gerv%gerv.net d0f84d605b Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and a properly-tabulated email prefs section. 2002-02-28 00:14:01 +00:00
bbaetz%student.usyd.edu.au 3e4f26b401 Bug 127519 - error after change columns
r=afranke, dkl
2002-02-28 00:13:00 +00:00
gerv%gerv.net 3d9df3d993 Bug 126788 - templatise xml.cgi. 2002-02-27 08:01:50 +00:00
ian%hixie.ch 29e360e3cc The 'foo bugs' command should not be handled as a command, since it clashes with the 'help' command. Change it to a Baffled handler. b=115638, r=imajes 2002-02-26 22:54:02 +00:00
ian%hixie.ch d11e131d06 Empty lists are not saved. b=124661, r=imajes 2002-02-26 22:48:35 +00:00
jake%acutex.net ebb0d42c54 Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the bonsaitools perl path changed in order to run from another perl location. 2002-02-26 16:23:59 +00:00
bbaetz%student.usyd.edu.au ecc799cad3 Bug 97729 - uploaders need to be able to obsolete their own attachments
r=jake, justdave
2002-02-26 06:13:35 +00:00
kestes%walrus.com 5412eb48fa update 2002-02-25 19:35:54 +00:00
kestes%walrus.com c8a801740a store a count of the number of build errors, this is now displayed with the build.
Patch submitted by: Adam Di Carlo <adam@onshore-devel.com>
2002-02-25 19:34:41 +00:00
kestes%walrus.com e572750a6b java script fixes, Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:32:42 +00:00
kestes%walrus.com 3b3cbbbede add new summary type: jspanel Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:31:23 +00:00
kestes%walrus.com fe62a00ea9 fix typo. Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:30:14 +00:00
kestes%walrus.com 9f0e2d7e08 report the number of errors for this build. Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:29:25 +00:00
ian%hixie.ch 7a3ab94770 Make channelOpMasks be able to op via nickname by implementing normal hostmask syntax. b=73433, r=Jake. Add slightly more friendly syntax to ask to be opped. b=72961, r=kerz. 2002-02-25 16:48:28 +00:00
ian%hixie.ch e19f38e577 Implement Infobot functionality as a bot module. b=123692, r=timeless 2002-02-25 15:49:23 +00:00
gerv%gerv.net 15d2272aa8 Bug 127507 - one too many blank lines in each comment. 2002-02-24 09:28:21 +00:00
gerv%gerv.net c3fad1f996 Bug 126791 - templatise relogin.cgi 2002-02-24 08:54:14 +00:00
gerv%gerv.net 35e3d80829 Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known issues. 2002-02-24 08:25:00 +00:00
bbaetz%student.usyd.edu.au e6e3386eeb bug 97496 - release notes update. Mention deprecated features. 2002-02-24 05:00:19 +00:00
kestes%walrus.com f9e3ccea72 better checking of input parameters.
Add option "index-only".
document major functions.
2002-02-22 21:41:37 +00:00
mcafee%netscape.com 1f31489544 more edit room for sheriff, status 2002-02-21 07:02:09 +00:00
mcafee%netscape.com 0598b7ea75 Move <br> tag hack from status.pl into showbuilds.cgi to unclutter the status text area. 2002-02-21 06:57:16 +00:00
jake%acutex.net 3affdee5d9 Bug 126029 - HTML in checkin comments wasn't being escaped properly for use in the pop-ups.
r=caillon
2002-02-20 21:17:04 +00:00
gerv%gerv.net 5b0870ca36 Bug 117515 - describekeywords.cgi templatisation. 2002-02-19 23:32:07 +00:00
gerv%gerv.net 5b5323bab6 Bug 115369 - templatise long_list.cgi. 2002-02-19 23:22:24 +00:00
ian%hixie.ch e6e4b9dafd Improve help info. Change the command syntax to not clash with the Infobot module. Made the -- and ++ commands slightly more discriminating. Fixed an error in an error message (how long till ' loses its special meaning... grr...). Made people drop off the list when they hit zero. Made the individual karma report give the position of the person in the list. Fixed a logic errer in the private stats code. b=123713, r=kerz 2002-02-19 22:34:49 +00:00
jake%acutex.net 9fc6e1f816 Bug 126487 - Edit attachment as comment was causing an immediate submit instead of letting you edit it in newer Mozilla builds.
r= bbaetz x2
2002-02-19 22:01:33 +00:00
ian%hixie.ch ccd116cdcf Stop private messages to the bot from being logged. b=123956, r=kerz. Rename the default command from uris to links. b=72957, r=kerz. 2002-02-19 21:42:04 +00:00
ian%hixie.ch c2247e2a24 Minor changes to what commands are accepted to make it friendlier. b=72961, r=kerz 2002-02-19 21:37:20 +00:00
ian%hixie.ch 5df116808d Add the custom library files to the list of files to check for changes. This will make upgrading mozbot easier. r=kerz 2002-02-19 21:33:23 +00:00
jake%acutex.net a98a65dcb9 Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
Patch by Jeff Lawson <jlawson@bovine.net>
r= jake, justdave
2002-02-19 20:50:18 +00:00
ian%hixie.ch 07d6fb71a8 Correct minor typo ('retieve' to 'retrieve'). r=ispell 2002-02-19 15:04:55 +00:00
justdave%syndicomm.com fea3c79db3 Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
needs the -t and -i as separate parameters instead of stacked (the original patch had -ti)
Patch by Tobias Burnus <burnus@gmx.de>
r= justdave, gerv
2002-02-17 08:22:31 +00:00
matty%chariot.net.au 995ed2c130 Bug 97496: Release notes cleanup (checkin without review OK for prerelease notes). Add 2.14.1 issues from branch. Make outstanding issues more obvious. Add dependency requirements section. Still need to add most of the actual 2.16 notes. 2002-02-17 04:25:51 +00:00
ian%hixie.ch 879a1672f9 Renaming INSTALL.UNIX to INSTALL.UNIX.CHROOT-JAIL. b=125872, r=imajes 2002-02-16 12:47:01 +00:00
justdave%syndicomm.com 59b381ebd0 Fixing typo in previous checkin. 2002-02-16 03:04:36 +00:00
justdave%syndicomm.com 42d4547a80 Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation routine so that it doesn't imply that
using a password is bad.
Patch by James Cox <james@awpimajes.com>
r= justdave x 2
2002-02-16 02:59:25 +00:00
ian%hixie.ch b434151a98 Implement wwwtitle and correct a logic error in the comment and message text of wwwdoctype. r=zach, b=72953 2002-02-16 01:25:40 +00:00
zach%zachlipton.com 723090506d Fixing tinderbox bustage. Maybe I need to get more sleep before I commit. 2002-02-14 04:37:30 +00:00
zach%zachlipton.com a4c069e3dc Was missing an indent from my last fix, fixing it. No r= needed 2002-02-14 04:34:56 +00:00
zach%zachlipton.com c21942131d Fix for bug 97290: checksetup.pl should report about errors in localconfig
r=kiko x2
2002-02-14 04:27:50 +00:00
bbaetz%student.usyd.edu.au 48eb3def63 Bug 110013 - templatize describecomponents.cgi
r=gerv, afranke
2002-02-14 01:25:25 +00:00
jake%acutex.net 6e0a9e71c7 Update the test to use the same basic format as the handling code from globals.pl 2002-02-13 19:24:05 +00:00
justdave%syndicomm.com 5463296c99 Backing out checkin for bug 115369, it's busted on Perl 5.00503. 2002-02-13 17:25:02 +00:00
justdave%syndicomm.com b56e14b06d Fixing tinderbox bustage from previous checkin.
Name "main::legal_keywords" used only once
2002-02-13 15:49:06 +00:00
justdave%syndicomm.com b1accafd47 Fix for bug 115369: Templatization of long_list.cgi
Patch by Gervase Markham <gerv@mozilla.org>
r= bbaetz, dkl
2002-02-13 15:34:36 +00:00
justdave%syndicomm.com e03dce8c10 Adding jb2bz.py to contrib (bug 124869).
Conversion script to import bugs from Jitterbug into Bugzilla contributed by Tom Emerson <tree@basistech.com>
2002-02-13 14:59:30 +00:00
jake%acutex.net 10d703e99f Bug 121105 - type="application/x-javascript" confuses IE, so we should use the new $::script_type variable added in bug 123339.
r= kiko
2002-02-13 14:19:07 +00:00
ian%hixie.ch 49c347307d Adding Stocks contributor. 2002-02-13 13:48:19 +00:00
bbaetz%student.usyd.edu.au efc07ce77f Bug 99024 - add .cvsignore for template/.htaccess
r=justdave x2
2002-02-13 03:15:10 +00:00
bbaetz%student.usyd.edu.au ee153ff481 Bug 97471 - The assignee and qa contact should always be able to see their
bugs
r=justdave, afranke
2002-02-13 03:05:15 +00:00
bbaetz%student.usyd.edu.au bebcb1671a Bug 100094 - use generic template handling code
r=mattyt, afranke
2002-02-13 02:27:24 +00:00
ian%hixie.ch 56677c92a7 Fixing regression introduced by the CTCP patch: long lines no longer get wrapped. Also includes minor cleanup. r=kerz 2002-02-13 02:20:01 +00:00
justdave%syndicomm.com ff2c7ab9ad Fix for bug 99024: checksetup was not giving proper permissions to the contents of the template directory. This patch also
adds an .htaccess file that blocks access to the template folder by the web server.
Patch by Dave Miller <justdave@syndicomm.com>
r= zach x 2
2002-02-13 01:35:28 +00:00
ian%hixie.ch 894082b958 Added support for running mozbot on multi-homed boxes (requires Net::IRC 0.71). b=93186 r=kiko 2002-02-13 00:49:37 +00:00
ian%hixie.ch 96db184462 Inital implementation of Stock Quote module. Code/Review by both zach and Hixie. b=70874 2002-02-13 00:42:57 +00:00
gerv%gerv.net 2954ee4de6 Moving JS to beginning of file to avoid IE warnings. 2002-02-12 22:55:25 +00:00
jake%acutex.net d1ef386ba3 Fix for bug 123339 - More enhancements for the cvsgraph.cgi module (give it popups very similar to cvsblame.cgi).
r= kiko
2002-02-12 21:34:04 +00:00
timeless%mac.com 7f92f3ca04 Bug 124970 Who indents oddly because we aren't using LDAP
r=mcafee
2002-02-12 21:30:25 +00:00
ian%hixie.ch 4101425ffd Remove brackets around grep(). b=111831 r=timeless 2002-02-12 15:03:11 +00:00
ian%hixie.ch ce7d400ba4 * Implement !seen command
* Implement a few new greeting types (e.g. wb)
b=72943 r=timeless

* Implement CTCP Ping and Source responses
b=72956 r=timeless

* Remove brackets around grep() in Greeting.bm
b=111831 r=timeless
2002-02-12 14:59:29 +00:00
ian%hixie.ch e424b062c2 * Implement CTCP Ping, Version and Source as BotModule Event
* Added ctcpSend(), ctcpReply() APIs
* Implemented CTCP Version in the general module
* Updated devel docs
b=117625 r=Jake

* Remove brackets around grep() in mozbot.pl
b=111831 r=Jake
2002-02-12 14:51:59 +00:00
kestes%walrus.com 816c7339d7 parsing of arguments was buggy. I did not get the arguments into the script. 2002-02-11 23:08:44 +00:00
bbaetz%student.usyd.edu.au 8c0eb490f3 Correct date on logincookies schema change. 2002-02-08 11:16:05 +00:00
justdave%syndicomm.com 1987a42159 Fix for bug 97966: Changing the product in the query page would remove your component, version, and milestone selections, even if the other product used the same ones, or you were selecting an additional product without unselecting the first one.
Patch by Christian Reis <kiko@async.com.br>
r= caillon, justdave
2002-02-08 03:31:10 +00:00
ian%hixie.ch e4ff1d42f1 Fixes a copy-paste error in the help line. r=timeless; b=123708 2002-02-07 08:36:23 +00:00
ian%hixie.ch ff3badae29 Lets the invite command accept the more natural syntax 'invite user in #channel' rather than just 'invite user channel'. r=zach; b=72949 2002-02-07 08:33:17 +00:00
justdave%syndicomm.com 74eeaac5fb Fix for bug 122897: Comments entered on the bug form are now added to the bug before it is closed and moved when moving a bug
to another Bugzilla install.
Patch by Dave Miller <justdave@syndicomm.com>
r= timeless, bbaetz
2002-02-06 04:34:10 +00:00
justdave%syndicomm.com f37066e01c Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that you can't use spaces in a group name. You in
fact can.
Patch by Christian Reis <kiko@async.com.br>
r= bbaetz x 2
2002-02-06 02:54:08 +00:00
justdave%syndicomm.com 8a7b873c47 Fix for bug 117055: Emails were being truncated if they contained a line with nothing but a period on them. We now pass -i to
sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with
a period).  Has been tested with sendmail and postfix.
Patch by Dave Miller <justdave@syndicomm.com>
r= afranke, bugzilla@bkor.dhs.org, jake
2002-02-06 02:47:00 +00:00