r99813 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99812‎ | r99813 | r99814 >
Date:21:27, 14 October 2011
Author:reedy
Status:deferred
Tags:
Comment:
Fix commenty stuff
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php (modified) (history)
  • /trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php (modified) (history)
  • /trunk/extensions/SemanticSignup/includes/SES_DataChecker.php (modified) (history)
  • /trunk/extensions/SemanticSignup/includes/SES_SignupFields.php (modified) (history)
  • /trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php (modified) (history)
  • /trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/maintenance/SMW_setup.php
@@ -36,7 +36,7 @@
3737 * @ingroup SMW
3838 */
3939
40 -/*
 40+/**
4141 * no guarantees, but look in the usual place for commandLine.inc, so this
4242 * so it will work most of the time
4343 */
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/EmbedValueWithShowParserFunction.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -38,10 +38,10 @@
3939 $this->open($this->getUrl() ."index.php/EmbedValueToThisTestPage");
4040
4141 $this->assertTrue($this->isElementPresent("link=Succesful"));
42 -
4342
 43+
4444 $this->assertTrue($this->isElementPresent("link=Prosperous"));
45 -
 45+
4646 }
4747
4848 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshLinkForEveryPage.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -18,17 +18,17 @@
1919 $this->waitForPageToLoad("10000");
2020
2121 $this->assertTrue($this->isElementPresent("link=Refresh"));
22 -
 22+
2323 $this->click("link=Random page");
2424 $this->waitForPageToLoad("10000");
2525
2626 $this->assertTrue($this->isElementPresent("link=Refresh"));
27 -
 27+
2828 $this->click("link=Random page");
2929 $this->waitForPageToLoad("10000");
3030
3131 $this->assertTrue($this->isElementPresent("link=Refresh"));
32 -
 32+
3333 }
3434
3535 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyValue.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -43,13 +43,13 @@
4444 $this->waitForPageToLoad("10000");
4545
4646 $this->assertTrue($this->isTextPresent("TestPageABCDEF"));
47 -
4847
 48+
4949 $this->assertTrue($this->isTextPresent("TestPageCDEFGH"));
50 -
5150
 51+
5252 $this->assertFalse($this->isTextPresent("TestPageEFGHIJ"));
53 -
 53+
5454 }
5555
5656 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SelectPagesByPropertyAnnotationByWildcard.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -43,13 +43,13 @@
4444 $this->waitForPageToLoad("10000");
4545
4646 $this->assertTrue($this->isTextPresent("TestPageABCDEF"));
47 -
4847
 48+
4949 $this->assertTrue($this->isTextPresent("TestPageCDEFGH"));
50 -
5150
 51+
5252 $this->assertTrue($this->isTextPresent("TestPageEFGHIJ"));
53 -
 53+
5454 }
5555
5656 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/CreatePropertyPageTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -32,10 +32,10 @@
3333 $this->open($this->getUrl() ."index.php/CreateTest");
3434
3535 $this->assertTrue($this->isElementPresent("link=Create1"));
36 -
3736
 37+
3838 $this->assertTrue($this->isElementPresent("link=Create2"));
39 -
 39+
4040 }
4141
4242 public function test_checkpropertypages_CreatePropertyPage()
@@ -43,11 +43,11 @@
4444 $this->open($this->getUrl() ."index.php/Property:Create1");
4545
4646 $this->assertTrue($this->isElementPresent("link=CreateTest"));
47 -
 47+
4848 $this->open($this->getUrl() ."index.php/Property:Create2");
4949
5050 $this->assertTrue($this->isElementPresent("link=CreateTest"));
51 -
 51+
5252 }
5353
5454 public function test_redlink_CreatePropertyPage()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/MakePropertySubpropertyOfAnotherOneTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -48,10 +48,10 @@
4949 $this->open($this->getUrl() ."index.php/Ben");
5050
5151 $this->assertTrue($this->isElementPresent("link=TeamLeaderTest"));
52 -
5352
 53+
5454 $this->assertFalse($this->isElementPresent("link=TeamMemberTest"));
55 -
 55+
5656 }
5757
5858 public function test_semanticsearch_MakePropertySubpropertyOfAnotherOne()
@@ -62,7 +62,7 @@
6363 $this->waitForPageToLoad("30000");
6464
6565 $this->assertTrue($this->isElementPresent("link=Ben"));
66 -
 66+
6767 }
6868
6969 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/UnusedPropertiesOnSpecialPageTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -32,9 +32,9 @@
3333 $this->open($this->getUrl() ."index.php/Special:UnusedProperties");
3434
3535 $this->assertFalse($this->isElementPresent("link=NoPageWillUseMe"));
36 -
 36+
3737 }
38 -
 38+
3939 public function test_propertynotused_UnusedPropertiesOnSpecialPage()
4040 {
4141 $this->type("searchInput", "UseProp");
@@ -47,7 +47,7 @@
4848 $this->open($this->getUrl() ."index.php/Special:UnusedProperties");
4949
5050 $this->assertTrue($this->isElementPresent("link=NoPageWillUseMe"));
51 -
 51+
5252 }
5353
5454 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithNumericValueTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -52,25 +52,25 @@
5353 $this->waitForPageToLoad("30000");
5454
5555 $this->assertEquals("NumericTest 123", $this->getText("firstHeading"));
56 -
5756
 57+
5858 $this->assertTrue($this->isElementPresent("link=NumericTestPage1"));
59 -
6059
 60+
6161 $this->assertTrue($this->isElementPresent("link=NumericTestPage2"));
62 -
6362
 63+
6464 $this->assertTrue($this->isElementPresent("link=NumericTestPage3"));
65 -
6665
 66+
6767 $this->assertTrue($this->isTextPresent("345"));
68 -
6968
 69+
7070 $this->assertEquals("NumericTest", $this->getValue("property"));
71 -
7271
 72+
7373 $this->assertEquals("123", $this->getValue("value"));
74 -
 74+
7575 }
7676
7777 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineAllowedValuesTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -40,7 +40,7 @@
4141 $this->open($this->getUrl() ."index.php/MaybeTest");
4242
4343 $this->assertFalse($this->isElementPresent("link=Maybe"));
44 -
 44+
4545 }
4646
4747 public function test_checktooltip_DefineAllowedValues()
@@ -49,7 +49,7 @@
5050 $this->click("//div[@id='bodyContent']/p/span/img");
5151
5252 $this->assertTrue($this->isTextPresent("\"Maybe\" is not in the list of possible values (Yes, No) for this property."));
53 -
 53+
5454 }
5555
5656 public function test_checkyes_DefineAllowedValues()
@@ -57,7 +57,7 @@
5858 $this->open($this->getUrl() ."index.php/YesTest");
5959
6060 $this->assertEquals("Yes", $this->getText("link=Yes"));
61 -
 61+
6262 }
6363
6464 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertyTypePageIsDefaultTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -35,7 +35,7 @@
3636 $this->waitForPageToLoad("30000");
3737
3838 $this->assertTrue($this->isTextPresent("AaaDefaultType of type Page"));
39 -
 39+
4040 }
4141
4242 public function test_verifylink_PropertyTypePageIsDefault()
@@ -43,7 +43,7 @@
4444 $this->open($this->getUrl() ."index.php/TestDefaultType");
4545
4646 $this->assertTrue($this->isElementPresent("link=CheckLink"));
47 -
 47+
4848 }
4949
5050 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/SearchByPropertyWithStringValueTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -36,19 +36,19 @@
3737 $this->waitForPageToLoad("30000");
3838
3939 $this->assertEquals("TestSBP Yes", $this->getText("firstHeading"));
40 -
4140
 41+
4242 $this->assertTrue($this->isElementPresent("link=FirstPageToMatch"));
43 -
4443
 44+
4545 $this->assertTrue($this->isElementPresent("link=SecondPageToMatch"));
46 -
4746
 47+
4848 $this->assertEquals("TestSBP", $this->getValue("property"));
49 -
5049
 50+
5151 $this->assertEquals("Yes", $this->getValue("value"));
52 -
 52+
5353 }
5454
5555 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/DefineTypeOfPropertyTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -27,7 +27,7 @@
2828 $this->waitForPageToLoad("30000");
2929
3030 $this->assertTrue($this->isElementPresent("link=123456"));
31 -
 31+
3232 }
3333
3434 public function test_hastype_DefineTypeOfProperty()
@@ -45,14 +45,14 @@
4646 $this->open($this->getUrl() ."index.php/Property:TestNumber");
4747
4848 $this->assertFalse($this->isElementPresent("link=123456"));
49 -
 49+
5050 $this->click("link=ChangeType");
5151 $this->waitForPageToLoad("30000");
5252 $this->click("link=Refresh");
5353 $this->waitForPageToLoad("30000");
5454
5555 $this->assertFalse($this->isElementPresent("link=123456"));
56 -
 56+
5757 }
5858
5959 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/BuildChainOfPropertiesInAQuery.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -8,7 +8,7 @@
99
1010 public function testSetup()
1111 {
12 - set_time_limit(0);
 12+ set_time_limit(0);
1313 $this->open($this->getUrl() ."index.php/Main_Page");
1414 $this->type("searchInput", "Testing person Michael Green");
1515 $this->click("searchGoButton");
@@ -76,25 +76,25 @@
7777 $this->waitForPageToLoad("30000");
7878 $this->click("wpConfirmB");
7979 $this->waitForPageToLoad("30000");
80 -
 80+
8181 $this->open($this->getUrl() ."index.php/Testing person Laura Blue");
8282 $this->click("link=Delete");
8383 $this->waitForPageToLoad("30000");
8484 $this->click("wpConfirmB");
8585 $this->waitForPageToLoad("30000");
86 -
 86+
8787 $this->open($this->getUrl() ."index.php/Testing person Sarah Yellow");
8888 $this->click("link=Delete");
8989 $this->waitForPageToLoad("30000");
9090 $this->click("wpConfirmB");
9191 $this->waitForPageToLoad("30000");
92 -
 92+
9393 $this->open($this->getUrl() ."index.php/Testing person Denise Grey");
9494 $this->click("link=Delete");
9595 $this->waitForPageToLoad("30000");
9696 $this->click("wpConfirmB");
9797 $this->waitForPageToLoad("30000");
98 -
 98+
9999 $this->open($this->getUrl() ."index.php/Testing person Mary Pink");
100100 $this->click("link=Delete");
101101 $this->waitForPageToLoad("30000");
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/RefreshInlineQuery.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -38,12 +38,12 @@
3939 $this->type("searchInput", "TestPageForRefreshing");
4040 $this->click("searchGoButton");
4141 $this->waitForPageToLoad("10000");
42 -
 42+
4343 $this->click("link=Refresh");
4444 $this->waitForPageToLoad("10000");
4545
4646 $this->assertTrue($this->isTextPresent("SC Freiburg"));
47 -
 47+
4848 }
4949
5050 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/ShowFactboxTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -24,7 +24,7 @@
2525 $this->open($this->getUrl() ."index.php/Factboxtest");
2626
2727 $this->assertTrue($this->isTextPresent("Facts about"));
28 -
 28+
2929 }
3030
3131 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/WantedPropertiesOnSpecialPageTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -32,7 +32,7 @@
3333 $this->open($this->getUrl() ."index.php/Special:WantedProperties");
3434
3535 $this->assertTrue($this->isTextPresent("RedLinkProperty (2 uses)"));
36 -
 36+
3737 }
3838
3939 public function test_showsproperty_WantedPropertiesOnSpecialPage()
@@ -40,7 +40,7 @@
4141 $this->open($this->getUrl() ."index.php/Special:WantedProperties");
4242
4343 $this->assertTrue($this->isElementPresent("link=RedLinkProperty"));
44 -
 44+
4545 }
4646
4747 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/PropertiesListedOnSpecialPageTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -40,10 +40,10 @@
4141 $this->open($this->getUrl() ."index.php/Special:Properties");
4242
4343 $this->assertTrue($this->isElementPresent("link=AaaProperty"));
44 -
4544
 45+
4646 $this->assertTrue($this->isElementPresent("link=Page"));
47 -
 47+
4848 }
4949
5050 public function test_numberofusage_PropertiesListedOnSpecialPage()
@@ -51,7 +51,7 @@
5252 $this->open($this->getUrl() ."index.php/Special:Properties");
5353
5454 $this->assertTrue($this->isTextPresent("AaaProperty of type Page (2)"));
55 -
 55+
5656 }
5757
5858 public function test_textpresent_PropertiesListedOnSpecialPage()
@@ -59,7 +59,7 @@
6060 $this->open($this->getUrl() ."index.php/Special:Properties");
6161
6262 $this->assertTrue($this->isTextPresent("AaaProperty of type Page"));
63 -
 63+
6464 }
6565
6666 public function test_tooltipicon_PropertiesListedOnSpecialPage()
@@ -74,7 +74,7 @@
7575 $this->open($this->getUrl() ."index.php/Special:Properties");
7676
7777 $this->assertFalse($this->isTextPresent("AabProperty"));
78 -
 78+
7979 }
8080
8181 public function testTeardown()
Index: trunk/extensions/SemanticMediaWiki/tests/selenium/suites/cases_SMWSeleniumTestSuite/AvoidPropertyCreationTestCase.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * This test case is part of the SimpleSeleniumTestSuite.
55 * Configuration for these tests are documented as part of SimpleSeleniumTestSuite.php
66 */
@@ -24,7 +24,7 @@
2525 $this->open($this->getUrl() ."index.php/AvoidPropertyCreationTest");
2626
2727 $this->assertEquals("Avoid::Property", $this->getText("link=exact:Avoid::Property"));
28 -
 28+
2929 }
3030
3131 public function testTeardown()
Index: trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NMSendMailAsync.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * Created on 2009/3/25
55 *
66 * Author: ning
Index: trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMW_NotAjaxAccess.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * Author: ning
55 */
66 if ( !defined( 'MEDIAWIKI' ) ) {
Index: trunk/extensions/SemanticNotifyMe/specials/SMWNotifyMe/SMWNotifyMe.php
@@ -1,11 +1,11 @@
22 <?php
3 -/*
 3+/**
44 * Author: ning
55 */
66
77 if ( !defined( 'MEDIAWIKI' ) ) die();
88
9 -/*
 9+/**
1010 * Standard class that is resopnsible for the creation of the Special Page
1111 */
1212 class SMWNotifyMe extends SpecialPage {
Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * Created on 24.6.2009
55 *
66 * Author: ning
@@ -80,7 +80,7 @@
8181 require_once( $smwgNMIP . '/includes/jobs/SMW_NMSendMailJob.php' );
8282 $wgJobClasses['SMWNMRefreshJob'] = 'SMWNMRefreshJob';
8383 require_once( $smwgNMIP . '/includes/jobs/SMW_NMRefreshJob.php' );
84 -
 84+
8585 if ( defined( 'SMW_VERSION' ) && strpos( SMW_VERSION, '1.5' ) == 0 ) {
8686 $wgAutoloadClasses['SMWNotifyProcessor'] = $smwgNMIP . '/includes/SMW_NotifyProcessor.smw15.php';
8787 } else {
Index: trunk/extensions/SemanticNotifyMe/includes/SMW_NMDBHelper.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * Created on 19.10.2008
55 *
66 * Author: ning
Index: trunk/extensions/SemanticNotifyMe/includes/jobs/SMW_NMSendMailJob.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * SMW_NMSendMailJob.php
55 *
66 * This job is triggered whenever a notify-me page was saved or removed.
Index: trunk/extensions/SemanticSignup/includes/SES_SignupFields.php
@@ -1,9 +1,9 @@
22 <?php
3 -/*
 3+/**
44 * Created on 6 Jan 2009 by Serhii Kutnii
55 */
66
7 -/*
 7+/**
88 * Borrowed from standard UsercreateTemplate. Some minor changes have been made
99 */
1010
Index: trunk/extensions/SemanticSignup/includes/SES_DataChecker.php
@@ -1,9 +1,9 @@
22 <?php
3 -/*
 3+/**
44 * Created on 13 Jan 2009 by Serhii Kutnii
55 */
66
7 -/*
 7+/**
88 * An abstract data getter and checker class.
99 * Its concrete subclasses should incapsulate all the necessary data getting
1010 * and environment checks.
Index: trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
@@ -23,7 +23,7 @@
2424 // require_once "EasyRdf.php";
2525 // require_once "html_tag_helpers.php";
2626 set_include_path($swbgIP.'lib/');
27 -/*
 27+/**
2828 * Here, we need EasyRDF.
2929 */
3030 require_once ($swbgIP.'lib/EasyRdf.php');
@@ -107,7 +107,7 @@
108108 // Why do we need different variants? Removed...
109109
110110 // Why do we need to input query form? Removed...
111 -
 111+
112112 // print OutputPage
113113 $wgOut->addHTML( $this->displayBrowse() );
114114 SMWOutputs::commitToOutputPage( $wgOut ); // make sure locally collected output data is pushed to the output!
@@ -300,7 +300,7 @@
301301 // Build the graph
302302 $graph = new EasyRdf_Graph($uri->getURI());
303303 $graph->load();
304 -
 304+
305305 // Now, we resolve this URI and store the rdf
306306
307307 $html .= $this->displaySemanticHead($uri->getURI());
@@ -584,7 +584,7 @@
585585 foreach ($allSpecResources as $aSpecResource) {
586586 if (!$aSpecResource->isBnode()) {
587587 if ($aSpecResource->getUri() == $object) {
588 -
 588+
589589 $res = array("type" => "uri", "value" => $aSpecResource->getUri());
590590 $arr_subjects[] = $res;
591591 }
@@ -683,7 +683,7 @@
684684 'a',
685685 array(
686686 'href' => SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
687 - 'property' => $dvProperty->getWikiValue(),
 687+ 'property' => $dvProperty->getWikiValue(),
688688 'value' => $this->subject->getWikiValue()
689689 ) )
690690 ),
@@ -737,7 +737,7 @@
738738
739739 // Typically, we have a URI. Provide link to further browse the SW.
740740 // Always type 11 for prop: echo "dipropType:".$diProperty->getDIType();
741 -
 741+
742742 } elseif ( $diProperty->getKey() == '_INST' ) {
743743 $proptext = smwfGetLinker()->specialLink( 'Categories' );
744744 } elseif ( $diProperty->getKey() == '_REDI' ) {
@@ -785,7 +785,7 @@
786786 'a',
787787 array(
788788 'href' => SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
789 - 'property' => $dvProperty->getWikiValue(),
 789+ 'property' => $dvProperty->getWikiValue(),
790790 'value' => $this->subject->getWikiValue()
791791 ) )
792792 ),
@@ -876,7 +876,7 @@
877877 'a',
878878 array(
879879 'href' => SpecialPage::getSafeTitleFor( 'SearchByProperty' )->getLocalURL( array(
880 - 'property' => $dvProperty->getWikiValue(),
 880+ 'property' => $dvProperty->getWikiValue(),
881881 'value' => $this->subject->getWikiValue()
882882 ) )
883883 ),
Index: trunk/extensions/SemanticWebBrowser/includes/SWB_Setup.php
@@ -14,7 +14,7 @@
1515 // Register special pages aliases file
1616 $wgExtensionAliasesFiles['SemanticWebBrowser'] = $swbgIP . 'languages/SWB_Aliases.php';
1717
18 -/*
 18+/**
1919 * create Special Page for Browse Wiki
2020 */
2121 $wgAutoloadClasses['SWBSpecialBrowseWiki'] = $swbgIP . 'specials/SearchTriple/SWB_SpecialBrowseWiki.php';

Status & tagging log