diff --git a/content/projekt/mantisdetail.overlay.xul.php b/content/projekt/mantisdetail.overlay.xul.php
index 45d95eae3..09913eb0f 100755
--- a/content/projekt/mantisdetail.overlay.xul.php
+++ b/content/projekt/mantisdetail.overlay.xul.php
@@ -50,100 +50,107 @@ echo '';
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
-
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/content/projekt/projekttask.overlay.js.php b/content/projekt/projekttask.overlay.js.php
index c44bd521a..25161f35e 100755
--- a/content/projekt/projekttask.overlay.js.php
+++ b/content/projekt/projekttask.overlay.js.php
@@ -340,15 +340,16 @@ function onselectProjekttask()
document.getElementById('textbox-projekttask-detail-mantis_id').value=mantis_id;
//Mantis Tab reset
- document.getElementById('textbox-projekttask-mantis-mantis_id').value='';
document.getElementById('textbox-projekttask-mantis-issue_summary').value=bezeichnung;
document.getElementById('textbox-projekttask-mantis-issue_description').value=beschreibung;
+ document.getElementById('textbox-projekttask-mantis-issue_project_id').value='1';
+ document.getElementById('textbox-projekttask-mantis-issue_category').value='General';
+
+ document.getElementById('textbox-projekttask-mantis-mantis_id').value='';
document.getElementById('textbox-projekttask-mantis-issue_view_state_id').value='';
document.getElementById('textbox-projekttask-mantis-issue_view_state_name').value='';
document.getElementById('textbox-projekttask-mantis-issue_last_updated').value='';
- document.getElementById('textbox-projekttask-mantis-issue_project_id').value='';
document.getElementById('textbox-projekttask-mantis-issue_project_name').value='';
- document.getElementById('textbox-projekttask-mantis-issue_category').value='';
document.getElementById('textbox-projekttask-mantis-issue_priority_id').value='';
document.getElementById('textbox-projekttask-mantis-issue_priority_name').value='';
document.getElementById('textbox-projekttask-mantis-issue_severity_id').value='';
@@ -463,40 +464,42 @@ function onselectProjekttask()
function saveProjekttaskMantis()
{
//Werte holen
- mantis_id = document.getElementById('textbox-projekttask-mantis-mantis_id').value;
- issue_summary=document.getElementById('textbox-projekttask-mantis-issue_summary').value;
- issue_description=document.getElementById('textbox-projekttask-mantis-issue_description').value;
- issue_view_state_id=document.getElementById('textbox-projekttask-mantis-issue_view_state_id').value;
- issue_view_state_name=document.getElementById('textbox-projekttask-mantis-issue_view_state_name').value;
- issue_last_updated=document.getElementById('textbox-projekttask-mantis-issue_last_updated').value;
- issue_project_id=document.getElementById('textbox-projekttask-mantis-issue_project_id').value;
- issue_project_name=document.getElementById('textbox-projekttask-mantis-issue_project_name').value;
- issue_category=document.getElementById('textbox-projekttask-mantis-issue_category').value;
- issue_priority_id=document.getElementById('textbox-projekttask-mantis-issue_priority_id').value;
- issue_priority_name=document.getElementById('textbox-projekttask-mantis-issue_priority_name').value;
- issue_severity_id=document.getElementById('textbox-projekttask-mantis-issue_severity_id').value;
- issue_severity_name=document.getElementById('textbox-projekttask-mantis-issue_severity_name').value;
- issue_status_id=document.getElementById('textbox-projekttask-mantis-issue_status_id').value;
- issue_status_name=document.getElementById('textbox-projekttask-mantis-issue_status_name').value;
- issue_reporter_id=document.getElementById('textbox-projekttask-mantis-issue_reporter_id').value;
- issue_reporter_name=document.getElementById('textbox-projekttask-mantis-issue_reporter_name').value;
- issue_reporter_real_name=document.getElementById('textbox-projekttask-mantis-issue_reporter_real_name').value;
- issue_reporter_email=document.getElementById('textbox-projekttask-mantis-issue_reporter_email').value;
- issue_reproducibility_id=document.getElementById('textbox-projekttask-mantis-issue_reproducibility_id').value;
- issue_reproducibility_name=document.getElementById('textbox-projekttask-mantis-issue_reproducibility_name').value;
- issue_date_submitted=document.getElementById('textbox-projekttask-mantis-issue_date_submitted').value;
- issue_sponsorship_total=document.getElementById('textbox-projekttask-mantis-issue_sponsorship_total').value;
- issue_projection_id=document.getElementById('textbox-projekttask-mantis-issue_projection_id').value;
- issue_projection_name=document.getElementById('textbox-projekttask-mantis-issue_projection_name').value;
- issue_eta_id=document.getElementById('textbox-projekttask-mantis-issue_eta_id').value;
- issue_eta_name=document.getElementById('textbox-projekttask-mantis-issue_eta_name').value;
- issue_resolution_id=document.getElementById('textbox-projekttask-mantis-issue_resolution_id').value;
- issue_resolution_name=document.getElementById('textbox-projekttask-mantis-issue_resolution_name').value;
- issue_due_date=document.getElementById('textbox-projekttask-mantis-issue_due_date').value;
- issue_steps_to_reproduce=document.getElementById('textbox-projekttask-mantis-issue_steps_to_reproduce').value;
- issue_additional_information=document.getElementById('textbox-projekttask-mantis-issue_additional_information').value;
+ var projekttask_id = document.getElementById('textbox-projekttaskdetail-projekttask_id').value;
+ var mantis_id = document.getElementById('textbox-projekttask-mantis-mantis_id').value;
+ var issue_summary=document.getElementById('textbox-projekttask-mantis-issue_summary').value;
+ var issue_description=document.getElementById('textbox-projekttask-mantis-issue_description').value;
+ var issue_view_state_id=document.getElementById('textbox-projekttask-mantis-issue_view_state_id').value;
+ var issue_view_state_name=document.getElementById('textbox-projekttask-mantis-issue_view_state_name').value;
+ var issue_last_updated=document.getElementById('textbox-projekttask-mantis-issue_last_updated').value;
+ var issue_project_id=document.getElementById('textbox-projekttask-mantis-issue_project_id').value;
+ var issue_project_name=document.getElementById('textbox-projekttask-mantis-issue_project_name').value;
+ var issue_category=document.getElementById('textbox-projekttask-mantis-issue_category').value;
+ var issue_priority_id=document.getElementById('textbox-projekttask-mantis-issue_priority_id').value;
+ var issue_priority_name=document.getElementById('textbox-projekttask-mantis-issue_priority_name').value;
+ var issue_severity_id=document.getElementById('textbox-projekttask-mantis-issue_severity_id').value;
+ var issue_severity_name=document.getElementById('textbox-projekttask-mantis-issue_severity_name').value;
+ var issue_status_id=document.getElementById('textbox-projekttask-mantis-issue_status_id').value;
+ var issue_status_name=document.getElementById('textbox-projekttask-mantis-issue_status_name').value;
+ var issue_reporter_id=document.getElementById('textbox-projekttask-mantis-issue_reporter_id').value;
+ var issue_reporter_name=document.getElementById('textbox-projekttask-mantis-issue_reporter_name').value;
+ var issue_reporter_real_name=document.getElementById('textbox-projekttask-mantis-issue_reporter_real_name').value;
+ var issue_reporter_email=document.getElementById('textbox-projekttask-mantis-issue_reporter_email').value;
+ var issue_reproducibility_id=document.getElementById('textbox-projekttask-mantis-issue_reproducibility_id').value;
+ var issue_reproducibility_name=document.getElementById('textbox-projekttask-mantis-issue_reproducibility_name').value;
+ var issue_date_submitted=document.getElementById('textbox-projekttask-mantis-issue_date_submitted').value;
+ var issue_sponsorship_total=document.getElementById('textbox-projekttask-mantis-issue_sponsorship_total').value;
+ var issue_projection_id=document.getElementById('textbox-projekttask-mantis-issue_projection_id').value;
+ var issue_projection_name=document.getElementById('textbox-projekttask-mantis-issue_projection_name').value;
+ var issue_eta_id=document.getElementById('textbox-projekttask-mantis-issue_eta_id').value;
+ var issue_eta_name=document.getElementById('textbox-projekttask-mantis-issue_eta_name').value;
+ var issue_resolution_id=document.getElementById('textbox-projekttask-mantis-issue_resolution_id').value;
+ var issue_resolution_name=document.getElementById('textbox-projekttask-mantis-issue_resolution_name').value;
+ var issue_due_date=document.getElementById('textbox-projekttask-mantis-issue_due_date').value;
+ var issue_steps_to_reproduce=document.getElementById('textbox-projekttask-mantis-issue_steps_to_reproduce').value;
+ var issue_additional_information=document.getElementById('textbox-projekttask-mantis-issue_additional_information').value;
var soapBody = new SOAPObject("saveMantis");
+ soapBody.appendChild(new SOAPObject("projekttask_id")).val(projekttask_id);
soapBody.appendChild(new SOAPObject("mantis_id")).val(mantis_id);
soapBody.appendChild(new SOAPObject("issue_summary")).val(issue_summary);
soapBody.appendChild(new SOAPObject("issue_description")).val(issue_description);
@@ -544,7 +547,7 @@ function clb_saveProjekttaskMantis(respObj)
try
{
var id = respObj.Body[0].saveMantisResponse[0].message[0].Text;
- alert('OK:'+id);
+ TaskTreeRefresh()
}
catch(e)
{
diff --git a/include/mantis.class.php b/include/mantis.class.php
index dd3a31b2e..5bf84dc91 100755
--- a/include/mantis.class.php
+++ b/include/mantis.class.php
@@ -103,7 +103,16 @@ class mantis extends basis_db
*/
public function insertIssue()
{
- $result = $this->soapClient->__soapCall('mc_version',array());
+ $issue = array('summary'=>$this->issue_summary,
+ 'project'=>array('id'=>$this->issue_project->id),
+ 'category'=>$this->issue_category,
+ 'description'=>$this->issue_description,
+ 'steps_to_reproduce'=>$this->issue_steps_to_reproduce,
+ 'additional_information'=>$this->issue_additional_information,
+ );
+
+ $params=array('username' => MANTIS_USERNAME, 'password' => MANTIS_PASSWORT, $issue);
+ $result = $this->soapClient->__soapCall('mc_issue_add',$params);
return $result;
}
@@ -146,8 +155,8 @@ class mantis extends basis_db
$this->issue_description = $result->description;
$this->issue_attachments = $result->attachments;
$this->issue_due_date = $result->due_date;
- $this->issue_steps_to_reproduce = $result->steps_to_reproduce;
- $this->issue_additional_information = $result->additional_information;
+ $this->issue_steps_to_reproduce = (isset($result->steps_to_reproduce)?$result->steps_to_reproduce:'');
+ $this->issue_additional_information = (isset($result->additional_information)?$result->additional_information:'');
return true;
}
diff --git a/rdf/mantis.rdf.php b/rdf/mantis.rdf.php
index 2cf621ce7..a7079746f 100755
--- a/rdf/mantis.rdf.php
+++ b/rdf/mantis.rdf.php
@@ -52,38 +52,38 @@ $mantis->getIssue($issue_id);
- issue_id; ?>
- issue_summary; ?>
- issue_description; ?>
- issue_view_state->id; ?>
- issue_view_state->name; ?>
- issue_last_updated; ?>
- issue_project->id; ?>
- issue_project->name; ?>
- issue_category; ?>
- issue_priority->id; ?>
- issue_priority->name; ?>
- issue_severity->id; ?>
- issue_severity->name; ?>
- issue_status->id; ?>
- issue_status->name; ?>
- issue_reporter->id; ?>
- issue_reporter->name; ?>
- issue_reporter->real_name; ?>
- issue_reporter->email; ?>
- issue_reproducibility->id; ?>
- issue_reproducibility->name; ?>
- issue_date_submitted; ?>
- issue_sponsorship_total; ?>
- issue_projection->id; ?>
- issue_projection->name; ?>
- issue_eta->id; ?>
- issue_eta->name; ?>
- issue_resolution->id; ?>
- issue_resolution->name; ?>
- issue_due_date; ?>
- issue_steps_to_reproduce; ?>
- issue_additional_information; ?>
+ issue_id; ?>]]>
+ issue_summary; ?>]]>
+ issue_description; ?>]]>
+ issue_view_state->id; ?>]]>
+ issue_view_state->name; ?>]]>
+ issue_last_updated; ?>]]>
+ issue_project->id; ?>]]>
+ issue_project->name; ?>]]>
+ issue_category; ?>]]>
+ issue_priority->id; ?>]]>
+ issue_priority->name; ?>]]>
+ issue_severity->id; ?>]]>
+ issue_severity->name; ?>]]>
+ issue_status->id; ?>]]>
+ issue_status->name; ?>]]>
+ issue_reporter->id; ?>]]>
+ issue_reporter->name; ?>]]>
+ issue_reporter->real_name; ?>]]>
+ issue_reporter->email; ?>]]>
+ issue_reproducibility->id; ?>]]>
+ issue_reproducibility->name; ?>]]>
+ issue_date_submitted; ?>]]>
+ issue_sponsorship_total; ?>]]>
+ issue_projection->id; ?>]]>
+ issue_projection->name; ?>]]>
+ issue_eta->id; ?>]]>
+ issue_eta->name; ?>]]>
+ issue_resolution->id; ?>]]>
+ issue_resolution->name; ?>]]>
+ issue_due_date; ?>]]>
+ issue_steps_to_reproduce; ?>]]>
+ issue_additional_information; ?>]]>
diff --git a/skin/styles/tw.css b/skin/styles/tw.css
index 40c8d6aa0..433a93e26 100644
--- a/skin/styles/tw.css
+++ b/skin/styles/tw.css
@@ -540,6 +540,17 @@ font.ContentHeader
padding: 0px 10px 0px 10px;
}
+/* Margin von ersten und letzten P tag entfernen, da sonst
+ breite Raender entstehen koenne*/
+#news .news .text p:first-child
+{
+ margin-top:0px;
+
+}
+#news .news .text p:last-child
+{
+ margin-bottom:0px;
+}
/* Images */
img.testtoolfrage
@@ -680,4 +691,4 @@ option.inactive
.diff-addedline
{
background-color: lightgreen;
-}
\ No newline at end of file
+}
diff --git a/soap/projekttask.soap.php b/soap/projekttask.soap.php
index 6d1b452fe..673fdd6e4 100644
--- a/soap/projekttask.soap.php
+++ b/soap/projekttask.soap.php
@@ -102,22 +102,54 @@ function deleteProjekttask($projekttask_id)
return new SoapFault("Server", $projekttask->errormsg);
}
-function saveMantis($mantis_id, $issue_summary, $issue_description, $issue_view_state_id, $issue_view_state_name, $issue_last_udpated, $issue_project_id, $issue_projekt_name, $issue_category, $issue_priority_id, $issue_priority_name, $issue_severity_id, $issue_severity_name, $issue_status_id, $issue_status_name, $issue_reporter_name, $issue_reporter_real_name, $issue_reporter_email, $issue_reproducibility_id, $issue_reproducibility_name, $issue_date_submitted, $issue_sponsorship_total, $issue_projection_id, $issue_projection_name, $issue_eta_id, $issue_eta_name, $issue_resolution_id, $issue_resolution_name, $issue_due_date, $issue_steps_to_reproduce, $issue_additional_information)
+function saveMantis($projekttask_id, $mantis_id, $issue_summary, $issue_description, $issue_view_state_id, $issue_view_state_name, $issue_last_udpated, $issue_project_id, $issue_projekt_name, $issue_category, $issue_priority_id, $issue_priority_name, $issue_severity_id, $issue_severity_name, $issue_status_id, $issue_status_name, $issue_reporter_name, $issue_reporter_real_name, $issue_reporter_email, $issue_reproducibility_id, $issue_reproducibility_name, $issue_date_submitted, $issue_sponsorship_total, $issue_projection_id, $issue_projection_name, $issue_eta_id, $issue_eta_name, $issue_resolution_id, $issue_resolution_name, $issue_due_date, $issue_steps_to_reproduce, $issue_additional_information)
{
$mantis = new mantis();
- $mantis->issue_id = $mantis_id;
- $mantis->issue_summary = $issue_summary;
- $mantis->issue_description = $issue_description;
- $mantis->issue_project->id = $issue_project_id;
- $mantis->issue_category = $issue_category;
- $mantis->issue_steps_to_reproduce = $issue_steps_to_reproduce;
- $mantis->issue_additional_information = $issue_additional_information;
-
- if($mantis->updateIssue())
- return 'ok';
+ if($mantis_id!='')
+ {
+ //Update
+
+ $mantis->issue_id = $mantis_id;
+ $mantis->issue_summary = $issue_summary;
+ $mantis->issue_description = $issue_description;
+ $mantis->issue_project->id = $issue_project_id;
+ $mantis->issue_category = $issue_category;
+ $mantis->issue_steps_to_reproduce = $issue_steps_to_reproduce;
+ $mantis->issue_additional_information = $issue_additional_information;
+
+ if($mantis->updateIssue())
+ return 'ok';
+ else
+ return new SoapFault("Server", 'Fehler:'.$mantis->errormsg);
+ }
else
- return new SoapFault("Server", 'Fehler:'.$mantis->errormsg);
+ {
+ //Neu
+ $mantis->issue_summary = $issue_summary;
+ $mantis->issue_description = $issue_description;
+ $mantis->issue_project->id = $issue_project_id;
+ $mantis->issue_steps_to_reproduce = $issue_steps_to_reproduce;
+ $mantis->issue_additional_information = $issue_additional_information;
+ $mantis->issue_category = $issue_category;
+
+ if($id = $mantis->insertIssue())
+ {
+ $projekttask = new projekttask();
+ //Mantis ID zu Projekttask speichern
+ if($projekttask->load($projekttask_id))
+ {
+ $projekttask->new=false;
+ $projekttask->mantis_id=$id;
+ if($projekttask->save())
+ return 'ok';
+ else
+ return new SoapFault("Server", 'Fehler:'.$projekttask->errormsg);
+ }
+ }
+ else
+ return new SoapFault("Server", 'Fehler:'.$mantis->errormsg);
+ }
}
?>
diff --git a/soap/projekttask.wsdl.php b/soap/projekttask.wsdl.php
index ecd8cad14..98fd09be6 100644
--- a/soap/projekttask.wsdl.php
+++ b/soap/projekttask.wsdl.php
@@ -34,6 +34,7 @@ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
+
diff --git a/system/FH-Complete.txp b/system/FH-Complete.txp
index 20ca53e3d..ab9ab8330 100644
--- a/system/FH-Complete.txp
+++ b/system/FH-Complete.txp
@@ -43177,7 +43177,7 @@
54
0
794
- 317
+ 356
0
1
1
@@ -43386,7 +43386,7 @@
56
0
820
- 473
+ 512
0
1
1
@@ -43740,15 +43740,15 @@
{0E058C3F-E002-4DE4-A099-651D67DDCBEC}
773
- 1040
+ 1049
848
- 938
+ 957
879
- 938
+ 957
1131
@@ -43783,7 +43783,7 @@
{6704B70E-0AB9-410E-AEDB-795DE7375F92}
958
- 1401
+ 1414
1162
@@ -43795,11 +43795,11 @@
907
- 1544
+ 1570
876
- 1544
+ 1570
@@ -43869,15 +43869,15 @@
{69408933-7B12-47CF-A4BF-073FDC6F95DA}
889
- 674
+ 678
848
- 858
+ 868
879
- 858
+ 868
1099
@@ -44126,36 +44126,36 @@
{6704B70E-0AB9-410E-AEDB-795DE7375F92}
- 701
- 1701
+ 748
+ 1750
876
- 1387
+ 1400
907
- 1387
+ 1400
907
- 1387
+ 1400
907
- 1733
+ 1772
466
- 1733
+ 1772
466
- 1733
+ 1772
466
- 1702
+ 1741
@@ -44182,15 +44182,15 @@
{05D38B22-230A-490A-AE08-48BD19868B8F}
940
- 1490
+ 1504
848
- 1017
+ 1046
879
- 1017
+ 1046
1201
@@ -44362,7 +44362,7 @@
47
1305
0
- 753
+ 804
512
0
1
@@ -44401,7 +44401,7 @@
743
1274
0
- 796
+ 848
395
0
1
@@ -44445,8 +44445,8 @@
610
2473
0
- 753
- 395
+ 794
+ 356
0
1
1
@@ -44484,8 +44484,8 @@
1122
2477
0
- 754
- 512
+ 801
+ 551
0
1
1
@@ -44523,8 +44523,8 @@
1761
2477
0
- 771
- 434
+ 820
+ 512
0
1
1
@@ -44562,7 +44562,7 @@
43
44
0
- 834
+ 899
473
0
1
@@ -44601,7 +44601,7 @@
1334
1236
0
- 918
+ 959
1292
0
1
@@ -44638,7 +44638,7 @@
1466
180
0
- 965
+ 1017
1175
0
1
@@ -44675,7 +44675,7 @@
559
45
0
- 915
+ 965
824
0
1
@@ -44709,11 +44709,11 @@
0
0
-28
- 311
- 2703
+ 325
+ 2518
0
- 200
- 300
+ 882
+ 200
0
1
1
@@ -44748,11 +44748,11 @@
0
0
-28
- 205
- 2223
+ 31
+ 2179
0
- 200
- 300
+ 824
+ 200
0
1
1
@@ -44785,11 +44785,11 @@
0
0
-28
- 660
- 1616
+ 2435
+ 2152
0
- 200
- 300
+ 837
+ 473
0
1
1
@@ -44822,11 +44822,11 @@
0
0
-28
- 2555
- 2965
+ 2541
+ 3048
0
- 200
- 300
+ 871
+ 278
0
1
1
@@ -44869,23 +44869,23 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 1408
+ 1434
620
- 1682
+ 1707
559
- 1682
+ 1707
590
- 1672
+ 1698
712
- 1672
+ 1698
743
@@ -44912,15 +44912,15 @@
{6796A1AC-54A7-4EF0-8B39-1A30C6393C40}
- 897
+ 930
103
- 878
+ 943
161
- 909
+ 974
161
@@ -44955,15 +44955,15 @@
{6796A1AC-54A7-4EF0-8B39-1A30C6393C40}
- 884
+ 917
227
- 878
+ 943
280
- 909
+ 974
280
@@ -44998,23 +44998,23 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 2075
- 671
+ 2101
+ 661
2473
- 808
+ 788
2442
- 808
+ 788
- 2101
+ 2153
842
- 2070
+ 2122
842
@@ -45041,24 +45041,24 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 2241
- 997
+ 2267
+ 1057
2477
- 1378
+ 1398
2446
- 1378
+ 1398
- 2101
- 940
+ 2153
+ 1039
- 2070
- 940
+ 2122
+ 1039
@@ -45084,24 +45084,24 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 2360
- 1626
+ 2606
+ 1453
- 2477
- 1978
+ 2887
+ 1761
- 2446
- 1978
+ 2887
+ 1730
- 2101
- 1039
+ 2153
+ 940
- 2070
- 1039
+ 2122
+ 940
@@ -45127,15 +45127,15 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 976
+ 1008
560
- 878
+ 943
398
- 909
+ 974
398
@@ -45170,23 +45170,23 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 1583
+ 1607
1176
- 1695
+ 1716
1334
- 1695
+ 1716
1303
- 1672
+ 1698
1169
- 1672
+ 1698
1138
@@ -45213,15 +45213,15 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 668
+ 682
1402
- 662
+ 688
1466
- 662
+ 688
1435
@@ -45256,15 +45256,15 @@
{CCD12E07-139E-4901-BAFD-9ADFDE1519B5}
- 831
+ 856
954
- 960
+ 1010
971
- 991
+ 1041
971
@@ -45299,9 +45299,26 @@
{67A93D9F-EE70-46AE-A284-2150C9850034}
- 0
- 0
-
+ 2892
+ 763
+
+
+ 2878
+ 1122
+
+
+ 2878
+ 1091
+
+
+ 3106
+ 556
+
+
+ 3106
+ 525
+
+
{1C6747FB-F45D-49FA-8C64-B4CBE9039C29}
@@ -45325,9 +45342,26 @@
{67A93D9F-EE70-46AE-A284-2150C9850034}
- 0
- 0
-
+ 2741
+ 507
+
+
+ 2870
+ 610
+
+
+ 2870
+ 579
+
+
+ 2812
+ 556
+
+
+ 2812
+ 525
+
+
{C579419E-DD10-4884-8312-AE127D785B8E}
@@ -45351,9 +45385,26 @@
{67A93D9F-EE70-46AE-A284-2150C9850034}
- 0
- 0
-
+ 2675
+ 218
+
+
+ 2591
+ 231
+
+
+ 2591
+ 262
+
+
+ 2959
+ 294
+
+
+ 2959
+ 325
+
+
{AF8B80D5-4540-47AB-9FEA-9DA2D50B0F1E}
@@ -45377,9 +45428,26 @@
{BCA2883D-D53D-41D4-AEBB-DCC3B508E0D7}
- 0
- 0
-
+ 2401
+ 2003
+
+
+ 3297
+ 2017
+
+
+ 3328
+ 2017
+
+
+ 2446
+ 2017
+
+
+ 2477
+ 2017
+
+
{81891195-F5F6-4157-AB35-7E9EC70DC385}
@@ -45403,9 +45471,26 @@
{1846AFD4-B1B3-4081-8385-F8313E3FD3BC}
- 0
- 0
-
+ 3077
+ 1693
+
+
+ 2870
+ 966
+
+
+ 2870
+ 997
+
+
+ 3484
+ 2510
+
+
+ 3484
+ 2541
+
+
{5145BCB9-1849-4DE6-AF56-C20619C6FD62}
@@ -45429,9 +45514,26 @@
{1846AFD4-B1B3-4081-8385-F8313E3FD3BC}
- 0
- 0
-
+ 2848
+ 2109
+
+
+ 2878
+ 1673
+
+
+ 2878
+ 1704
+
+
+ 3017
+ 2634
+
+
+ 3048
+ 2634
+
+
{24E696D6-9D09-44AF-A7AA-814BAF043104}
@@ -45455,9 +45557,26 @@
{1846AFD4-B1B3-4081-8385-F8313E3FD3BC}
- 0
- 0
-
+ 2918
+ 2639
+
+
+ 2989
+ 2672
+
+
+ 3020
+ 2672
+
+
+ 3017
+ 2726
+
+
+ 3048
+ 2726
+
+
@@ -45587,7 +45706,7 @@
Technikum Wien
2.0
2009-04-17T11:15:21.000+02:00
- 2011-09-02T12:06:04.131+02:00
+ 2011-09-14T10:37:33.221+02:00
FH-Complete 2.0
<?xml-stylesheet type="text/xsl" href="FHCompleteTDM3PG83.xsl"?>
@@ -64210,6 +64329,47 @@ Studiengang>0 und Semester>0 -> News fuer bestimmtes Semester im Studie
0
+
+ {D1616BA9-E6BA-479A-843E-95D7C6215BDC}
+ budget
+ 0
+ {EB55133E-50FA-43BE-B049-BD771F992239}
+ 0
+ 0
+ 0
+ 0
+ 1
+
+
+
+
+ 12
+ 2
+ 0
+
+ 0
+ 0
+ budget
+ 0
+
+
+
+
+
+
+
+
+
+ {E62BD1D3-18CA-4571-9A16-606FF04DC894}
+
+
+
+
+
+
+
+ 0
+
@@ -138191,6 +138351,47 @@ Wenn FALSE haengt die Anzahl der Fragen pro Level von der Gesamtzahl pro Level a
0
+
+ {0630BC1D-C122-414F-93D5-81C818283045}
+ erledigt
+ 0
+ {DE8F1DEC-D0EA-4577-8CEB-662590D7CA12}
+ 0
+ 0
+ 0
+ 0
+ 1
+
+
+
+
+
+
+ 0
+
+ 1
+ 0
+ erledigt
+ 0
+
+
+
+
+
+
+
+
+
+ {D64069A5-B04A-490B-B0A2-5144DEA81A2E}
+
+
+
+
+
+
+
+ 0
+
@@ -138470,7 +138671,7 @@ Wenn FALSE haengt die Anzahl der Fragen pro Level von der Gesamtzahl pro Level a
0
- 1
+ 0
1
bearbeiter_uid
0