-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・「エディタ」の選択肢一覧をフィルタする機能を追加。 ・一覧編集画面で添付ファイルの追加・削除を行える機能を追加。 ・分析チャート機能を追加。 ・チェック項目の集計機能を追加。 ・画像をLightBoxで表示する機能を追加。 ・ダッシュボードパーツに一覧を追加。 ・ダッシュボードのレイアウトをビューに保存する機能を追加。 ・サーバスクリプト新規作成時、初期状態でONになっていた「計算式の前」のチェックをOFFに変更。 ・入れ子のダイアログをクリックした際に前面のダイアログのみ閉じるように修正。 ・Ajaxによる更新でラジオボタンの分類項目への変更が反映されない問題を解消。 ・テーブルのExport API実行時、SysLogsのAPI項目がtrueにならない問題を解消。 ・状況による制御の設定画面で、複数選択した項目が1度に変更できない問題を解消。 ・リマインダのテストを実行すると、共通のサーバースクリプトが他のサーバースクリプトのコードに追加される問題を解消。 ・LDAP連携でLdapExcludeAccountDisabledの設定が機能しない問題を解消。 ・NULL許容の数値項目の値が0の場合にCSVインポートでNULLに上書きできない問題を解消。 ・カレンダーからレコードの新規作成時、自動ポストバックの項目を変更すると日付が初期値に変更される問題を解消。
- Loading branch information
Showing
234 changed files
with
6,956 additions
and
817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_AnalyCases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Id": "Model_AnalyCases", | ||
"RepeatType": "Table", | ||
"Indent": "4", | ||
"Separator": "\\r\\n", | ||
"ItemOnly": "1", | ||
"Include": "Issues,Results" | ||
} |
4 changes: 4 additions & 0 deletions
4
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_AnalyCases_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
case "#TableName#": | ||
return #ModelName#Utilities.Analy( | ||
context: context, | ||
ss: Site.SiteSettings); |
8 changes: 8 additions & 0 deletions
8
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_AnalyJsonCases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Id": "Model_AnalyJsonCases", | ||
"RepeatType": "Table", | ||
"Indent": "4", | ||
"Separator": "\\r\\n", | ||
"ItemOnly": "1", | ||
"Include": "Issues,Results" | ||
} |
4 changes: 4 additions & 0 deletions
4
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_AnalyJsonCases_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
case "#TableName#": | ||
return #ModelName#Utilities.AnalyJson( | ||
context: context, | ||
ss: Site.SiteSettings); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_DashboardGridRowsCases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Id": "Model_DashboardGridRowsCases", | ||
"RepeatType": "Table", | ||
"Indent": "4", | ||
"Separator": "\\r\\n", | ||
"ItemOnly": "1", | ||
"Include": "Dashboards" | ||
} |
5 changes: 5 additions & 0 deletions
5
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_DashboardGridRowsCases_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
case "#TableName#": | ||
return #ModelName#Utilities.DashboardIndexGridRows( | ||
context: context, | ||
ss: Site.SiteSettings, | ||
offset: context.Forms.Int("GridOffset")); |
8 changes: 8 additions & 0 deletions
8
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_OpenAnalyPartDialogCases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Id": "Model_OpenAnalyPartDialogCases", | ||
"RepeatType": "Table", | ||
"Indent": "4", | ||
"Separator": "\\r\\n", | ||
"ItemOnly": "1", | ||
"Include": "Issues,Results" | ||
} |
4 changes: 4 additions & 0 deletions
4
...m.Pleasanter/App_Data/Definitions/Definition_Code/Model_OpenAnalyPartDialogCases_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
case "#TableName#": | ||
return #ModelName#Utilities.OpenAnalyPartDialog( | ||
context: context, | ||
ss: Site.SiteSettings); |
6 changes: 6 additions & 0 deletions
6
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_PostInit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Id": "Model_PostInit", | ||
"Indent": "3", | ||
"ItemOnly": "1", | ||
"Include": "Issues,Results,Wikis" | ||
} |
10 changes: 10 additions & 0 deletions
10
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Model_PostInit_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
var postInitForm = formData | ||
.Where(o => o.Key.StartsWith("PostInit_")) | ||
.ToDictionary(o => o.Key.Replace("PostInit_", ""), o => o.Value); | ||
if (postInitForm.Count > 0) | ||
{ | ||
SetByFormData( | ||
context: context, | ||
ss: ss, | ||
formData: postInitForm); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
|
||
<!--Model_SetByForm_Sites--> | ||
|
||
<!--Model_PostInit--> | ||
|
||
SetByFormData( | ||
context: context, | ||
ss: ss, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
switch (Site.ReferenceType) | ||
{ | ||
|
||
<!--Model_DashboardGridRowsCases--> | ||
<!--Model_GridRowsCases--> | ||
|
||
default: | ||
|
Oops, something went wrong.