• R/O
  • SSH
  • HTTPS

opengion: Commit


Commit MetaInfo

Revision1878 (tree)
Time2020-06-16 16:34:51
Authorchatrun

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/opengionV7/uap/webapps/gf/doc/RELEASE-NOTES_7.txt (revision 1877)
+++ trunk/opengionV7/uap/webapps/gf/doc/RELEASE-NOTES_7.txt (revision 1878)
@@ -14,6 +14,12 @@
1414 fukurou.fileexec.CommandLine#stopFgykan()
1515 fukurou.fileexec.MainProcess#shutdown(boolean flag)
1616
17+ [ファイル名変換が効かない]
18+ [【GMIS標準】エクセル出力時にファイル名が「fileout」となる] (43100-200616-01)
19+ useRedirect="true" にすると、ファイル名変換が効きませんでした。
20+ セットした理由が不明です。一応、元に戻します。
21+ jsp\common\fileDownload.jsp
22+
1723 [jsp , js , css , tld更新]
1824 C:\opengionV7\uap\webapps\gf\jsp\GF9999\result.jsp
1925 C:\opengionV7\uap\webapps\gf\src\script\common\default.js
--- trunk/opengionV7/uap/webapps/gf/src/org/opengion/fukurou/system/BuildNumber.java (revision 1877)
+++ trunk/opengionV7/uap/webapps/gf/src/org/opengion/fukurou/system/BuildNumber.java (revision 1878)
@@ -65,8 +65,8 @@
6565 * @og.paramLevel 9:自動設定
6666 */
6767 // public static final String BUILD_TYPE = "Release7 Builds (2020168)" ; // 20XX+通算日数
68-// public static final String BUILD_TYPE = "Release7 Builds (T1592263019)" ; // 通算秒数
69- public static final String BUILD_TYPE = "Release7 Builds (26537716)" ; // 通算分数
68+// public static final String BUILD_TYPE = "Release7 Builds (T1592292559)" ; // 通算秒数
69+ public static final String BUILD_TYPE = "Release7 Builds (26538209)" ; // 通算分数
7070
7171 /**
7272 * エンジンバージョンNo。
@@ -81,7 +81,7 @@
8181 * このエンジンのビルド時刻を設定します。
8282 * @og.paramLevel 9:自動設定
8383 */
84- public static final String TIMESTAMP = "2020/06/16 08:16:59" ;
84+ public static final String TIMESTAMP = "2020/06/16 16:29:19" ;
8585
8686 /**
8787 * 稼動しているサーバーのOS情報。
@@ -126,7 +126,7 @@
126126 *
127127 * @og.paramLevel 9:自動設定
128128 */
129- public static final String BUILD_ID = "20200616081659" ;
129+ public static final String BUILD_ID = "20200616162919" ;
130130
131131 /**
132132 * デフォルトコンストラクターをprivateにして、
Show on old repository browser