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

Respect 'editable' cell metadata #1482

Merged
merged 5 commits into from
Sep 21, 2016
Merged

Commits on May 24, 2016

  1. Respect 'readonly' cell metadata

    - Readonly cells can not be split or merged
    - Readonly cells can be executed
    - End users can still modify this by editing the metadata
      themsevles directly
    yuvipanda committed May 24, 2016
    Configuration menu
    Copy the full SHA
    87f6b34 View commit details
    Browse the repository at this point in the history
  2. Change is_readonly to is_editable

    While I prefer things that default to false than true,
    in this case it is better to be consistent with is_deletable
    yuvipanda committed May 24, 2016
    Configuration menu
    Copy the full SHA
    70afd0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66fa05e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    767942c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Merge pull request #1 from gnestor/patch-1

    Upgrade cell's `editable` and `deletable` metadata if not defined
    yuvipanda authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    2237c8e View commit details
    Browse the repository at this point in the history