No description
  • PHP 81.1%
  • CSS 10.5%
  • JavaScript 8.4%
Find a file
vlw 425ffad65c feat: initial functional release (#1)
This PR contains the first functional release of this widget

Reviewed-on: #1
2026-08-05 13:58:21 +02:00
src feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
.env.example.ini feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
.gitignore feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
dashboard-widget-cluebotng.php feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
HTMLCluebotngEditElement.js feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
HTMLWidgetCluebotngElement.js feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
icon.png initial commit 2026-05-10 12:54:19 +02:00
LICENSE initial commit 2026-05-10 12:54:19 +02:00
README.md feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
style.css feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00
widget.json feat: initial functional release (#1) 2026-08-05 13:58:21 +02:00

preview

Example vandalism on Wikipedia, which can be strange and funny sometimes

dashboard-widget-cluebotng

The last edit by Wikipedia bot ClueBot NG. From the ClueBot NG user page on Wikipedia:

ClueBot NG is an anti-vandalism bot that tries to detect and revert vandalism quickly and automatically.

The vandalism can be quite funny sometimes, and this is a widget which lists them.

This widget periodically fetches the latest contributions from the Wikipedia API and renders the newest ClueBot NG edit diff. Recent contribution data and the rendered diff are cached in Dashboard widget storage between refreshes.

Configuration

Copy .env.example.ini to .env.ini and set refresh_interval to control how often the widget fetches new edits, in seconds.