[MediaWiki-commits] [Gerrit] integration/config[master]: Disable php55lint on ZppixBot repo

2018-01-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405828 )

Change subject: Disable php55lint on ZppixBot repo
..

Disable php55lint on ZppixBot repo

The code in that repo is no longer in php, it’s now html. (I have commit 
access.)

Change-Id: If5b16d6d6e3122e7c7957d2ca4a4cf8825b11505
---
M zuul/layout.yaml
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/28/405828/2

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 3f56ec8..3803461 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1800,14 +1800,6 @@
   - name: npm-docker
   - name: tox-docker
 
-  - name: labs/tools/ZppixBot
-check:
-  - labs-tools-ZppixBot-php55lint
-test:
-  - labs-tools-ZppixBot-php55lint
-gate-and-submit:
-  - labs-tools-ZppixBot-php55lint
-
   - name: labs/tools/Wikimedia-Emoji-Bot
 template:
   - name: archived

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5b16d6d6e3122e7c7957d2ca4a4cf8825b11505
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Html syntax fixes

2018-01-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405811 )

Change subject: Html syntax fixes
..

Html syntax fixes

Change-Id: I2d32043c180265e6aeed299f81de2a5f971f4861
---
M public_html/about.html
M public_html/contribs.html
M public_html/css/common.css
M public_html/documentation.html
M public_html/index.html
5 files changed, 18 insertions(+), 30 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/11/405811/3

diff --git a/public_html/about.html b/public_html/about.html
index 9a9a4c3..96c40ce 100644
--- a/public_html/about.html
+++ b/public_html/about.html
@@ -1,6 +1,7 @@
+
 
+
 About - ZppixBot
-
 
 
   Home
@@ -8,9 +9,6 @@
   Contributors
   About
 
-
-
 About
 ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more mo$
-
-
+
\ No newline at end of file
diff --git a/public_html/contribs.html b/public_html/contribs.html
index f884ee4..1a7ca23 100644
--- a/public_html/contribs.html
+++ b/public_html/contribs.html
@@ -1,6 +1,7 @@
+
 
+
 Contributors - ZppixBot
-
 
 
   Home
@@ -8,8 +9,6 @@
   Contributors
   About
 
-
-
 People whom have contributed to Zppixbot
 
 Zppix - Operator/Creator
@@ -20,5 +19,4 @@
 Phantom42 - Web design/developer
 Paladox - Operator
 
-
-
+
\ No newline at end of file
diff --git a/public_html/css/common.css b/public_html/css/common.css
index 590cc22..b758912 100644
--- a/public_html/css/common.css
+++ b/public_html/css/common.css
@@ -1,4 +1,4 @@
-'html {
+html {
 font-family: 'Times New Roman';
 }
 
diff --git a/public_html/documentation.html b/public_html/documentation.html
index 187e7a1..44044c7 100644
--- a/public_html/documentation.html
+++ b/public_html/documentation.html
@@ -1,29 +1,26 @@
 
-
-
-
-Documentation - ZppixBot
-
+
+
+Documentation - ZppixBot
+
 
   Home
   Documentation
   Contributors
   About
 
-
-
 Table of contents
 
-List of commands
-Module Development
-Managing the bot (for maintainers)
-
+  List of commands
+  Module Development
+  Managing the bot (for maintainers)
+
Restarting the bot
Making changes to modules
Making config changes
Canceling a reminder
Updateing the website for 
ZppixBot
-
+
 
 List of commands
 
@@ -525,6 +522,4 @@
 zppixbot@tools-bastion-03:~$ cd ~/ZppixBot
 tools.zppixbot@tools-bastion-03:~/ZppixBot$ git pull
 Go to tools.wmflabs.org and check to make sure your changes are present.
-
 
-
diff --git a/public_html/index.html b/public_html/index.html
index 7e3b9cd..873989a 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -1,7 +1,7 @@
 
 
+
 Home - ZppixBot
-
 
 
   Home
@@ -9,9 +9,7 @@
   Contributors
   About
 
-
 
-
 If you would like ZppixBot in your channel, join #ZppixBot and say .addchannel 
 
  The third release of ZppixBot is now here! 
@@ -21,5 +19,4 @@
 
 https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1;>v1 (30 
July 2017)
 https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>v2 (8 
August 2017)
-
-
+
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d32043c180265e6aeed299f81de2a5f971f4861
Gerrit-PatchSet: 3
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Add navbar and update htnl/css

2018-01-20 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405540 )

Change subject: Add navbar and update htnl/css
..

Add navbar and update htnl/css

Change-Id: Ifb95c846ed9e0da33fb7d638ee56de98a718f74c
---
A public_html/about.html
D public_html/about.php
A public_html/contribs.html
D public_html/contribs.php
A public_html/css/common.css
D public_html/css/docs.css
M public_html/documentation.html
A public_html/index.html
D public_html/index.php
9 files changed, 146 insertions(+), 68 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/40/405540/1

diff --git a/public_html/about.html b/public_html/about.html
new file mode 100644
index 000..f431f8e
--- /dev/null
+++ b/public_html/about.html
@@ -0,0 +1,17 @@
+
+
+About -ZppixBot
+
+
+
+  Home
+  Documentation
+  Contributors
+  About
+
+
+
+About
+ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more mo$
+
+
diff --git a/public_html/about.php b/public_html/about.php
deleted file mode 100644
index dee937e..000
--- a/public_html/about.php
+++ /dev/null
@@ -1,4 +0,0 @@
-About -ZppixBot
-About
-
-ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more 
modules. The home channel for ZppixBot is #ZppixBot where you can get help 
from the maintainers. ZppixBot's current maintainers are MacFan4000, Zppix and 
Reception123.
\ No newline at end of file
diff --git a/public_html/contribs.html b/public_html/contribs.html
new file mode 100644
index 000..01d381f
--- /dev/null
+++ b/public_html/contribs.html
@@ -0,0 +1,29 @@
+
+Contributors -ZppixBot
+
+
+
+  Home
+  Documentation
+  Contributors
+  About
+
+
+
+People whom have contributed to Zppixbot
+
+Zppix- Operator
+tom29739- Release version bot operator,, developer
+SwisterTwister- Zppixbot web design, and friend.
+https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features/Operator
+MacFan4000 -Web design/Operator
+Phantom42 -Web design/developer
+
+
+
+
+
+
+
+
+
diff --git a/public_html/contribs.php b/public_html/contribs.php
deleted file mode 100644
index f83117f..000
--- a/public_html/contribs.php
+++ /dev/null
@@ -1,8 +0,0 @@
-Contributors -ZppixBot
-People whom have contributed to Zppixbot
-Zppix- Operator
-tom29739- Release version bot operator, developer
-SwisterTwister- Zppixbot web design, and friend.
-https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features/Operator
-MacFan4000 -Web design/Operator
-Phantom42 -Web design/developer
diff --git a/public_html/css/common.css b/public_html/css/common.css
new file mode 100644
index 000..590cc22
--- /dev/null
+++ b/public_html/css/common.css
@@ -0,0 +1,68 @@
+'html {
+font-family: 'Times New Roman';
+}
+
+body {
+margin: 8px;
+}
+
+h1 {
+font-weight: normal;
+display: block;
+border-bottom: 1px solid #a2a9b1;
+}
+
+a {
+text-decoration: none;
+color: #0645ad;
+}
+
+table {
+border-collapse: collapse;
+}
+
+th {
+background-color: #ebebeb;
+}
+
+tr:nth-child(even) {
+background-color: #f5f5f5;
+}
+
+th, td {
+padding: 0.5em;
+}
+
+pre {
+padding: 1em;
+font-family: monospace;
+background-color: #f5f5f5;
+white-space: pre-wrap;
+}
+
+.topnav {
+background-color: #333;
+overflow: hidden;
+}
+
+/* Style the links inside the navigation bar */
+.topnav a {
+float: left;
+color: #f2f2f2;
+text-align: center;
+padding: 14px 16px;
+text-decoration: none;
+font-size: 17px;
+}
+
+/* Change the color of links on hover */
+.topnav a:hover {
+background-color: #ddd;
+color: black;
+}
+
+/* Add a color to the active/current link */
+.topnav a.active {
+background-color: #4CAF50;
+color: white;
+}
diff --git a/public_html/css/docs.css b/public_html/css/docs.css
deleted file mode 100644
index b00decf..000
--- a/public_html/css/docs.css
+++ /dev/null
@@ -1,41 +0,0 @@
-html {
-font-family: 'Times New Roman';
-}
-
-body {
-margin: 8px;
-}
-
-h1 {
-font-weight: normal;
-display: block;
-border-bottom: 1px solid #a2a9b1;
-}
-
-a {
-text-decoration: none;
-color: #0645ad;
-}
-
-table {
-border-collapse: collapse;
-}
-
-th {
-background-color: #ebebeb;
-}
-
-tr:nth-child(even) {
-background-color: #f5f5f5;
-}
-
-th, td {
-padding: 0.5em;
-}
-
-pre {
-padding: 1em;
-font-family: monospace;
-background-color: #f5f5f5;
-white-space: pre-wrap;
-}
diff --git a/public_html/documentation.html b/public_html/documentation.html
index 662337b..187e7a1 100644
--- a/public_html/documentation.html
+++ 

[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Add guides for maintainers

2018-01-06 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402604 )

Change subject: Add guides for maintainers
..

Add guides for maintainers

Change-Id: I07468f25d931250d18859c50a74db74e5d2a821a
---
M public_html/documentation.html
1 file changed, 69 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/04/402604/2

diff --git a/public_html/documentation.html b/public_html/documentation.html
index 6516771..662337b 100644
--- a/public_html/documentation.html
+++ b/public_html/documentation.html
@@ -10,6 +10,14 @@
 
 List of commands
 Module Development
+Managing the bot (for maintainers)
+
+   Restarting the bot
+   Making changes to modules
+   Making config changes
+   Canceling a reminder
+   Updateing the website for 
ZppixBot
+
 
 List of commands
 
@@ -92,7 +100,7 @@
 tld
 
 
-.task>
+.task
 Gives a link to the specified task on Miraheze 
Phabricator
 .task 1
 mh_phab
@@ -373,13 +381,13 @@
 
 
 
-
+

 Module development
 If you decided to extend ZppixBot with some functionality, you will need 
to create a new module.
 This instruction will guide you through the process of custom module 
development
 First of all, create a new file in modules directory with name 
your_module.py
 Bot modules are python scripts, so we shall start with importing required 
libraries (bot is using sopel) for your module to work. Here is the list of 
imports typically used:
-
+

 
 from __future__ import unicode_literals, absolute_import, print_function, 
division
 import sopel
@@ -388,15 +396,15 @@
 import sopel.tools
 from sopel.module import rule, priority, thread, commands, example
 
-
+

 Let's define a function, which replies to ".hi" command with a greeting:
-
+

 
 @commands('hi')
 def bot_hi(bot, trigger):
 bot.say('Hi ' + trigger.nick + '!')
 
-
+

 Explanation: using @commands we specify which command bot 
should react to (in our case ".hi")
 Handler function has two parameters:
 
@@ -408,43 +416,43 @@
 
 Unluckily, our bot will react only to ".hi" messages, but you may want it 
to react to ".hello" and ".hey" as well
 In order to achieve that, we may set multiple command variations bot will 
respond to by specifying all of them in the decorator:
-
+

 
 @commands('hi', 'hello', 'hey')
 def bot_hi(bot, trigger):
 bot.say('Hi ' + trigger.nick + '!')
 
-
+

 You may try running that code and see that bot will react to all commands 
mentioned by saying "hi" to message sender.
 
 Finally, you may want bot to accept some input from user. To demonstrate 
how to achieve that, let's develop a function which will welcome chat 
newcomers
 For example, if John joins your chat, you may ask bot to welcome him with 
command ".welcome John" and bot will send a message saying "Welcome, John! 
Enjoy yourself in this chat!"
 Similarly, you may ask bot to welcome Bob my saying ".welcome Bob" and bot 
will say "Welcome, Bob! Enjoy yourself in this chat!"
 Let's also use @example decorator to provide command usage example:
-
+

 
 @commands('welcome')
 @example('.welcome John')
 def bot_welcome(bot, trigger):
 bot.say('Welcome ' + trigger.group(2) + '! Enjoy yourself in this chat!')
 
-
+

 Explanation: we use trigger.group(2) to get the text after 
the command (in our example - name of user to welcome)
 
 Additionally, you may use bot.reply, which is similar to 
bot.say, but puts message sender name in the beginning of the message
 To demonstrate that, let's create an "echo" function - it will send back 
to you your message, which will be starting with you name (i.e mention you):
-
+

 
 @commands('echo')
 @example('.echo hello world!')
 def bot_welcome(bot, trigger):
 bot.reply('You said: ' + trigger.group(2))
 
-
+

 That was an example of simple module. We recommend you visiting https://github.com/sopel-irc/sopel/wiki;>Sopel Wiki for more info on 
this topic.
 
 Complete source code of this example (file simple_module.py):
-
+

 
 from __future__ import unicode_literals, absolute_import, print_function, 
division
 import sopel
@@ -452,23 +460,65 @@
 import requests
 import sopel.tools
 from sopel.module import rule, priority, thread, commands, example
-
+

 @commands('hi', 'hello', 'hey')
 def bot_hi(bot, trigger):
 bot.say('Hi ' + trigger.nick + '!')
-
-
+

+

 commands('welcome')
 @example('.welcome John')
 def bot_welcome(bot, trigger):
 bot.say('Welcome ' + trigger.group(2) + '! Enjoy yourself in this chat!')
-
-
+

+

 @commands('echo')
 @example('.echo hello world!')
 def bot_welcome(bot, trigger):
 bot.reply('You 

[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Update

2017-12-23 Thread MacFan4000 (Code Review)
MacFan4000 has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/400078 )

Change subject: Update
..


Update

Change-Id: I7abaf55e7c05bc6ce84bf0e104866114ead58c6e
---
M public_html/about.php
M public_html/index.php
2 files changed, 6 insertions(+), 4 deletions(-)

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



diff --git a/public_html/about.php b/public_html/about.php
index c677947..dee937e 100644
--- a/public_html/about.php
+++ b/public_html/about.php
@@ -1,4 +1,4 @@
 About -ZppixBot
 About
 
-ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
2.0. ZppixBot has lots of commands and more can be added by writing more 
modules. The home channel for ZppixBot is #ZppixBot where you can get help 
from the maintainers. ZppixBot's current maintainers are Zppix and 
Reception123.
\ No newline at end of file
+ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more 
modules. The home channel for ZppixBot is #ZppixBot where you can get help 
from the maintainers. ZppixBot's current maintainers are MacFan4000, Zppix and 
Reception123.
\ No newline at end of file
diff --git a/public_html/index.php b/public_html/index.php
index 53decf7..6cb0e5a 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,10 +3,12 @@
 For a list of commands, click here. 

 List of contributors, click here 
 
-If you would like ZppixBot in your channel, join #ZppixBot and bug Zppix or 
Reception123. 
+If you would like ZppixBot in your channel, join #ZppixBot and bug MacFan4000, 
Zppix or Reception123. 
 
- The second release of ZppixBot is now here! 
- For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>the release 
tag !!!
+ The third release of ZppixBot is now here! 
+ For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v3;>the release 
tag !!!
 
 Previous releases:
+
 https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1;>v1 (30 
July 2017)
+https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>v2 (8 
August 2017)
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7abaf55e7c05bc6ce84bf0e104866114ead58c6e
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Update

2017-12-23 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/400078 )

Change subject: Update
..

Update

Change-Id: I7abaf55e7c05bc6ce84bf0e104866114ead58c6e
---
M public_html/about.php
M public_html/index.php
2 files changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/78/400078/2

diff --git a/public_html/about.php b/public_html/about.php
index c677947..dee937e 100644
--- a/public_html/about.php
+++ b/public_html/about.php
@@ -1,4 +1,4 @@
 About -ZppixBot
 About
 
-ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
2.0. ZppixBot has lots of commands and more can be added by writing more 
modules. The home channel for ZppixBot is #ZppixBot where you can get help 
from the maintainers. ZppixBot's current maintainers are Zppix and 
Reception123.
\ No newline at end of file
+ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more 
modules. The home channel for ZppixBot is #ZppixBot where you can get help 
from the maintainers. ZppixBot's current maintainers are MacFan4000, Zppix and 
Reception123.
\ No newline at end of file
diff --git a/public_html/index.php b/public_html/index.php
index 53decf7..6cb0e5a 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,10 +3,12 @@
 For a list of commands, click here. 

 List of contributors, click here 
 
-If you would like ZppixBot in your channel, join #ZppixBot and bug Zppix or 
Reception123. 
+If you would like ZppixBot in your channel, join #ZppixBot and bug MacFan4000, 
Zppix or Reception123. 
 
- The second release of ZppixBot is now here! 
- For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>the release 
tag !!!
+ The third release of ZppixBot is now here! 
+ For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v3;>the release 
tag !!!
 
 Previous releases:
+
 https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1;>v1 (30 
July 2017)
+https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>v2 (8 
August 2017)
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7abaf55e7c05bc6ce84bf0e104866114ead58c6e
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Update

2017-12-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399887 )

Change subject: Update
..

Update

Change-Id: I2fe14008e204f02a3e472b6f6246b74ffadcf8ab
---
M public_html/contribs.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/87/399887/2

diff --git a/public_html/contribs.php b/public_html/contribs.php
index 8884b81..6e597a6 100644
--- a/public_html/contribs.php
+++ b/public_html/contribs.php
@@ -3,6 +3,6 @@
 Zppix- Operator
 tom29739- Release version bot operator, developer
 SwisterTwister- Zppixbot web design, and friend.
-https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features
-MacFan4000 -Web design
+https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features/Operator
+MacFan4000 -Web design/Operator
 Phantom42 -Web design/developer
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fe14008e204f02a3e472b6f6246b74ffadcf8ab
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Update pagenames and contributors

2017-12-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399816 )

Change subject: Update pagenames and contributors
..

Update pagenames and contributors

Change-Id: I42b1a61c2345ff7e7fce9f161932cbe2bcf35d60
---
M public_html/contribs.php
M public_html/index.php
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/16/399816/2

diff --git a/public_html/contribs.php b/public_html/contribs.php
index b771902..8884b81 100644
--- a/public_html/contribs.php
+++ b/public_html/contribs.php
@@ -1,5 +1,8 @@
-People whom have contributed to Zppixbot
+Contributors
+People whom have contributed to Zppixbot
 Zppix- Operator
 tom29739- Release version bot operator, developer
 SwisterTwister- Zppixbot web design, and friend.
-https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features
+https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features
+MacFan4000 -Web design
+Phantom42 -Web design/developer
\ No newline at end of file
diff --git a/public_html/index.php b/public_html/index.php
index 4f16821..53decf7 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -1,3 +1,4 @@
+Home -ZppixBot
 For more information, click here. 
 For a list of commands, click here. 

 List of contributors, click here 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42b1a61c2345ff7e7fce9f161932cbe2bcf35d60
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Updates to about.php

2017-12-13 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/398089 )

Change subject: Updates to about.php
..

Updates to about.php

Bug: T182806
Change-Id: Ibc9bf9d37965cf29568223215e864dc58e3c38b4
---
M public_html/about.php
1 file changed, 4 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/89/398089/2

diff --git a/public_html/about.php b/public_html/about.php
index e719358..d4aa699 100644
--- a/public_html/about.php
+++ b/public_html/about.php
@@ -1,6 +1,4 @@
-
-  
- About 
-   
-  ZppixBot is an ircbot maintained by Zppix but is a expiermental 
version of Piaget2 and a standalone bot as well. You can watch the development 
as it happens here, https://phabricator.wikimedia.org/project/view/2325/
- 
+About -ZppixBot
+About
+
+ZppixBot is an IRC bot running https://sopel.chat;>Sopel 6.5.1 
and Python 2.7.9. ZppixBot has lots of commands and more can be added by 
writing more modules. The home channel for ZppixBot is #ZppixBotwhere you can get help 
from the maintainers. ZppixBot's current maintainers are Zppix and 
Reception123.
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc9bf9d37965cf29568223215e864dc58e3c38b4
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Update how to get the Bot in your channel

2017-12-12 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/397992 )

Change subject: Update how to get the Bot in your channel
..

Update how to get the Bot in your channel

Change-Id: Ie27d696c177bb10163b6cff6b6739a75a947a473
---
M public_html/index.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/92/397992/2

diff --git a/public_html/index.php b/public_html/index.php
index 1b315b6..4f16821 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -2,7 +2,7 @@
 For a list of commands, click here. 

 List of contributors, click here 
 
-If you need ZppixBot in your channel, please contact Zppix or https://meta.miraheze.org/wiki/User:Reception123;>Reception123 
+If you would like ZppixBot in your channel, join #ZppixBot and bug Zppix or 
Reception123. 
 
  The second release of ZppixBot is now here! 
  For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>the release 
tag !!!

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie27d696c177bb10163b6cff6b6739a75a947a473
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Fix

2017-12-04 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395112 )

Change subject: Fix
..

Fix

Change-Id: Ia099b9b597802a3cfb6c5c855d2a17c70e23b47b
---
M public_html/documentation.html
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/12/395112/2

diff --git a/public_html/documentation.html b/public_html/documentation.html
index 5d7aa2d..4a8038b 100644
--- a/public_html/documentation.html
+++ b/public_html/documentation.html
@@ -79,7 +79,7 @@
 
 
 .task>
-Gives a link to the specified task on Miraheze Phabricator
+Gives a link to the specified task on Miraheze Phabricator
 .task 1
 mh_phab
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia099b9b597802a3cfb6c5c855d2a17c70e23b47b
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Add documentation

2017-12-03 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394906 )

Change subject: Add documentation
..

Add documentation

Bug: T149500
Change-Id: I4f089b5e796a2d80369e431c9a4bdfc3d3575f46
---
A public_html/documentation.html
D public_html/documentation.php
M public_html/index.php
3 files changed, 544 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/06/394906/1

diff --git a/public_html/documentation.html b/public_html/documentation.html
new file mode 100644
index 000..ff03e52
--- /dev/null
+++ b/public_html/documentation.html
@@ -0,0 +1,543 @@
+List of Commands -ZppixBot
+Commands
+
+
+
+Commands
+Purpose
+Example
+Module
+
+
+
+
+.accesslevel
+Shows what level of access you have.
+
+adminlist
+
+
+.ban
+This give admins the ability to ban a user.The bot 
must be a Channel Operator for this command to work.
+
+adminchannel
+
+
+.bing
+Queries Bing for the specified input.
+.bing swhack
+search
+
+
+.blocks
+Manage ZppixBots blocking features.https://github.com/sopel-irc/sopel/wiki/Making-Sopel-ignore-people;>https://github.com/sopel-irc/sopel/wiki/Making-Sopel-ignore-people
+
+coretasks
+
+
+.bytes
+Show the input as pretty printed bytes.
+.bytes ㋡
+codepoints
+
+
+.c.calc
+Google calculator.
+.c 5 + 3
+calc
+
+
+.chairs
+Set the meeting chairs.https://github.com/sopel-irc/sopel/wiki/Using-the-meetbot-module;>https://github.com/sopel-irc/sopel/wiki/Using-the-meetbot-module
+.chairs Tyrope Jason elad
+meetbot
+
+
+.commands
+Return a list of ZppixBots commands
+
+help
+
+
+.roll.dice.d
+.dice  - Rolls dice using the XdY format, also does 
basic math anddrop lowest (XdYvZ).
+
+dice
+
+
+.duck.ddg
+Queries Duck Duck Go for the specified input.
+
+search
+
+
+.endmeeting
+End a meeting.https://github.com/sopel-irc/sopel/wiki/Using-the-meetbot-module;>https://github.com/sopel-irc/sopel/wiki/Using-the-meetbot-module
+.endmeeting
+meetbot
+
+
+.ety
+Look up the etymology of a word
+.ety word
+etymology
+
+
+.twitinfo
+Show information about the given Twitter account
+.twitinfo aplsuk
+twit
+
+
+.tweet
+Tweet with ZppixBots account. Admin-only.
+.tweet Hello World!
+twit
+
+
+.findissue.findbug
+Search for a GitHub issue by keyword or ID. usage: .findissue search 
keywords/ID (optional) You can specify the first keyword as CLOSED 
to search closed issues.
+
+github
+
+
+.fucking_weather.fw
+No documentation found.
+
+fuckingweather
+
+
+.g.google
+Queries Google for the specified input.
+.g swhack
+search
+
+
+.gc
+Returns the number of Google results for the specified input.
+.gc extrapolate
+search
+
+
+.gcs.comp
+Compare the number of Google search results
+.gcs foo bar
+search
+
+
+.countdown
+.countdown- displays a countdown to a 
given date.
+
+countdown
+
+
+.tld
+Show information about the given Top Level Domain.
+
+tld
+
+
+.twit
+Show the last tweet by the given user
+.twit aplusk
+twit
+
+
+.task>
+Gives a link to the specified task on Miraheze Phabricator
+.task 1
+mh_phab
+
+
+.iplookup.ip
+IP Lookup tool
+.iplookup 8.8.8.8
+ip
+
+
+.isop
+Show if you are an operator in the current channel
+
+adminchannel
+
+
+.makeissue.makebug
+Create a GitHub issue, also known as a bug report. Syntax: .makeissue 
Title of the bug report
+
+github
+
+
+.isup
+isup.me website status checker
+
+isup
+
+
+.kick
+Kick a user from the channel.
+
+adminchannel
+
+
+.in
+Gives you a reminder in the given amount of time.
+.in 3h45m Release a new version of ZppixBot
+reminders
+
+
+.at
+Gives you a reminder at the given time. Time format: hh:mm:ss. To see what 
timezone is used, type .getchanneltz (if setting a reminder in a IRC channel) 
or .gettz (elsewhere)
+.at 13:47 Update the servers!
+reminders
+
+
+.cancelreminder
+Pings the bot operators to cancel a reminder that you no longer need.
+.cancelreminder (insert reminder message here)
+reminders
+
+
+.miraheze
+This command will tell you about Miraheze and where to learn more
+
+miraheze
+
+
+.gethelp
+Pings Miraheze admins, prompting to help a user that needs help.
+.gethelp I cannot access https://www.meta.miraheze.org
+miraheze
+
+
+.python
+Tells you what version of Python ZppixBot is running.
+
+pyver
+
+
+.kickban.kb
+   This gives admins the ability to kickban a user.   The bot 
must be a Channel Operator for this command to work   .kickban [#chan] 
user1 user!@ get out of here
+
+adminchannel
+
+
+.listops
+List channel operators in the given channel, or current channel 
if none isgiven.
+
+coretasks
+
+
+.rss
+.rss operation channel site_name url -- operation can be either 
add, del, or list no further operators needed if 
list used
+
+rss
+
+
+.mangle
+Repeatedly translate the input until it makes no sense.
+
+translate
+
+
+.action
+Log an action in the meeting log

[MediaWiki-commits] [Gerrit] mediawiki...VisualEditor[REL1_29]: Follow-up I488fd7e74: Adjust saveFail calls for new function...

2017-11-03 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/388753 )

Change subject: Follow-up I488fd7e74: Adjust saveFail calls for new function 
signature
..

Follow-up I488fd7e74: Adjust saveFail calls for new function signature

Bug: T164157
Change-Id: I41b946af5a8b80211b0672d7012835f2c9e1dc2b
(cherry picked from commit 998ae22b2de690fe18d49489e3e90aa33267731b)
---
M modules/ve-mw/init/ve.init.mw.ArticleTarget.js
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/53/388753/1

diff --git a/modules/ve-mw/init/ve.init.mw.ArticleTarget.js 
b/modules/ve-mw/init/ve.init.mw.ArticleTarget.js
index e033b48..7a66419 100644
--- a/modules/ve-mw/init/ve.init.mw.ArticleTarget.js
+++ b/modules/ve-mw/init/ve.init.mw.ArticleTarget.js
@@ -503,12 +503,12 @@
var data = response.visualeditoredit;
this.saving = false;
if ( !data ) {
-   this.saveFail( doc, saveData, null, 'Invalid response from 
server', response );
+   this.saveFail( doc, saveData, false, null, 'Invalid response 
from server', response );
} else if ( data.result !== 'success' ) {
// Note, this could be any of db failure, hookabort, badtoken 
or even a captcha
-   this.saveFail( doc, saveData, null, 'Save failure', response );
+   this.saveFail( doc, saveData, false, null, 'Save failure', 
response );
} else if ( typeof data.content !== 'string' ) {
-   this.saveFail( doc, saveData, null, 'Invalid HTML content in 
response from server', response );
+   this.saveFail( doc, saveData, false, null, 'Invalid HTML 
content in response from server', response );
} else {
this.saveComplete(
data.content,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I41b946af5a8b80211b0672d7012835f2c9e1dc2b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: REL1_29
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: Esanders 

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


[MediaWiki-commits] [Gerrit] wikimedia/portals[master]: Fix nonsecure link to CC license page on Wikipedia portal.

2017-10-24 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386270 )

Change subject: Fix nonsecure link to CC license page on Wikipedia portal.
..

Fix nonsecure link to CC license page on Wikipedia portal.

Change-Id: I86ab5582152078bf2e2b27e1f67547adc276b147
---
0 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/portals 
refs/changes/70/386270/1


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86ab5582152078bf2e2b27e1f67547adc276b147
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/portals
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] integration/config[master]: Rm numerous extensions

2017-10-23 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386070 )

Change subject: Rm numerous extensions
..

Rm numerous extensions

Bug:T178762
Bug:T178765
Bug:T178768
Bug:T178769
Bug:T178770
Bug:T178758
Bug:T178756
Bug:T178771
Change-Id: I5be23dc636f17b1e72e468f6001179ddf7d79628
---
M zuul/layout.yaml
1 file changed, 8 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/70/386070/3

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 7a1fbc5..a044747 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -3008,8 +3008,7 @@
 
   - name: mediawiki/extensions/FundraisingChart
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/ContributionReporting
 template:
@@ -4852,8 +4851,7 @@
 
   - name: mediawiki/extensions/Moodle
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/Mpdf
 template:
@@ -5383,8 +5381,7 @@
 
   - name: mediawiki/extensions/SecurePasswords
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/SecureSessions
 template:
@@ -5432,8 +5429,7 @@
 
   - name: mediawiki/extensions/SharedCssJs
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/SharedHelpPages
 template:
@@ -5744,8 +5740,7 @@
 
   - name: mediawiki/extensions/TwoFactorAuthentication
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/UIFeedback
 template:
@@ -6002,8 +5997,7 @@
 
   - name: mediawiki/extensions/WikiShare
 template:
-  - name: extension-unittests-generic
-  - name: mwgate-npm
+  - name: archived
 
   - name: mediawiki/extensions/Wikisource
 template:
@@ -6540,7 +6534,7 @@
 
   - name: mediawiki/extensions/PostEdit
 template:
-  - name: extension-unittests-generic
+  - name: archived
 
   - name: mediawiki/extensions/ProofreadPage
 template:
@@ -6696,7 +6690,7 @@
 
   - name: mediawiki/extensions/SimpleAntiSpam
 template:
-  - name: extension-unittests-generic
+  - name: archived
 
   - name: mediawiki/extensions/SimpleFarm
 template:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5be23dc636f17b1e72e468f6001179ddf7d79628
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] translatewiki[master]: Rm numerous extensions

2017-10-23 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386059 )

Change subject: Rm numerous extensions
..

Rm numerous extensions

Change-Id: Ie65131bfee0f4080733a600aaa1708a7348334a4
---
0 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/59/386059/1


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie65131bfee0f4080733a600aaa1708a7348334a4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki/extensions[master]: Rm numorous extensions

2017-10-23 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386054 )

Change subject: Rm numorous extensions
..

Rm numorous extensions

Bug:T178754
Bug:T178756
Bug:T178758
Bug:T178759
Bug:T178760
Bug:T178761
Bug:T178762
Bug:T178763
Bug:T178764
Bug:T178765
Bug:T178766
Bug:T178767
Bug:T178768
Bug:T178769
Bug:T178770
Bug:T178771
Change-Id: I143d20654916aa112519e634387f9afc85458528
---
M .gitmodules
D CommentPages
D FeedsFromPrivateWikis
D Foxway
D FundraisingChart
D FundraisingEmailUnsubscribe
D ImageLink
D Moodle
D PostEdit
D ReaderFeedback
D RevealEmail
D SecurePasswords
D SharedCssJs
D SimpleAntiSpam
D ThemeDesigner
D TwoFactorAuthentication
D WikiShare
17 files changed, 0 insertions(+), 80 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions 
refs/changes/54/386054/1

diff --git a/.gitmodules b/.gitmodules
index 8e0399f..41678bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -414,10 +414,6 @@
path = Collection
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/Collection
branch = .
-[submodule "CommentPages"]
-   path = CommentPages
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/CommentPages
-   branch = .
 [submodule "CommentStreams"]
path = CommentStreams
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/CommentStreams
@@ -806,10 +802,6 @@
path = FeaturedFeeds
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/FeaturedFeeds
branch = .
-[submodule "FeedsFromPrivateWikis"]
-   path = FeedsFromPrivateWikis
-   url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/FeedsFromPrivateWikis
-   branch = .
 [submodule "FileAnnotations"]
path = FileAnnotations
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/FileAnnotations
@@ -866,21 +858,9 @@
path = FormelApplet
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/FormelApplet
branch = .
-[submodule "Foxway"]
-   path = Foxway
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/Foxway
-   branch = .
 [submodule "FundraiserLandingPage"]
path = FundraiserLandingPage
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/FundraiserLandingPage
-   branch = .
-[submodule "FundraisingChart"]
-   path = FundraisingChart
-   url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/FundraisingChart
-   branch = .
-[submodule "FundraisingEmailUnsubscribe"]
-   path = FundraisingEmailUnsubscribe
-   url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/FundraisingEmailUnsubscribe
branch = .
 [submodule "FundraisingTranslateWorkflow"]
path = FundraisingTranslateWorkflow
@@ -1121,10 +1101,6 @@
 [submodule "IframePage"]
path = IframePage
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/IframePage
-   branch = .
-[submodule "ImageLink"]
-   path = ImageLink
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageLink
branch = .
 [submodule "ImageMap"]
path = ImageMap
@@ -1477,10 +1453,6 @@
 [submodule "MolHandler"]
path = MolHandler
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/MolHandler
-   branch = .
-[submodule "Moodle"]
-   path = Moodle
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/Moodle
branch = .
 [submodule "Mpdf"]
path = Mpdf
@@ -1942,10 +1914,6 @@
path = Popups
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
branch = .
-[submodule "PostEdit"]
-   path = PostEdit
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/PostEdit
-   branch = .
 [submodule "Premoderation"]
path = Premoderation
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/Premoderation
@@ -2062,10 +2030,6 @@
path = RandomUsersWithAvatars
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/RandomUsersWithAvatars
branch = .
-[submodule "ReaderFeedback"]
-   path = ReaderFeedback
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/ReaderFeedback
-   branch = .
 [submodule "ReadingLists"]
path = ReadingLists
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/ReadingLists
@@ -2125,10 +2089,6 @@
 [submodule "RestBaseUpdateJobs"]
path = RestBaseUpdateJobs
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/RestBaseUpdateJobs
-   branch = .
-[submodule "RevealEmail"]
-   path = RevealEmail
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/RevealEmail
branch = .
 [submodule "RevisionCommentSupplement"]
path = RevisionCommentSupplement
@@ -2197,10 +2157,6 @@
 [submodule "SecureHTML"]
path = SecureHTML
url = 

[MediaWiki-commits] [Gerrit] mediawiki/extensions[master]: rm UserSnoop

2017-10-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385834 )

Change subject: rm UserSnoop
..

rm UserSnoop

Bug:T178755
Change-Id: Ie320a4a0ec92f467c6091aa66d007a0f3390abf9
---
M .gitmodules
D UserSnoop
2 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions 
refs/changes/34/385834/1

diff --git a/.gitmodules b/.gitmodules
index c3770ae..bb34748 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2786,10 +2786,6 @@
path = UserPageViewTracker
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/UserPageViewTracker
branch = .
-[submodule "UserSnoop"]
-   path = UserSnoop
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/UserSnoop
-   branch = .
 [submodule "UserStatus"]
path = UserStatus
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/UserStatus
diff --git a/UserSnoop b/UserSnoop
deleted file mode 16
index be3601d..000
--- a/UserSnoop
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit be3601d67e1ac12a6bf770847553f52971b31e04

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie320a4a0ec92f467c6091aa66d007a0f3390abf9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] translatewiki[master]: Rm UserSnoop

2017-10-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385833 )

Change subject: Rm UserSnoop
..

Rm UserSnoop

Bug:T178755
Change-Id: Ia4341515a865ae44679f1df388d9bd7b6fa9f56d
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/33/385833/2

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 17856b2..286fb67 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2639,8 +2639,6 @@
 User Page View Tracker
 aliasfile = UserPageViewTracker/UserPageViewTracker.alias.php
 
-# User Snoop // no qqq
-
 # User Status // incomplete qqq
 
 User Throttle

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4341515a865ae44679f1df388d9bd7b6fa9f56d
Gerrit-PatchSet: 2
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] labs...ZppixBot[master]: Fix links per https://github.com/wikimedia/labs-tools-ZppixB...

2017-10-21 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385804 )

Change subject: Fix links per 
https://github.com/wikimedia/labs-tools-ZppixBot/pull/1/
..

Fix links per https://github.com/wikimedia/labs-tools-ZppixBot/pull/1/

Change-Id: I50c00f3decf2e19e1756bdf46c71b08c91e30cd1
---
M public_html/contribs.php
M public_html/index.php
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/ZppixBot 
refs/changes/04/385804/2

diff --git a/public_html/contribs.php b/public_html/contribs.php
index 359f449..b771902 100644
--- a/public_html/contribs.php
+++ b/public_html/contribs.php
@@ -2,4 +2,4 @@
 Zppix- Operator
 tom29739- Release version bot operator, developer
 SwisterTwister- Zppixbot web design, and friend.
-https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features
+https://meta.miraheze.org/wiki/User:Reception123;>Reception123 - 
Helps with new features
diff --git a/public_html/index.php b/public_html/index.php
index c8495f7..3bb0cfb 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -1,10 +1,10 @@
 For more information, click here. 
 List of contributors, click here 
 
-If you need ZppixBot in your channel, please contact Zppix or https://meta.miraheze.org/wiki/User:Reception123;>Reception123 
+If you need ZppixBot in your channel, please contact Zppix or https://meta.miraheze.org/wiki/User:Reception123;>Reception123 
 
  The second release of ZppixBot is now here! 
  For more information please check out https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2;>the release 
tag !!!
 
 Previous releases:
-https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1;>v1 (30 
July 2017)
+https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1;>v1 (30 
July 2017)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50c00f3decf2e19e1756bdf46c71b08c91e30cd1
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki...Translate[REL1_29]: Fix a reported PHP 7.1 incompatibility

2017-10-06 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382682 )

Change subject: Fix a reported PHP 7.1 incompatibility
..

Fix a reported PHP 7.1 incompatibility

Bug: T177263
Change-Id: Ibf1870bfe20a01e95e0387e0b75c4a2db8fa72cc
(cherry picked from commit 5cd35b2fed14373152c544f365d608ed4c1c9a23)
---
M tag/PageTranslationHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/82/382682/1

diff --git a/tag/PageTranslationHooks.php b/tag/PageTranslationHooks.php
index 55ad8e9..e699886 100644
--- a/tag/PageTranslationHooks.php
+++ b/tag/PageTranslationHooks.php
@@ -626,7 +626,7 @@
$page = TranslatablePage::isTranslationPage( $title );
 
if ( $page !== false ) {
-   $result[] = 'tpt-patrolling-blocked';
+   $result = [ 'tpt-patrolling-blocked' ];
return false;
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf1870bfe20a01e95e0387e0b75c4a2db8fa72cc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: REL1_29
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: Nikerabbit 

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


[MediaWiki-commits] [Gerrit] mediawiki...Translate[REL1_30]: Fix a reported PHP 7.1 incompatibility

2017-10-06 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382681 )

Change subject: Fix a reported PHP 7.1 incompatibility
..

Fix a reported PHP 7.1 incompatibility

Bug: T177263
Change-Id: Ibf1870bfe20a01e95e0387e0b75c4a2db8fa72cc
(cherry picked from commit 5cd35b2fed14373152c544f365d608ed4c1c9a23)
---
M tag/PageTranslationHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/81/382681/1

diff --git a/tag/PageTranslationHooks.php b/tag/PageTranslationHooks.php
index f97df48..7cc352f 100644
--- a/tag/PageTranslationHooks.php
+++ b/tag/PageTranslationHooks.php
@@ -631,7 +631,7 @@
$page = TranslatablePage::isTranslationPage( $title );
 
if ( $page !== false ) {
-   $result[] = 'tpt-patrolling-blocked';
+   $result = [ 'tpt-patrolling-blocked' ];
return false;
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf1870bfe20a01e95e0387e0b75c4a2db8fa72cc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: REL1_30
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: Nikerabbit 

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


[MediaWiki-commits] [Gerrit] mediawiki/core[master]: Remove old release notes file

2017-09-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379764 )

Change subject: Remove old release notes file
..

Remove old release notes file

Change-Id: I82b1dc3f20d5f00e46f8dc8a2bbe65ef6e05bd9b
---
D RELEASE-NOTES-1.30
1 file changed, 0 insertions(+), 292 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/379764/2

diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30
deleted file mode 100644
index e8e3404..000
--- a/RELEASE-NOTES-1.30
+++ /dev/null
@@ -1,292 +0,0 @@
-== MediaWiki 1.30 ==
-
-THIS IS NOT A RELEASE YET
-
-MediaWiki 1.30 is an alpha-quality branch and is not recommended for use in
-production.
-
-=== MySQL version requirement in 1.30 ===
-As of 1.30, MediaWiki now requires MySQL 5.5.8 or higher (see Compatibility
-section).
-
-=== Configuration changes in 1.30 ===
-* The "C.UTF-8" locale should be used for $wgShellLocale, if available, to 
avoid
-  unexpected behavior when code uses locale-sensitive string comparisons. For
-  example, the Scribunto extension considers "bar" < "Foo" in most locales
-  since it ignores case.
-* $wgShellLocale now affects LC_ALL rather than only LC_CTYPE. See
-  documentation of $wgShellLocale for details.
-* $wgShellLocale is now applied for all requests. wfInitShellLocale() is
-  deprecated and a no-op, as it is no longer needed.
-* $wgJobClasses may now specify callback functions as an alternative to plain
-  class names. This is intended for extensions that want control over the
-  instantiation of their jobs, to allow for proper dependency injection.
-* $wgResourceModules may now specify callback functions as an alternative
-  to plain class names, using the 'factory' key in the module description
-  array. This allows dependency injection to be used for ResourceLoader 
modules.
-* $wgExceptionHooks has been removed.
-* (T163562) $wgRangeContributionsCIDRLimit was introduced to control the size
-  of IP ranges that can be queried at Special:Contributions.
-* (T45547) $wgUsePigLatinVariant added (off by default).
-* (T152540) MediaWiki now supports a section ID escaping style that allows to 
display
-  non-Latin characters verbatim on many modern browsers. This is controlled by 
the
-  new configuration setting, $wgFragmentMode.
-* $wgExperimentalHtmlIds is now deprecated and will be removed in a future 
version,
-  use $wgFragmentMode to migrate off it to a modern alternative.
-* $wgExternalInterwikiFragmentMode was introduced to control how fragments in
-  sinterwikis going outside of current wiki farm are encoded.
-* (T120333) Soft-deprecated the use of PHP extension 'mysql' in favor of 
'mysqli'.
-  This PHP extension was deprecated in PHP 5.5 and removed in PHP 7.0. 
MediaWiki
-  auto-selects the 'mysqli' driver since MediaWiki 1.22, except if explicitly
-  requested through the configuration parameter $wgDBservers.
-* $wgOOUIEditPage was removed, as it is now the default. This was documented 
as a
-  temporary variable during the migration period.
-
-=== New features in 1.30 ===
-* (T37247) Output from Parser::parse() will now be wrapped in a div with
-  class="mw-parser-output" by default. This may be changed or disabled using
-  ParserOptions::setWrapOutputClass().
-* (T163562) Added ability to search for contributions within an IP ranges
-  at Special:Contributions.
-* Added 'ChangeTagsAllowedAdd' hook, enabling extensions to allow software-
-  specific tags to be added by users.
-* Added a 'ParserOptionsRegister' hook to allow extensions to register
-  additional parser options.
-* (T45547) Included Pig Latin, a language game in English, as a
-  LanguageConverter variant.  This allows English-speaking developers
-  to develop and test LanguageConverter more easily.  Pig Latin can be
-  enabled by setting $wgUsePigLatinVariant to true.
-* Added RecentChangesPurgeRows hook to allow extensions to purge data that
-  depends on the recentchanges table.
-* Added JS config values wgDiffOldId/wgDiffNewId to the output of diff pages.
-* (T2424) Added direct unwatch links to entries in Special:Watchlist (if the
-  'watchlistunwatchlinks' preference option is enabled). With JavaScript
-  enabled, these links toggle so the user can also re-watch pages that have
-  just been unwatched.
-* Added $wgParserTestMediaHandlers, where mock media handlers can be passed to
-  MediaHandlerFactory for parser tests.
-* Edit summaries, block reasons, and other "comments" are now stored in a
-  separate database table. Use the CommentFormatter class to access them.
-** This is currently gated by $wgCommentTableSchemaMigrationStage. Most wikis
-   can set this to MIGRATION_NEW and run maintenance/migrateComments.php as
-   soon as any necessary extensions are updated.
-* (T138166) Added ability for users to prohibit other users from sending them
-  emails with Special:Emailuser. Can be enabled by setting
-  

[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update ExtensionDistributer settings

2017-09-21 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379524 )

Change subject: Update ExtensionDistributer settings
..

Update ExtensionDistributer settings

Change-Id: I0c5eb799b23e14368f9f7d7e3058933acc626f99
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/24/379524/2

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e5c84ff..775acf5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -994,11 +994,12 @@
$wgExtDistDefaultSnapshot = 'REL1_29';
 
// Current development snapshot
-   // $wgExtDistCandidateSnapshot = 'REL1_30';
+   $wgExtDistCandidateSnapshot = 'REL1_30';
 
// Available snapshots
$wgExtDistSnapshotRefs = [
'master',
+   'REL1_30',
'REL1_29',
'REL1_28',
'REL1_27',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c5eb799b23e14368f9f7d7e3058933acc626f99
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki/extensions[master]: Rm FormatNum

2017-09-20 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379417 )

Change subject: Rm FormatNum
..

Rm FormatNum

Bug:T176081
Change-Id: Ia3a3803b997858ae05c7b185e8c43bc7aca3e47c
---
M .gitmodules
D FormatNum
2 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions 
refs/changes/17/379417/1

diff --git a/.gitmodules b/.gitmodules
index 7782531..bd31d75 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -866,10 +866,6 @@
path = FormatDates
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/FormatDates
branch = .
-[submodule "FormatNum"]
-   path = FormatNum
-   url = https://gerrit.wikimedia.org/r/mediawiki/extensions/FormatNum
-   branch = .
 [submodule "FormelApplet"]
path = FormelApplet
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/FormelApplet
diff --git a/FormatNum b/FormatNum
deleted file mode 16
index c86443f..000
--- a/FormatNum
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit c86443f60cbce44fe8b10ac4cc7ca790884d7b9c

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3a3803b997858ae05c7b185e8c43bc7aca3e47c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki/extensions[master]: Rm semanticmediawiki

2017-09-20 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379261 )

Change subject: Rm semanticmediawiki
..

Rm semanticmediawiki

Bug:T176080
Change-Id: Id3fcd62af9c78c69a2c93d7e3bb746e7fa0c7bc3
---
M .gitmodules
D SemanticMediaWiki
2 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions 
refs/changes/61/379261/1

diff --git a/.gitmodules b/.gitmodules
index ed5cd51..7782531 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2274,10 +2274,6 @@
path = SemanticLinks
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/SemanticLinks
branch = .
-[submodule "SemanticMediaWiki"]
-   path = SemanticMediaWiki
-   url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/SemanticMediaWiki
-   branch = .
 [submodule "SemanticPageMaker"]
path = SemanticPageMaker
url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/SemanticPageMaker
diff --git a/SemanticMediaWiki b/SemanticMediaWiki
deleted file mode 16
index 707978e..000
--- a/SemanticMediaWiki
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 707978e8ff3d28dd02b295c7632b26d4578fcaf4

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3fcd62af9c78c69a2c93d7e3bb746e7fa0c7bc3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki...Refreshed[master]: Remove old Echo fixes

2017-08-17 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372489 )

Change subject: Remove old Echo fixes
..

Remove old Echo fixes

Theese arn't really necessary and they prevent the badges from being seen on 
Mobile on 1.29+. I can confirm that nothing is broken when I remove theese.
Bug: T170773

Change-Id: I6ce6d298575a72b158724c92bb59180ccbbbf3b2
---
M refreshed/styles/screen/medium.css
M refreshed/styles/screen/small.css
M skin.json
3 files changed, 1 insertion(+), 60 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Refreshed 
refs/changes/89/372489/1

diff --git a/refreshed/styles/screen/medium.css 
b/refreshed/styles/screen/medium.css
index cd2b1c5..c229f6f 100644
--- a/refreshed/styles/screen/medium.css
+++ b/refreshed/styles/screen/medium.css
@@ -129,16 +129,6 @@
font-size: 1.313em !important;
 }
 
-/* Extension:Echo fixes */
-#pt-notifications {
-   margin-right: 0.75em;
-}
-
-.mw-echo-overlay:before,
-.mw-echo-overlay::before {
-   left: 238px !important; /* centering dropdown arrow on notifications 
badge */
-}
-
 /* Image thumbnails */
 .thumb {
width: 100% !important;
diff --git a/refreshed/styles/screen/small.css 
b/refreshed/styles/screen/small.css
index ad2b753..b5cf798 100644
--- a/refreshed/styles/screen/small.css
+++ b/refreshed/styles/screen/small.css
@@ -357,55 +357,6 @@
border: 0 !important;
 }
 
-/* Extension:Echo fixes */
-
-#pt-mytalk a.mw-echo-alert { /* "you have new messages" alert in the personal 
tools dropdown */
-   margin: 0.1em;
-}
-
-#pt-notifications-personaltools { /* "Notifications" item in the personal 
tools dropdown */
-   display: list-item;
-}
-
-.pt-notifications-personaltools-unread {
-   background-color: #c00;
-   color: #fff;
-   border-radius: 2px; /* matching the notification badge itself and the 
"you have new messages" notice, which both have border-radius */
-   margin: 0.1em;
-}
-
-.pt-notifications-personaltools-unread:hover {
-   background-color: #bf !important;
-}
-
-#pt-notifications {
-   position: absolute;
-   margin: 0;
-   top: 0; /* the container height is greater than that of the 
notification button itself so this still leaves some space above the button */
-   right: 2.9em; /* 2.75em for the search button, 0.25em of padding within 
user button */
-   max-width: 2.25em; /* 2.75em (width of user button) - 0.25em of padding 
on each side */
-   z-index: 1; /* above user button */
-   padding: 0;
-   width: auto;
-   pointer-events: none; /* prevent click event (stop notifications 
dropdown from appearing on click) */
-}
-
-.mw-echo-notifications-badge {
-   font-size: 0.5em;
-   min-width: 3.5px; /* min-width of 7px * 0.5em (stops badge from looking 
too wide when it contains a single-digit number) */
-   max-width: 2.25em; /* (2.75em (width of user button) - 0.25em of 
padding on each side) * 2 because the font size is 0.5em */
-   overflow: hidden;
-   display: none; /* hide if there are no noticiations */
-}
-
-.mw-echo-unread-notifications {
-   display: inline;
-}
-
-.mw-echo-overlay {
-   display: none; /* if pointer-events isn't supported (so 
#mw-echo-overlay is generated when the notifications badge is clicked), hide 
#mw-echo-overlay so it's not visible */
-}
-
 /* Image thumbnails */
 .thumb {
width: 100% !important;
diff --git a/skin.json b/skin.json
index 75f7f9e..216a78b 100755
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
"name": "Refreshed",
-   "version": "3.3.4",
+   "version": "3.3.5",
"author": [
"Adam Carter",
"Drew1200",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ce6d298575a72b158724c92bb59180ccbbbf3b2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Refreshed
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] integration/config[master]: rm DeepSea

2017-07-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367041 )

Change subject: rm DeepSea
..

rm DeepSea

Bug: T171385
Change-Id: I652b8fc9ce8c3f43267ba5abecf6988c9fec314c
---
M zuul/layout.yaml
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/41/367041/2

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index f9fd59a..e1e3230 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1724,12 +1724,6 @@
  - name: mwgate-npm
  - name: skin-tests-non-voting
 
-  - name: mediawiki/skins/DeepSea
-template:
- - name: mw-checks-test
- - name: skin-tests
- - name: mwgate-npm
-
   - name: mediawiki/skins/DeskMessMirrored
 template:
  - name: mw-checks-test

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I652b8fc9ce8c3f43267ba5abecf6988c9fec314c
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] translatewiki[master]: rm DeepSea

2017-07-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367040 )

Change subject: rm DeepSea
..

rm DeepSea

Bug: T171385
Change-Id: If3280bc4cad70744c62904feed98215ee396f188
---
M groups/MediaWiki/mediawiki-skins.txt
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/40/367040/2

diff --git a/groups/MediaWiki/mediawiki-skins.txt 
b/groups/MediaWiki/mediawiki-skins.txt
index 9ad3633..eb6a6a1 100644
--- a/groups/MediaWiki/mediawiki-skins.txt
+++ b/groups/MediaWiki/mediawiki-skins.txt
@@ -24,8 +24,6 @@
 
 Daddio
 
-Deep Sea
-
 Desk Mess Mirrored
 
 Dusk To Dawn

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3280bc4cad70744c62904feed98215ee396f188
Gerrit-PatchSet: 2
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki/skins[master]: rm DeepSea

2017-07-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367039 )

Change subject: rm DeepSea
..

rm DeepSea

Change-Id: I27152ec3a5979ec3731e9c250ef79ef55460d005
---
M .gitmodules
D DeepSea
2 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins 
refs/changes/39/367039/1

diff --git a/.gitmodules b/.gitmodules
index 6a859ec..697d880 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -30,10 +30,6 @@
path = Daddio
url = https://gerrit.wikimedia.org/r/mediawiki/skins/Daddio
branch = .
-[submodule "DeepSea"]
-   path = DeepSea
-   url = https://gerrit.wikimedia.org/r/mediawiki/skins/DeepSea
-   branch = .
 [submodule "DeskMessMirrored"]
path = DeskMessMirrored
url = https://gerrit.wikimedia.org/r/mediawiki/skins/DeskMessMirrored
diff --git a/DeepSea b/DeepSea
deleted file mode 16
index 4211dd8..000
--- a/DeepSea
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 4211dd870d8f4f6279132493a8b58560ccaf5e87

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I27152ec3a5979ec3731e9c250ef79ef55460d005
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki/core[REL1_28]: Add extensions/skins/vendor as submodules

2017-07-21 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366979 )

Change subject: Add extensions/skins/vendor as submodules
..

Add extensions/skins/vendor as submodules

Bug: T137564
Change-Id: I27428aaf82eb1af4a556632c20054f7446a4a1f5
---
M .gitignore
A .gitmodules
D extensions/.gitignore
A extensions/Cite
A extensions/CiteThisPage
A extensions/ConfirmEdit
A extensions/Gadgets
A extensions/ImageMap
A extensions/InputBox
A extensions/Interwiki
A extensions/LocalisationUpdate
A extensions/Nuke
A extensions/ParserFunctions
A extensions/PdfHandler
A extensions/Poem
A extensions/Renameuser
A extensions/SpamBlacklist
A extensions/SyntaxHighlight_GeSHi
A extensions/TitleBlacklist
A extensions/WikiEditor
D skins/.gitignore
A skins/CologneBlue
A skins/Modern
A skins/MonoBook
A skins/Vector
A vendor
26 files changed, 110 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/79/366979/1

diff --git a/.gitignore b/.gitignore
index 01a11bf..e9e9b82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,7 +46,6 @@
 /tests/phpunit/phpunit.phar
 
 # Composer
-/vendor
 /composer.lock
 /composer.json
 /composer.local.json
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000..51b46bb
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,88 @@
+[submodule "vendor"]
+   path = vendor
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/vendor
+   branch = REL1_28
+[submodule "skins/Vector"]
+   path = skins/Vector
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/Vector
+   branch = REL1_28
+[submodule "skins/MonoBook"]
+   path = skins/MonoBook
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/MonoBook
+   branch = REL1_28
+[submodule "skins/Modern"]
+   path = skins/Modern
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/Modern
+   branch = REL1_28
+[submodule "skins/CologneBlue"]
+   path = skins/CologneBlue
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/CologneBlue
+   branch = REL1_28
+[submodule "extensions/CiteThisPage"]
+   path = extensions/CiteThisPage
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CiteThisPage
+   branch = REL1_28
+[submodule "extensions/SpamBlacklist"]
+   path = extensions/SpamBlacklist
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SpamBlacklist
+   branch = REL1_28
+[submodule "extensions/PdfHandler"]
+   path = extensions/PdfHandler
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PdfHandler
+   branch = REL1_28
+[submodule "extensions/TitleBlacklist"]
+   path = extensions/TitleBlacklist
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/TitleBlacklist
+   branch = REL1_28
+[submodule "extensions/SyntaxHighlight_GeSHi"]
+   path = extensions/SyntaxHighlight_GeSHi
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SyntaxHighlight_GeSHi
+   branch = REL1_28
+[submodule "extensions/Poem"]
+   path = extensions/Poem
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Poem
+   branch = REL1_28
+[submodule "extensions/LocalisationUpdate"]
+   path = extensions/LocalisationUpdate
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/LocalisationUpdate
+   branch = REL1_28
+[submodule "extensions/Interwiki"]
+   path = extensions/Interwiki
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Interwiki
+   branch = REL1_28
+[submodule "extensions/InputBox"]
+   path = extensions/InputBox
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/InputBox
+   branch = REL1_28
+[submodule "extensions/ImageMap"]
+   path = extensions/ImageMap
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ImageMap
+   branch = REL1_28
+[submodule "extensions/Cite"]
+   path = extensions/Cite
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Cite
+   branch = REL1_28
+[submodule "extensions/WikiEditor"]
+   path = extensions/WikiEditor
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/WikiEditor
+   branch = REL1_28
+[submodule "extensions/Renameuser"]
+   path = extensions/Renameuser
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Renameuser
+   branch = REL1_28
+[submodule "extensions/ParserFunctions"]
+   path = extensions/ParserFunctions
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ParserFunctions
+   branch = REL1_28
+[submodule "extensions/Nuke"]
+   path = extensions/Nuke
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Nuke
+   branch = REL1_28
+[submodule "extensions/Gadgets"]
+   path = extensions/Gadgets
+   url = 

[MediaWiki-commits] [Gerrit] mediawiki/core[REL1_27]: Add extensions/skins/vendor as submodules

2017-07-21 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366975 )

Change subject: Add extensions/skins/vendor as submodules
..

Add extensions/skins/vendor as submodules

Bug: T137564
Change-Id: I736705bd3d3a1bbfc675a708ffa1c04b4726dfab
---
M .gitignore
A .gitmodules
D extensions/.gitignore
A extensions/Cite
A extensions/CiteThisPage
A extensions/ConfirmEdit
A extensions/Gadgets
A extensions/ImageMap
A extensions/InputBox
A extensions/Interwiki
A extensions/LocalisationUpdate
A extensions/Nuke
A extensions/ParserFunctions
A extensions/PdfHandler
A extensions/Poem
A extensions/Renameuser
A extensions/SpamBlacklist
A extensions/SyntaxHighlight_GeSHi
A extensions/TitleBlacklist
A extensions/WikiEditor
D skins/.gitignore
A skins/CologneBlue
A skins/Modern
A skins/MonoBook
A skins/Vector
A vendor
26 files changed, 110 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/75/366975/1

diff --git a/.gitignore b/.gitignore
index 01a11bf..e9e9b82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,7 +46,6 @@
 /tests/phpunit/phpunit.phar
 
 # Composer
-/vendor
 /composer.lock
 /composer.json
 /composer.local.json
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000..73ce970
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,88 @@
+[submodule "extensions/ConfirmEdit"]
+   path = extensions/ConfirmEdit
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ConfirmEdit
+   branch = REL1_27
+[submodule "extensions/Gadgets"]
+   path = extensions/Gadgets
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Gadgets
+   branch = REL1_27
+[submodule "extensions/Nuke"]
+   path = extensions/Nuke
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Nuke
+   branch = REL1_27
+[submodule "extensions/ParserFunctions"]
+   path = extensions/ParserFunctions
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ParserFunctions
+   branch = REL1_27
+[submodule "extensions/Renameuser"]
+   path = extensions/Renameuser
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Renameuser
+   branch = REL1_27
+[submodule "extensions/WikiEditor"]
+   path = extensions/WikiEditor
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/WikiEditor
+   branch = REL1_27
+[submodule "extensions/Cite"]
+   path = extensions/Cite
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Cite
+   branch = REL1_27
+[submodule "extensions/ImageMap"]
+   path = extensions/ImageMap
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ImageMap
+   branch = REL1_27
+[submodule "extensions/InputBox"]
+   path = extensions/InputBox
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/InputBox
+   branch = REL1_27
+[submodule "extensions/Interwiki"]
+   path = extensions/Interwiki
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Interwiki
+   branch = REL1_27
+[submodule "extensions/LocalisationUpdate"]
+   path = extensions/LocalisationUpdate
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/LocalisationUpdate
+   branch = REL1_27
+[submodule "extensions/Poem"]
+   path = extensions/Poem
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Poem
+   branch = REL1_27
+[submodule "extensions/SyntaxHighlight_GeSHi"]
+   path = extensions/SyntaxHighlight_GeSHi
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SyntaxHighlight_GeSHi
+   branch = REL1_27
+[submodule "extensions/TitleBlacklist"]
+   path = extensions/TitleBlacklist
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/TitleBlacklist
+   branch = REL1_27
+[submodule "extensions/PdfHandler"]
+   path = extensions/PdfHandler
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PdfHandler
+   branch = REL1_27
+[submodule "extensions/SpamBlacklist"]
+   path = extensions/SpamBlacklist
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SpamBlacklist
+   branch = REL1_27
+[submodule "extensions/CiteThisPage"]
+   path = extensions/CiteThisPage
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CiteThisPage
+   branch = REL1_27
+[submodule "skins/CologneBlue"]
+   path = skins/CologneBlue
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/CologneBlue
+   branch = REL1_27
+[submodule "skins/Modern"]
+   path = skins/Modern
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/Modern
+   branch = REL1_27
+[submodule "skins/MonoBook"]
+   path = skins/MonoBook
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/skins/MonoBook
+   branch = REL1_27
+[submodule "skins/Vector"]
+   path = skins/Vector
+   url = 

[MediaWiki-commits] [Gerrit] mediawiki/core[REL1_29]: Fix bundled extensions

2017-07-20 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366633 )

Change subject: Fix bundled extensions
..

Fix bundled extensions

Bug: T171197
Change-Id: Ie69d7a1676ff0898aa1856cf99b6df5526d3ada3
---
M .gitmodules
A extensions/PdfHandler
D extensions/SimpleAntiSpam
A extensions/SpamBlacklist
D extensions/Vector
5 files changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/33/366633/1

diff --git a/.gitmodules b/.gitmodules
index f87c16c..76628e3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -18,10 +18,6 @@
path = extensions/Renameuser
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Renameuser
branch = REL1_29
-[submodule "extensions/Vector"]
-   path = extensions/Vector
-   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Vector
-   branch = REL1_29
 [submodule "extensions/WikiEditor"]
path = extensions/WikiEditor
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/WikiEditor
@@ -49,10 +45,6 @@
 [submodule "extensions/Poem"]
path = extensions/Poem
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Poem
-   branch = REL1_29
-[submodule "extensions/SimpleAntiSpam"]
-   path = extensions/SimpleAntiSpam
-   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SimpleAntiSpam
branch = REL1_29
 [submodule "extensions/SyntaxHighlight_GeSHi"]
path = extensions/SyntaxHighlight_GeSHi
@@ -86,3 +78,11 @@
path = vendor
url = https://gerrit.wikimedia.org/r/p/mediawiki/vendor
branch = REL1_29
+[submodule "extensions/PdfHandler"]
+   path = extensions/PdfHandler
+   url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PdfHandler
+   branch = REL1_29
+[submodule "extensions/SpamBlacklist"]
+   path = extensions/SpamBlacklist
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SpamBlacklist
+   branch = REL1_29
diff --git a/extensions/PdfHandler b/extensions/PdfHandler
new file mode 16
index 000..6766ffc
--- /dev/null
+++ b/extensions/PdfHandler
@@ -0,0 +1 @@
+Subproject commit 6766ffc58b557fe7c323831a89964364d768607a
diff --git a/extensions/SimpleAntiSpam b/extensions/SimpleAntiSpam
deleted file mode 16
index eb29a6f..000
--- a/extensions/SimpleAntiSpam
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit eb29a6f4d73734680735032d5fc5ba94c93d3b3e
diff --git a/extensions/SpamBlacklist b/extensions/SpamBlacklist
new file mode 16
index 000..193339c
--- /dev/null
+++ b/extensions/SpamBlacklist
@@ -0,0 +1 @@
+Subproject commit 193339c7f079245c5a565a226514d68d98c059dd
diff --git a/extensions/Vector b/extensions/Vector
deleted file mode 16
index 767a54c..000
--- a/extensions/Vector
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 767a54c01022404535c96bf9754d3ed72c3ce839

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie69d7a1676ff0898aa1856cf99b6df5526d3ada3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_29
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] mediawiki...CirrusSearch[REL1_29]: Fix readme to state that es5 is the sole version supported

2017-07-17 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365653 )

Change subject: Fix readme to state that es5 is the sole version supported
..

Fix readme to state that es5 is the sole version supported

This version is affected as well. 

Change-Id: Icef46529745ad63fe1744e9bdd83433ec2d06b13
(cherry picked from commit 262ab1f46391fc2feae5f5c75968e62959f0f394)
---
M README
1 file changed, 10 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/53/365653/1

diff --git a/README b/README
index f76813f..3162216 100644
--- a/README
+++ b/README
@@ -3,8 +3,16 @@
 
 Installation
 
-Get Elasticsearch up and running somewhere. Elasticsearch v2.x is only 
supported but 2.3.3 is highly
-recommended if you plan to use the wikimedia elasticsearch plugins.
+Get Elasticsearch up and running somewhere. Elasticsearch v5.x is only 
supported but 5.3.1 or higher is
+recommended.
+
+KNOWN ISSUES
+
+All elastic versions prior to 5.3.1 have bugs that affect CirrusSearch:
+- elastic versions before 5.3.x requires the following config in your 
LocalSettings.php:
+  $CirrusSearchElasticQuirks = [ 'query_string_max_determinized_states' => 
true ];
+- elastic versions before 5.3.1 suffer from a bug that prevent an index to be 
reindexed
+  properly without missing docs when using multiple elasticsearch machines
 
 Place the CirrusSearch extension in your extensions directory.
 Make sure you have the curl php library installed (sudo apt-get install 
php5-curl in Debian.)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icef46529745ad63fe1744e9bdd83433ec2d06b13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: REL1_29
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: DCausse 

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


[MediaWiki-commits] [Gerrit] mediawiki...CirrusSearch[master]: Fix requirements

2017-07-17 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365652 )

Change subject: Fix requirements
..

Fix requirements

Change-Id: If59b9d414e405f9dd446851d7d4dec8b85897dd0
---
0 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/52/365652/1


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If59b9d414e405f9dd446851d7d4dec8b85897dd0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update ExtensionDistributer versions

2017-07-13 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365137 )

Change subject: Update ExtensionDistributer versions
..

Update ExtensionDistributer versions

Change-Id: I09c13af2bb61438327b916e1d24f43e0e4c260c1
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/37/365137/3

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index fba23f6..d8ca22c 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -949,10 +949,10 @@
];
 
// Current stable release
-   $wgExtDistDefaultSnapshot = 'REL1_28';
+   $wgExtDistDefaultSnapshot = 'REL1_29';
 
// Current development snapshot
-   $wgExtDistCandidateSnapshot = 'REL1_29';
+#  $wgExtDistCandidateSnapshot = 'REL1_29';
 
// Available snapshots
$wgExtDistSnapshotRefs = [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09c13af2bb61438327b916e1d24f43e0e4c260c1
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki/core[REL1_29]: Push all DeferredUpdates to POSTSEND queue when running that...

2017-07-07 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/363883 )

Change subject: Push all DeferredUpdates to POSTSEND queue when running that 
queue
..

Push all DeferredUpdates to POSTSEND queue when running that queue

This avoids putting updates in the PRESEND queue at a point where they
may never get run later in the request. The peculiarity lead to a
regression in 24842cfac.

Move "enqueue" logic to runUpdate() to simplify execute(). If job
insertion batching is strongly desired for a class, then it can use
MergeableUpdate.

Removed unused "update" field in $executeContext.

Bug: T168723
Change-Id: I40d16f6cd0adc8583797b99d859b76a836d362a8
(cherry picked from commit 3daad1264bb80babc359f95843bd9b3d8ddc01e6)
---
M includes/deferred/DeferredUpdates.php
M tests/phpunit/includes/deferred/DeferredUpdatesTest.php
2 files changed, 48 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/363883/1

diff --git a/includes/deferred/DeferredUpdates.php 
b/includes/deferred/DeferredUpdates.php
index d035521..499c576 100644
--- a/includes/deferred/DeferredUpdates.php
+++ b/includes/deferred/DeferredUpdates.php
@@ -76,9 +76,12 @@
public static function addUpdate( DeferrableUpdate $update, $stage = 
self::POSTSEND ) {
global $wgCommandLineMode;
 
-   // This is a sub-DeferredUpdate, run it right after its parent 
update
if ( self::$executeContext && self::$executeContext['stage'] >= 
$stage ) {
+   // This is a sub-DeferredUpdate; run it right after its 
parent update.
+   // Also, while post-send updates are running, push any 
"pre-send" jobs to the
+   // active post-send queue to make sure they get run 
this round (or at all).
self::$executeContext['subqueue'][] = $update;
+
return;
}
 
@@ -183,16 +186,6 @@
while ( $updates ) {
$queue = []; // clear the queue
 
-   if ( $mode === 'enqueue' ) {
-   try {
-   // Push enqueuable updates to the job 
queue and get the rest
-   $updates = self::enqueueUpdates( 
$updates );
-   } catch ( Exception $e ) {
-   // Let other updates have a chance to 
run if this failed
-   
MWExceptionHandler::rollbackMasterChangesAndLog( $e );
-   }
-   }
-
// Order will be DataUpdate followed by generic 
DeferrableUpdate tasks
$updatesByType = [ 'data' => [], 'generic' => [] ];
foreach ( $updates as $du ) {
@@ -212,13 +205,9 @@
// Execute all remaining tasks...
foreach ( $updatesByType as $updatesForType ) {
foreach ( $updatesForType as $update ) {
-   self::$executeContext = [
-   'update' => $update,
-   'stage' => $stage,
-   'subqueue' => []
-   ];
+   self::$executeContext = [ 'stage' => 
$stage, 'subqueue' => [] ];
/** @var DeferrableUpdate $update */
-   $guiError = self::runUpdate( $update, 
$lbFactory, $stage );
+   $guiError = self::runUpdate( $update, 
$lbFactory, $mode, $stage );
$reportableError = $reportableError ?: 
$guiError;
// Do the subqueue updates for $update 
until there are none
while ( 
self::$executeContext['subqueue'] ) {
@@ -230,7 +219,7 @@

$subUpdate->setTransactionTicket( $ticket );
}
 
-   $guiError = self::runUpdate( 
$subUpdate, $lbFactory, $stage );
+   $guiError = self::runUpdate( 
$subUpdate, $lbFactory, $mode, $stage );
$reportableError = 
$reportableError ?: $guiError;
}
self::$executeContext = null;
@@ -248,16 +237,26 @@
/**
 * @param DeferrableUpdate $update
 * @param LBFactory $lbFactory
+* @param string $mode
 * @param integer $stage
 * @return 

[MediaWiki-commits] [Gerrit] mediawiki...Refreshed[REL1_29]: Update REL1_29 branch

2017-06-22 Thread MacFan4000 (Code Review)
MacFan4000 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/361000 )

Change subject: Update REL1_29 branch
..

Update REL1_29 branch

Change-Id: Idff3c9a9c7e21f1c5c8cb1bcd93502ea6a7a5a38
---
A CODE_OF_CONDUCT.md
M Refreshed.skin.php
M composer.json
A composer.lock
A gitinfo.json
A i18n/bs.json
A i18n/dty.json
M i18n/en.json
A i18n/hi.json
A i18n/jv.json
M i18n/qqq.json
A refreshed/extensions/Echo/echo.alert.less
A refreshed/extensions/Echo/echo.badge.less
A refreshed/extensions/Echo/echo.notifications.less
A refreshed/extensions/Echo/echo.ui.NotificationBadgeWidget.less
A refreshed/extensions/Echo/echo.ui.less
A refreshed/extensions/Echo/echo.ui.overlay.less
D refreshed/images/arrow-highres-hover.png
D refreshed/images/arrow-highres.png
D refreshed/images/arrowside.png
D refreshed/images/avatar-none.png
D refreshed/images/brickimedia.svg
D refreshed/images/brickipedia.svg
D refreshed/images/brickismall.png
D refreshed/images/brickismall.svg
D refreshed/images/gbc.svg
D refreshed/images/icon-close.png
D refreshed/images/icon-delete.png
D refreshed/images/icon-edit.png
D refreshed/images/icon-history.png
D refreshed/images/icon-more.png
D refreshed/images/icon-move.png
D refreshed/images/icon-protect.png
D refreshed/images/icon-search.png
D refreshed/images/icon-talk.png
D refreshed/images/icon-unprotect.png
D refreshed/images/icon-unwatch.png
D refreshed/images/icon-watch.png
A refreshed/mediawiki/action.history.styles.css
A refreshed/mediawiki/action.view.filepage.css
A refreshed/mediawiki/action.view.postEdit.css
A refreshed/mediawiki/diff.styles.css
A refreshed/mediawiki/feedlink.css
A refreshed/mediawiki/skinning.elements.css
A refreshed/mediawiki/skinning.interface.css
A refreshed/mediawiki/special.changeslist.enhanced.css
R refreshed/mediawiki/special.preferences.styles.css
A refreshed/mediawiki/special.userlogin.common.css
R refreshed/scripts/refreshed.js
R refreshed/styles/print/print.css
R refreshed/styles/screen/big.css
R refreshed/styles/screen/iefontfix.css
R refreshed/styles/screen/main.css
R refreshed/styles/screen/medium.css
R refreshed/styles/screen/small.css
M skin.json
A version
57 files changed, 864 insertions(+), 521 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Refreshed 
refs/changes/00/361000/1

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 000..d8e5d08
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1 @@
+The development of this software is covered by a [Code of 
Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
diff --git a/Refreshed.skin.php b/Refreshed.skin.php
index 851aa06..3f12bf0 100644
--- a/Refreshed.skin.php
+++ b/Refreshed.skin.php
@@ -38,7 +38,7 @@
// See https://phabricator.wikimedia.org/T134653 for more info.
$out->addHeadItem( 'webfontfix',
 Html::element( 'link', array(
-   'href' => $wgLocalStylePath . 
'/Refreshed/refreshed/iefontfix.css',
+   'href' => $wgLocalStylePath . 
'/Refreshed/refreshed/styles/screen/iefontfix.css',
'rel' => 'stylesheet'
) )
);
@@ -296,35 +296,44 @@
 


+   
data['loggedin'] 
? $user->getName() : $this->getMsg( 'login' )->text();
// Show the user's avatar image in the 
top left drop-down
// menu, but only if SocialProfile is 
installed
if ( class_exists( 'wAvatar' ) ) {
$avatar = new wAvatar( 
$user->getId(), 'l' );
-   $avatarImage = 
$avatar->getAvatarURL( array(
-   'width' => 30,
-   'class' => 'avatar'
+   $avatarElement = 
$avatar->getAvatarURL( array(
+   'class' => 'avatar 
avatar-image'
) );
-   ?>
-   
-   
-   getName() ?>
-   data['loggedin'] ) { 
// if no SocialProfile but user is logged in
-   ?>
-   
-   
-   getName() ?>
-   
-   
-