http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99813

Revision: 99813
Author:   reedy
Date:     2011-10-14 21:27:43 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
Fix commenty stuff

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php
    
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php
    trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php
    trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php
    trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php
    trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php
    
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php
    trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php
    trunk/extensions/SemanticSignup/includes/SES_DataChecker.php
    trunk/extensions/SemanticSignup/includes/SES_SignupFields.php
    trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php
    
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php

Modified: trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php        
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php        
2011-10-14 21:27:43 UTC (rev 99813)
@@ -36,7 +36,7 @@
  * @ingroup SMW
  */
 
-/*
+/**
  * no guarantees, but look in the usual place for commandLine.inc, so this
  * so it will work most of the time
  */

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php
       2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php
       2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -24,7 +24,7 @@
                $this->open($this->getUrl() 
."index.php/AvoidPropertyCreationTest");
 
                        $this->assertEquals("Avoid::Property", 
$this->getText("link=exact:Avoid::Property"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php
      2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php
      2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -8,7 +8,7 @@
 
        public function testSetup()
        {
-               set_time_limit(0); 
+               set_time_limit(0);
                $this->open($this->getUrl() ."index.php/Main_Page");
                $this->type("searchInput", "Testing person Michael Green");
                $this->click("searchGoButton");
@@ -76,25 +76,25 @@
                $this->waitForPageToLoad("30000");
                $this->click("wpConfirmB");
                $this->waitForPageToLoad("30000");
-               
+
                $this->open($this->getUrl() ."index.php/Testing person Laura 
Blue");
                $this->click("link=Delete");
                $this->waitForPageToLoad("30000");
                $this->click("wpConfirmB");
                $this->waitForPageToLoad("30000");
-               
+
                $this->open($this->getUrl() ."index.php/Testing person Sarah 
Yellow");
                $this->click("link=Delete");
                $this->waitForPageToLoad("30000");
                $this->click("wpConfirmB");
                $this->waitForPageToLoad("30000");
-               
+
                $this->open($this->getUrl() ."index.php/Testing person Denise 
Grey");
                $this->click("link=Delete");
                $this->waitForPageToLoad("30000");
                $this->click("wpConfirmB");
                $this->waitForPageToLoad("30000");
-               
+
                $this->open($this->getUrl() ."index.php/Testing person Mary 
Pink");
                $this->click("link=Delete");
                $this->waitForPageToLoad("30000");

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php
  2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php
  2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -32,10 +32,10 @@
                $this->open($this->getUrl() ."index.php/CreateTest");
 
                        
$this->assertTrue($this->isElementPresent("link=Create1"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=Create2"));
-               
+
        }
 
        public function test_checkpropertypages_CreatePropertyPage()
@@ -43,11 +43,11 @@
                $this->open($this->getUrl() ."index.php/Property:Create1");
 
                        
$this->assertTrue($this->isElementPresent("link=CreateTest"));
-               
+
                $this->open($this->getUrl() ."index.php/Property:Create2");
 
                        
$this->assertTrue($this->isElementPresent("link=CreateTest"));
-               
+
        }
 
        public function test_redlink_CreatePropertyPage()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php
 2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php
 2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -40,7 +40,7 @@
                $this->open($this->getUrl() ."index.php/MaybeTest");
 
                        
$this->assertFalse($this->isElementPresent("link=Maybe"));
-               
+
        }
 
        public function test_checktooltip_DefineAllowedValues()
@@ -49,7 +49,7 @@
                $this->click("//div[@id='bodyContent']/p/span/img");
 
                        $this->assertTrue($this->isTextPresent("\"Maybe\" is 
not in the list of possible values (Yes, No) for this property."));
-               
+
        }
 
        public function test_checkyes_DefineAllowedValues()
@@ -57,7 +57,7 @@
                $this->open($this->getUrl() ."index.php/YesTest");
 
                        $this->assertEquals("Yes", $this->getText("link=Yes"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php
        2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php
        2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -27,7 +27,7 @@
                $this->waitForPageToLoad("30000");
 
                        
$this->assertTrue($this->isElementPresent("link=123456"));
-               
+
        }
 
        public function test_hastype_DefineTypeOfProperty()
@@ -45,14 +45,14 @@
                $this->open($this->getUrl() ."index.php/Property:TestNumber");
 
                        
$this->assertFalse($this->isElementPresent("link=123456"));
-               
+
                $this->click("link=ChangeType");
                $this->waitForPageToLoad("30000");
                $this->click("link=Refresh");
                $this->waitForPageToLoad("30000");
 
                        
$this->assertFalse($this->isElementPresent("link=123456"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php
    2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php
    2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -38,10 +38,10 @@
                $this->open($this->getUrl() 
."index.php/EmbedValueToThisTestPage");
 
                        
$this->assertTrue($this->isElementPresent("link=Succesful"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=Prosperous"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php
 2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php
 2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -48,10 +48,10 @@
                $this->open($this->getUrl() ."index.php/Ben");
 
                        
$this->assertTrue($this->isElementPresent("link=TeamLeaderTest"));
-               
 
+
                        
$this->assertFalse($this->isElementPresent("link=TeamMemberTest"));
-               
+
        }
 
        public function 
test_semanticsearch_MakePropertySubpropertyOfAnotherOne()
@@ -62,7 +62,7 @@
                $this->waitForPageToLoad("30000");
 
                        $this->assertTrue($this->isElementPresent("link=Ben"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php
       2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php
       2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -40,10 +40,10 @@
                $this->open($this->getUrl() ."index.php/Special:Properties");
 
                        
$this->assertTrue($this->isElementPresent("link=AaaProperty"));
-               
 
+
                        $this->assertTrue($this->isElementPresent("link=Page"));
-               
+
        }
 
        public function test_numberofusage_PropertiesListedOnSpecialPage()
@@ -51,7 +51,7 @@
                $this->open($this->getUrl() ."index.php/Special:Properties");
 
                        $this->assertTrue($this->isTextPresent("AaaProperty of 
type Page (2)"));
-               
+
        }
 
        public function test_textpresent_PropertiesListedOnSpecialPage()
@@ -59,7 +59,7 @@
                $this->open($this->getUrl() ."index.php/Special:Properties");
 
                        $this->assertTrue($this->isTextPresent("AaaProperty of 
type Page"));
-               
+
        }
 
        public function test_tooltipicon_PropertiesListedOnSpecialPage()
@@ -74,7 +74,7 @@
                $this->open($this->getUrl() ."index.php/Special:Properties");
 
                        $this->assertFalse($this->isTextPresent("AabProperty"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php
   2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php
   2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -35,7 +35,7 @@
                $this->waitForPageToLoad("30000");
 
                        $this->assertTrue($this->isTextPresent("AaaDefaultType 
of type Page"));
-               
+
        }
 
        public function test_verifylink_PropertyTypePageIsDefault()
@@ -43,7 +43,7 @@
                $this->open($this->getUrl() ."index.php/TestDefaultType");
 
                        
$this->assertTrue($this->isElementPresent("link=CheckLink"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php
  2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php
  2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -38,12 +38,12 @@
                $this->type("searchInput", "TestPageForRefreshing");
                $this->click("searchGoButton");
                $this->waitForPageToLoad("10000");
-               
+
                $this->click("link=Refresh");
                $this->waitForPageToLoad("10000");
 
                        $this->assertTrue($this->isTextPresent("SC Freiburg"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php
     2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php
     2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -18,17 +18,17 @@
                $this->waitForPageToLoad("10000");
 
                        
$this->assertTrue($this->isElementPresent("link=Refresh"));
-               
+
                $this->click("link=Random page");
                $this->waitForPageToLoad("10000");
 
                        
$this->assertTrue($this->isElementPresent("link=Refresh"));
-               
+
                $this->click("link=Random page");
                $this->waitForPageToLoad("10000");
 
                        
$this->assertTrue($this->isElementPresent("link=Refresh"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php
    2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php
    2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -52,25 +52,25 @@
                $this->waitForPageToLoad("30000");
 
                        $this->assertEquals("NumericTest 123", 
$this->getText("firstHeading"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=NumericTestPage1"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=NumericTestPage2"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=NumericTestPage3"));
-               
 
+
                        $this->assertTrue($this->isTextPresent("345"));
-               
 
+
                        $this->assertEquals("NumericTest", 
$this->getValue("property"));
-               
 
+
                        $this->assertEquals("123", $this->getValue("value"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php
     2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php
     2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -36,19 +36,19 @@
                $this->waitForPageToLoad("30000");
 
                        $this->assertEquals("TestSBP Yes", 
$this->getText("firstHeading"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=FirstPageToMatch"));
-               
 
+
                        
$this->assertTrue($this->isElementPresent("link=SecondPageToMatch"));
-               
 
+
                        $this->assertEquals("TestSBP", 
$this->getValue("property"));
-               
 
+
                        $this->assertEquals("Yes", $this->getValue("value"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php
   2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php
   2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -43,13 +43,13 @@
                $this->waitForPageToLoad("10000");
 
                        
$this->assertTrue($this->isTextPresent("TestPageABCDEF"));
-               
 
+
                        
$this->assertTrue($this->isTextPresent("TestPageCDEFGH"));
-               
 
+
                        
$this->assertTrue($this->isTextPresent("TestPageEFGHIJ"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php
  2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php
  2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -43,13 +43,13 @@
                $this->waitForPageToLoad("10000");
 
                        
$this->assertTrue($this->isTextPresent("TestPageABCDEF"));
-               
 
+
                        
$this->assertTrue($this->isTextPresent("TestPageCDEFGH"));
-               
 
+
                        
$this->assertFalse($this->isTextPresent("TestPageEFGHIJ"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php
 2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php
 2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -24,7 +24,7 @@
                $this->open($this->getUrl() ."index.php/Factboxtest");
 
                        $this->assertTrue($this->isTextPresent("Facts about"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php
       2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php
       2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -32,9 +32,9 @@
                $this->open($this->getUrl() 
."index.php/Special:UnusedProperties");
 
                        
$this->assertFalse($this->isElementPresent("link=NoPageWillUseMe"));
-               
+
        }
-       
+
        public function test_propertynotused_UnusedPropertiesOnSpecialPage()
        {
                $this->type("searchInput", "UseProp");
@@ -47,7 +47,7 @@
                $this->open($this->getUrl() 
."index.php/Special:UnusedProperties");
 
                        
$this->assertTrue($this->isElementPresent("link=NoPageWillUseMe"));
-               
+
        }
 
        public function testTeardown()

Modified: 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php
       2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php
       2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * This test case is part of the SimpleSeleniumTestSuite.
  * Configuration for these tests are documented as part of 
SimpleSeleniumTestSuite.php
  */
@@ -32,7 +32,7 @@
                $this->open($this->getUrl() 
."index.php/Special:WantedProperties");
 
                        $this->assertTrue($this->isTextPresent("RedLinkProperty 
(2 uses)"));
-               
+
        }
 
        public function test_showsproperty_WantedPropertiesOnSpecialPage()
@@ -40,7 +40,7 @@
                $this->open($this->getUrl() 
."index.php/Special:WantedProperties");
 
                        
$this->assertTrue($this->isElementPresent("link=RedLinkProperty"));
-               
+
        }
 
        public function testTeardown()

Modified: trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php
===================================================================
--- trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php       
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php       
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Created on 19.10.2008
  *
  * Author: ning

Modified: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php
===================================================================
--- trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php       
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php       
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Created on 24.6.2009
  *
  * Author: ning
@@ -80,7 +80,7 @@
        require_once( $smwgNMIP . '/includes/jobs/SMW_NMSendMailJob.php' );
        $wgJobClasses['SMWNMRefreshJob'] = 'SMWNMRefreshJob';
        require_once( $smwgNMIP . '/includes/jobs/SMW_NMRefreshJob.php' );
-       
+
        if ( defined( 'SMW_VERSION' ) && strpos( SMW_VERSION, '1.5' ) == 0 ) {
                $wgAutoloadClasses['SMWNotifyProcessor'] = $smwgNMIP . 
'/includes/SMW_NotifyProcessor.smw15.php';
        } else {

Modified: trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php
===================================================================
--- trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php       
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php       
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * SMW_NMSendMailJob.php
  *
  * This job is triggered whenever a notify-me page was saved or removed.

Modified: trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php
===================================================================
--- trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php      
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php      
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,11 +1,11 @@
 <?php
-/*
+/**
  * Author: ning
  */
 
 if ( !defined( 'MEDIAWIKI' ) ) die();
 
-/*
+/**
  * Standard class that is resopnsible for the creation of the Special Page
  */
 class SMWNotifyMe extends SpecialPage {

Modified: 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php
===================================================================
--- 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php  
    2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php  
    2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Created on 2009/3/25
  *
  * Author: ning

Modified: 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php
===================================================================
--- 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php    
    2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php    
    2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Author: ning
  */
 if ( !defined( 'MEDIAWIKI' ) ) {

Modified: trunk/extensions/SemanticSignup/includes/SES_DataChecker.php
===================================================================
--- trunk/extensions/SemanticSignup/includes/SES_DataChecker.php        
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticSignup/includes/SES_DataChecker.php        
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,9 +1,9 @@
 <?php
-/*
+/**
  * Created on 13 Jan 2009 by Serhii Kutnii
  */
 
-/*
+/**
  * An abstract data getter and checker class.
  * Its concrete subclasses should incapsulate all the necessary data getting
  * and environment checks.

Modified: trunk/extensions/SemanticSignup/includes/SES_SignupFields.php
===================================================================
--- trunk/extensions/SemanticSignup/includes/SES_SignupFields.php       
2011-10-14 21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticSignup/includes/SES_SignupFields.php       
2011-10-14 21:27:43 UTC (rev 99813)
@@ -1,9 +1,9 @@
 <?php
-/*
+/**
  * Created on 6 Jan 2009 by Serhii Kutnii
  */
 
-/*
+/**
  * Borrowed from standard UsercreateTemplate. Some minor changes have been made
  */
 

Modified: trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php
===================================================================
--- trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php  2011-10-14 
21:26:54 UTC (rev 99812)
+++ trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php  2011-10-14 
21:27:43 UTC (rev 99813)
@@ -14,7 +14,7 @@
 // Register special pages aliases file
 $wgExtensionAliasesFiles['SemanticWebBrowser'] = $swbgIP . 
'languages/SWB_Aliases.php';
 
-/*
+/**
  * create Special Page for Browse Wiki
  */
 $wgAutoloadClasses['SWBSpecialBrowseWiki']    = $swbgIP . 
'specials/SearchTriple/SWB_SpecialBrowseWiki.php';

Modified: 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
===================================================================
--- 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
 2011-10-14 21:26:54 UTC (rev 99812)
+++ 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
 2011-10-14 21:27:43 UTC (rev 99813)
@@ -23,7 +23,7 @@
 //   require_once "EasyRdf.php";
 //   require_once "html_tag_helpers.php";
 set_include_path($swbgIP.'lib/');
-/*
+/**
  * Here, we need EasyRDF.
  */
 require_once ($swbgIP.'lib/EasyRdf.php');
@@ -107,7 +107,7 @@
                // Why do we need different variants? Removed...
 
                // Why do we need to input query form? Removed...
-                       
+
                // print OutputPage
                $wgOut->addHTML( $this->displayBrowse() );
                SMWOutputs::commitToOutputPage( $wgOut ); // make sure locally 
collected output data is pushed to the output!
@@ -300,7 +300,7 @@
                                // Build the graph
                                $graph = new EasyRdf_Graph($uri->getURI());
                                $graph->load();
-                                       
+
                                // Now, we resolve this URI and store the rdf
 
                                $html .= 
$this->displaySemanticHead($uri->getURI());
@@ -584,7 +584,7 @@
                        foreach ($allSpecResources as $aSpecResource) {
                                if (!$aSpecResource->isBnode()) {
                                        if ($aSpecResource->getUri() == 
$object) {
-                                                       
+
                                                $res = array("type" => "uri", 
"value" => $aSpecResource->getUri());
                                                $arr_subjects[] = $res;
                                        }
@@ -683,7 +683,7 @@
                                        'a',
                                array(
                                                'href' => 
SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
-                                                        'property' => 
$dvProperty->getWikiValue(), 
+                                                        'property' => 
$dvProperty->getWikiValue(),
                                                         'value' => 
$this->subject->getWikiValue()
                                ) )
                                ),
@@ -737,7 +737,7 @@
 
                                // Typically, we have a URI. Provide link to 
further browse the SW.
                                // Always type 11 for prop: echo 
"dipropType:".$diProperty->getDIType();
-                                       
+
                        } elseif ( $diProperty->getKey() == '_INST' ) {
                                $proptext = smwfGetLinker()->specialLink( 
'Categories' );
                        } elseif ( $diProperty->getKey() == '_REDI' ) {
@@ -785,7 +785,7 @@
                                        'a',
                                array(
                                                'href' => 
SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
-                                                        'property' => 
$dvProperty->getWikiValue(), 
+                                                        'property' => 
$dvProperty->getWikiValue(),
                                                         'value' => 
$this->subject->getWikiValue()
                                ) )
                                ),
@@ -876,7 +876,7 @@
                                        'a',
                                array(
                                                'href' => 
SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
-                                                        'property' => 
$dvProperty->getWikiValue(), 
+                                                        'property' => 
$dvProperty->getWikiValue(),
                                                         'value' => 
$this->subject->getWikiValue()
                                ) )
                                ),


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to