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

Translation Enablement #3

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

Translation Enablement #3

wants to merge 4 commits into from

Commits on May 16, 2016

  1. general cleanup, improve running locally

    * use cfenv for cloudfoundry parameter load - simplify VCAP stuff
    * Support `local-vcap.json` file for local running
    * remove local credentials
    * cleanup package.json (license) and .gitignore
    srl295 committed May 16, 2016
    Configuration menu
    Copy the full SHA
    22921bc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Don’t print error if the DB already exists

    Detect return code 412 as "DB already exists"
    * http://docs.couchdb.org/en/1.6.1/api/database/common.html#put--db
    srl295 committed May 19, 2016
    Configuration menu
    Copy the full SHA
    31370cf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. use a local logfile for mqtt

    * When running locally, use ./mqtt.log instead of ../logs/mqtt.log
    * This quells an error and provides local testing
    * Also update .gitignore
    srl295 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    252e640 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Translation enablement

    * uses (requires) the Globalization Pipeline bound service
    * use `npm run gen-i18n` to pickup any changes to index.html
    * use localized number formatting on the client side
    * escape HTML from `Hey <b>you!</b>` to `Hey {b}you!{/b}` for translation
    
    Fixes: cfsworkload#1
    srl295 committed May 25, 2016
    Configuration menu
    Copy the full SHA
    60c786d View commit details
    Browse the repository at this point in the history