jeroendedauw | 1 Jan 2012 01:37
Picon
Favicon

SVN: [107759] tags/extensions/SemanticMediaWiki/REL_1_7/

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107759

Revision: 107759
Author:   jeroendedauw
Date:     2012-01-01 00:37:08 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Tag for version 1.7.

Added Paths:
-----------
    tags/extensions/SemanticMediaWiki/REL_1_7/
jeroendedauw | 1 Jan 2012 01:52
Picon
Favicon

SVN: [107760] trunk/extensions/SemanticResultFormats

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107760

Revision: 107760
Author:   jeroendedauw
Date:     2012-01-01 00:52:53 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
1.7 rel

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/README
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES
    trunk/extensions/SemanticResultFormats/SemanticResultFormats.php

Modified: trunk/extensions/SemanticResultFormats/README
===================================================================
--- trunk/extensions/SemanticResultFormats/README	2012-01-01 00:37:08 UTC (rev 107759)
+++ trunk/extensions/SemanticResultFormats/README	2012-01-01 00:52:53 UTC (rev 107760)
 <at>  <at>  -7,8 +7,8  <at>  <at> 
 of all included formats.

 Semantic Result Formats requires Semantic MediaWiki to run, at least at the
-same second-level version number as Semantic Result Formats, i.e. SRF 1.5.0
-requires SMW 1.5.0.
+same second-level version number as Semantic Result Formats, i.e. SRF 1.5.x
+requires SMW 1.5.x.

 For more information, see the SRF homepage at:
 https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
(Continue reading)

jeroendedauw | 1 Jan 2012 01:58
Picon
Favicon

SVN: [107761] tags/extensions/SemanticResultFormats/REL_1_7/

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107761

Revision: 107761
Author:   jeroendedauw
Date:     2012-01-01 00:58:27 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Tag for version 1.7.

Added Paths:
-----------
    tags/extensions/SemanticResultFormats/REL_1_7/
tstarling | 1 Jan 2012 01:59
Picon
Favicon

SVN: [107762] trunk/debs/wikimedia-task-search/debian

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107762

Revision: 107762
Author:   tstarling
Date:     2012-01-01 00:59:14 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Increase FD limit from 8192 to 65536 since search6 seems to legitimately be over the limit, mostly due to TCP
sockets in CLOSE_WAIT. Maybe there is a sysctl or something that can be tweaked to reduce that timeout, but
this is easy and harmless.

Modified Paths:
--------------
    trunk/debs/wikimedia-task-search/debian/changelog
    trunk/debs/wikimedia-task-search/debian/init.d

Modified: trunk/debs/wikimedia-task-search/debian/changelog
===================================================================
--- trunk/debs/wikimedia-task-search/debian/changelog	2012-01-01 00:58:27 UTC (rev 107761)
+++ trunk/debs/wikimedia-task-search/debian/changelog	2012-01-01 00:59:14 UTC (rev 107762)
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+wikimedia-task-search (1.05) hardy; urgency=low
+
+  * Increase FD limit from 8192 to 65536
+
+ -- Tim Starling <tstarling <at> wikimedia.org>  Sun, 01 Jan 2012 11:55:26 +1100
+
 wikimedia-task-search (1.04) hardy; urgency=low

   * Remove dependency on wikimedia-nis-client, assume this is managed by
(Continue reading)

jeroendedauw | 1 Jan 2012 02:46
Picon
Favicon

SVN: [107763] trunk/extensions/EducationProgram

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107763

Revision: 107763
Author:   jeroendedauw
Date:     2012-01-01 01:46:01 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
work on mycourses

Modified Paths:
--------------
    trunk/extensions/EducationProgram/EducationProgram.i18n.php
    trunk/extensions/EducationProgram/specials/SpecialMyCourses.php

Modified: trunk/extensions/EducationProgram/EducationProgram.i18n.php
===================================================================
--- trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 00:59:14 UTC (rev 107762)
+++ trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 01:46:01 UTC (rev 107763)
 <at>  <at>  -221,6 +221,9  <at>  <at> 
 	'ep-mycourses-passed' => 'Passed courses',
 	'ep-mycourses-header-name' => 'Name',
 	'ep-mycourses-header-institution' => 'Institution',
+	'ep-mycourses-show-all' => 'This page shows one of the courses you are enrolled in. You can also view all
[[Special:MyCourses|your courses]].',
+	'ep-mycourses-no-such-course' => 'You are not enrolled in any course with name "$1". The courses you
are enrolled in are listed below.',
+	'ep-mycourses-course-title' => 'My courses: $1 at $2',

 	// Navigation links
 	'ep-nav-orgs' => 'Institution list',
(Continue reading)

jeroendedauw | 1 Jan 2012 03:05
Picon
Favicon

SVN: [107764] trunk/extensions/EducationProgram

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107764

Revision: 107764
Author:   jeroendedauw
Date:     2012-01-01 02:05:43 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
work on mycourses

Modified Paths:
--------------
    trunk/extensions/EducationProgram/EducationProgram.i18n.php
    trunk/extensions/EducationProgram/specials/SpecialEPPage.php
    trunk/extensions/EducationProgram/specials/SpecialMyCourses.php

Modified: trunk/extensions/EducationProgram/EducationProgram.i18n.php
===================================================================
--- trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 01:46:01 UTC (rev 107763)
+++ trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 02:05:43 UTC (rev 107764)
 <at>  <at>  -224,6 +224,8  <at>  <at> 
 	'ep-mycourses-show-all' => 'This page shows one of the courses you are enrolled in. You can also view all
[[Special:MyCourses|your courses]].',
 	'ep-mycourses-no-such-course' => 'You are not enrolled in any course with name "$1". The courses you are
enrolled in are listed below.',
 	'ep-mycourses-course-title' => 'My courses: $1 at $2',
+	'specialmycourses-summary-name' => 'Course name',
+	'specialmycourses-summary-org' => 'Institution name',

 	// Navigation links
 	'ep-nav-orgs' => 'Institution list',
(Continue reading)

nikerabbit | 1 Jan 2012 09:33
Picon
Favicon

SVN: [107765] trunk/extensions/ReplaceText/SpecialReplaceText.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107765

Revision: 107765
Author:   nikerabbit
Date:     2012-01-01 08:33:28 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Small cleanup

Modified Paths:
--------------
    trunk/extensions/ReplaceText/SpecialReplaceText.php

Modified: trunk/extensions/ReplaceText/SpecialReplaceText.php
===================================================================
--- trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 02:05:43 UTC (rev 107764)
+++ trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 08:33:28 UTC (rev 107765)
 <at>  <at>  -71,11 +71,11  <at>  <at> 

 		$this->target = $wgRequest->getText( 'target' );
 		$this->replacement = $wgRequest->getText( 'replacement' );
-		$this->use_regex = ( $wgRequest->getVal( 'use_regex' ) == 1 );
+		$this->use_regex = $wgRequest->getBool( 'use_regex' );
 		$this->category = $wgRequest->getText( 'category' );
 		$this->prefix = $wgRequest->getText( 'prefix' );
-		$this->edit_pages = ( $wgRequest->getVal( 'edit_pages' ) == 1 );
-		$this->move_pages = ( $wgRequest->getVal( 'move_pages' ) == 1 );
+		$this->edit_pages = $wgRequest->getBool( 'edit_pages' );
+		$this->move_pages = $wgRequest->getBool( 'move_pages' );
 		$this->selected_namespaces = self::getSelectedNamespaces();
(Continue reading)

nikerabbit | 1 Jan 2012 09:34
Picon
Favicon

SVN: [107766] trunk/extensions/ReplaceText/SpecialReplaceText.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107766

Revision: 107766
Author:   nikerabbit
Date:     2012-01-01 08:34:30 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
search.js doesn't exist anymore

Modified Paths:
--------------
    trunk/extensions/ReplaceText/SpecialReplaceText.php

Modified: trunk/extensions/ReplaceText/SpecialReplaceText.php
===================================================================
--- trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 08:33:28 UTC (rev 107765)
+++ trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 08:34:30 UTC (rev 107766)
 <at>  <at>  -328,7 +328,7  <at>  <at> 
 			Xml::closeElement( 'form' )
 		);
 		// add javascript specific to special:search
-		$wgOut->addScriptFile( 'search.js' );
+		$wgOut->addModules( 'mediawiki.special.search' );
 	}

 	/**
nikerabbit | 1 Jan 2012 09:54
Picon
Favicon

SVN: [107767] trunk/extensions/ReplaceText/SpecialReplaceText.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107767

Revision: 107767
Author:   nikerabbit
Date:     2012-01-01 08:54:58 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Stuff older than 1.16 not supported anymore

Modified Paths:
--------------
    trunk/extensions/ReplaceText/SpecialReplaceText.php

Modified: trunk/extensions/ReplaceText/SpecialReplaceText.php
===================================================================
--- trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 08:34:30 UTC (rev 107766)
+++ trunk/extensions/ReplaceText/SpecialReplaceText.php	2012-01-01 08:54:58 UTC (rev 107767)
 <at>  <at>  -2,31 +2,21  <at>  <at> 

 class ReplaceText extends SpecialPage {

-	/**
-	 * Constructor
-	 */
 	public function __construct() {
-		global $wgVersion;
 		parent::__construct( 'ReplaceText', 'replacetext' );
-		if ( version_compare( $wgVersion, '1.16', '<' ) ) {
-			wfLoadExtensionMessages( 'ReplaceText' );
-		}
(Continue reading)

jeroendedauw | 1 Jan 2012 10:19
Picon
Favicon

SVN: [107768] trunk/extensions/EducationProgram

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107768

Revision: 107768
Author:   jeroendedauw
Date:     2012-01-01 09:19:43 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
work on student workflow

Modified Paths:
--------------
    trunk/extensions/EducationProgram/EducationProgram.i18n.php
    trunk/extensions/EducationProgram/includes/EPStudent.php
    trunk/extensions/EducationProgram/specials/SpecialCourse.php
    trunk/extensions/EducationProgram/specials/SpecialInstitutions.php
    trunk/extensions/EducationProgram/specials/SpecialStudents.php
    trunk/extensions/EducationProgram/specials/SpecialTerm.php

Modified: trunk/extensions/EducationProgram/EducationProgram.i18n.php
===================================================================
--- trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 08:54:58 UTC (rev 107767)
+++ trunk/extensions/EducationProgram/EducationProgram.i18n.php	2012-01-01 09:19:43 UTC (rev 107768)
 <at>  <at>  -101,6 +101,9  <at>  <at> 
 	'ep-terms-nocourses' => 'There are no courses yet. You need to [[Special:Courses|add a course]] before
you can create any terms.',
 	'ep-terms-addcoursefirst' => 'The institutions you are a mentor for do not have any courses associated
with them. You need to [[Special:Courses|add a course]] before you can create any terms.',

+	// Special:Students
+	'ep-students-noresults' => 'There are no students to list.',
(Continue reading)


Gmane