Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notebook "Last saved:" is misleading on file opening. #2596

Closed
ivanov opened this issue Nov 17, 2012 · 1 comment
Closed

notebook "Last saved:" is misleading on file opening. #2596

ivanov opened this issue Nov 17, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@ivanov
Copy link
Member

ivanov commented Nov 17, 2012

When opening a notebook, our javascript currently informs the user that the file was last saved at the time of opening.

frontend/html/notebook/static/js/savewidget.js:

    SaveWidget.prototype.set_last_saved = function () {
        var d = new Date();
        this.set_save_status('Last saved: '+d.format('mmm dd h:MM TT'));
    };

It be great if this was actually the mtime of the file on the notebook server - that way you could actually keep track of when the file was actually last changed / saved, which is more informative than telling you when you opened the notebook

@minrk
Copy link
Member

minrk commented Jul 4, 2013

The information is no longer inaccurate - there is a checkpoint date and bool 'autosaved' state, so no misleading 'last saved' date.

@minrk minrk closed this as completed Jul 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants