定制 professional-wiki/page-approvals 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

professional-wiki/page-approvals

最新稳定版本:2.1.1

Composer 安装命令:

composer require professional-wiki/page-approvals

包简介

Quality control for MediaWiki. Approve pages, assign approvers to categories, view your approval requests, and see the approval status of pages.

README 文档

README

GitHub Workflow Status Type Coverage Psalm level Latest Stable Version Download count

Quality control for your wiki. Mark pages as approved or request review from approvers. Read more in the Page Approvals documentation.

Table of Contents

Professional Wiki created this extension and provides MediaWiki Development, MediaWiki Hosting, and MediaWiki Consulting services.

Usage Documentation

See the Page Approvals usage documentation.

Image

Installation

Platform requirements:

  • PHP 8.1 or later (tested up to 8.3)
  • MediaWiki 1.39 or later (tested up to 1.43)

The recommended way to install the Page Approvals extension is with Composer and MediaWiki's built-in support for Composer.

On the command line, go to your wiki's root directory. Then run these two commands:

COMPOSER=composer.local.json composer require --no-update professional-wiki/page-approvals:~1.0
composer update professional-wiki/page-approvals --no-dev -o

Then enable the extension by adding the following to the bottom of your wikis LocalSettings.php file:

wfLoadExtension( 'PageApprovals' );

Run the update script, which will automatically create the necessary database tables that this extension needs.

You can verify the extension was enabled successfully by opening your wiki's Special:Version page.

PHP Configuration

Configuration can be changed via LocalSettings.php.

See the Page Approvals configuration reference.

Development

Run composer install in extensions/PageApprovals/ to make the code quality tools available.

Running Tests and CI Checks

You can use the Makefile by running make commands in the PageApprovals directory.

  • make ci: Run everything
  • make test: Run all tests
  • make phpunit --filter FooBar: run only PHPUnit tests with FooBar in their name
  • make phpcs: Run all style checks
  • make cs: Run all style checks and static analysis
  • make lint-docker: Run all JavaScript and CSS linting

Updating Baseline Files

Sometimes Psalm and PHPStan generate errors or warnings we do not wish to fix. These can be ignored by adding them to the respective baseline file. You can update these files with make stan-baseline and make psalm-baseline.

Inserting Test Data

INSERT INTO approver_config (ac_user_id, ac_categories)
VALUES (1, 'TestCat|TestCat2');

Release Notes

Version 2.1.1 - 2025-08-28

  • Fixed an issue that caused the incorrect automatic unapproval of pages when using extensions like DisplayTitle

Version 2.1.0 - 2025-08-06

  • Added Admin Links integration
  • Added ability to add intro text to the Special:ManageApprovers page via MediaWiki:Ext-pageapprovals-manage-intro

Version 2.0.0 - 2025-08-01

  • Raided the minimum MediaWiki version from 1.39 to 1.43
  • Added support for MediaWiki 1.44
  • Improved approval UI
    • More integrated look-and-feel for the approval badge and dropdown (by using Codex components)
    • Timestamp moved into the tooltip for cleaner presentation
    • Always show a fully up-to-date timestamp (by generating it via JavaScript)
  • Improved handling for the Vector 2022 skin

Version 1.0.0 - 2024-10-28

  • Approval UI on regular wiki pages that shows the approval status and allows approvers to change said status
  • API endpoints to approve and unapprove pages
  • Automatic unapproval of pages when their displayed content changes
  • Detection of changes to displayed content via embedded constructs such as templates or SMW queries
  • Approver management page and associated MediaWiki right (Special:ManageApprovers)
  • Personalized list of pending approvals (Special:PendingApprovals)
  • Compatibility with MediaWiki 1.39 up to 1.43-dev
  • Compatibility with PHP 8.1 up to 8.3

统计信息

  • 总下载量: 1.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2024-08-07