|
MediaWiki master
|
Tagging for revisions, log entries, or recent changes. More...
Classes | |
| class | MediaWiki\ChangeTags\ChangeTags |
| Recent changes tagging. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsLogItem |
| Item class for a logging table row with its associated change tags. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsLogList |
| Store a list of taggable log entries. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsRevisionItem |
| Item class for a live revision table row with its associated change tags. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsRevisionList |
| Store a list of taggable revisions. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsStore |
| Read-write access to the change_tags table. More... | |
| class | MediaWiki\ChangeTags\ChangeTagsStoreFactory |
| A factory for ChangeTagsStore instances. More... | |
| interface | MediaWiki\ChangeTags\Taggable |
| Interface that defines how to tag objects. More... | |
Tagging for revisions, log entries, or recent changes.
These can be built-in tags from MediaWiki core, or applied by extensions via edit filters (e.g. AbuseFilter), or applied by extensions via hooks (e.g. onRecentChange_save), or manually by authorized users via the SpecialEditTags interface.