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

Login/out button cleanups #1079

Merged
merged 7 commits into from Dec 14, 2011
Merged

Commits on Dec 14, 2011

  1. Copy the full SHA
    09bb9bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8463841 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c7b2a07 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b10f05 View commit details
    Browse the repository at this point in the history
  5. Split read-only logic into three functions: read_only, logged_in, and…

    … login_available. Move display logic from javascript into templates.
    stefanv committed Dec 14, 2011
    Copy the full SHA
    bd48758 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8326cad View commit details
    Browse the repository at this point in the history
  7. Correctly set read_only meta name for use in javascript. Note that th…

    …is has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
    stefanv committed Dec 14, 2011
    Copy the full SHA
    5fd0e96 View commit details
    Browse the repository at this point in the history