Daniel Quathamer
1 year ago
35 changed files with 677 additions and 199 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><module xmlns:dbi="http://www.his.de/Abt1/Interfaces/dbi_V1.0"> |
||||
<database> |
||||
<!--Automatisch generiert von Edustore für database=eduetl und dbsystem=POSTGRES |
||||
<!--Automatisch generiert von Edustore für database=eduetl und dbsystem=INFORMIX |
||||
Sie können diese Tabellen als Vorlage für Ladetabellen in EDUDATA benutzen--></database> |
||||
</module> |
||||
|
@ -1,21 +1,26 @@
@@ -1,21 +1,26 @@
|
||||
--Sicherheitskritische obsolete Masken löschen |
||||
delete from maskeninfo where tid=70540; |
||||
delete from felderinfo where tid in (select felderinfo_id from masken_felder_bez where maskeninfo_id=70540); |
||||
delete from sachgeb_maske_bez where maskeninfo_id=70540; |
||||
delete from masken_felder_bez where maskeninfo_id=70540; |
||||
delete from maske_system_bez where maskeninfo_id=70540; |
||||
delete from themenbaum where maskeninfo_id=70540; |
||||
--Sicherheitskritische oder obsolete Masken löschen |
||||
|
||||
delete from maskeninfo where tid=70560; |
||||
delete from felderinfo where tid in (select felderinfo_id from masken_felder_bez where maskeninfo_id=70560); |
||||
delete from sachgeb_maske_bez where maskeninfo_id=70560; |
||||
delete from masken_felder_bez where maskeninfo_id=70560; |
||||
delete from maske_system_bez where maskeninfo_id=70560; |
||||
delete from themenbaum where maskeninfo_id=70560; |
||||
|
||||
delete from maskeninfo where tid=70700; |
||||
delete from felderinfo where tid in (select felderinfo_id from masken_felder_bez where maskeninfo_id=70700); |
||||
delete from sachgeb_maske_bez where maskeninfo_id=70700; |
||||
delete from masken_felder_bez where maskeninfo_id=70700; |
||||
delete from maske_system_bez where maskeninfo_id=70700; |
||||
delete from themenbaum where maskeninfo_id=70700; |
||||
DELETE FROM felderinfo |
||||
WHERE tid in( |
||||
SELECT felderinfo_id FROM masken_felder_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700) |
||||
); |
||||
DELETE FROM maskeninfo |
||||
WHERE tid in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM masken_felder_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM sachgeb_maske_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM maske_system_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM sx_mask_style |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM group_masken_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM macro_masken_bez |
||||
WHERE maskeninfo_id1 in(70520, 70540, 70550, 70560, 70700) |
||||
OR maskeninfo_id2 in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM user_masken_bez |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700); |
||||
DELETE FROM themenbaum |
||||
WHERE maskeninfo_id in(70520, 70540, 70550, 70560, 70700, 71640, 71580); |
||||
|
@ -0,0 +1,38 @@
@@ -0,0 +1,38 @@
|
||||
--freemarker template |
||||
|
||||
--Selektion aus KB: |
||||
-- |
||||
-- SELECT D.systeminfo_id, P.target_server || '/' || P.document_root|| '/' || P.target_path || '/' || 'f_' || chapter_filename || '.htm' as url |
||||
-- FROM kb_chapter K, kb_document D, kb_output_project P, kb_output_project_part A |
||||
-- where D.id=K.document_id |
||||
-- and P.id=A.output_project_id |
||||
-- and A.src_document_id=D.id |
||||
-- and K.defaulttext='Konstanten' |
||||
-- ; |
||||
|
||||
|
||||
<#assign doku_links = [ |
||||
{"systeminfo_id":"310", "link":"http://www.superx-projekt.de/doku/costage_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"121", "link":"http://www.superx-projekt.de/doku/gang_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"3", "link":"http://www.superx-projekt.de/doku/fin_modul/admin_install/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"7", "link":"http://www.superx-projekt.de/doku/sos_modul/admin/conf/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"10", "link":"http://www.superx-projekt.de/doku/cob_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"6", "link":"http://www.superx-projekt.de/doku/sva_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"140", "link":"http://www.superx-projekt.de/doku/ivs_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"7", "link":"http://www.superx-projekt.de/doku/sos_modul/admin/best/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"130", "link":"http://www.superx-projekt.de/doku/zul_modul/admin/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"200", "link":"http://www.superx-projekt.de/doku/man_modul/install/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"109", "link":"http://www.superx-projekt.de/doku/kenn_modul/install/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"300", "link":"http://www.superx-projekt.de/doku/lm_modul/conf/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"9", "link":"http://www.superx-projekt.de/doku/kern_modul/config/f_Konstanten.htm"}, |
||||
{"systeminfo_id":"120", "link":"http://www.superx-projekt.de/doku/erfolg_modul/admin/f_Konstanten.htm"} |
||||
] /> |
||||
<#if K_PLATTFORM?exists && K_PLATTFORM == 2> |
||||
<#foreach link in doku_links> |
||||
|
||||
update konstanten set doku_link='${link.link}' |
||||
where systeminfo_id=${link.systeminfo_id}; |
||||
|
||||
</#foreach> |
||||
|
||||
</#if> |
@ -0,0 +1,100 @@
@@ -0,0 +1,100 @@
|
||||
-- Die cif wird um ICE-Schlüssel erweitert |
||||
--freemarker template |
||||
--(c) 2010 Daniel Quathamer |
||||
|
||||
--Liste der cif-Schlüssel des Moduls: |
||||
--Wird in cif mit key=1 eingefügt |
||||
|
||||
<#assign cif_keys_list = [ |
||||
|
||||
] /> |
||||
|
||||
--Liste der cifx-Schlüssel des Moduls: |
||||
--Wird in cif mit key=2 eingefügt |
||||
|
||||
<#assign cifx_keys_list = [ |
||||
|
||||
{"name":"Befristungsgrund", "key":"635"}, |
||||
{"name":"Quellsystem", "key":"1"} |
||||
{"name":"Art des Studienbeginns", "key":"690"}, |
||||
{"name":"Art des Studienende", "key":"691"}, |
||||
{"name":"Flächenart", "key":"800"}, |
||||
{"name":"Prüfungsamtnummer", "key":"9008"} , |
||||
{"name":"Zuordnungsarten zwischen Units", "key":"9015"} |
||||
] /> |
||||
|
||||
create temp table tmp_cif2 |
||||
( |
||||
tid serial, |
||||
key smallint not null , |
||||
hs integer not null, |
||||
apnr integer not null , |
||||
kurz char(10), |
||||
druck varchar(30), |
||||
lang_1 char(50), |
||||
astat INTEGER , |
||||
parent INTEGER , |
||||
sortc1 CHAR(10) , |
||||
bund_apnr CHAR(10) , |
||||
sprache CHAR(3) |
||||
); |
||||
|
||||
create temp table tmp_hilf(tid integer); |
||||
|
||||
--zuerst Metadaten cif: |
||||
<#list cif_keys_list as cif_key> |
||||
select 'cif-Schlüssel ${cif_key.name} key= ${cif_key.key} einfügen '::varchar(255) from xdummy; |
||||
insert into tmp_cif2(key,hs,apnr,kurz,druck,lang_1 |
||||
) |
||||
select 1,0,${cif_key.key},substring('${cif_key.name}' from 1 for 10),'${cif_key.name}','${cif_key.name}' |
||||
from xdummy |
||||
; |
||||
</#list> |
||||
--dann Metadaten cifx: |
||||
<#list cifx_keys_list as cifx_key> |
||||
select 'cifx-Schlüssel ${cifx_key.name} key= ${cifx_key.key} einfügen '::varchar(255) from xdummy; |
||||
insert into tmp_cif2(key,hs,apnr,kurz,druck,lang_1 |
||||
) |
||||
select 2,0,${cifx_key.key},substring('${cifx_key.name}' from 1 for 10),'${cifx_key.name}','${cifx_key.name}' |
||||
from xdummy |
||||
; |
||||
</#list> |
||||
|
||||
--Vorhandene Schlüssel werden ersetzt, nicht vorhandene Schlüssel bleiben: |
||||
delete from cif where '' || key ||'_' || apnr in |
||||
(select '' || key || '_' || apnr from tmp_cif2 ) |
||||
; |
||||
|
||||
|
||||
|
||||
|
||||
insert into tmp_hilf select max(tid) from cif; |
||||
update tmp_hilf set tid=1 where tid is null; |
||||
|
||||
insert into cif(tid,key,hs,apnr,kurz,druck,lang_1 |
||||
-- , |
||||
-- parent, |
||||
-- astat, |
||||
-- bund_apnr, |
||||
-- sortc1, |
||||
-- sprache |
||||
) |
||||
select C.tid+H.tid,key,hs,apnr,kurz,druck,lang_1 |
||||
-- , |
||||
-- parent, |
||||
-- astat, |
||||
-- bund_apnr, |
||||
-- sortc1, |
||||
-- sprache |
||||
from tmp_cif2 C, tmp_hilf H |
||||
where apnr is not null; |
||||
|
||||
drop table tmp_cif2; |
||||
drop table tmp_hilf; |
||||
|
||||
|
||||
|
||||
update cif set kurz=substring(druck from 1 for 10) |
||||
where kurz is null and druck is not null; |
||||
|
||||
|
Binary file not shown.
@ -0,0 +1,49 @@
@@ -0,0 +1,49 @@
|
||||
|
||||
|
||||
export ANLEITUNG="Modul: KERN |
||||
PATCH 2023-11-22 Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : |
||||
Kernmodul 5.0 Bugfixes |
||||
Layoutanpassung Themenbaum und Menüs |
||||
Bugfix kommandozeilenbasierter Aufruf von Berichten (ExecuteMask) |
||||
Bugfixes Informix |
||||
|
||||
|
||||
Achtung: Dieser Patch ist für SuperX 5.0 geeignet, nicht für HISinOne-BI. |
||||
|
||||
|
||||
Dateien: |
||||
|
||||
Datei: |
||||
edit/kern/show_html_content.jsp Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Bugfix Impressum Link unter Informix |
||||
Datei: |
||||
edit/kern/webapp_manager.jsp Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=306961 : Layoutfeinheiten Webanwendung Manager |
||||
Datei: |
||||
style/superx.css Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Layout Themenbaum nach Login: Blautöne vereinheitlicht |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/masken/remove_obsolete_masks.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/prozeduren/proc_sp_user_themen_ids.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Bugfix Themenbaum bei Informix |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Doku Links Konstanten setzen bei SuperX |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/upgrade/cif_fuellen_key_2.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : CIF-Schlüssel key=2 nachtragen (Stammdatenverwaltung) |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_pg.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Doku Links Konstanten setzen bei SuperX |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_ids.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Doku Links Konstanten setzen bei SuperX |
||||
Datei: |
||||
WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_themenbaum.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen |
||||
Datei: |
||||
WEB-INF/lib/superx5.0.jar Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=272917 : SuperX-Servlet Bugfix ExecuteMask net.sf.saxon.trans.XPathException: Cannot find a 1-argument function named... |
||||
Datei: |
||||
xml/pageComponents_html.xsl Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Icons im Breadcrumb verkleinert |
||||
Änderungen: |
||||
Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Anpassung Doku Links Konstanten |
||||
Scriptfile: $SUPERX_DIR/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Themenbaum Informix |
||||
Ausgeführter SQL Befehl: drop procedure sp_user_themen(integer,date,smallint); Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Themenbaum Informix |
||||
Scriptfile: $SUPERX_DIR/db/install/prozeduren/proc_sp_user_themen_ids.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen |
||||
Scriptfile: $SUPERX_DIR/db/install/masken/remove_obsolete_masks.sql Erweiterung https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740 : CIF key=2 |
||||
Scriptfile: $SUPERX_DIR/db/install/upgrade/cif_fuellen_key_2.sql |
||||
" |
||||
export MODULE_LIST="kern " |
||||
|
@ -0,0 +1,137 @@
@@ -0,0 +1,137 @@
|
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||||
<title>Patch </title> |
||||
<META NAME="author" content="Daniel Quathamer"> |
||||
<META NAME="copyright" content="(c)2023 Daniel Quathamer"> |
||||
<META NAME="date" content="24.11.2023 21:39:57"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><style type="text/css"> |
||||
|
||||
@page { } |
||||
table { border-collapse:collapse; border-spacing:0; empty-cells:show } |
||||
td, th { vertical-align:top; font-size:12pt;} |
||||
h1, h2, h3, h4, h5, h6 { clear:both } |
||||
|
||||
|
||||
span.footnodeNumber { padding-right:1em; } |
||||
span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000; margin:0; border:0; padding:0; } |
||||
|
||||
</style><LINK REL="stylesheet" type="text/css" href="https://super-ics.de/superx/style/bulma.css"> |
||||
<base target="_parent"> |
||||
</head> |
||||
<body> |
||||
<div class="container has-text-left"> |
||||
<div class="columns is-mobile is-left"> |
||||
<div class="column is-14"> |
||||
<div class="card has-background"> |
||||
<div class="card"> |
||||
<header class="card-header"> |
||||
<div class="media-content"> |
||||
<div class="media-left"> |
||||
<figure class="image is-96x96"><a href="http://www.superx-projekt.de"><img src="https://super-ics.de/superx/images/superx_logo_pur.png"></a></figure> |
||||
</div> |
||||
<div class="media-right"> |
||||
<p class="title is-1"></p> |
||||
<p class="title is-3">Patchnotes mit Administrationshilfe</p> |
||||
<p class="subtitle is-5">made by MEMTEXT</p> |
||||
<p class="subtitle is-5"></p> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="card-content"> |
||||
<div class="media"> |
||||
<div class="media-left"> |
||||
<figure class="image is-48x48"><img src="https://super-ics.de/superx/images/context_add.svg"></figure> |
||||
</div> |
||||
<div class="media-content"> |
||||
<p class="title is-5">Modul: KERN</p> |
||||
<p class="subtitle is-5">PATCH 2023-11-22</p> |
||||
</div> |
||||
</div> |
||||
<div class="content"> |
||||
<p><strong>Achtung: Der Patch ist nur für aktuelle Modulversionen geeignet!</strong></p> |
||||
<p><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: |
||||
</p> |
||||
<patch-description feature_id="307740"> |
||||
|
||||
<ul><strong>Kernmodul 5.0 Bugfixes </strong> |
||||
|
||||
<li>Layoutanpassung Themenbaum und Menüs</li> |
||||
|
||||
<li>Bugfix kommandozeilenbasierter Aufruf von Berichten (ExecuteMask)</li> |
||||
|
||||
<li>Bugfixes Informix</li> |
||||
|
||||
</ul> |
||||
|
||||
<p> |
||||
<strong>Achtung:</strong> Dieser Patch ist für SuperX 5.0 geeignet, nicht für HISinOne-BI.<br> |
||||
|
||||
</p> |
||||
|
||||
</patch-description> |
||||
<p>Dateien:</p> |
||||
<ul type="circle"> |
||||
<li>Datei: edit/kern/show_html_content.jsp<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Bugfix Impressum Link unter Informix |
||||
</li> |
||||
<li>Datei: edit/kern/webapp_manager.jsp<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=306961">306961</a></strong>: Layoutfeinheiten Webanwendung Manager |
||||
</li> |
||||
<li>Datei: style/superx.css<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Layout Themenbaum nach Login: Blautöne vereinheitlicht |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/masken/remove_obsolete_masks.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/prozeduren/proc_sp_user_themen_ids.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Bugfix Themenbaum bei Informix |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Doku Links Konstanten setzen bei SuperX |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/upgrade/cif_fuellen_key_2.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: CIF-Schlüssel key=2 nachtragen (Stammdatenverwaltung) |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_pg.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Doku Links Konstanten setzen bei SuperX |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_ids.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Doku Links Konstanten setzen bei SuperX |
||||
</li> |
||||
<li>Datei: WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_themenbaum.sql<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen |
||||
</li> |
||||
<li>Datei: WEB-INF/lib/superx5.0.jar<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=272917">272917</a></strong>: SuperX-Servlet Bugfix ExecuteMask net.sf.saxon.trans.XPathException: Cannot find a 1-argument function named... |
||||
</li> |
||||
<li>Datei: xml/pageComponents_html.xsl<br><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Icons im Breadcrumb verkleinert |
||||
</li> |
||||
</ul> |
||||
<p>Änderungen:</p> |
||||
<ul type="circle"> |
||||
<li><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Anpassung Doku Links Konstanten<br>Scriptfile: $SUPERX_DIR/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql |
||||
</li> |
||||
<li><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Themenbaum Informix<br> |
||||
Ausgeführter SQL Befehl: drop procedure sp_user_themen(integer,date,smallint); |
||||
</li> |
||||
<li><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Themenbaum Informix<br>Scriptfile: $SUPERX_DIR/db/install/prozeduren/proc_sp_user_themen_ids.sql |
||||
</li> |
||||
<li><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen<br>Scriptfile: $SUPERX_DIR/db/install/masken/remove_obsolete_masks.sql |
||||
</li> |
||||
<li><strong> Erweiterung <a href="https://hiszilla.his.de/hiszilla/show_bug.cgi?id=307740">307740</a></strong>: CIF key=2<br>Scriptfile: $SUPERX_DIR/db/install/upgrade/cif_fuellen_key_2.sql |
||||
</li> |
||||
</ul> |
||||
<hr> |
||||
</div> |
||||
<div class="content"> |
||||
<h3>Download</h3> |
||||
<ul> |
||||
<li><strong>Patch SuperX <a href="http://www.superx-projekt.de/dist/patch/patch_2023-11-22_superx_utf8.zip">klassisch in UTF8</a></strong></li> |
||||
<li><strong>Patch <a href="http://www.superx-projekt.de/dist/patch/patch_2023-11-22_superx_iso.zip">klassisch in ISO</a></strong></li> |
||||
</ul> |
||||
<p><small>In der klassischen SuperX-Variante liegt das db und webserver Verzeichnis auf einer Ebene meistens unterhalb von /home/superx. |
||||
Bei der "webapps"-Variante liegt alles unterhalb von webapps/superx. Dies ist der Standard in HISinOne-BI.</small></p> |
||||
</div> |
||||
<footer class="card-footer"><a href="http://download.superx-projekt.de/" class="card-footer-item"> Link zur Downloadseite |
||||
|
||||
<figure class="image is-48x48"><img src="https://super-ics.de/superx/images/downloadblck.svg"></figure></a><a href="http://www.superx-projekt.de/doku/kern_modul/install/f_Patcheinspielen.htm" class="card-footer-item"> Hinweise zur Patchinstallation |
||||
|
||||
<figure class="image is-48x48"><img src="https://super-ics.de/superx/images/bookblck.svg"></figure></a><a href="https://super-ics.de/impressum.htm" class="card-footer-item"> Impressum </a><a href="https://super-ics.de/datenschutz_public.htm" class="card-footer-item"> Datenschutz </a></footer> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,73 @@
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<patch patch_id="2023-11-22"> |
||||
<systeme> |
||||
<!--<system name="his1" codierung="utf8"/>--> |
||||
<system name="superx" codierung="utf8"/> |
||||
<system name="superx" codierung="iso"/> |
||||
</systeme> |
||||
|
||||
|
||||
<module name="kern" systeminfo_id="xxx" inst_from="xx"> |
||||
<patch-description feature_id="307740"> |
||||
<ul><strong>Kernmodul 5.0 Bugfixes </strong> |
||||
<li>Layoutanpassung Themenbaum und Menüs</li> |
||||
<li>Bugfix kommandozeilenbasierter Aufruf von Berichten (ExecuteMask)</li> |
||||
<li>Bugfixes Informix</li> |
||||
</ul> |
||||
<p> |
||||
<strong>Achtung:</strong> Dieser Patch ist für SuperX 5.0 geeignet, nicht für HISinOne-BI.<br /> |
||||
</p> |
||||
</patch-description> |
||||
|
||||
<patch-test> |
||||
<!-- Bisher nur sql erlaubt. Ergebniss muss 0 sein, um zu erlauben, dass der Patch eingespielt wird! --> |
||||
<nativeaction sql="select 0 from xdummy where (select count(*) from db_version where his_system='kern') > 0 " scriptfile="" database=""/> |
||||
</patch-test> |
||||
|
||||
<patch-data> |
||||
|
||||
<files> |
||||
<file path="edit/kern/show_html_content.jsp"><patch-description feature_id="307740">Bugfix Impressum Link unter Informix</patch-description></file> |
||||
<file path="edit/kern/webapp_manager.jsp"><patch-description feature_id="306961">Layoutfeinheiten Webanwendung Manager</patch-description></file> |
||||
<file path="style/superx.css"><patch-description feature_id="307740">Layout Themenbaum nach Login: Blautöne vereinheitlicht</patch-description></file> |
||||
<file path="WEB-INF/conf/edustore/db/install/masken/remove_obsolete_masks.sql"><patch-description feature_id="307740">Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen</patch-description></file> |
||||
<file path="WEB-INF/conf/edustore/db/install/prozeduren/proc_sp_user_themen_ids.sql"><patch-description feature_id="307740">Bugfix Themenbaum bei Informix</patch-description></file> |
||||
|
||||
<file path="WEB-INF/conf/edustore/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql"><patch-description feature_id="307740">Doku Links Konstanten setzen bei SuperX</patch-description></file> |
||||
<file path="WEB-INF/conf/edustore/db/install/upgrade/cif_fuellen_key_2.sql"><patch-description feature_id="307740">CIF-Schlüssel key=2 nachtragen (Stammdatenverwaltung)</patch-description></file> |
||||
|
||||
<file path="WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_pg.sql"><patch-description feature_id="307740">Doku Links Konstanten setzen bei SuperX</patch-description></file> |
||||
<file path="WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_ids.sql"><patch-description feature_id="307740">Doku Links Konstanten setzen bei SuperX</patch-description></file> |
||||
<file path="WEB-INF/conf/edustore/db/install/upgrade/kern_upgrade_themenbaum.sql"><patch-description feature_id="307740">Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen</patch-description></file> |
||||
<file path="WEB-INF/lib/superx5.0.jar"><patch-description feature_id="272917">SuperX-Servlet Bugfix ExecuteMask net.sf.saxon.trans.XPathException: Cannot find a 1-argument function named...</patch-description></file> |
||||
<file path="xml/pageComponents_html.xsl"><patch-description feature_id="307740">Icons im Breadcrumb verkleinert</patch-description></file> |
||||
|
||||
|
||||
</files> |
||||
|
||||
<database name="superx"> |
||||
<!-- TODO: hier können beliebige Elemente der normalen Modul-XML stehen--> |
||||
<masken> |
||||
|
||||
</masken> |
||||
</database> |
||||
|
||||
<upgrade> |
||||
<upgrade-step> |
||||
<action> |
||||
<nativeaction sql="" scriptfile="$SUPERX_DIR/db/install/schluesseltabellen/konstanten_doku_links_setzen.sql" database=""><patch-description feature_id="307740">Anpassung Doku Links Konstanten</patch-description></nativeaction> |
||||
<nativeaction sql="drop procedure sp_user_themen(integer,date,smallint);" scriptfile="" database="INFORMIX"><patch-description feature_id="307740">Themenbaum Informix</patch-description></nativeaction> |
||||
<nativeaction sql="" scriptfile="$SUPERX_DIR/db/install/prozeduren/proc_sp_user_themen_ids.sql" database="INFORMIX"><patch-description feature_id="307740">Themenbaum Informix</patch-description></nativeaction> |
||||
<nativeaction sql="" scriptfile="$SUPERX_DIR/db/install/masken/remove_obsolete_masks.sql" database=""><patch-description feature_id="307740">Masken Verwundbarkeitstest und Test LiveMapping unsichtbar machen</patch-description></nativeaction> |
||||
<nativeaction sql="" scriptfile="$SUPERX_DIR/db/install/upgrade/cif_fuellen_key_2.sql" database=""><patch-description feature_id="307740">CIF key=2</patch-description></nativeaction> |
||||
</action> |
||||
</upgrade-step> |
||||
</upgrade> |
||||
|
||||
</patch-data> |
||||
|
||||
</module> |
||||
|
||||
|
||||
|
||||
</patch> |
Loading…
Reference in new issue