<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>orion-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/maillist.html</link>
		<description>orion-dev</description>
		<language>en-us</language>
		<pubDate>Thu, 16 May 2013 21:00:09 GMT</pubDate>
		<lastBuildDate>Thu, 16 May 2013 21:00:09 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>orion-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[orion-dev] Meeting minutes May 16th, 2013</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02355.html</link>
		<description> http://wiki.eclipse.org/Orion/Meeting_minutes/20130516 </description>
		<content:encoded><![CDATA[
<p><a href="http://wiki.eclipse.org/Orion/Meeting_minutes/20130516"><font size="3" color="#0000FF" face="serif"><u>http://wiki.eclipse.org/Orion/Meeting_minutes/20130516</u></font></a><font size="3" face="serif">&nbsp;</font>]]></content:encoded>
		<pubDate>Thu, 16 May 2013 20:52:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02355.html</guid>
		<author>Simon_Kaegi@xxxxxxx (Simon Kaegi)</author>
	</item>
	<item>
		<title>Re: [orion-dev] Does Orion check for the protocol when cloning from a	git repo</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02354.html</link>
		<description> Thanks Christian, That's not at all the intention and definitely a security problem. On OrionHub or a site setup with public access the intention is to allow sharing of a repo or workspace but the file layout should of course never be exposed and use of f...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="Default Sans Sarif">Thanks Christian,</font><br>
<br>
<font size="2" face="Default Sans Sarif">That's not at all the intention and definitely a security problem. On OrionHub or a site setup with public access the intention is to allow sharing of a repo or workspace but the file layout should of course never be exposed and use of file URLs forbidden. </font><br>
<font size="2" face="Default Sans Sarif">See Bug 408270 - Git clone MUST forbid use of file urls and other unexpected schemes with a whitelist</font><br>
<font size="2" face="Default Sans Sarif">-Simon</font><br>
<br>
<img width="16" height="16" src="" border="0" alt="Inactive hide details for &quot;Halstrick, Christian&quot; ---05/16/2013 08:41:19 AM---Hi, While playing with orions &quot;clone from git repo"><font size="2" color="#424282" face="sans-serif">&quot;Halstrick, Christian&quot; ---05/16/2013 08:41:19 AM---Hi, While playing with orions &quot;clone from git repository&quot; functionality I found out my local orion i</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">&quot;Halstrick, Christian&quot; &lt;christian.halstrick@xxxxxxx&gt;</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">&quot;orion-dev@xxxxxxxxxxx&quot; &lt;orion-dev@xxxxxxxxxxx&gt;, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">05/16/2013 08:41 AM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-dev] Does Orion check for the protocol when cloning from a	git repo</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">Hi,<br>
<br>
While playing with orions &quot;clone from git repository&quot; functionality I found out my local orion instance clones from URLs like 'file:/home/user/dondalfi'. With that I get access to all git repos hosted on the machine running the orion server. That's a security hole, or? Is it only that my local orion which can do that or &nbsp;is it also true for orionhub.org? <br>
<br>
Ciao<br>
 &nbsp;Chris<br>
<br>
_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev">https://dev.eclipse.org/mailman/listinfo/orion-dev</a></font></tt><tt><font size="2"><br>
<br>
</font></tt><br>
<br>

<p><a href="giff5C1T6lJLP.gif" ><img src="giff5C1T6lJLP.gif" alt="GIF image"></a></p>
<p><a href="gifcx59noEudB.gif" ><img src="gifcx59noEudB.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 16 May 2013 17:35:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02354.html</guid>
		<author>Simon_Kaegi@xxxxxxx (Simon Kaegi)</author>
	</item>
	<item>
		<title>[orion-dev] Does Orion check for the protocol when cloning from a	git repo</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02353.html</link>
		<description>Hi, While playing with orions &amp;quot;clone from git repository&amp;quot; functionality I found out my local orion instance clones from URLs like 'file:/home/user/dondalfi'. With that I get access to all git repos hosted on the machine running the orion server. That's a s...</description>
		<content:encoded><![CDATA[<pre>Hi,

While playing with orions &quot;clone from git repository&quot; functionality I found out my local orion instance clones from URLs like 'file:/home/user/dondalfi'. With that I get access to all git repos hosted on the machine running the orion server. That's a security hole, or? Is it only that my local orion which can do that or  is it also true for orionhub.org? 

Ciao
  Chris


</pre>]]></content:encoded>
		<pubDate>Thu, 16 May 2013 12:40:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02353.html</guid>
		<author>christian.halstrick@xxxxxxx (Halstrick, Christian)</author>
	</item>
	<item>
		<title>[orion-dev] Web Accessibility Tip of the Day: Tip #4</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02352.html</link>
		<description>Tip #4: Use HTML5 section elements and ARIA landmark roles to semantically organize pages. HTML5 introduced 8 semantic sectioning elements [1] to help define areas of a web page: &amp;lt;header&amp;gt;, &amp;lt;nav&amp;gt;, &amp;lt;section&amp;gt;, &amp;lt;article&amp;gt;, &amp;lt;aside&amp;gt;, &amp;lt;figcaption&amp;gt;, &amp;lt;figure&amp;gt;, t;foo...</description>
		<content:encoded><![CDATA[<font size=2 face="sans-serif">Tip #4: Use HTML5 section elements and
ARIA landmark roles to semantically organize pages.</font>
<br>
<br><font size=2 face="sans-serif">HTML5 introduced 8 semantic sectioning
elements [1] to help define areas of a web page:</font>
<br><font size=2 face="sans-serif">&lt;header&gt;, &lt;nav&gt;, &lt;section&gt;,
&lt;article&gt;, &lt;aside&gt;, &lt;figcaption&gt;, &lt;figure&gt;, &lt;footer&gt;,
(and new in 5.1 &lt;main&gt;)</font>
<br><font size=2 face="sans-serif">Some of these are now supported by the
major browsers and screen readers.</font>
<br>
<br><font size=2 face="sans-serif">ARIA has 8 landmark roles [2] to help
define semantic areas of a web page:</font>
<br><font size=2 face="sans-serif">application, banner, complementary,
contentinfo, form, main, navigation, search</font>
<br><font size=2 face="sans-serif">These are all supported by the major
browsers and screen readers.</font>
<br>
<br><font size=2 face="sans-serif">Screen reader users can list - and navigate
to - landmark regions; and the name and type of landmark is announced when
the user enters and leaves it.</font>
<br><font size=2 face="sans-serif">Some browsers support landmark navigation
without a screen reader, either through a setting or a plugin.</font>
<br>
<br><font size=2 face="sans-serif">Be sure to give your landmark regions
a name, either with aria-label=&quot;Invisible name&quot; or aria-labelledby=&quot;visible_name_element_id&quot;.</font>
<br><font size=2 face="sans-serif">Usually the best visible_name_element
for a landmark region is a &lt;heading&gt; or &lt;h1&gt;.</font>
<br>
<br><font size=2 face="sans-serif">Some of the section elements and landmark
roles overlap, and (as of this writing) doubling these up will give best
results.</font>
<br>
<br><font size=2 face="sans-serif">Here are some samples:</font>
<br><font size=2 face="sans-serif">&lt;main id=&quot;main&quot;&gt; for
the main content of the page,</font>
<br><font size=2 face="sans-serif">&lt;header role=&quot;banner&quot;&gt;
for the masthead of the site,</font>
<br><font size=2 face="sans-serif">&lt;nav role=&quot;navigation&quot;&gt;
for each list of navigation links,</font>
<br><font size=2 face="sans-serif">&lt;form role=&quot;search&quot;&gt;
for a search form,</font>
<br><font size=2 face="sans-serif">&lt;form role=&quot;form&quot;&gt; for
a form,</font>
<br><font size=2 face="sans-serif">&lt;aside role=&quot;complementary&quot;&gt;
for related information in a sidebar,</font>
<br><font size=2 face="sans-serif">&lt;footer role=&quot;contentinfo&quot;&gt;
for copyright and contact info at the bottom,</font>
<br><font size=2 face="sans-serif">&lt;article role=&quot;article&quot;&gt;
for an article,</font>
<br><font size=2 face="sans-serif">&lt;div role=&quot;application&quot;&gt;
for a complex custom control (more on this in tip #5),</font>
<br><font size=2 face="sans-serif">&lt;section role=&quot;region&quot;&gt;
for a region that doesn't have any of the above semantics.</font>
<br>
<br><font size=2 face="sans-serif">Here are 7 steps to guide you through
the thought process for breaking your page into semantic regions:</font>
<br><a href="http://www.w3.org/WAI/PF/aria-practices/#kbd_layout_landmarks"><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria-practices/#kbd_layout_landmarks</font></a>
<br>
<br><font size=2 face="sans-serif">Car</font>
<br>
<br><font size=2 face="sans-serif">[1] </font><a href=http://www.w3schools.com/html/html5_semantic_elements.asp><font size=2 face="sans-serif">http://www.w3schools.com/html/html5_semantic_elements.asp</font></a>
<br><font size=2 face="sans-serif">[2] </font><a href=http://www.w3.org/WAI/PF/aria/roles#landmark_roles><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria/roles#landmark_roles</font></a>]]></content:encoded>
		<pubDate>Thu, 16 May 2013 06:08:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02352.html</guid>
		<author>Carolyn_MacLeod@xxxxxxx (Carolyn MacLeod)</author>
	</item>


	<item>
		<title>Re: [orion-dev] Fw: [orion-releng] Orion Build : I20130514-2230</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02351.html</link>
		<description> I am looking at it. Libing John Arthorne---05/15/2013 11:48:22 AM---Two server test failures also look related to this git user configuration  change. I have entered a From: John Arthorne/Ottawa/IBM@IBMCA To: Orion developer discussions &amp;lt;orion-dev@xxxxxxx...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">I am looking at it.</font><br>
<font size="2" face="sans-serif">Libing<br>
</font><br>
<br>
<img width="16" height="16" src="" border="0" alt="Inactive hide details for John Arthorne---05/15/2013 11:48:22 AM---Two server test failures also look related to this git user "><font size="2" color="#424282" face="sans-serif">John Arthorne---05/15/2013 11:48:22 AM---Two server test failures also look related to this git user configuration &nbsp;change. I have entered a</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">From:	</font><font size="1" face="sans-serif">John Arthorne/Ottawa/IBM@IBMCA</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">To:	</font><font size="1" face="sans-serif">Orion developer discussions &lt;orion-dev@xxxxxxxxxxx&gt;</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Date:	</font><font size="1" face="sans-serif">05/15/2013 11:48 AM</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Subject:	</font><font size="1" face="sans-serif">Re: [orion-dev] Fw: [orion-releng] Orion Build : I20130514-2230</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Sent by:	</font><font size="1" face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="2" face="sans-serif">Two server test failures also look related to this git user configuration change. I have entered a bug, can Libing and/or Szymon take a look at it:</font><font size="3" face="serif">&nbsp;<br>
</font><font size="3" color="#0000FF" face="serif"><u><br>
</u></font><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=408140"><font size="2" color="#0000FF" face="sans-serif"><u>https://bugs.eclipse.org/bugs/show_bug.cgi?id=408140</u></font></a><font size="3" face="serif">&nbsp;<br>
</font><font size="2" face="sans-serif"><br>
The third server test failure has been happening for a couple of days but I haven't been able to reproduce it. Somehow it looks like the gzip filter is interfering with our ETag headers.</font><font size="3" face="serif">&nbsp;<br>
</font><font size="2" face="sans-serif"><br>
John</font><font size="3" face="serif">&nbsp;<br>
<br>
<br>
<br>
</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
From: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size="1" face="sans-serif">Ken Walker/Ottawa/IBM@IBMCA</font><font size="3" face="serif">&nbsp;</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
To: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size="1" face="sans-serif">&quot;Orion developer discussions&quot; &lt;orion-dev@xxxxxxxxxxx&gt;, </font><font size="1" color="#5F5F5F" face="sans-serif"><br>
Date: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size="1" face="sans-serif">05/15/2013 10:14 AM</font><font size="3" face="serif">&nbsp;</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
Subject: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size="1" face="sans-serif">[orion-dev] Fw: [orion-releng] Orion Build : I20130514-2230</font><font size="3" face="serif">&nbsp;</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
Sent by: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size="1" face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font><font size="3" face="serif">&nbsp;<br>
</font><hr width="100%" size="2" align="left" noshade><font size="3" face="serif"><br>
<br>
</font><font size="2" face="sans-serif"><br>
Deployed to orion.eclipse.org - A message about some changes from Libing:</font>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="784">
<ul style="padding-left: 0pt"><font size="1" face="serif">Please go to the settings-&gt; git settings to reset the git user name and email. The previous information stored in the user profile is no longer used</font><font size="2" face="serif">&nbsp;</font></ul>
</td></tr>
</table>
<font size="2" face="sans-serif"><br>
<br>
Ken Walker<br>
Co-Lead Eclipse Orion Project | Tools for the Web, On the Web</font><font size="3" color="#0000FF" face="serif"><u><br>
</u></font><a href="http://orionhub.org/"><font size="2" color="#0000FF" face="sans-serif"><u>http://orionhub.org</u></font></a><font size="2" face="sans-serif">&nbsp;| </font><a href="http://wiki.eclipse.org/Orion"><font size="2" color="#0000FF" face="sans-serif"><u>http://wiki.eclipse.org/Orion</u></font></a><font size="2" face="sans-serif"><br>
@kwalker | @orionhub<br>
</font><font size="3" face="serif"><br>
</font><font size="1" color="#800080" face="sans-serif"><br>
<br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2013/05/15 10:00 AM -----</font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="32%">
<ul style="padding-left: 0pt"><img src="" width="96" height="1"><font size="1" color="#5F5F5F" face="sans-serif"><br>
From:</font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="68%">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
e4Build@xxxxxxxxxxx</font><font size="3" face="serif">&nbsp;</font></ul>
</td></tr>

<tr valign="top"><td width="32%">
<ul style="padding-left: 0pt"><img src="" width="96" height="1"><font size="1" color="#5F5F5F" face="sans-serif"><br>
To:</font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="68%">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
orion-releng@xxxxxxxxxxx, </font></ul>
</td></tr>

<tr valign="top"><td width="32%">
<ul style="padding-left: 0pt"><img src="" width="96" height="1"><font size="1" color="#5F5F5F" face="sans-serif"><br>
Date:</font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="68%">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
2013/05/14 11:28 PM</font><font size="3" face="serif">&nbsp;</font></ul>
</td></tr>

<tr valign="top"><td width="32%">
<ul style="padding-left: 0pt"><img src="" width="96" height="1"><font size="1" color="#5F5F5F" face="sans-serif"><br>
Subject:</font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="68%">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
[orion-releng] Orion Build : I20130514-2230</font><font size="3" face="serif">&nbsp;</font></ul>
</td></tr>

<tr valign="top"><td width="32%">
<ul style="padding-left: 0pt"><img src="" width="96" height="1"><font size="1" color="#5F5F5F" face="sans-serif"><br>
Sent by:</font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="68%">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
orion-releng-bounces@xxxxxxxxxxx</font></ul>
</td></tr>
</table>
<font size="3" face="serif"><br>
</font><hr width="100%" size="2" align="left" noshade><font size="3" face="serif"><br>
<br>
<br>
See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201305142230"><font size="3" color="#0000FF" face="serif"><u>I20130514-2230</u></font></a><tt><font size="3"><br>
The build contains the following changes:<br>
+ Bug 399023 - CBI (Maven/Tycho) based build for Orion (NEW)<br>
+ Bug 406810 - [sidebar] Renaming/deleting current file in sidebar navigator causes trouble (FIXED)<br>
+ Bug 407669 - Trying to save a deleted file pops up strange message. (FIXED)<br>
+ Bug 408053 - Project copy/move fails with server context path (FIXED)<br>
+ Bug 408065 - Server: Cloning a git repository to use the user name and email passed from the client side. (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.editor<br>
org.eclipse.orion.client.git<br>
org.eclipse.orion.client.ui<br>
org.eclipse.orion.client.users<br>
org.eclipse.orion.server.core<br>
org.eclipse.orion.server.git<br>
org.eclipse.orion.server.servlets<br>
org.eclipse.orion.server.tests<br>
pom.xml</font></tt><font size="4" face="serif"><b><br>
<br>
Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="38%" valign="middle">
<ul style="padding-left: 0pt"><a name="TestResults"></a><font size="3" face="serif"><b>Test</b></font><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="38%" valign="middle">
<ul style="padding-left: 0pt"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">1478</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">38.192</font></div></td></tr>

<tr valign="top"><td width="38%" valign="middle">
<ul style="padding-left: 0pt"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Firefox-17.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 17.0</u></font></a><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">1476</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">29.007</font></div></td></tr>

<tr valign="top"><td width="38%" valign="middle">
<ul style="padding-left: 0pt"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome Windows</u></font></a><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">DNF</font></div></td><td width="12%" valign="middle">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"></ul>
</td><td width="9%" valign="middle">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"></ul>
</td><td width="19%" valign="middle">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"></ul>
</td><td width="11%" valign="middle">
<ul style="padding-left: 0pt"><img src="" width="1" height="1"></ul>
</td></tr>

<tr valign="top"><td width="38%" valign="middle">
<ul style="padding-left: 0pt"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a><font size="3" face="serif">&nbsp;</font></ul>
</td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">313</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">3</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">99.04%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">257.465</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
</font><tt><font size="2"><br>
<br>
_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx</font></tt><font size="3" color="#0000FF" face="serif"><u><br>
</u></font><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng"><tt><font size="2" color="#0000FF"><u>http://dev.eclipse.org/mailman/listinfo/orion-releng</u></font></tt></a><tt><font size="2"><br>
_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx</font></tt><font size="3" color="#0000FF" face="serif"><u><br>
</u></font><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev"><tt><font size="2" color="#0000FF"><u>https://dev.eclipse.org/mailman/listinfo/orion-dev</u></font></tt></a><font size="3" face="serif"><br>
</font><tt><font size="2">_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev">https://dev.eclipse.org/mailman/listinfo/orion-dev</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifYlFNaEKYHu.gif" ><img src="gifYlFNaEKYHu.gif" alt="GIF image"></a></p>
<p><a href="gifRPj29woOTG.gif" ><img src="gifRPj29woOTG.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Wed, 15 May 2013 20:20:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02351.html</guid>
		<author>Libing_Wang@xxxxxxx (Libing Wang)</author>
	</item>
	<item>
		<title>Re: [orion-dev] Fw: [orion-releng] Orion Build : I20130514-2230</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02350.html</link>
		<description>Two server test failures also look related to this git user configuration change. I have entered a bug, can Libing and/or Szymon take a look at it: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408140 The third server test failure has been happening for a ...</description>
		<content:encoded><![CDATA[<font size=2 face="sans-serif">Two server test failures also look related
to this git user configuration change. I have entered a bug, can Libing
and/or Szymon take a look at it:</font>
<br>
<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=408140"><font size=2 face="sans-serif">https://bugs.eclipse.org/bugs/show_bug.cgi?id=408140</font></a>
<br>
<br><font size=2 face="sans-serif">The third server test failure has been
happening for a couple of days but I haven't been able to reproduce it.
Somehow it looks like the gzip filter is interfering with our ETag headers.</font>
<br>
<br><font size=2 face="sans-serif">John</font>
<br>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Ken Walker/Ottawa/IBM@IBMCA</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">&quot;Orion developer
discussions&quot; &lt;orion-dev@xxxxxxxxxxx&gt;, </font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">05/15/2013 10:14 AM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">[orion-dev]
Fw: [orion-releng] Orion Build : I20130514-2230</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font>
<br>
<hr noshade>
<br>
<br>
<br><font size=2 face="sans-serif">Deployed to orion.eclipse.org - A message
about some changes from Libing:</font><font size=3><br>
</font>
<table width=786 style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=786 style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1>Please
go to the settings-&gt; git settings to reset the git user name and email.
The previous information stored in the user profile is no longer used</font><font size=2>
</font></table>
<p><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Ken Walker<br>
Co-Lead Eclipse Orion Project | Tools for the Web, On the Web</font><font size=2 color=blue face="sans-serif"><u><br>
</u></font><a href=http://orionhub.org/><font size=2 color=blue face="sans-serif"><u>http://orionhub.org</u></font></a><font size=2 face="sans-serif">
| </font><a href=http://wiki.eclipse.org/Orion><font size=2 color=blue face="sans-serif"><u>http://wiki.eclipse.org/Orion</u></font></a><font size=2 face="sans-serif"><br>
@kwalker | @orionhub<br>
<br>
</font><font size=3><br>
</font><font size=1 color=#800080 face="sans-serif"><br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2013/05/15 10:00 AM -----</font><font size=3><br>
</font>
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=32% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifX4WlydMUD4.gif" width=96 height=1>
<br><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td width=67% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="giftx8kmykv4a.gif" width=1 height=1><font size=1 face="sans-serif"><br>
e4Build@xxxxxxxxxxx</font>
<tr valign=top height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gif3Lv2f2wWFD.gif" width=96 height=1>
<br><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifECeRVv1WbD.gif" width=1 height=1><font size=1 face="sans-serif"><br>
orion-releng@xxxxxxxxxxx, </font>
<tr valign=top height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifnDU1qUDn6a.gif" width=96 height=1>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifs1nPAbCAdu.gif" width=1 height=1><font size=1 face="sans-serif"><br>
2013/05/14 11:28 PM</font>
<tr valign=top height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifQjJFJU2MMF.gif" width=96 height=1>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifzM9InP0pp5.gif" width=1 height=1><font size=1 face="sans-serif"><br>
[orion-releng] Orion Build : I20130514-2230</font>
<tr valign=top height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="giftd0bTVMp3i.gif" width=96 height=1>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:</font>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifo2kRCafSAc.gif" width=1 height=1><font size=1 face="sans-serif"><br>
orion-releng-bounces@xxxxxxxxxxx</font></table>
<br>
<hr noshade><font size=3><br>
<br>
<br>
See here for the build results: </font><a href=http://download.eclipse.org/orion/drops/I201305142230><font size=3 color=blue><u>I20130514-2230</u></font></a><tt><font size=3><br>
The build contains the following changes:<br>
+ Bug 399023 - CBI (Maven/Tycho) based build for Orion (NEW)<br>
+ Bug 406810 - [sidebar] Renaming/deleting current file in sidebar navigator
causes trouble (FIXED)<br>
+ Bug 407669 - Trying to save a deleted file pops up strange message. (FIXED)<br>
+ Bug 408053 - Project copy/move fails with server context path (FIXED)<br>
+ Bug 408065 - Server: Cloning a git repository to use the user name and
email passed from the client side. (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.editor<br>
org.eclipse.orion.client.git<br>
org.eclipse.orion.client.ui<br>
org.eclipse.orion.client.users<br>
org.eclipse.orion.server.core<br>
org.eclipse.orion.server.git<br>
org.eclipse.orion.server.servlets<br>
org.eclipse.orion.server.tests<br>
pom.xml</font></tt><font size=3><br>
</font><font size=4><b><br>
Test Results </b></font>
<table width=100% style="border-collapse:collapse;">
<tr height=8>
<td width=38% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><a name=TestResults></a><font size=3><b>Test</b></font>
<td width=10% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3><b># Tests</b></font></div>
<td width=11% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3><b>Failures</b></font></div>
<td width=9% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3><b>Errors</b></font></div>
<td width=19% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3><b>Success Rate</b></font></div>
<td width=11% style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3><b>Time</b></font></div>
<tr height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=3>&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-12.0-testResults.html"><font size=3 color=blue><u>JS
Tests - Chrome 12</u></font></a>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>1478</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>0</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>0</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>100.00%</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>38.192</font></div>
<tr height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=3>&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Firefox-17.0-testResults.html"><font size=3 color=blue><u>JS
Tests - Firefox 17.0</u></font></a>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>1476</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>0</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>0</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>100.00%</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3>29.007</font></div>
<tr height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=3>&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-testResults.html"><font size=3 color=blue><u>JS
Tests - Chrome Windows</u></font></a>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>DNF</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifBW6w1yZC47.gif" width=1 height=1>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gif3TBYHJnneJ.gif" width=1 height=1>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifiQcalu1hQR.gif" width=1 height=1>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><img src="gifeKewKI4fxb.gif" width=1 height=1>
<tr height=8>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=3>&nbsp;</font><a href=http://download.eclipse.org/orion/drops/I201305142230/org.eclipse.orion.server.tests.AllServerTests.html><font size=3 color=blue><u>JUnit
Tests: Server Tests</u></font></a>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>313</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>0</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>3</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>99.04%</font></div>
<td style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=center><font size=3 color=red>257.465</font></div></table>
<br><font size=3><br>
</font><tt><font size=2><br>
_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx</font></tt><tt><font size=2 color=blue><u><br>
</u></font></tt><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng"><tt><font size=2 color=blue><u>http://dev.eclipse.org/mailman/listinfo/orion-releng</u></font></tt></a><font size=3><br>
</font><tt><font size=2>_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx<br>
</font></tt><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev"><tt><font size=2>https://dev.eclipse.org/mailman/listinfo/orion-dev</font></tt></a><tt><font size=2><br>
</font></tt>
<br>]]></content:encoded>
		<pubDate>Wed, 15 May 2013 14:54:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02350.html</guid>
		<author>John_Arthorne@xxxxxxx (John Arthorne)</author>
	</item>
	<item>
		<title>[orion-dev] Fw: [orion-releng] Orion Build : I20130514-2230</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02349.html</link>
		<description> Deployed to orion.eclipse.org - A message about some changes from Libing: Please go to the settings-&amp;gt; git settings to reset the git user name and email. The previous information stored in the user profile is no longer used  Ken Walker Co-Lead Eclipse Orio...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">Deployed to orion.eclipse.org - A message about some changes from Libing:</font><br>
<br>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="786">
<ul style="padding-left: 0pt"><font size="1" face="serif">Please go to the settings-&gt; git settings to reset the git user name and email. The previous information stored in the user profile is no longer used</font><font size="2" face="serif">&nbsp;</font></ul>
</td></tr>
</table>
<br>
<br>
<font size="2" face="sans-serif">Ken Walker<br>
Co-Lead Eclipse Orion Project | Tools for the Web, On the Web<br>
<a href="http://orionhub.org">http://orionhub.org</a> | <a href="http://wiki.eclipse.org/Orion">http://wiki.eclipse.org/Orion</a><br>
@kwalker | @orionhub<br>
<br>
<br>
</font><br>
<font size="1" color="#800080" face="sans-serif">----- Forwarded by Ken Walker/Ottawa/IBM</font><font size="1" color="#800080" face="sans-serif">&nbsp;on 2013/05/15 10:00 AM</font><font size="1" color="#800080" face="sans-serif">&nbsp;-----</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">e4Build@xxxxxxxxxxx</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng@xxxxxxxxxxx, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">2013/05/14 11:28 PM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-releng] Orion Build : I20130514-2230</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="3" face="serif">See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201305142230"><font size="3" color="#0000FF" face="serif"><u>I20130514-2230</u></font></a><br>
<tt><font size="3">The build contains the following changes:<br>
+ Bug 399023 - CBI (Maven/Tycho) based build for Orion (NEW)<br>
+ Bug 406810 - [sidebar] Renaming/deleting current file in sidebar navigator causes trouble (FIXED)<br>
+ Bug 407669 - Trying to save a deleted file pops up strange message. (FIXED)<br>
+ Bug 408053 - Project copy/move fails with server context path (FIXED)<br>
+ Bug 408065 - Server: Cloning a git repository to use the user name and email passed from the client side. (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.editor<br>
org.eclipse.orion.client.git<br>
org.eclipse.orion.client.ui<br>
org.eclipse.orion.client.users<br>
org.eclipse.orion.server.core<br>
org.eclipse.orion.server.git<br>
org.eclipse.orion.server.servlets<br>
org.eclipse.orion.server.tests<br>
pom.xml</font></tt><br>
<br>
<a name="TestResults"></a><font size="4" face="serif"><b>Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="39%" valign="middle"><font size="3" face="serif"><b>Test</b></font></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="39%" valign="middle"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">1478</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif">38.192</font></div></td></tr>

<tr valign="top"><td width="39%" valign="middle"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Firefox-17.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 17.0</u></font></a></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">1476</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" face="serif">29.007</font></div></td></tr>

<tr valign="top"><td width="39%" valign="middle"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/Chrome-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome Windows</u></font></a></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">DNF</font></div></td><td width="11%" valign="middle"><img width="1" height="1" src="" border="0" alt=""></td><td width="9%" valign="middle"><img width="1" height="1" src="" border="0" alt=""></td><td width="19%" valign="middle"><img width="1" height="1" src="" border="0" alt=""></td><td width="12%" valign="middle"><img width="1" height="1" src="" border="0" alt=""></td></tr>

<tr valign="top"><td width="39%" valign="middle"><font size="3" face="serif">&nbsp;</font><a href="http://download.eclipse.org/orion/drops/I201305142230/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">313</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">3</font></div></td><td width="19%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">99.04%</font></div></td><td width="12%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">257.465</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
<br>
</font><tt><font size="2">_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng">http://dev.eclipse.org/mailman/listinfo/orion-releng</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifTokRMPfDYA.gif" ><img src="gifTokRMPfDYA.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Wed, 15 May 2013 14:02:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02349.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>
	<item>
		<title>[orion-dev] LotD: Polymer</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02348.html</link>
		<description> &amp;quot;Polymer - A new web framework by Google designed to leverage the evolving web platform.&amp;quot; .     http://polymer-project.appspot.com McQ. .</description>
		<content:encoded><![CDATA[
<p><tt><font size="2">&quot;Polymer - A new web framework by Google designed to leverage the evolving web platform.&quot;<br>
</font></tt><font size="2" face="sans-serif">. &nbsp; &nbsp; <a href="http://polymer-project.appspot.com">http://polymer-project.appspot.com</a></font><br>
<br>
<font size="2" face="sans-serif">McQ.</font><br>
<font size="2" face="sans-serif">.</font>]]></content:encoded>
		<pubDate>Wed, 15 May 2013 14:02:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02348.html</guid>
		<author>Mike_Wilson@xxxxxxx (Mike Wilson)</author>
	</item>
	<item>
		<title>[orion-dev] Web Accessibility Tip of the Day: Tip #3</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02347.html</link>
		<description>Tip #3: Every focusable element needs a name. When an element gets focus, screen readers ask the browser for the element's name (aka label) so that it can be spoken aloud or rendered on a Braille display. You can specify an element's name in several ways: ...</description>
		<content:encoded><![CDATA[<font size=2 face="sans-serif">Tip #3: Every focusable element needs a
name.</font>
<br>
<br><font size=2 face="sans-serif">When an element gets focus, screen readers
ask the browser for the element's name (aka label) so that it can be spoken
aloud or rendered on a Braille display.</font>
<br><font size=2 face="sans-serif">You can specify an element's name in
several ways:</font>
<br><font size=2 face="sans-serif">1) If the element has innerHTML and
if it's a type of element that can use content as its name, i.e. &lt;button&gt;Name&lt;/button&gt;,
then give it a good name and you're done.</font>
<br><font size=2 face="sans-serif">2) If there's a visible element that
can be used as a label, then use the aria-labelledby attribute to use the
text from the other element for the name (you can actually concatenate
text from multiple elements).</font>
<br><font size=2 face="sans-serif">3) If there's no visible element to
use as a label, you can provide a name string with aria-label.</font>
<br><font size=2 face="sans-serif">4) Provide &lt;label&gt; for &lt;input&gt;
elements.</font>
<br><font size=2 face="sans-serif">5) Provide alt text if the element is
an &lt;img&gt; or other object that supports alt.</font>
<br><font size=2 face="sans-serif">6) Optionally provide a title.</font>
<br>
<br><font size=2 face="sans-serif">For grins, here is the somewhat complex
algorithmic advice given to &quot;User Agents&quot; (aka browsers) for
computing the name of an element:</font>
<br><a href="http://www.w3.org/WAI/PF/aria-implementation/Overview.html#mapping_additional_nd_te"><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria-implementation/Overview.html#mapping_additional_nd_te</font></a>
<br>
<br><font size=2 face="sans-serif">Car</font>]]></content:encoded>
		<pubDate>Wed, 15 May 2013 07:02:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02347.html</guid>
		<author>Carolyn_MacLeod@xxxxxxx (Carolyn MacLeod)</author>
	</item>


	<item>
		<title>[orion-dev] Web Accessibility Tip of the Day: Tip #2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02346.html</link>
		<description>Tip #2: Adding or augmenting the semantics of HTML elements with WAI-ARIA* You can fine-tune the semantics of HTML elements by adding ARIA roles, states, and properties in order to make them more accessible. The ARIA Authoring Practices &amp;quot;Design Patternsot;...</description>
		<content:encoded><![CDATA[<font size=2 face="sans-serif">Tip #2: Adding or augmenting the semantics
of HTML elements with WAI-ARIA*</font>
<br>
<br><font size=2 face="sans-serif">You can fine-tune the semantics of HTML
elements by adding ARIA roles, states, and properties in order to make
them more accessible.</font>
<br><font size=2 face="sans-serif">The ARIA Authoring Practices &quot;Design
Patterns&quot; table specifies the expected keyboard interaction and ARIA
roles, states, and properties you should use to implement many common design
patterns:</font>
<br><a href="http://www.w3.org/WAI/PF/aria-practices/#aria_ex"><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria-practices/#aria_ex</font></a>
<br>
<br><font size=2 face="sans-serif">Take a look at the list of design pattern
names (37 as of this writing) and then look at a couple of them in detail,
for example, menubutton and menu:</font>
<br><a href="http://www.w3.org/WAI/PF/aria-practices/#menubutton"><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria-practices/#menubutton</font></a>
<br><a href="http://www.w3.org/WAI/PF/aria-practices/#menu"><font size=2 face="sans-serif">http://www.w3.org/WAI/PF/aria-practices/#menu</font></a>
<br>
<br><font size=2 face="sans-serif">* WAI-ARIA: Web Accessibility Initiative
- Accessible Rich Internet Applications</font>
<br>]]></content:encoded>
		<pubDate>Tue, 14 May 2013 04:00:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02346.html</guid>
		<author>Carolyn_MacLeod@xxxxxxx (Carolyn MacLeod)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
