Closed Bug 18213 Opened 25 years ago Closed 16 years ago

Offline browse To-Do List

Categories

(SeaMonkey :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 91832

People

(Reporter: zac.spitzer, Unassigned)

References

Details

(Keywords: helpwanted)

Attachments

(1 file)

Among the features I would like to see very much is a to-do browse list.

When browsing offline and I click on a URL which isn't in the cache, mozilla
could pop up a message saying "<b>You are currently offline. Would you like to
store this URL in a to-do list?</b>"

The to do list could be incorporated as a side bar panel. This panel should be
editable, ie add and delete entries manually. It would nice to be able to have
one click access to open all to-do links in new browser window.

It has been suggested to combine pre loading with this feature, I think that is
overkill.
Summary: Offline To-Do List → Offline To-Do List
I often find I want to do this, I think it would be excellent.
Assignee: leger → don
QA Contact: leger → paulmac
Punting to don to put on his ever growing enhancements list :-)
Summary: Offline To-Do List → [RFE] Offline To-Do List
Target Milestone: M20
spam: moving qa contact on some bugs from paulmac to sairuh@netscape.com
QA Contact: paulmac → sairuh
Move to "Future" milestone.
Target Milestone: M20 → Future
QA Contact: sairuh → tever
Target Milestone: Future → ---
don, is Future applicable now that Offline features are being implemented now?
In this case I think future is still applicable because this is still nothin' 
more than an enhancement request.  It does seem to be a pretty good idea 
though, I'll play around with implementing it.  Anyone have any suggestions 
about the best way to store this URL list?  perhaps just update or write to a 
local HTML file every time a link is clicked on, and load that HTML file in the 
sidebar?  Also, where deep in networking code might I find out how to determine 
whether a page is stored in the cache or not?
back to MFuture, we can ship without this feature.
If someone wants to go do this, fine, that's what
MFuture is for.
Target Milestone: --- → Future
adding helpwanted kw in response to mcafee's comment. :-)
Keywords: helpwanted
Depends on: 45611
Don't think you would need to determine whether a page was in the cache or not.
You just need to see whether you get an error loading the URL.Surely if you're
in offline mode, the only possible error you can get is if the page ain't there.
In fact, just do a search for 'Error loading URL'; add a line which says if
you're in offline mode, append the URL out to an html file.
And in fact, there it is: nsBrowserInstance.cpp#1539

Attached file Outline of patch
reassigning to me, I'll take a look when I get back (from the dev meeting!)
Assignee: don → BlakeR1234
Status: NEW → ASSIGNED
*** Bug 4884548845 has been marked as a duplicate of this bug. ***
WTF? 4884548845 was marked as dup?  Is this a bugzilla bug?
*** Bug 48845 has been marked as a duplicate of this bug. ***
Priority: P3 → P5
Should users be able to sync this to-do list with handhelds (Palm, Visor, etc)?
No time right now.
Assignee: blakeross → ben
Status: ASSIGNED → NEW
There is a package called wwwoffle which seems to do what you want here.
The home page is http://www.gedanken.demon.co.uk/wwwoffle/ .
I think it would be great if this could be incorporated in Mozilla, especially
for Notebook users.

From the description:

While Online:
- Caching of pages that are viewed for later review.
- Conditional fetching to only get pages that have changed.

While Offline:
- Can be configured to use dial-on-demand for pages that are not cached.
- Selection of pages to download next time online
  - Using normal browser to follow links.
  - Command line interface to select pages for downloading.
- Control which pages can be requested when offline.
- Provides non-cached access to intranet servers.

Automated Download:
- Downloading of specified pages non-interactively.
- Options to automatically fetch objects in requested pages
  - Understands various types of pages
    - HTML 4.0, Java classes, VRML (partial), XML (partial).
  - Options to fetch different classes of objects
    - Images, Stylesheets, Frames, Scripts, Java or other objects.
- Automatically follows links for pages that have been moved.
- Can monitor pages at regular intervals to fetch those that have changed.
- Recursive fetching
  - To specified depth.
  - On any host or limited to same server or same directory.
  - Chosen from command line or from browser.
  - Control over which links can be fetched recursively.
OS: Windows NT → All
See also bug 63664, "[RFE] Temporary Bookmarks".
Should the links be in a bookmark list? Why not have the prompt open a File
Bookmarks default to a "To-Do List" folder? That way it can be access via the
bookmark sidebar panel.
I think it would be better to keep the 'to do' sidebar separate. It would need
to load up the list from a file, and then delete entries in the file as they are
browsed. Other than that, it could work the same as the bookmarks sidebar.

In offline mode, if a URL is requested which isn't in the cache it needs to be
appended to the file. This should be controlled by a pref 'when in offline mode,
add entries to the to-do file'.

I would think that a to-do list would be better served if it persisted rather
than automatically removed as one browse. On the other hand it would be handy to
have a way to empty this list when the user wants to. If the bookmark folder can
have a "empty folder" option. Currently this can be done by just deleting the
folder and recreating it.
Status: NEW → ASSIGNED
*** Bug 111141 has been marked as a duplicate of this bug. ***
Now that we have tabbed browser, it would be possible to open up each to-do 
entry in its own tab.
Calendar has it's own concept of a to-do list, and it would be cool if we could
integrate with that idea.  It could solve the problem of where to put the UI,
and allow us to persist the data easily.
Here are some ideas for this feature:

- context menu item for links: "add to list"
- drag and drop link into list
- button for "add all links on this page to list"
- possibility to "add list to history" to enable the use of back/forward buttons
to go through the list
- "mail list", opens a mail compose window with the list of urls in it
- file list as bookmarks
- save/open list
- open list in composer - creates an unordered list with links
Depends on: 113591
With all these suggestions, it sounds as if some kind of 'links manager' 
feature might be useful. You could then have a switch 'Follow links normally | 
add links I click on to links manager'. In offline mode, links could be added 
to the links manager automatically.

From the links manager, you could have options like 'save links to an html 
file, clear all links, open all links in browser, add all links from this page'.

The first time the links manager would be opened after starting Moz, it would 
contain all of the links from the previous session. This could be achieved by 
saving a 'links-manager.html' when you shut down, and reloading it when started.

What does everyone else think of this idea ?
gabriel,

Please read bug 91832.  I think this may be what you are after.
remove self
This bug is related to bug 45421.
As this is really a bells-and-whistle specialisation of 45421, maybe it should
depend on 45421.
*** Bug 157060 has been marked as a duplicate of this bug. ***
Summary: [RFE] Offline To-Do List → Offline To-Do List
<a href="http://www.wysigot.com/">Wysigot</a> (formerly ecatch) has provided
this feature in a very ergonomic manner for about 4 years. I think it is
somewhat based on MSIE. So maybe this "offline todo list" feature could be
provided as an extension ?

Anyway, I mark this bug as dependent on <a
href="http://bugzilla.mozilla.org/show_bug.cgi?id=229741">the bug #229741 I just
entered in bugzilla</a> since in order to build the offline todo list UI, a
persistent (offline) repository for content would be needed. And such a
repository would be useful for more than the offline todo list feature.
Depends on: 229741
Product: Browser → Seamonkey
[wow, it has a patch outline.]

should this bug 91832 be duped to or block by this bug?

Bug 63664
Assignee: bugs → general
Status: ASSIGNED → NEW
QA Contact: tever → general
Summary: Offline To-Do List → Offline browse To-Do List
Priority: P5 → --
Target Milestone: Future → ---
bug 91832 is broader but includes this idea.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: