From 42f0ab93e3672acd30a20c58a8caf107d026d703 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Wed, 27 Jan 2010 15:23:36 +0000 Subject: links off to JIRAs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903674 13f79535-47bb-0310-9956-ffa450edef68 --- .../kgoodson/jagg/src/main/resources/JiraSideband.xml | 4 ++++ .../kgoodson/jagg/src/main/resources/JiraSideband.xsd | 19 +++++++++++++------ .../jagg/src/main/resources/uiservices/plan.html | 8 ++++---- 3 files changed, 21 insertions(+), 10 deletions(-) (limited to 'sandbox/kgoodson') diff --git a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml index 2ebfecb232..60a923ce53 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml +++ b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml @@ -1,5 +1,6 @@ + https://issues.apache.org/jira/browse/ @@ -10,6 +11,7 @@ + support reference on other impl type than impl.widget LR 2001-01-01 TUSCANY-2850 @@ -18,6 +20,7 @@ note + Enhance artfact processing performance by returning URI and location URL in one call LR 2001-01-01 TUSCANY-3395 @@ -26,6 +29,7 @@ note + Add support for identifying the SCA Spec Version for contribution metadata LR 2001-01-01 TUSCANY-3397 diff --git a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd index b00bbae874..41f25b1961 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd +++ b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd @@ -25,9 +25,14 @@ - - - + + + + + + @@ -38,8 +43,10 @@ function for - - + + + - + diff --git a/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html b/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html index 48b4f49d53..ace495dbe7 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html +++ b/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html @@ -39,11 +39,11 @@ for(var i=0; i" + ms[i].ID + ""; var mswi = ms[i].workItems.list; - mscontent +="IDJIRAResponsibleStatus"; + mscontent +="TitleJIRAResponsibleStatus"; for (var j=0; j"+mswi[j].ID+"" + ""+mswi[j].jira + +""+mswi[j].title+"" + ""+mswi[j].jira +""+ ""+mswi[j].responsible+""+ ""+mswi[j].status+""+ "" +""; } @@ -52,7 +52,7 @@ mscontent += "" +"

Work Items to be Scheduled

"; - mscontent += ""; + mscontent += "
IDJIRAResponsibleStatus
"; // unassigned work items (in terms of milestones) var uawi = plan.workitems.workitem.list; @@ -60,7 +60,7 @@ if(uawi[j]) { mscontent += "" - +"" + "" + ""+ ""+ ""+ "" +""; } -- cgit v1.2.3
TitleJIRAResponsibleStatus
"+uawi[j].ID+""+uawi[j].jira + +""+uawi[j].title+""+uawi[j].jira +""+uawi[j].responsible+""+uawi[j].status+"