You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/09/29 11:04:56 UTC

[7/7] git commit: updated refs/heads/master to 244e9e1

Merge pull request #1669 from shapeblue/no-jsp

Make CloudStack JSP-freeCLOUDSTACK-9842: Make UI JSP Free

    We use some JSP files mainly for translation of strings in the UI. This is
    achievable purely in JavaScript. This removes those JSPs, simplifies
    translation usage and workflow (purely JS based). The l10n js (dictionary)
    files are generated from existing messages.properties files during client-ui
    code generation phase.

/cc @jburwell @karuturi @abhinandanprateek @murali-reddy @wido @NuxRo @milamberspace @koushik-das and others

@milamberspace can our translation workflow/infra be changed to translate the JS files instead of the messages.properties file?

* pr/1669:
  CLOUDSTACK-9842: Make UI JSP Free

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/244e9e13
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/244e9e13
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/244e9e13

Branch: refs/heads/master
Commit: 244e9e13ce5c120f71f55575701165007b53edad
Parents: a509790 16913a9
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Sep 29 16:33:49 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Sep 29 16:33:49 2016 +0530

----------------------------------------------------------------------
 client/WEB-INF/web.xml               |    2 +-
 client/pom.xml                       |   26 +
 client/tomcatconf/web.xml.in         |    1 -
 packaging/centos7/tomcat7/web.xml    |    1 -
 pom.xml                              |    7 +-
 scripts/installer/windows/client.wxs |    6 -
 server/pom.xml                       |   10 -
 tools/transifex/gen-l10n.py          |  106 ++
 ui/dictionary.jsp                    | 1158 ------------------
 ui/dictionary2.jsp                   | 1131 -----------------
 ui/error.html                        |   30 +
 ui/error.jsp                         |   30 -
 ui/index.html                        | 1892 +++++++++++++++++++++++++++++
 ui/index.jsp                         | 1849 ----------------------------
 14 files changed, 2056 insertions(+), 4193 deletions(-)
----------------------------------------------------------------------