[Ngms-svn] SVN-Commit: [778] [webui] show version statuses on the directory view.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 1日 (金) 18:46:22 JST


Revision: 778
          http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=778
Author:   osiire
Date:     2011-04-01 18:46:22 +0900 (Fri, 01 Apr 2011)

Log Message:
-----------
[webui] show version statuses on the directory view.

- fix bug that permissions does not appear on the directory view.
  This was caused by String.concat returning mutable strings.
  OCaml's mutable strings are seemed to be represented as JavaScript Arrays,
  so we should convert them to immutable strings (JavaScript Strings).

Modified Paths:
--------------
    trunk/webapi/src/main/scala/info/ngms/webapi/api/NGMSApi.scala
    trunk/webapi/src/main/scala/info/ngms/webapi/model/User.scala
    trunk/webapi/src/main/webapp/test-ui/index.html
    trunk/webapi/src/main/webapp/test-ui/js/ngms.ml
    trunk/webapi/src/main/webapp/test-ui/js/webui.js
    trunk/webapi/src/main/webapp/test-ui/js/webui.ml




Ngms-svn メーリングリストの案内
Back to archive index