scott%scott-macgregor.org
c45986352b
Bug #253775 --> Add account manager UI and per feed UI for controlling 'quick mode' where the RSS extension
...
only shows the summary instead of loading the webpage for the feed in the message pane.
Wording subject to change when someone suggests something better.
2004-08-07 08:47:20 +00:00
scott%scott-macgregor.org
61bf2480b5
Bug #254008 --> Make rss.rdf localizeable for localizers.
2004-08-07 08:05:10 +00:00
scott%scott-macgregor.org
7bf96abea6
Bug #254661 --> increase the default biff interval for RSS accounts.
2004-08-07 05:40:59 +00:00
scott%scott-macgregor.org
162044b56e
offline locale information is now in en-US-mail.jar and not offline.jar.
...
Fixes a regression for the .zip and linux release builds with missing DTD errors.
2004-08-06 16:02:28 +00:00
scott%scott-macgregor.org
4ae5a46ffa
Bug #254474 --> if the quick search bar is set to "Search Message Bodies" then we should force the search scope to be online
...
for IMAP searches.
sr=bienvenu
2004-08-06 05:34:21 +00:00
scott%scott-macgregor.org
60c695cf6d
Bug #254493 --> Errors when trying to subscribe to multiple feeds at the same time. Prevent the user from subscribing to multiple feeds
...
at the same time.
2004-08-05 22:01:53 +00:00
scott%scott-macgregor.org
7f979d1e24
Bug #250918 --> move the locale files for the offline extension into en-US.jar to make it easier to localize.
2004-08-05 21:03:21 +00:00
scott%scott-macgregor.org
ee2beae16f
Remove the focus ring from the message pane. UI Cleanup.
2004-08-05 19:02:56 +00:00
scott%scott-macgregor.org
2de2afc5ec
Bug #254133 --> in the feed properties dialog, list the account name (which is used when you want a new folder for the feed)
...
in the folder destination drop down.
2004-08-05 03:20:36 +00:00
scott%scott-macgregor.org
3d37dd81d3
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document.
...
This means moving nsIMimeConverter
into a scriptable interface so we can access it from JS.
Fixes several issues with the RSS extension not handling non ascii subjects.
2004-08-04 04:49:33 +00:00
scott%scott-macgregor.org
d5ca962752
Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
...
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.
2004-08-03 22:41:10 +00:00
scott%scott-macgregor.org
71e13c9c2b
Add back an accidentally dropped else clause that was preventing deleted feeds
...
from getting removed from the subscriptions data source.
2004-08-03 05:43:51 +00:00
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
e0e719d546
Bug #253879 --> fix smoketest blocker, you can't install extensions and themes into thunderbird
...
on the trunk.
2004-08-01 05:13:57 +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
34f3f3a8ed
Bug 3253776 --> Get New Mail for the RSS account fails if chosen from the get new mail toolbar button drop down.
...
If the server doesn't have an inbox to ask for new mail, just pass in the root folder and let the incoming server figure it out.
2004-07-30 23:30:18 +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
ea8fd44bf2
Bug #253339 --> Remove old program files when installing on top of an existing installation
...
Fixes some common problems when folks don't do clean upgrades from 0.6 (non static) to 0.7/0.8 (static) builds.
2004-07-29 22:22:27 +00:00
cbiesinger%web.de
3506522cc6
Bug 252468 Remove outdated autostretch attribute from the tree
...
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
scott%scott-macgregor.org
ad9896bd58
back out my previous checkin, it broke the installer.
2004-07-29 07:04:51 +00:00
scott%scott-macgregor.org
b3327e7a28
Bug #253339 --> try to remove stale/obsolete thunderbird files when the installer is installing on top of an existing
...
installation.
2004-07-29 03:23:32 +00:00
scott%scott-macgregor.org
e6a59a9b47
Bug #253291 --> Changes to preferences file not saved.
...
Matching thunderbird changes for brian's firefox fix.
2004-07-28 21:51:30 +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
b30a9da042
Bug #249838 --> Start hooking up webservices and the smart update notifications for Thunderbird.
2004-07-27 23:35:29 +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
bryner%brianryner.com
7c28fc3799
Fixing botched trunk merge
2004-07-25 18:50:32 +00:00
bryner%brianryner.com
60bd5e7f9f
Attempting to fix bustage
2004-07-25 00:32:21 +00:00
bryner%brianryner.com
ee0713fbfb
Thunderbird default mail/news client support for GNOME (bug 252056). r=mscott.
2004-07-24 23:54:29 +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
bienvenu%nventure.com
406655895d
fix 249607 handle case of multiple pop3 servers downloading to same inbox on startup, sr=mscott
2004-07-22 03:03:00 +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
sspitzer%mozilla.org
e5b0daeda4
fix for bug #246051
...
Hang when drag attachment to desktop when the file name has an accented char
r/sr=mscott
2004-07-19 06:50:02 +00:00
scott%scott-macgregor.org
b9c3b62e65
Land profile migration from the aviary branch onto the trunk:
...
Bug #251657 --> Land profile migrator for Eudora.
Bug #249494 --> support profile migration from Outlook Express
Bug #250093 --> support profile migration from Outlook
Bug #251094 --> support profile migration from Netscape 4.x
Bug # --> support profile migration from the mozilla suite.
2004-07-18 23:41:24 +00:00
scott%scott-macgregor.org
af801ce18e
part of Bug #245430 --> thunderbird static build support.
...
Get rid of the mail\config packaging of chrome into dist\thunderbird. Let the installer do it as part of the
packaging process.
2004-07-18 21:47:27 +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
aaa64aeeb9
add some padding around the new offline indicator
2004-07-16 18:24:37 +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
070a81228f
Add app.extensions.version, matches Ben's FX changes for Bug #251473 .
2004-07-16 02:54:29 +00:00