# mediawiki-extensions-UnifiedTaskOverview **Repository Path**: mirrors_wikimedia/mediawiki-extensions-UnifiedTaskOverview ## Basic Information - **Project Name**: mediawiki-extensions-UnifiedTaskOverview - **Description**: Github mirror of "mediawiki/extensions/UnifiedTaskOverview" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnifiedTaskOverview ## Installation Execute composer require mediawiki/unified-task-overview ~1 within MediaWiki root or add `hallowelt/unifiedtaskoverview` to the `composer.json` file of your project ## Activation Add wfLoadExtension( 'UnifiedTaskOverview' ); to your `LocalSettings.php` or the appropriate `settings.d/` file.