MediaWiki master
|
Tagging for revisions, log entries, or recent changes. More...
Classes | |
class | ChangeTags |
Recent changes tagging. More... | |
class | ChangeTagsLogItem |
Item class for a logging table row with its associated change tags. More... | |
class | ChangeTagsLogList |
Store a list of taggable log entries. More... | |
class | ChangeTagsRevisionItem |
Item class for a live revision table row with its associated change tags. More... | |
class | ChangeTagsRevisionList |
Store a list of taggable revisions. More... | |
class | MediaWiki\ChangeTags\ChangeTagsStore |
Read-write access to the change_tags table. 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.