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

100475 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com a69e7d74a8 Bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa 2002-04-01 15:35:57 +00:00
ccarlen%netscape.com 7a974edb4c New files for bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa 2002-04-01 15:33:35 +00:00
brade%netscape.com 4e446ee45f relativize url for images and related files (bug 133803); r=adamlock, sr=kin, a=asa 2002-04-01 14:35:57 +00:00
locka%iol.ie 1bd61a169b Fixed inconsistency between internal variable and default persist flags. b=128900 r=brade@netscape.com sr=kin@netscape.com a=valeski@netscape.com 2002-04-01 12:02:27 +00:00
jdunn%netscape.com f5e46f72dd Speedup patch for AIX (removing count_word routine)
Patch courtesy of pkw@austin.ibm.com
r=jdunn@netscape.com
sr=jband@netscape.com
a=asa@mozilla.org
# 133573
2002-04-01 11:30:37 +00:00
jdunn%netscape.com 1b1751bc3a Adding 64bit support for AIX
Patches courtesy of pkw@austin.ibm.com
r=jdunn@netscape.com
sr=jband@netscape.com
a=asa@mozilla.org
# 133622
2002-04-01 11:28:26 +00:00
jaggernaut%netscape.com 786a72f245 Bug 119599: add UI for bookmark groups in the File Bookmark dialog. r=bryner, sr=hewitt, a=asa 2002-04-01 08:47:17 +00:00
ian%hixie.ch 667cab3ce5 Bumping version number to 2.5. 2002-04-01 07:46:34 +00:00
bryner%netscape.com 2ba7a85829 Add a focus border for xbl checkboxes and radio buttons (bug 132885). r=ben, sr=blake, a=brendan. 2002-04-01 07:24:00 +00:00
karnaze%netscape.com 1ca4bdc3ee regression tests for bug 131020, not affecting the build. 2002-04-01 06:55:31 +00:00
karnaze%netscape.com 130ae15711 bug 131020 - process special height reflow when initiator is the containing table. a=roc+moz, sr=attinasi, r=bernd. 2002-04-01 06:46:17 +00:00
ian%hixie.ch b543d6d14c 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
tao%netscape.com d0e1cb0ceb 44070: match browser and OS locale. (reusing r=alecf,sr=hyatt,a=asa
from previous checkin but set intl.locale.matchOS=false by default.
This should remove the start regression. Will watch the tree and
back this patch if the regression comes back. In theory, this should
not happen)
2002-04-01 05:56:35 +00:00
mstoltz%netscape.com 93a81ab8af Bug 123383 - Make links in the Element Properties dialog inactive if they
point to a URL with an unknown or unsafe protocol. r=jrgm, sr=jst, a=asa.
2002-04-01 05:33:07 +00:00
ian%hixie.ch 2f11b93392 Bumping version number to 2.4. 2002-04-01 05:17:41 +00:00
ian%hixie.ch 5d9ec60ea6 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 695bba35bd XML Logging Module. b=16226, r=kerz. 2002-04-01 05:08:37 +00:00
ian%hixie.ch af9f14a5d1 Generic Conversion module. b=72933, r=zach. 2002-04-01 05:07:36 +00:00
darin%netscape.com 9211c18b49 fixes bug 130301 "Cannot submit large POST requests since Mozilla 0.9.9"
r=brade, sr=rpotts, a=asa
2002-04-01 05:06:59 +00:00
ian%hixie.ch 3a9632841d 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 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
av%netscape.com 9981c0a415 Updating documentation file for the Tester plugin, not part of the build 2002-04-01 04:44:53 +00:00
alecf%netscape.com eff2960e61 fix for bug 132946
r=cls, r=pinkerton, a=asa
fix up packaging scripts so they can run from any directory
move from perl's "use" which is compile-time to require/import which are run-time, so that we can use the FindBin package.
also fix a typo which allows mozLock.pm to recognize windows paths
2002-04-01 04:43:40 +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
heikki%netscape.com 2680157167 Bug 86583, make drag and drop work for images, image map links and XLinks. r=pink, sr=jst, a=asa. 2002-04-01 04:27:50 +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
sspitzer%netscape.com 3701a83424 fix for dataloss bug #134134. if we crash after we modify our custom header list
but before we write prefs to disk, we will lose the changes.  r=naving, sr=bienvenu
a=asa
2002-04-01 02:51:06 +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
naving%netscape.com 079960c724 132098 r=bienvenu sr=mscott a=dbaron make undo/redo work for imap 'remove it immediately'
delete model
2002-04-01 01:00:28 +00:00
naving%netscape.com 77697fa658 127910 r=bienvenu sr=mscott a=asa. Fix a crash on downloading pop3 messages 2002-04-01 00:34:50 +00:00
mkaply%us.ibm.com 9aafb04fc0 OS/2 bustage 2002-04-01 00:11:34 +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
oeschger%netscape.com 488f50d110 routine update to help content, sanctioned by drivers per 122806, r=cotter: updates to search 'database' rdf/xml file 2002-03-31 23:37:25 +00:00
oeschger%netscape.com e83c7235da routine update to help content, sanctioned by drivers per 122806, r=cotter: updates to search 'database' rdf/xml file 2002-03-31 23:20:33 +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
karnaze%netscape.com 579848a101 bug 133997 - Bernd's patch to fix compiler warnings. a=asa, sr=attinasi, r=karnaze. 2002-03-31 23:17:38 +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
oeschger%netscape.com 02daeeaff0 update p3p ui: should say 'privacy settings' rather than 'privacy levels', bug=132322, r=morse, sr=alecf, a=asa 2002-03-31 22:48:28 +00:00
karnaze%netscape.com 3c3d229e0f regression test for bug 130550, not affecting the build. 2002-03-31 22:46:59 +00:00
karnaze%netscape.com 6bf0da09f7 bug 130550 - Added nsIFrame::CanPaintBackground, to treat nsTableOuterFrame as transparent. a=asa, sr=attinasi, r=roc+moz 2002-03-31 22:43:40 +00:00
ducarroz%netscape.com 2af1cdc174 Fix for bug 132407. Pass a full news url instead of just the newsgroup, that was the backend was expected to receive. R=cavin, SR=bienvenu, A=asa 2002-03-31 22:24:56 +00:00
ducarroz%netscape.com a9cf877fa1 Fix for bug 130140 (second try). Observe NS_XPCOM_SHUTDOWN_OBSERVER_ID instead of quit-application. R=bienvenu, SR=mscott, A=valeski
Fix for bug 132407. Pass a full news url instead of just the newsgroup, that was the backend was expected to receive. R=cavin, SR=bienvenu, A=asa
2002-03-31 22:23:41 +00:00
pinkerton%netscape.com f4cdf22e60 Fix planetoid bustage, copy nativescrollbars.css to scrollbars.css 2002-03-31 21:27:34 +00:00
pinkerton%netscape.com b0c2caf07d moving file to fix bustage. 2002-03-31 19:27:21 +00:00
pinkerton%netscape.com 527192677f moving file into public to fix bustage. 2002-03-31 19:26:43 +00:00