diff --git a/content/planner.overlay.xul.php b/content/planner.overlay.xul.php index 6284c6564..60769b62d 100755 --- a/content/planner.overlay.xul.php +++ b/content/planner.overlay.xul.php @@ -102,7 +102,7 @@ echo ''; - + diff --git a/content/projekt/mantisdetail.overlay.xul.php b/content/projekt/mantisdetail.overlay.xul.php index 631befda4..1589219f4 100755 --- a/content/projekt/mantisdetail.overlay.xul.php +++ b/content/projekt/mantisdetail.overlay.xul.php @@ -38,26 +38,110 @@ echo ''; - Task Details + Issue - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projekt/projekttask.overlay.js.php b/content/projekt/projekttask.overlay.js.php index 9b3ae4395..fc35c521a 100755 --- a/content/projekt/projekttask.overlay.js.php +++ b/content/projekt/projekttask.overlay.js.php @@ -360,11 +360,67 @@ function onselectProjekttask() var issue_id = getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_id" )); var issue_summary=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_summary" )); var issue_description=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_description" )); + var issue_view_state_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_view_state_id" )); + var issue_view_state_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_view_state_name" )); + var issue_last_updated=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_last_updated" )); + var issue_project_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_project_id" )); + var issue_project_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_project_name" )); + var issue_category=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_category" )); + var issue_priority_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_priority_id" )); + var issue_priority_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_priority_name" )); + var issue_severity_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_severity_id" )); + var issue_severity_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_severity_name" )); + var issue_status_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_status_id" )); + var issue_status_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_status_name" )); + var issue_reporter_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reporter_id" )); + var issue_reporter_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reporter_name" )); + var issue_reporter_real_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reporter_real_name" )); + var issue_reporter_email=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reporter_email" )); + var issue_reproducibility_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reproducibility_id" )); + var issue_reproducibility_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_reproducibility_name" )); + var issue_date_submitted=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_date_submitted" )); + var issue_sponsorship_total=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_sponsorship_total" )); + var issue_projection_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_projection_id" )); + var issue_projection_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_projection_name" )); + var issue_eta_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_eta_id" )); + var issue_eta_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_eta_name" )); + var issue_resolution_id=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_resolution_id" )); + var issue_resolution_name=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_resolution_name" )); + var issue_attachments=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_attachments" )); + var issue_due_date=getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#issue_due_date" )); //Daten den Feldern zuweisen document.getElementById('textbox-projekttask-mantis-mantis_id').value=mantis_id; document.getElementById('textbox-projekttask-mantis-issue_summary').value=issue_summary; document.getElementById('textbox-projekttask-mantis-issue_description').value=issue_description; + document.getElementById('textbox-projekttask-mantis-issue_view_state_id').value=issue_view_state_id; + document.getElementById('textbox-projekttask-mantis-issue_view_state_name').value=issue_view_state_name; + document.getElementById('textbox-projekttask-mantis-issue_last_updated').value=issue_last_updated; + document.getElementById('textbox-projekttask-mantis-issue_project_id').value=issue_project_id; + document.getElementById('textbox-projekttask-mantis-issue_project_name').value=issue_project_name; + document.getElementById('textbox-projekttask-mantis-issue_category').value=issue_category; + document.getElementById('textbox-projekttask-mantis-issue_priority_id').value=issue_priority_id; + document.getElementById('textbox-projekttask-mantis-issue_priority_name').value=issue_priority_name; + document.getElementById('textbox-projekttask-mantis-issue_severity_id').value=issue_severity_id; + document.getElementById('textbox-projekttask-mantis-issue_severity_name').value=issue_severity_name; + document.getElementById('textbox-projekttask-mantis-issue_status_id').value=issue_status_id; + document.getElementById('textbox-projekttask-mantis-issue_status_name').value=issue_status_name; + document.getElementById('textbox-projekttask-mantis-issue_reporter_id').value=issue_reporter_id; + document.getElementById('textbox-projekttask-mantis-issue_reporter_name').value=issue_reporter_name; + document.getElementById('textbox-projekttask-mantis-issue_reporter_real_name').value=issue_reporter_real_name; + document.getElementById('textbox-projekttask-mantis-issue_reporter_email').value=issue_reporter_email; + document.getElementById('textbox-projekttask-mantis-issue_reproducibility_id').value=issue_reproducibility_id; + document.getElementById('textbox-projekttask-mantis-issue_reproducibility_name').value=issue_reproducibility_name; + document.getElementById('textbox-projekttask-mantis-issue_date_submitted').value=issue_date_submitted; + document.getElementById('textbox-projekttask-mantis-issue_sponsorship_total').value=issue_sponsorship_total; + document.getElementById('textbox-projekttask-mantis-issue_projection_id').value=issue_projection_id; + document.getElementById('textbox-projekttask-mantis-issue_projection_name').value=issue_projection_name; + document.getElementById('textbox-projekttask-mantis-issue_eta_id').value=issue_eta_id; + document.getElementById('textbox-projekttask-mantis-issue_eta_name').value=issue_eta_name; + document.getElementById('textbox-projekttask-mantis-issue_resolution_id').value=issue_resolution_id; + document.getElementById('textbox-projekttask-mantis-issue_resolution_name').value=issue_resolution_name; + document.getElementById('textbox-projekttask-mantis-issue_attachments').value=issue_attachments; + document.getElementById('textbox-projekttask-mantis-issue_due_date').value=issue_due_date; } } \ No newline at end of file diff --git a/rdf/mantis.rdf.php b/rdf/mantis.rdf.php index 3619a8a34..4f3a56641 100755 --- a/rdf/mantis.rdf.php +++ b/rdf/mantis.rdf.php @@ -55,6 +55,34 @@ $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_attachments; ?> + issue_due_date; ?>