diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..ba1cf0ac --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +language: node_js +node_js: + - "0.8" +install: + - "bin/installDeps.sh" + - "export GIT_HASH=$(cat .git/HEAD | head -c 7)" +before_script: + - "tests/frontend/travis/sauce_tunnel.sh" +script: + - "tests/frontend/travis/runner.sh" +env: + global: + - secure: "oKA4KbSvyxMOFCiOa3hWswnaIrCmX60MfhBhD8xu8sodOqbdK5RUrxDJew9p\n1nNSewxoVmKhX0G5GxIABfGtdU1nrEzCEoejTDJIFmzEbcLcHpcyarouWLSY\nOpn11FKS1rnb69aflHM7K8l4dhrCkA2i0Dwwl8LN3HayGzDV2Rg=" + - SAUCE_USER=pita +jdk: + - oraclejdk6 +notifications: + email: + - petermartischka@googlemail.com + irc: + channels: + - "irc.freenode.org#etherpad-lite-dev" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 613cd896..abcf0a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.2 + * Internationalization / Language / Translation support (i18n) with support for German/French + * A frontend/client side testing framework and backend build tests + * Customizable robots.txt + * Customizable app title (finally you can name your epl instance!) + * eejs render arguments are now passed on to eejs hooks through the newly introduced `renderContext` argument. + * Plugin-specific settings in settings.json (finally allowing for things like a google analytics plugin) + * Serve admin dashboard at /admin (still very limited, though) + * Modify your settings.json through the newly created UI at /admin/settings + * Fix: Import
    's as
      's and not as