[MediaWiki-commits] [Gerrit] Fix copy-paste error - change (translatewiki)

2016-05-23 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Fix copy-paste error
..


Fix copy-paste error

Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
---
M groups/FUDforum/FUDforum.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/groups/FUDforum/FUDforum.yaml b/groups/FUDforum/FUDforum.yaml
index 66b0745..00956c1 100644
--- a/groups/FUDforum/FUDforum.yaml
+++ b/groups/FUDforum/FUDforum.yaml
@@ -21,7 +21,7 @@
 - braceBalanceCheck
 
 INSERTABLES:
-  class: HuggleSuggester
+  class: FudForumSuggester
 
 AUTOLOAD:
   FUDforumMessageChecker: Checker.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Fix copy-paste error - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

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

Change subject: Fix copy-paste error
..

Fix copy-paste error

Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
---
M groups/FUDforum/FUDforum.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/88/290188/1

diff --git a/groups/FUDforum/FUDforum.yaml b/groups/FUDforum/FUDforum.yaml
index 66b0745..00956c1 100644
--- a/groups/FUDforum/FUDforum.yaml
+++ b/groups/FUDforum/FUDforum.yaml
@@ -21,7 +21,7 @@
 - braceBalanceCheck
 
 INSERTABLES:
-  class: HuggleSuggester
+  class: FudForumSuggester
 
 AUTOLOAD:
   FUDforumMessageChecker: Checker.php

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

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


[MediaWiki-commits] [Gerrit] Fix copy-paste error - change (translatewiki)

2014-12-27 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Fix copy-paste error
..


Fix copy-paste error

Wikia commits no longer worked.

Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
---
M bin/repocommit
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/repocommit b/bin/repocommit
index c3d54c8..e1e9929 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -201,6 +201,10 @@
svn commit --message "$COMMITMSG"
cd ..
 
+elif [ "$PROJECT" = "wikia" ]
+then
+gitCommit "$PROJECT" dev
+
 elif [ "$PROJECT" = "wikiblame" ]
 then
cd $PROJECT
@@ -208,10 +212,6 @@
svn propset -q svn:eol-style native *.php
svn commit --message "$COMMITMSG"
cd ..
-
-elif [ "$PROJECT" = "wikiblame" ]
-then
-gitCommit "$PROJECT" dev
 
 else
echo "`basename $0`: Unknown project"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Fix copy-paste error - change (translatewiki)

2014-12-27 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

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

Change subject: Fix copy-paste error
..

Fix copy-paste error

Wikia commits no longer worked.

Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
---
M bin/repocommit
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/94/181894/1

diff --git a/bin/repocommit b/bin/repocommit
index c3d54c8..e1e9929 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -201,6 +201,10 @@
svn commit --message "$COMMITMSG"
cd ..
 
+elif [ "$PROJECT" = "wikia" ]
+then
+gitCommit "$PROJECT" dev
+
 elif [ "$PROJECT" = "wikiblame" ]
 then
cd $PROJECT
@@ -208,10 +212,6 @@
svn propset -q svn:eol-style native *.php
svn commit --message "$COMMITMSG"
cd ..
-
-elif [ "$PROJECT" = "wikiblame" ]
-then
-gitCommit "$PROJECT" dev
 
 else
echo "`basename $0`: Unknown project"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

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