Community
Participate
Working Groups
It would be nice if we can have "About COSMOS UI" option under COSMOS Web interface with the details of version and build id. Currently, by looking into COSMOS UI there is no way to find out the build id and version information I guess, this can be done by providing link over COSMOS logo, which shoud then popup dialog with version,build,copyright information etc.
It was agreed that we would change the alternate text on the COSMOS UI image. The build should write a script to modify the following file: cosmos-demo\webapps\COSMOSUI\pages\cosmos\index.jsp Note this step should happen after the COSMOSUI is built. The script should open the index.jsp file and replace the ${buildid} text with the actual build id.
Created attachment 107853 [details] Patch for cosmos demo Patch for cosmos demo
Saurabh: Can you apply the attached patch
Patch is applied.
fixed in the latest cosmos build (COSMOS-1.0.0-200807211620), please verify the build.
Hi, Below fix is available under latest i12 candidate driver, however tooltip doesn't display this information, as it can only display title text data, but not alternate text. Can we move below fix into title text data instead of alternate text ? so that tooltip can show build information. Thanks, Srinivas
Can you specify, where this fix should be applied
It's the same file where you have provided the fix, ..\COSMOSUI\pages\cosmos\index.jsp Here is the code, where I am refering.. (the fix was given under alternate text, it should be under title text, so that tooltip can display this information under UI) " ... <td height="35" align="left" bgcolor="#FFFFFF"><img title='Cosmos Data Visualization UI' alt='Cosmos Data Visualization UI COSMOS-1.0.0-200807231648' src='images/bannerLeft.png'/> </td> ... "
Sorry I do not undertand, where the fix should go do I have the change the index.jsp If this <td height="35" align="left" bgcolor="#FFFFFF"><img title='Cosmos Data Visualization UI' alt='Cosmos Data Visualization UI COSMOS-1.0.0-200807231648' src='images/bannerLeft.png'/> </td> the title text then were is the alternate text.
(In reply to comment #10) > Sorry I do not undertand, where the fix should go > do I have the change the index.jsp > If this > <td height="35" align="left" bgcolor="#FFFFFF"><img title='Cosmos Data > Visualization UI' alt='Cosmos Data Visualization UI COSMOS-1.0.0-200807231648' > src='images/bannerLeft.png'/> > </td> > the title text > then were is the alternate text. Title text is this => title='Cosmos Data Visualization UI' Alternate text is this => alt='Cosmos Data Visualization UI COSMOS-1.0.0-200807231648' Now, with above fix, COSMOS UI still doen't show build information under tooltip message, as it's displaying title text data. So, what I am asking is this.. just swap title and alt messages as below title='Cosmos Data Visualization UI COSMOS-1.0.0-200807231648' alt='Cosmos Data Visualization UI' The fix should go into the same file, where you have fixed earlier, that is where you have defined ${buildid}. You just need to move ${buildid} location from 'title' section to 'alt' section. Hope it's clear now.
Created attachment 108357 [details] Patch for org.eclipse.cosmos.examples.e2e.dr.views
Saurabh, can you apply this patch to the plugin org.eclipse.cosmos.examples.e2e.dr.views
Patch applied.
Fixed the issue in the latest cosmos build (COSMOS-1.0.0-200807241123) at http://build.eclipse.org/technology/cosmos/downloads/builds.php. Please verify the fix.
This is verified on latest i12 candidate driver #2 - COSMOS-1.0.0-200807241123 and found to be working fine. Thanks, Srinivas
QA Review for Manual Tests/JUnits: - No explicit test cases were defined, however it has tested and verified as part of i12 end2end demo.