Commit Graph

915 Commits

Author SHA1 Message Date
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
scott%scott-macgregor.org
c3a1288649 Bug #251605 --> crash when doing multiple advanced address book searches 2004-07-15 18:14:09 +00:00
bienvenu%nventure.com
54674f285a fix 235686 add x-mimeole to list of user agents we recognize in e-mail messages, patch by bugzilla@gemal.dk, r=timeless, sr=bienvenu 2004-07-15 16:20:39 +00:00
Stefan.Borggraefe%gmx.de
d77b1b0e6e Forgot to address a review comment before checking in the fix for bug 177054. This additional checkin just corrects the indentation. 2004-07-15 10:37:13 +00:00
Stefan.Borggraefe%gmx.de
9b5edbbcdd Fix for Bug 177054: fix all openers of the Advanced Address Book search dialog to open a new dialog (if one is not already open), or raise the existing one (if it exists)
r=neil, sr=sspitzer
2004-07-15 10:10:53 +00:00
scott%scott-macgregor.org
f40227a547 Bug #251418 --> add dom_loadsave.xpt to the packaging lists 2004-07-15 02:51:04 +00:00
sspitzer%mozilla.org
1e6cea25b7 supplimental patch for bug #216133
make the junk bar message text and the blocked image bar message text wrap, so that it looks better when you use the vertical layout.

r/sr/a=mscott
2004-07-14 06:18:09 +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
scott%scott-macgregor.org
037eb4adda More experimentation with adding color to message quotes.
Lose the double border line.

Simplify the colors.
2004-07-08 17:49:45 +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
f9c340ae64 Fix the nightly build machine which was unable to use 7zip when packaging the installer bits
because of a missing line return.
2004-07-06 23:43:33 +00:00
scott%scott-macgregor.org
cbe0680887 Bug #250042 --> shift-tab is broken inside search-bar 2004-07-06 17:47:21 +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
b7457be0c9 Bug #249783 --> change the company name to mozilla instead of mozilla.org.
Fix a problem with the DWORD uninstaller entries having an invalid key value.
2004-07-04 18:26:18 +00:00
scott%scott-macgregor.org
356c8cb38e Bug #249741 --> Add back the Get New Mail For All Accounts feature. 2004-07-04 07:18:59 +00:00