When a new schema is created, it should end up on Special:RecentChanges.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add translatable messages for Schema changes | mediawiki/extensions/WikibaseSchema | master | +42 -10 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Lydia_Pintscher | T212564 create Schema entity | |||
Resolved | None | T213724 Add schema creations to recent changes | |||
Resolved | Michael | T214917 Investigate how to add translatable edit comment for creating a schema | |||
Declined | None | T215296 Extract AutoCommentFormatter and SummaryFormatter into a new Library | |||
Invalid | None | T215297 Use MultiLingualComments Library to implement translatable comments | |||
Stalled | None | T215637 Implement translatable edit summaries / multilingual comments using comment_data |
Event Timeline
It shows up there now but with edit summary "abc". It should follow the default edit summary for creating a new Item and say "Created a new Schema: $label".
To clarify: the message should be translatable, as in Wikibase. We might want to extract Wikibase’s code for this into a library. The $label part is not translated or updated, it reflects the state of the schema as of this revision.
We’ll investigate how to implement this and then estimate it once we know what we want to do.
Change 490076 had a related patch set uploaded (by Michael Große; owner: Michael Große):
[mediawiki/extensions/WikibaseSchema@master] Add translatable messages for Schema changes
Change 490076 merged by jenkins-bot:
[mediawiki/extensions/WikibaseSchema@master] Add translatable messages for Schema changes
Recent changes / summary part itself is more or less done, pending changes to Core for the multilingual bits.