<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tutorial/fleegix.js</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_banner.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_bg.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_header.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_heading_bg.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_logo.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_motto_begin.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_motto_end.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_motto_small.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_section_bg.png</filename>
    </added>
    <added>
      <filename>tutorial/images/windmill_w_side.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,11 @@
 Windmill is currently a very active work-in-progress so the best place
 to find up-to-date information would be online:
 
-  http://windmill.osafoundation.org/trac/wiki/WindmillBook
+  http://trac.getwindmill.com/wiki/WindmillBook
 
 Another great location is the mailing list:
 
-  http://lists.osafoundation.org/mailman/listinfo/windmill-dev
+http://groups.google.com/group/windmill-dev
 
 You can check build status at:
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -80,8 +80,8 @@ setup(
     version=APP_VERSION,
     description=APP_DESC,
     author='Open Source Applications Foundation',
-    author_email='windmill-dev@list.osafoundation.org',
-    url='http://windmill.osafoundation.org/trac/',
+    author_email='windmill-dev@googlegroups.com',
+    url='http://www.getwindmill.com/',
     license='http://www.apache.org/licenses/LICENSE-2.0',
     packages=find_packages(),
     platforms=['Any'],</diff>
      <filename>build_setup.py</filename>
    </modified>
    <modified>
      <diff>@@ -224,7 +224,7 @@ class Frame(wx.Frame):
         self.aboutInfo = wx.AboutDialogInfo()
 
         self.aboutInfo.SetName(&quot;Windmill&quot;)
-        self.aboutInfo.SetWebSite(&quot;http://windmill.osafoundation.org/trac&quot;)
+        self.aboutInfo.SetWebSite(&quot;http://trac.getwindmill.com/&quot;)
         self.aboutInfo.SetDescription(&quot;Windmill is a web testing framework intended for complete automation\n&quot;+
                                  &quot;of user interface testing, with strong test debugging capabilities.&quot;)
         self.aboutInfo.SetCopyright(&quot;Copyright 2006-2007 Open Source Applications Foundation&quot;)
@@ -351,7 +351,7 @@ class Frame(wx.Frame):
     def OnWebsiteLink(self, event):
 	&quot;&quot;&quot;Bring up a link to the windmill homepage&quot;&quot;&quot;
 	import webbrowser
-	webbrowser.open_new(&quot;http://windmill.osafoundation.org&quot;)
+	webbrowser.open_new(&quot;http://www.getwindmill.com&quot;)
 		
     def OnPreferences(self, event):
 	</diff>
      <filename>contrib/wxwindmill/wxwindmill/wxwindmill.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 
 windmillHomeTest.shared.test_navWindmillBook = new function () {
   this.test_navigate = [
-    { method: &quot;open&quot;, params: { url: &quot;http://windmill.osafoundation.org/trac/wiki/WindmillBook&quot; } }
+    { method: &quot;open&quot;, params: { url: &quot;http://trac.getwindmill.com/wiki/WindmillBook&quot; } }
   ];
   this.test_hasNavigated = [
     { method: &quot;waits.forElement&quot;, params: { id: &quot;WindmillBook&quot; } }</diff>
      <filename>test/test_live/jstests/shared/test_nav_windmill_book.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 
 windmillHomeTest.shared.test_navWindmillHome = new function () {
   this.test_navigate = [
-    { method: &quot;open&quot;, params: { url: &quot;http://windmill.osafoundation.org/&quot; } }
+    { method: &quot;open&quot;, params: { url: &quot;http://www.getwindmill.com/&quot; } }
   ];
   this.test_hasNavigated = [
     { method: &quot;waits.forElement&quot;, params: { id: &quot;wSideContainer&quot; } }</diff>
      <filename>test/test_live/jstests/shared/test_nav_windmill_home.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ from windmill.authoring import WindmillTestClient
 def test_dragdropunit():
     client = WindmillTestClient(__name__)
 
-    assert client.open(url=u'http://windmill.osafoundation.org/windmill-unittests/jqueryui152/demos/functional/index.html')
+    assert client.open(url=u'http://tutorial.getwindmill.com/windmill-unittests/jqueryui152/demos/functional/index.html')
     assert client.waits.forPageLoad(timeout=u'40000')
     #test the draggable widgets
     assert client.click(link=u'Draggable')</diff>
      <filename>test/test_live/test_dragdropunit.py</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ from windmill.authoring import WindmillTestClient
 def test_wmunti1():
     client = WindmillTestClient(__name__, assertions=False)
 
-    assert client.open(url=u'http://windmill.osafoundation.org/windmill-unittests/unit_tester.html')['result']
+    assert client.open(url=u'http://tutorial.getwindmill.com/windmill-unittests/unit_tester.html')['result']
     assert client.click(id=u'subBtn')['result']
     
     # Tests that sleeps actually wait for long enough</diff>
      <filename>test/test_live/test_unit.py</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 &lt;html&gt;
 &lt;head&gt;
     &lt;link media=&quot;all&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;main.css&quot;/&gt;
-    &lt;script type=&quot;text/javascript&quot; src=&quot;../fleegix.js&quot;&gt;&lt;/script&gt;
+    &lt;script type=&quot;text/javascript&quot; src=&quot;fleegix.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;windmill_tutorial.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot;&gt;
       fleegix.event.listen(window, 'onload', init);
@@ -40,7 +40,7 @@
       &lt;td&gt;
  &lt;div id=&quot;intro&quot;&gt;
 &lt;h3&gt;Welcome to the Windmill Interactive Tutorial.&lt;/h3&gt;
-The following should make you familiar enough with Windmill and its features that afterwards you should be able to start writing and running tests against your product. At anytime you are free to browse through the &lt;a href=&quot;http://windmill.osafoundation.org/trac/wiki/WindmillBook&quot;&gt;WindmillBook&lt;/a&gt; for more thorough explanations of Windmill features and more advanced functionality. &lt;br&gt;&lt;br&gt;As you walk through the steps, you may see feedback and if this doesn't do the trick please come visit us in #windmill on irc.freenode.org with questions!
+The following should make you familiar enough with Windmill and its features that afterwards you should be able to start writing and running tests against your product. At anytime you are free to browse through the &lt;a href=&quot;http://trac.getwindmill.com/wiki/WindmillBook&quot;&gt;WindmillBook&lt;/a&gt; for more thorough explanations of Windmill features and more advanced functionality. &lt;br&gt;&lt;br&gt;As you walk through the steps, you may see feedback and if this doesn't do the trick please come visit us in #windmill on irc.freenode.org with questions!
   &lt;/div&gt;
       &lt;/td&gt;
     &lt;/tr&gt;</diff>
      <filename>tutorial/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ html,body {
   padding: 0px;
 }
 body {
-  background-image: url(../images/windmill_bg.png);
+  background-image: url(images/windmill_bg.png);
   background-repeat: repeat-x;
   background-color: #90bfcb;
 }
@@ -85,7 +85,7 @@ table {
   text-align: center;
 }
 #wSideImg {
-  background-image: url(../images/windmill_w_side.png);
+  background-image: url(images/windmill_w_side.png);
   margin: auto;
   width: 804px;
   height: 291px;
@@ -93,7 +93,7 @@ table {
 #header {
   width: 632px;
   height: 267px;
-  background: url(../images/windmill_header.png);
+  background: url(images/windmill_header.png);
   margin: auto;
   text-align: left;
 }
@@ -133,7 +133,7 @@ table {
   border-right: 9px solid #25444e;
   width: 614px;
   overflow: auto;
-  background-image: url(../images/windmill_section_bg.png);
+  background-image: url(images/windmill_section_bg.png);
   background-repeat: repeat-x;
   background-color: #e4f0f3;
 }
@@ -175,7 +175,7 @@ table {
   font-weight: bold;
   color: #222;
   height: 36px;
-  background-image: url..(/images/windmill_heading_bg.png);
+  background-image: url(images/windmill_heading_bg.png);
   background-repeat: repeat-x;
   line-height: 36px;
   text-align: center;</diff>
      <filename>tutorial/main.css</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ JS_PATH          = os.path.join(WINDMILL_PATH, 'html')
 SAVES_PATH       = None
 EXTENSIONS_DIR   = None
 
-TEST_URL  = 'http://windmill.osafoundation.org/tutorial'
+TEST_URL  = 'http://tutorial.getwindmill.com/'
 
 FORWARDING_TEST_URL = None
 </diff>
      <filename>windmill/conf/global_settings.py</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ Copyright 2006-2007, Open Source Applications Foundation
 */
 
 /*For information on how to build your own extensions, visit:
-  http://windmill.osafoundation.org/trac/wiki/BookChapter-7-Extensions
+  http://trac.getwindmill.com/wiki/BookChapter-7-Extensions
 */
 windmill.controller.extensions = new function(){ 
 }
\ No newline at end of file</diff>
      <filename>windmill/html/js/extensions/extensions.js</filename>
    </modified>
    <modified>
      <diff>@@ -537,7 +537,8 @@ windmill.ui.remote = new function() {
             s2.id = action.id + 'optionType';
             
             if (windmill.registry.methods[method].optionIsLocator){
-              for (loc in windmill.registry.locator){
+              //for (loc in windmill.registry.locator){
+              for (var loc = 0; loc &lt; windmill.registry.locator.length;loc++){
                 newOpt = document.createElement('option');
                 newOpt.value = 'opt'+windmill.registry.locator[loc];
                 newOpt.innerHTML =  windmill.registry.locator[loc];</diff>
      <filename>windmill/html/js/wm/ide/remote.js</filename>
    </modified>
    <modified>
      <diff>@@ -211,7 +211,6 @@
   &lt;img src=&quot;img/addup.png&quot; style=&quot;width:1px;height:1px;&quot;&gt;
   &lt;img src=&quot;img/adddown.png&quot; style=&quot;width:1px;height:1px;&quot;&gt; 
 &lt;/body&gt;
-
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/lib/fleegix_js/trunk/plugins/hash.js&quot;&gt;&lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/lib/fleegix_js/trunk/plugins/shell.js&quot;&gt;&lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/lib/getXPath.js&quot;&gt;&lt;/script&gt;</diff>
      <filename>windmill/html/remote.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55d376514f00d6666d80d905d435e4f4812d9586</id>
    </parent>
  </parents>
  <author>
    <name>Adam Christian</name>
    <email>adam.christian@gmail.com</email>
  </author>
  <url>http://github.com/mde/windmill/commit/76e525f2c3495ba0a7a8a46c2bfa0cef0d488e6b</url>
  <id>76e525f2c3495ba0a7a8a46c2bfa0cef0d488e6b</id>
  <committed-date>2008-08-28T10:28:40-07:00</committed-date>
  <authored-date>2008-08-28T10:28:40-07:00</authored-date>
  <message>Updating tests to use the new url, fixing the tutorial page, fixing a bug in dragDropElemToElem UI generation, ran functest in all browsers

git-svn-id: http://svn.getwindmill.com/trunk@815 78c7df6f-8922-0410-bcd3-9426b1ad491b</message>
  <tree>eb26595dcc46f85fcf81c6974b64ed7f0ded67ce</tree>
  <committer>
    <name>Adam Christian</name>
    <email>adam.christian@gmail.com</email>
  </committer>
</commit>
