Skip to content

Commit

Permalink
Remove the WhosOnline extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov committed Nov 13, 2023
1 parent 9addcec commit b5310db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -654,10 +654,6 @@ RUN set -x; \
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/WhoIsWatching $MW_HOME/extensions/WhoIsWatching \
&& cd $MW_HOME/extensions/WhoIsWatching \
&& git checkout -q 836a31018e26ab7c993088c4cca31a89efec2ee5 \
# WhosOnline
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/WhosOnline $MW_HOME/extensions/WhosOnline \
&& cd $MW_HOME/extensions/WhosOnline \
&& git checkout -q bb1765d2eb5c88ca10dc8a0be19f35fcffdccdae \
# Widgets
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/Widgets $MW_HOME/extensions/Widgets \
&& cd $MW_HOME/extensions/Widgets \
Expand Down
11 changes: 0 additions & 11 deletions RELEASE_NOTES.md

This file was deleted.

1 change: 0 additions & 1 deletion _sources/canasta/DockerSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ function isEnvTrue( $name ): bool {
'WatchAnalytics',
'WSOAuth',
'WhoIsWatching',
'WhosOnline',
'Widgets',
'WikiEditor', # bundled
'WikiForum',
Expand Down

0 comments on commit b5310db

Please sign in to comment.