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

[WIP]Compatibility with Zotero v5 Standalone #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 27, 2018

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

Commits on May 24, 2018

  1. Use zip instead of git archive in build.sh

    It seems only possible to use git archive after
    the changes are commited and this is not very
    comfortable during developing. Therefore, changed
    to zip instead.
    zuphilip committed May 24, 2018
    Configuration menu
    Copy the full SHA
    a703a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4966175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    777aaa2 View commit details
    Browse the repository at this point in the history
  4. Move call to Zotero.ItemTypes outside init

    When calling the init function then the Zotero object
    is not yet loaded and therefore this line lead to
    a undefined variable.
    
    It was easier to move this line instead of using e.g.
    ```
    await Zotero.Schema.schemaUpdatePromise
    ```
    which lead to new problems.
    zuphilip committed May 24, 2018
    Configuration menu
    Copy the full SHA
    8aa51b0 View commit details
    Browse the repository at this point in the history