[MediaWiki-commits] [Gerrit] Add namespace aliases for mzn - change (mediawiki...Scribunto)

2016-02-06 Thread Paladox (Code Review)
Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/268884

Change subject: Add namespace aliases for mzn
..

Add namespace aliases for mzn

Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
(cherry picked from commit 7ab1348e9485ba23a93b6eae2de9009e06f27516)
---
M Scribunto.namespaces.php
M tests/engines/LuaCommon/LuaInterpreterTest.php
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/84/268884/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 8a50ad0..b050de0 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -226,6 +226,11 @@
828 => 'Modul',
 );
 
+$namespaceNames['mzn'] = array(
+   828 => 'ماژول',
+   829 => 'ماژول_گپ',
+);
+
 $namespaceNames['nb'] = array(
828 => 'Modul',
829 => 'Moduldiskusjon',
diff --git a/tests/engines/LuaCommon/LuaInterpreterTest.php 
b/tests/engines/LuaCommon/LuaInterpreterTest.php
index 7b4bf20..05519e7 100644
--- a/tests/engines/LuaCommon/LuaInterpreterTest.php
+++ b/tests/engines/LuaCommon/LuaInterpreterTest.php
@@ -116,7 +116,7 @@
$this->markTestSkipped( "Darwin is lacking POSIX timer, 
skipping CPU time limiting test." );
}
 
-   $interpreter = $this->newInterpreter( array( 'cpuLimit' => 1 ) 
);
+   $interpreter = $this->newInterpreter( array( 'cpuLimit' => 2 ) 
);
$chunk = $this->getBusyLoop( $interpreter );
try {
$interpreter->callFunction( $chunk, 1e9 );

-- 
To view, visit https://gerrit.wikimedia.org/r/268884
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: REL1_25
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Mjbmr 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add namespace aliases for mzn - change (mediawiki...Scribunto)

2016-02-06 Thread Paladox (Code Review)
Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/268886

Change subject: Add namespace aliases for mzn
..

Add namespace aliases for mzn

Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
(cherry picked from commit 7ab1348e9485ba23a93b6eae2de9009e06f27516)
---
M Scribunto.namespaces.php
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/86/268886/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 0816c55..7ae4a14 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -271,6 +271,11 @@
829 => 'ماژول_گپ',
 );
 
+$namespaceNames['mzn'] = array(
+   828 => 'ماژول',
+   829 => 'ماژول_گپ',
+);
+
 $namespaceNames['nb'] = array(
828 => 'Modul',
829 => 'Moduldiskusjon',

-- 
To view, visit https://gerrit.wikimedia.org/r/268886
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: REL1_26
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Mjbmr 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add namespace aliases for mzn - change (mediawiki...Scribunto)

2015-04-23 Thread Raimond Spekking (Code Review)
Raimond Spekking has submitted this change and it was merged.

Change subject: Add namespace aliases for mzn
..


Add namespace aliases for mzn

Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
---
M Scribunto.namespaces.php
M tests/engines/LuaCommon/LuaInterpreterTest.php
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Raimond Spekking: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 0b88612..87e4719 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -236,6 +236,11 @@
828 = 'Modul',
 );
 
+$namespaceNames['mzn'] = array(
+   828 = 'ماژول',
+   829 = 'ماژول_گپ',
+);
+
 $namespaceNames['nb'] = array(
828 = 'Modul',
829 = 'Moduldiskusjon',
diff --git a/tests/engines/LuaCommon/LuaInterpreterTest.php 
b/tests/engines/LuaCommon/LuaInterpreterTest.php
index 7b4bf20..05519e7 100644
--- a/tests/engines/LuaCommon/LuaInterpreterTest.php
+++ b/tests/engines/LuaCommon/LuaInterpreterTest.php
@@ -116,7 +116,7 @@
$this-markTestSkipped( Darwin is lacking POSIX timer, 
skipping CPU time limiting test. );
}
 
-   $interpreter = $this-newInterpreter( array( 'cpuLimit' = 1 ) 
);
+   $interpreter = $this-newInterpreter( array( 'cpuLimit' = 2 ) 
);
$chunk = $this-getBusyLoop( $interpreter );
try {
$interpreter-callFunction( $chunk, 1e9 );

-- 
To view, visit https://gerrit.wikimedia.org/r/205260
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Mjbmr mjb...@gmail.com
Gerrit-Reviewer: Amire80 amir.ahar...@mail.huji.ac.il
Gerrit-Reviewer: Anomie bjor...@wikimedia.org
Gerrit-Reviewer: Hashar has...@free.fr
Gerrit-Reviewer: Jackmcbarn jackmcb...@gmail.com
Gerrit-Reviewer: Mjbmr mjb...@gmail.com
Gerrit-Reviewer: Raimond Spekking raimond.spekk...@gmail.com
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add namespace aliases for mzn - change (mediawiki...Scribunto)

2015-04-20 Thread Mjbmr (Code Review)
Mjbmr has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/205260

Change subject: Add namespace aliases for mzn
..

Add namespace aliases for mzn

Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
---
M Scribunto.namespaces.php
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/60/205260/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 0b88612..87e4719 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -236,6 +236,11 @@
828 = 'Modul',
 );
 
+$namespaceNames['mzn'] = array(
+   828 = 'ماژول',
+   829 = 'ماژول_گپ',
+);
+
 $namespaceNames['nb'] = array(
828 = 'Modul',
829 = 'Moduldiskusjon',

-- 
To view, visit https://gerrit.wikimedia.org/r/205260
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Mjbmr mjb...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits