Commit Graph

5072 Commits

Author SHA1 Message Date
ian%hixie.ch
e239b32498 Make the port optional since not everyone knows it's 3306 :-) 2004-01-26 21:55:38 +00:00
ian%hixie.ch
af40ed588f More ways to insult (and praise) the bot. 2004-01-26 21:34:09 +00:00
ian%hixie.ch
a40bf9acdd * Keep track of age of quotes so we can avoid showing some quotes more than others
* Remove commented out code
* Fix the search string parser to actually, er, work
* Don't report number of matches using numbers if there is only one
* Check database is up before reporting status
* Check database is not empty before reporting status
* Report most popular quote
2004-01-26 20:33:16 +00:00
ian%hixie.ch
ed47087267 Crash protection for faulty modules that raise exceptions when reporting their help info. 2004-01-26 20:06:40 +00:00
myk%mozilla.org
0d087a05a8 Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code.
r=bbaetz
2004-01-26 12:09:40 +00:00
myk%mozilla.org
2e0934b5f6 Fix for bug 232160: adds the header back in to the "verify component, etc." page that appears when a user changes the product to which a bug belongs.
r=gerv
2004-01-26 10:12:32 +00:00
myk%mozilla.org
6524045f4a Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
r=bbaetz
2004-01-26 07:58:26 +00:00
myk%mozilla.org
e435fbdfe6 Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs.
r=bbaetz
2004-01-26 07:04:22 +00:00
myk%mozilla.org
8694935bc8 Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
r=bbaetz
a=myk
2004-01-26 04:04:28 +00:00
jake%bugzilla.org
7248ced448 Bug 232156: Bugzilla 2.17.3 changed some field names in the RDF output. Make Mozbot succeed with either schema.
r= bbaetz
2004-01-26 02:57:03 +00:00
ian%hixie.ch
5259b4c612 Quotebot. Requires MySQL. Based on a specification written by Nortis http://www.blomstereng.org/ 2004-01-26 00:48:52 +00:00
myk%mozilla.org
bad09ee2a7 Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work.
r=gerv
a=myk
2004-01-25 18:47:16 +00:00
ian%hixie.ch
07c133f1c6 Handle exceptions being raised in the Schedule() handler. Before, they would cause the bot to crash on startup and to say stupid things during module loading. 2004-01-25 13:49:54 +00:00
ian%hixie.ch
8e92e66100 Standardise on 'status' as the status command for all modules. 2004-01-25 13:05:45 +00:00
ian%hixie.ch
d828839a5b Support comments, p tags, and div tags. 2004-01-25 13:04:23 +00:00
ian%hixie.ch
16365fd40c Added some default hit protection. Removed a redundant variable definition. Implemented responses for tickling and apologies. Added some support for the moronic misspelt 'u' (you) form. Added support for shaking hands. Added some insults to handle and cleaned up (/x) two regular expressions that were getting very long. 2004-01-25 11:41:48 +00:00
ian%hixie.ch
d4f15faacd Don't send PASS unless there is a password. Make some debug messages a little clearer. Report PASS errors. And most importantly: Correctly handle NICK changes. We will now only change our internal memory of our nick when the server tells us what are nick is. As part of this, stop using the Net::IRC concept of the Current Nick, since that is completely broken. Handles invalid nicks much more gracefully. 2004-01-25 02:48:32 +00:00
ian%hixie.ch
cdfee27e24 Remove excessive trailing spaces. Fix a bug where I was setting the wrong variable (duh), this should make the username/identd stuff actually work. Make the mail regarding the server being down actually show the right values. Split some debug lines onto two for clarity. 2004-01-25 01:12:34 +00:00
ian%hixie.ch
f545615f80 Oops, need double quotes to interpolate... 2004-01-25 01:03:45 +00:00
ian%hixie.ch
9f0e341e1a Some more drastic auto-fixing code for really annoying servers. 2004-01-25 00:53:50 +00:00
ian%hixie.ch
8d471be1bb Make mozbot try to use a valid username if it thinks it needs to (this is untested; what do servers normally complain about when the identd isn't valid? I've seen this happen but I forget the actual string they send back). Also, fix an undefined variable warning in the wordWrap method. 2004-01-25 00:45:38 +00:00
ian%hixie.ch
d0b875b352 Upgrade the insult protection overrides to be more customisable. Add more of them by default. Note that this is not a backwards compatible change but since we haven't released a version with this module yet, that's ok. 2004-01-25 00:08:43 +00:00
ian%hixie.ch
fe573d34c5 New fortune cookie format, in case we ever add more types of cookies. Limit on size of cookie file, to prevent trivial DOS attack. Prevent the addition of duplicate cookies. 2004-01-24 23:56:12 +00:00
ian%hixie.ch
2cdf4e84e1 * Support fluffy "tell me" prefix
* Fix a bug introduced in version 1.10 which made Infobot, ah, not work. (bug 223905, thanks to Charlie, Michael, and justdave)
* Support for more fluffy wording (expletives in questions)
* Space out some regular expressions
* Made the "anyone know what foo is" form actually work for the first time
* Fix the bug introduced 7 patches ago, which I partly fixed 5 patches ago, in which "targetted" comments wouldn't be, ah, targetted.
2004-01-24 23:48:11 +00:00
gerv%gerv.net
ab009557d9 Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave. 2004-01-24 21:40:31 +00:00
ian%hixie.ch
512bd2cee7 minor documentation error fix 2004-01-24 18:40:07 +00:00
gerv%gerv.net
3ddeaf3e2a Massive rearrangement of the installation section. Hopefully it makes sense now. 2004-01-24 18:31:00 +00:00
myk%mozilla.org
32c90fe5cd fixing incorrect ulink attribute (href should be url) 2004-01-23 07:53:30 +00:00
gerv%gerv.net
69007c8ed2 Bug 227155 - make sure running collectstats.pl twice in a day, or migrating data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. 2004-01-22 08:10:53 +00:00
gerv%gerv.net
063eb3074e Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk. 2004-01-22 00:02:27 +00:00
bugreport%peshkin.net
fc41d4b179 Bug 225075: Fix exact case search so it only selects bugs with matching case strings.
r=bbaetz, a=justdave
2004-01-21 14:01:08 +00:00
justdave%syndicomm.com
8ebf9f1e35 small whitespace change to test cvs back-end changes related to this file 2004-01-21 07:58:31 +00:00
justdave%syndicomm.com
10486f21a3 Bug 115642: Use XML for buglists, and lots of other goodies. This makes the Bugzilla.bm module actually work now. :)
Patch primarily by Jake Steenhagen <jake@bugzilla.org> and Bradley Baetz <bbaetz@acm.org>
r= justdave
2004-01-21 07:45:39 +00:00
gerv%gerv.net
30f41a2fa8 Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave. 2004-01-20 23:48:17 +00:00
justdave%syndicomm.com
081c5fdec8 Bug 36379: adds command-line switches for default product, component, and version to bug_email.pl
Patch by Ludovic Dubost <ludovic@pobox.xom>
(no r= for contrib)
a= justdave
2004-01-20 06:03:38 +00:00
myk%mozilla.org
8aabc1c775 improved readability (for both readers and editors); added docbook tags for variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers 2004-01-20 04:29:00 +00:00
gerv%gerv.net
480b29db9e Bug 227026 - remove obsolete MacsBug information from guided template (we no longer support OS 9.) Patch by gerv; r,a=justdave. 2004-01-20 00:08:42 +00:00
justdave%syndicomm.com
56c8c8df14 Backing out bug 230293, we decided this was the wrong approach.
a= justdave
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com
dbaebe8f98 Backing out code change that was accidently left in the patch on bug 228894 (see comment 9) 2004-01-19 22:25:31 +00:00
gerv%gerv.net
409d2b5a7a Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - probably still needs further polish. 2004-01-19 00:25:16 +00:00
timeless%mozdev.org
335c90886f Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
2004-01-18 22:37:21 +00:00
jocuri%softhome.net
a5c019346d Patch for bug 228894: Change HTML comments to template-toolkit ones for template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-01-18 18:39:39 +00:00
gerv%gerv.net
7e160c4a63 Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops. 2004-01-18 08:27:26 +00:00
gerv%gerv.net
a0f0edf952 Bug 224420 - add a warning that only public bugs are counted by the new charting system at the moment. Patch by gerv; r,a=justdave. 2004-01-17 09:16:39 +00:00
gerv%gerv.net
590acbc8c3 Rebuilt guide for kiko's install changes. 2004-01-17 00:23:07 +00:00
gerv%gerv.net
da0910f617 Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time. 2004-01-17 00:19:00 +00:00
kiko%async.com.br
758ec01164 Fix for bug 90468: Bugzilla does not log out automatically when closing
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor
cleanups by me. r=kiko, a=myk.
2004-01-16 22:46:31 +00:00
kiko%async.com.br
afeb66c1e6 Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fields
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch
by me, inspired by work done by joseph@picsel.com (Joseph Heenan).
contrib-only. a=myk
2004-01-16 22:26:49 +00:00
gerv%gerv.net
b386592f36 Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. 2004-01-16 08:40:32 +00:00
kiko%async.com.br
f0497c1e3a Minor adjustment to documentation to account for changes made in bug
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written
by me and ignored by Gerv :-P
2004-01-16 00:32:57 +00:00