You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2015/11/16 18:21:32 UTC

svn commit: r972609 [2/2] - in /websites/staging/flex/trunk: cgi-bin/ content/ content/archive/installerbadge/ content/flexunit/asdoc/ content/flexunit/tutorial/ content/flexunit/tutorial/flexunit/ content/installer/ content/installerbadge/

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-5.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-5.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-5.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p><a href="../code/Unit5.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a></p>
 <p>FlexUnit 4.x has available features for developers to plan ahead and prepare tests for classes still under development. Ignoring a test is a capability that will allow you to prototype or create tests that may not yet be relevant or operational.</p>
 
@@ -949,7 +960,7 @@ public function shouldThrowRangeError():
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-6.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-6.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-6.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p><a href="../code/Unit6.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a></p>
 <p>Much like any significant amount of code that you develop, your tests will eventually begin to show signs of duplicate code. Fortunately, repeat operations can be factored into discrete methods allowing you to create an understandable test fixture. Instantiating objects, running methods, destroying objects, and loading data are all operations that can be factored into methods and classes with the help of FlexUnit 4.x features.</p>
 
@@ -666,7 +677,7 @@ After Class
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-7.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-7.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-7.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p><a href="../code/Unit7.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a></p>
 <p>As you learned in the last unit, test cases are groups of tests which share a common test fixture. Inherently this means as the number of tests in any project grows, there will become a need for a significant number of test cases which needed to organized and executed.</p>
 
@@ -554,7 +565,7 @@ public class FamilySuite {    <br />
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-8.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-8.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-8.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p><a href="../code/Unit4.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a></p>
 <p>Theories are a tool for testing a class against a potentially infinite set of data points. While theories are a powerful concept, they must work in conjunction with static tests to ensure proper functionality.</p>
 
@@ -813,7 +824,7 @@ public function shouldShowAllPointsEqual
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-9.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-9.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-9.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p><a href="../code/Unit9.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a></p>
 <p>For the sake of optimization or integration, large or complicated sets of data are often easier to manage within external files. FlexUnit 4.x provides support for external data in Theories as well as Parameterized tests, which you will learn to use in Unit 11.</p>
 
@@ -470,7 +481,7 @@ public static var radii:Array;</pre></co
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/flexunit/tutorial/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/index.html (original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/index.html Mon Nov 16 17:21:31 2015
@@ -196,7 +196,18 @@
 <!-- Home Page Exception -->
 
 
-<h3 id="welcome-to-the-apache-flexunit-tutorial">Welcome to the Apache FlexUnit Tutorial!</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h3 id="welcome-to-the-apache-flexunit-tutorial">Welcome to the Apache FlexUnit Tutorial!<a class="headerlink" href="#welcome-to-the-apache-flexunit-tutorial" title="Permanent link">&para;</a></h3>
 <p>This course is divided into units, most of which present new information and contain walkthroughs. At the end of each unit, you will find a summary of the unit’s content. The following are used throughout the guide:</p>
 <ul>
 <li><strong>Concepts</strong> introduce new information.</li>
@@ -210,7 +221,7 @@
 <li>Be comfortable <a href="http://flex.apache.org/doc-getstarted.html">building applications</a> in Flex</li>
 <li>Be familiar with both <a href="http://help.adobe.com/en_US/flex/using/index.html">AS3 and MXML</a></li>
 </ul>
-<h3 id="tutorial-units">Tutorial Units:</h3>
+<h3 id="tutorial-units">Tutorial Units:<a class="headerlink" href="#tutorial-units" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="flexunit/Unit-1.html">Introducing FlexUnit 4.2</a></li>
 <li><a href="flexunit/Unit-2.html">Overview of Testing Terms and Terminology</a></li>
@@ -270,7 +281,7 @@
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/index.html
==============================================================================
--- websites/staging/flex/trunk/content/index.html (original)
+++ websites/staging/flex/trunk/content/index.html Mon Nov 16 17:21:31 2015
@@ -254,6 +254,17 @@
         <!-- Features #nd --> 
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <!-- Learn Flex Start -->
 
 <div class="row-fluid">
@@ -439,7 +450,7 @@
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/installer.html
==============================================================================
--- websites/staging/flex/trunk/content/installer.html (original)
+++ websites/staging/flex/trunk/content/installer.html Mon Nov 16 17:21:31 2015
@@ -274,7 +274,7 @@ h2:hover > .headerlink, h3:hover > .head
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/installer/sdk-installer-config-4.0.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/flex/trunk/content/installerbadge/index.html
==============================================================================
--- websites/staging/flex/trunk/content/installerbadge/index.html (original)
+++ websites/staging/flex/trunk/content/installerbadge/index.html Mon Nov 16 17:21:31 2015
@@ -1,3 +1,14 @@
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <div id="flashContent">
     <script type="text/javascript"> 
         var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 

Modified: websites/staging/flex/trunk/content/notFound.html
==============================================================================
--- websites/staging/flex/trunk/content/notFound.html (original)
+++ websites/staging/flex/trunk/content/notFound.html Mon Nov 16 17:21:31 2015
@@ -196,6 +196,17 @@
 <!-- Home Page Exception -->
 
 
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>It seems that the page you were looking for is not available.   It is quite possible you followed an old link or
 we broke something.  You can choose a link from the menu above, or <a href="/index.html">click here to visit our project's homepage</a>.</p>
 
@@ -239,7 +250,7 @@ we broke something.  You can choose a li
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />

Modified: websites/staging/flex/trunk/content/single-mirror-url.html
==============================================================================
--- websites/staging/flex/trunk/content/single-mirror-url.html (original)
+++ websites/staging/flex/trunk/content/single-mirror-url.html Mon Nov 16 17:21:31 2015
@@ -1 +1,12 @@
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>[preferred]</p>
\ No newline at end of file

Modified: websites/staging/flex/trunk/content/track-installer.html
==============================================================================
--- websites/staging/flex/trunk/content/track-installer.html (original)
+++ websites/staging/flex/trunk/content/track-installer.html Mon Nov 16 17:21:31 2015
@@ -226,7 +226,7 @@
             <div class="footer-headline"><h4>Latest Releases</h4></div>
             <p>
             	Apache Flex SDK : <a href="/download-binaries.html">4.14.1 (March 2015)</a><br />
-                Apache FlexJS SDK : <a href="/download-flexjs.html">0.0.2 (July 2014)</a><br />
+                Apache FlexJS SDK : <a href="/download-flexjs.html">0.5.0 (November 2015)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.0 (Mar 2015)</a><br />
                 Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 2014)</a><br />