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

[Develop] April 2018 Release #1882

Merged
merged 5 commits into from
May 14, 2018
Merged

[Develop] April 2018 Release #1882

merged 5 commits into from
May 14, 2018

Commits on May 2, 2018

  1. Add research view to transifex config

    the `view/research/l10n.json` configuration was missing from the transifex config, so translations are missing.
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8afaf36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1870 from chrisgarrity/tx-add-research

    Add research view to transifex config
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    04e27ec View commit details
    Browse the repository at this point in the history
  3. Initial GUI embed (#1869)

    - `/preview/editor` will load GUI with an empty project
    - `/preview/:id/editor` will load GUI with a project from the projects server (not local data)
    - passes intl object to GUI
    - `/preview/:id` with show the project page with an embedded player
    - `/preview/:id/fullscreen` will load the project page with the player in fullscreen mode.
    
    * Note that we needed to Increase memory for the build to avoid running out of heap space, and build time increases by about 2 minutes
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    d142086 View commit details
    Browse the repository at this point in the history
  4. Correct preview route for fastly

    - use more explicit route
    - handle fastly error in the callback correctly
    - more succinct parsing of the URL path
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6df58e4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #1875 from chrisgarrity/issue/fix-path-for-fastly

    Correct preview route for fastly
    chrisgarrity committed May 3, 2018
    Configuration menu
    Copy the full SHA
    1cfc5a8 View commit details
    Browse the repository at this point in the history