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

230 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 14c96ec57e Bug #253775 --> When parsing RSS 2.0 feeds, parse the content:encoded tag for each feed.
Patch by Myk.
2004-08-03 05:30:43 +00:00
scott%scott-macgregor.org d801940fc8 fix the icon in the subscribe UI to use the news group icon 2004-07-30 23:32:46 +00:00
scott%scott-macgregor.org ff4ba41809 Bug #253786 --> Fix a race condition when checking multiple feeds for new mail.
don't use a global variable to keep track of the # of feed items we have parsed
for a particular feed, push all of those details into a per feed object so we
won't conflict with other feeds being checked for new mail.
2004-07-30 23:17:58 +00:00
scott%scott-macgregor.org be313edc35 Bug #253490 --> Installer support for the RSS component.
Bug #253617 --> Options / General panel on Windows won't remember any settings. Synch the installer with the messenger-mapi
chrome locaton changes made for GNOME mapi support.
2004-07-30 21:54:51 +00:00
scott%scott-macgregor.org f55f2d6842 Bug #253359 --> rss servers and folders should use the artwork for news instead of mail accounts 2004-07-28 05:57:39 +00:00
scott%scott-macgregor.org bf6d1983c1 remove obsolete file 2004-07-28 04:17:33 +00:00
scott%scott-macgregor.org b6e540a35b remove an obsolete file 2004-07-28 04:15:43 +00:00
scott%scott-macgregor.org 18f20083dc Bug #253055 --> Use a folder listener to track folder name changes and folder deletions of RSS folders
so we can keep our subscription data source up to date. Part of the Thunderbird RSS work.

sr=bienvenu
2004-07-27 19:34:05 +00:00
scott%scott-macgregor.org 64f6350217 fix a counting error that was causing us to fail to properly subscribe to a feed
via drag and drop.
2004-07-26 21:01:16 +00:00
scott%scott-macgregor.org f57f259003 make dragging feed urls to the folder pane really subscribe the url. 2004-07-26 04:21:06 +00:00
scott%scott-macgregor.org 2d6f1ff9cf fix a typo that was causing the feeds datasource and the feed items data source to be the same file. 2004-07-26 03:59:10 +00:00
scott%scott-macgregor.org 884d677117 double clicking a node in the subsriptions tree should open the edit feed dialog 2004-07-24 23:23:58 +00:00
scott%scott-macgregor.org 0f6bca050a Bug #252859 --> Add support for dropping RSS urls onto RSS servers and folders to automatically subscribe to the feed.
Bug #252860 --> Add error reporting to alert the user when the feed url could not be downloaded or if the feed url wasn't an rss type we could understand.

sr=bienvenu
2004-07-24 19:58:43 +00:00
scott%scott-macgregor.org 553266e504 fix a typo 2004-07-23 22:16:16 +00:00
scott%scott-macgregor.org 0bd80bb067 Bug #252818 --> Show progress and status text when checking feeds for new mail. 2004-07-23 20:33:09 +00:00
scott%scott-macgregor.org e7d0e02634 Bug #252688 --> Move feeds.rdf and feeditems.rdf into the RSS account directory.
Any time we try to fetch one of the data sources, we have to passing the incoming server
for those data sources.

Minor improvements to the RSS account settings panel, allow the user to change the name
of the RSS server in the folder pane. Allow the user to reach the subscriptions dialog from
the account settings panel.

Make the feed parser clear out the xml http request after it is done with it to eliminate some weird
shut down errors.
2004-07-22 23:29:36 +00:00
scott%scott-macgregor.org 1e4cc58605 Bug #2522483 --> Add account wizard support for creating RSS accounts.
This allows us to remove the forumzilla.js and .xul from the build since the account wizard is
responsible for creating the account.

sr=bienvenu
2004-07-22 18:39:28 +00:00
scott%scott-macgregor.org faeda72824 Bug #252394 --> Make parsing RSS feeds asynch and report the progress on each item as we store it
to a folder back in the subscriptions UI dialog.
2004-07-21 19:47:14 +00:00
scott%scott-macgregor.org 127020b08d Bug #252391 --> add support for multiple feeds sharing the same RSS folder. Includes new feed property
dialog UI to support specifying a destination for a folder.

Bug #252394 --> making the act of parsing and storing RSS feed items asynch, coming up for air between storing each item to the folder.
2004-07-21 18:28:25 +00:00
scott%scott-macgregor.org 4fa1bfcdb8 Bug #251761 --> Remove duplicate code in newsblog.js by leveraging the script loader to load external JS files
directly from newsblog.js.
2004-07-16 18:37:45 +00:00
scott%scott-macgregor.org 8fc0356e70 Bug #251242 --> show progress status when validiating a feed and downloading new items for the feed
from the subscribe dialog.
2004-07-16 16:44:25 +00:00
scott%scott-macgregor.org 5ef0114af1 Bug #251242 --> Adding a new feed through the subscription UI should not block the UI while we do the initial
feed download.
2004-07-13 20:34:51 +00:00
scott%scott-macgregor.org 46479d696f Bug #249650 --> clean up some old style rules that aren't needed now. Fixes the large white space in the message pane. 2004-07-13 19:52:08 +00:00
scott%scott-macgregor.org 5068a6998c Bug #250963 --> Add Subcribe To Feeds menu item to folder pane 2004-07-12 05:17:52 +00:00
scott%scott-macgregor.org 75a3d493d3 Bug #250918 --> move the offline indicator to the left part of the status bar 2004-07-11 21:25:15 +00:00
scott%scott-macgregor.org b91dc3a6de Bug #250835 --> Deleting a feed doesn't properly remove the items from the items data source 2004-07-11 19:57:19 +00:00
scott%scott-macgregor.org 4291ad9ba4 Bug #250768 --> Removing a feed from the subscriptions dialog doesn't really remove it 2004-07-10 23:24:14 +00:00
scott%scott-macgregor.org 5b738a1db5 Bug #250247 --> Framework work for News & Blog account settings for Thunderbird.
newsblog.js is now an account manager extension so it can overlay custom panels into the account manager.

Implement "download new articles at startup". Implement Check for new articles every n minutes.

Add a property on nsIMsgIncomingServer that allows the incoming server
to specify the main account manager xul file that is loaded for that server
instead of hard coding am-main.xul in the account manager data source.
2004-07-10 22:52:48 +00:00
bienvenu%nventure.com 0d249af980 fix for 250633, sr=mscott don't redownload rss messages we've already downloaded 2004-07-10 02:00:57 +00:00
bienvenu%nventure.com f2071cea15 make sure url for feed gets set correctly in db in all cases, sr/a=sspitzer, NOT PART OF BUILD, 250247 2004-07-09 16:30:36 +00:00
bienvenu%nventure.com a6aebf0e0b make newsblog use nsIMsgLocalMailFolder::AddMessage interface to add messages, so that we can use the new mail parser object, run filters, etc, sr=mscott 225158 2004-07-07 16:28:17 +00:00
scott%scott-macgregor.org 25e16c629c Bug #249967 --> Polish the RSS UI. Localize various dialogs. Re-design the subscription UI.
Add a feed properties dialog. If you try to open the subscription UI multiple times, we'll only open
one window now.
2004-07-06 17:25:12 +00:00
scott%scott-macgregor.org ed5f9e9946 Bug #249650 --> Add support for a website header to the message header pane for
the Thunderbird RSS reader.
2004-07-04 06:09:37 +00:00
scott%scott-macgregor.org cad3375c76 Remove stale contents.rdf entries.
Patch by Stephen Walker.
2004-06-25 01:43:50 +00:00
bienvenu%nventure.com 52d462d2ab more work on rss extension, NPOB, 225158 2004-06-22 21:16:07 +00:00
scott%scott-macgregor.org 415383cc90 Try to get Thunderbird running on the trunk again now that the new profile manager has landed for aviary.
Includes patches for Bug #239929, #244800 and Bug #244134
2004-06-18 07:14:56 +00:00
bienvenu%nventure.com 94c148ee83 more work on 225158, turn on unsubscribe, sr=sspitzer 2004-06-17 23:40:12 +00:00
bienvenu%nventure.com 2d74abec21 initial checkin of native thunderbird rss extension, NPOB, r/sr=sspitzer 2004-06-16 17:00:27 +00:00
scott%scott-macgregor.org 3a723f6982 Bug #244209
Offline Settings > KB value not be stored for 'Compact folders if it will save over ....'
2004-05-31 16:26:59 +00:00
scott%scott-macgregor.org 8048852df9 Better fix for Bug #244209
Offline Settings > KB value not be stored for 'Compact folders if it will save over ....'
2004-05-24 16:56:27 +00:00
scott%scott-macgregor.org 23e7d925a4 Ditch several comm/ stylesheets and use the versions in mozilla\toolkit
Patch by Stephen Walker
2004-05-24 05:34:12 +00:00
scott%scott-macgregor.org a9480a7f21 Bug #244209 --> Offline Settings > KB value not be stored for 'Compact folders if size is over..." 2004-05-24 03:56:49 +00:00
scott%scott-macgregor.org b3d8b879c2 Bug #243138 --> Manage Certificates, Security Devices dialogs are 1 pixel wide
Fixes regression caused by Bug #243176

Patch by Stephen Walker
2004-05-20 06:47:39 +00:00
Stefan.Borggraefe%gmx.de 17122cd2e9 Bug 243230: Port of the UI changes of bug 84692 to Thunderbird's Offline Extension
r=mscott
2004-05-11 17:53:51 +00:00
Stefan.Borggraefe%gmx.de 14f86d9fcd Minor menu cleanup (remaining issues of bug 75622).
r=timeless, sr=mscott
2004-04-20 18:45:03 +00:00
webmail%kmgerich.com 638c00508b missed CSS file in Pinstripe checkin 2004-03-31 00:57:31 +00:00
webmail%kmgerich.com dac2a7833a 2 of 2, Pinstripe for Thunderbird, bug #239106. Does not affect Seamonkey 2004-03-30 23:38:41 +00:00
webmail%kmgerich.com af4d7b1776 1 of 2, new files. Pinstripe for Thunderbird, new default theme on Mac. Bug #239106. 2004-03-30 23:31:04 +00:00
scott%scott-macgregor.org 3d88c03ef4 Bug #238759 --> Thunderbird window ignored by DOM Inspector when created before dom insp. window is opened 2004-03-26 17:30:47 +00:00
scott%scott-macgregor.org 829de927b0 Bug #238562 --> get DOM Inspector working as an optional component in the windows installer.
Fork several DOM Inspector files so we can remove references to navigator and composer menu items/chrome which do not exist in thunderbird
2004-03-24 23:29:13 +00:00
scott%scott-macgregor.org 26cad48c9c try building the offline extension by default now that the installer is hooked up to install it
as an optional component. Eventually we may hook this up to a build flag.
2004-03-24 05:41:42 +00:00
scott%scott-macgregor.org 8f59e261ea Bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings
(synching up for thunderbird)
2004-03-02 02:12:11 +00:00
scott%scott-macgregor.org 36bda6fd1b Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.
2004-02-12 05:45:10 +00:00
scott%scott-macgregor.org 1db32af525 initial pass at dynamically adding buttons for managing certs and security devices to the advanced options panel. 2004-01-21 06:59:51 +00:00
scott%scott-macgregor.org 81513441d7 fix ctrl-m's. 2003-12-14 23:57:26 +00:00
dbaron%dbaron.org d5582721b7 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
scott%scott-macgregor.org b20d6e57ca Land Qute theme update for Thunderbird 2003-11-27 03:21:54 +00:00
scott%scott-macgregor.org 1f4fd79895 another attempt to fix busted line endings 2003-11-26 00:45:09 +00:00
scott%scott-macgregor.org 8a814ada66 If you are building thunderbird with the dom inspector extension, then add hooks to make sure dom inspector gets overlayed into thunderbird properly.
Part of the work necessary to make a dom inspector extension for thunderbird.
2003-11-07 21:29:40 +00:00
scott%scott-macgregor.org aaf4bfcde6 add missing file 2003-11-04 22:22:45 +00:00
scott%scott-macgregor.org 22ac324aeb Bug #222783: Leverage the pre-processor to automatically generate the correct locale version so we don't have to change
each thunderbird .rdf file.
2003-11-03 04:58:43 +00:00
scott%scott-macgregor.org 93d8e70a85 bump the extension version 2003-10-31 06:23:31 +00:00
bienvenu%nventure.com 172ffd00d4 add prefs ui for offline startup to tbird offline extension, r/sr=mscott, not part of regular build, 221734 2003-10-30 01:12:00 +00:00
scott%scott-macgregor.org a97be65265 udpate the locale to 1.6a to match the trunk.
fix account manager bustage caused by Bug #89212
2003-10-20 16:24:20 +00:00
scott%scott-macgregor.org 2a5576cca9 locale update 2003-08-12 05:04:34 +00:00
scott%scott-macgregor.org 25470a9cd1 bump skin version string. 2003-07-27 19:15:23 +00:00
scott%scott-macgregor.org bdd50fc85d Add a button for visiting security devices to the account manager security panel.
Temporarily remove the description for this button as it causes the panel to overflow. Hopefully we'll
put it back when I can create some more space.
2003-07-14 22:14:05 +00:00
scott%scott-macgregor.org 19d21bdfae center the certificate manager by default. Remove the width attribute, let the dialog size itself intrinsically. 2003-07-11 21:01:06 +00:00
scott%scott-macgregor.org 067a0e3416 Add support for viewing the toolbar via text or icons or icons & text.
Add list-style attributes for each individual toolbar button so they will show up correctly in the customize toolbar dialog.
2003-07-09 21:20:19 +00:00
scott%scott-macgregor.org 627376d0a5 Add access to the certificate manager to the SMIME panel in the account manager. 2003-07-08 23:44:51 +00:00
scott%scott-macgregor.org 7b8d2b8534 Land new mail compose icons from Arvid. 2003-07-06 06:19:48 +00:00
scott%scott-macgregor.org 2ca710ae8d offline modifications..hook up authorURL. 2003-06-17 06:26:31 +00:00
scott%scott-macgregor.org 0d5b0c0cf7 update 2003-06-15 23:51:01 +00:00
scott%scott-macgregor.org 45e4d1539a Example install.js file for the offline extension 2003-06-15 23:35:19 +00:00
scott%scott-macgregor.org c503236191 Use offline UI as an example as to how to write an extension for thunderbird.
Rewrite offline to act as a stand alone extension to thunderbird. You can no longer build this directory
to drop in offline support. Instead, it must be packaged into an XPI as an extension.
2003-06-15 23:34:51 +00:00
scott%scott-macgregor.org 6d201ad4ee more work to strip out license & copyright lines using the xul pre-processor from chrome.
Thanks to Stephen Walker for the patch.
2003-06-05 03:46:46 +00:00
scott%scott-macgregor.org cb0f0012de Thanks to Stephen Walker for this patch. Leverage the XUL pre-processor to strip out all of the
license and copyright information from chrome files. This should help reduce some of the footprint of the
JAR files in thunderbird.
2003-06-04 05:38:23 +00:00
scott%scott-macgregor.org 91224d0244 insert before the save button not the separator which is no longer present. 2003-05-08 22:41:13 +00:00
scott%scott-macgregor.org 7c9663302c update locale versions 2003-04-18 02:10:23 +00:00
mscott%netscape.com ceff18e4e4 minotaur landing 2003-04-05 20:57:25 +00:00