A fork of https://gerrit.wikimedia.org/g/mediawiki/extensions/WhosOnline maintained for the OpenWiki stack.
Go to file
Ampera 1b72702fda Merge pull request 'Upstream changes for Mediawiki 1.39' (#6) from REL1_39 into master
Reviewed-on: #6
2023-01-16 18:00:26 +00:00
i18n Localisation updates from https://translatewiki.net. 2022-12-27 07:14:10 +01:00
includes Fixed bugs 3, 4, 5, updated extension.json, and fixed i18n 2022-11-01 08:35:50 -04:00
sql Bring back the old API module 2021-12-07 14:26:33 +02:00
tests/phpunit MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-10-14 01:28:29 +02:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 22:50:53 +00:00
.gitignore build: Replace jsonlint with eslint 2021-02-21 11:31:13 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:04:08 -07:00
.phpcs.xml Fix MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2022-04-20 22:55:21 +00:00
CODE_OF_CONDUCT.md build: Updating npm dependencies for security issues 2018-10-13 00:36:42 +00:00
COPYING Add COPYING and 'license-name' matching SPDX conventions 2015-02-02 01:29:43 +01:00
Gruntfile.js build: Replace jsonlint with eslint 2021-02-21 11:31:13 +01:00
README.md Update 'README.md' 2022-11-01 13:04:53 +00:00
WhosOnline.alias.php Add phpcs and make it pass 2020-02-09 23:05:45 +01:00
composer.json build: Updating dependencies 2022-05-21 17:41:26 +00:00
extension.json Fixed bugs 3, 4, 5, updated extension.json, and fixed i18n 2022-11-01 08:35:50 -04:00
package-lock.json build: Updating minimatch to 3.0.8 2022-12-04 23:36:08 +00:00
package.json build: Updating grunt to 1.5.3 2022-05-27 04:08:45 +00:00

README.md

mediawiki-extensions-WhosOnline-openwiki

This extension is a fork of WhosOnline, originally authored by Maciej Brencz. For the original repository, please see: https://gerrit.wikimedia.org/g/mediawiki/extensions/WhosOnline

This README only covers modifications made specifically for The OpenWiki Project. These modifications may or may not be relevant to other users, either of the OpenWiki stack design, or of MediaWiki in general. This fork is licensed to match the original, and any changes made may be reintegrated into the original, or otherwise forked, within the conditions of that license.

Changes

  • Added an inline mode, which recreates an output style of a popular extension fork, of (to us) unknown author. It's primarily useful for embedding the online list in other pages.
  • Fixed a bug where the special page would produce a DB lock error when the DB was locked
  • Added the mw-userlink class, and the title property for inline mode.