sicking%bigfoot.com
ccfa77b688
Fix bustage from bad casing in #include
2004-01-26 19:32:48 +00:00
sicking%bigfoot.com
3de34f8d76
More bug 195350 work: Make html use new nsAttrAndChildArray class.
...
r=caillon sr=jst
2004-01-26 19:22:05 +00:00
mostafah%oeone.com
6cd752bd24
New ico for sunbird
2004-01-26 17:31:26 +00:00
bienvenu%nventure.com
013c2faaaf
make imap protocol logging handle large chunks of data sent to server, 232129 sr=mscott
2004-01-26 15:52:04 +00:00
mostafah%oeone.com
bd4111e406
Updated Spanish translation
2004-01-26 14:56:02 +00:00
neil%parkwaycc.co.uk
918f0b3120
Bug 231076 nsIPref removal from bookmarks p=arne.anka@stupido.com r=pch sr=jag
2004-01-26 13:37:17 +00:00
neil%parkwaycc.co.uk
1ded38c07a
Bug 230434 nsIPref removal from spellchecker p=arne.anka@stupido.com r=mkaply sr=dbaron
2004-01-26 13:29:25 +00:00
myk%mozilla.org
166aa9732c
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
3e9b72db23
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
ere%atp.fi
7619e4406b
Fix for bug 231001: [rte] HTMLArea (Midas) broken since 20040114
...
r=brade
sr=bz
2004-01-26 09:48:50 +00:00
myk%mozilla.org
f028dd7b70
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
ddfff6e5f7
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
scott%scott-macgregor.org
f3336b9dd3
Try to fix pref bustage regressions such as link clicks not loading the default browser.
2004-01-26 04:40:45 +00:00
myk%mozilla.org
b02d3a48fc
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
2258f1c728
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
58e40deaaa
Quotebot. Requires MySQL. Based on a specification written by Nortis http://www.blomstereng.org/
2004-01-26 00:48:52 +00:00
chanial%noos.fr
cb222c53d6
Bug 216137: Make xpinstall/packager produce thunderbird/Firebird packages.
...
patch by David Fraser <davidf@sjsoft.com>, r=bsmedberg, sr=mscott
2004-01-26 00:40:13 +00:00
myk%mozilla.org
46a1aade42
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
caillon%returnzero.com
38a0107fab
Use the correct free methods. r+sr=peterv via irc.
2004-01-25 14:53:21 +00:00
ian%hixie.ch
abf3f1c631
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
f902f650e2
Standardise on 'status' as the status command for all modules.
2004-01-25 13:05:45 +00:00
ian%hixie.ch
507e542c9e
Support comments, p tags, and div tags.
2004-01-25 13:04:23 +00:00
ian%hixie.ch
bdf4d93741
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
bryner%brianryner.com
253f254d8c
Some cleanup to nsProxyObject: implement refcounting without nsISupports inheritance, inline getters, and fix a few warnings. Bug 232022, r=dougt, sr=dbaron.
2004-01-25 10:39:02 +00:00
dbaron%dbaron.org
c3c2b8bc9c
Oops.
2004-01-25 06:29:54 +00:00
dbaron%dbaron.org
2260e225b5
Oops.
2004-01-25 06:29:06 +00:00
dbaron%dbaron.org
da6d5ef734
Adding testcase from bug 228172. Not part of build.
2004-01-25 06:29:05 +00:00
ian%hixie.ch
5b19409013
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
jim_nance%yahoo.com
02a08d62dc
Fix Bug 232051 - Make jprof work with Fedora Core1. The stack walking code
...
did not work on that platform. r=dbaron sr=dbaron.
2004-01-25 01:51:39 +00:00
ian%hixie.ch
b33678fe6a
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
bienvenu%nventure.com
c8818bcd3b
enable full mcd pr logging in release build, sr=mscott 232073
2004-01-25 01:11:11 +00:00
ian%hixie.ch
e91bfeb3d1
Oops, need double quotes to interpolate...
2004-01-25 01:03:45 +00:00
ian%hixie.ch
90116b4b98
Some more drastic auto-fixing code for really annoying servers.
2004-01-25 00:53:50 +00:00
ian%hixie.ch
3719ebe853
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
4d10cefada
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
724de21dff
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
1bbf8a1fcc
* 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
chanial%noos.fr
89aa5f1732
Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk>
2004-01-24 23:27:43 +00:00
caillon%returnzero.com
df88d7f6f8
Stop outputting comments pertaining to forward declared interfaces. See bug 232032 for details.
...
r=dbradley, sr=shaver
2004-01-24 23:01:55 +00:00
chanial%noos.fr
672b937934
Bug 228103: Toolbar Google search for empty string results in garbage characters.
...
Loads the host of the search engine when querying for the null string.
2004-01-24 22:22:40 +00:00
gerv%gerv.net
382812716a
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
dbaron%dbaron.org
7c05365522
Change name of variable so this code makes sense.
2004-01-24 20:21:32 +00:00
scott%scott-macgregor.org
33d5bcdc0c
Bug #220173 --> If new email comes in while reading a message in the preview pane, the message scrolls back to the start
2004-01-24 20:05:05 +00:00
dbaron%dbaron.org
27c9fa03dd
Add new testcases. Not part of build.
2004-01-24 19:41:28 +00:00
ian%hixie.ch
f2a733b86a
minor documentation error fix
2004-01-24 18:40:07 +00:00
gerv%gerv.net
a1680fbc0f
Massive rearrangement of the installation section. Hopefully it makes sense now.
2004-01-24 18:31:00 +00:00
silver%warwickcompsoc.co.uk
41b0e21b2b
Bug 98251 Implement Half-Op (mode +h) in Chatzilla
...
r=rginda
2004-01-24 17:22:14 +00:00
hpradhan%hotpop.com
da434eac04
attempt to fix Camino bustage from bug 230840
2004-01-24 13:04:10 +00:00
hpradhan%hotpop.com
4ff5ffa099
bug 229392 : minor cleanup in session history r=alecf sr=bz
2004-01-24 07:26:37 +00:00
hpradhan%hotpop.com
502d3e6a09
bug 231233 : nsPrintData.h cleanup r+sr=jst
2004-01-24 07:23:56 +00:00