⚓ T300306 [subtask] successbox, errorbox and warningbox classes will no longer function in 1.39 release
Page Menu
Phabricator
Create Task
Maniphest
T300306
[subtask] successbox, errorbox and warningbox classes will no longer function in 1.39 release
Closed, Resolved
Public
Actions
Edit Task
Edit Related Tasks...
Create Subtask
Edit Parent Tasks
Edit Subtasks
Merge Duplicates In
Close As Duplicate
Edit Related Objects...
Edit Commits
Edit Mocks
Mute Notifications
Protect as security issue
Assigned To
Jdlrobson
Authored By
Jdlrobson
Jan 27 2022, 10:46 PM
2022-01-27 22:46:36 (UTC+0)
Tags
MediaWiki-Core-Skin-Architecture
(Deprecations and removals)
MediaWiki-Page-editing
(Backlog)
Structured-Data-Backlog
(Tracking)
MediaWiki-Logevents
(Backlog)
Platform Engineering
(Inbox)
Technical-Debt (Deprecation process)
(Untriaged)
Wikidata-Campsite
(Incoming)
Wikidata
(incoming)
[DEPRECATED] wdwb-tech
(Inbox)
MW-1.38-notes (1.38.0-wmf.22; 2022-02-14)
Multi-Content-Revisions
(Inbox)
CiteThisPage
(Backlog)
MinervaNeue
(Backlog)
MW-1.39-notes (1.39.0-wmf.5; 2022-03-28)
Referenced Files
None
Subscribers
abi_
Aklapper
Amorymeltzer
Daimona
Edtadros
Iniquity
Izno
View All 18 Subscribers
Description
NOTE:
Please create subtasks to manage works by your team. Your assistance is greatly appreciated.
These classes conflict with on wiki styles so will be replaced with new classes.
This impacts any code which is declaring the old class.
We need to update various instances of
To avoid breakage
Skins should ensure they are enabling the interface-message-box feature inside the module that is used in ResourceLoaderSkinModule or update their CSS selectors to include the new classes
Extensions overriding the styles should update their own styles and should consider using their own dedicated class selector to do this.
Extensions must call Html::noticeBox, Html::warningBox, Html::errorBox rather than directly specify the class
Before:
Html
::
rawElement
'div'
'class'
=>
'warningbox'
],
$ctx
->
msg
'confirmedit-preview-description'
)->
parse
()
After:
Html
::
warningBox
$ctx
->
msg
'confirmedit-preview-description'
)->
parse
()
In JavaScript, there is currently no API. You will need to hardcode the classes for now to use mw-message-box and mw-message-box-(warning|success|error) (see
for more context on why there is currently no JavaScript API)
Update any Output::wrapWikiMsg methods
Before:
$out
->
wrapWikiMsg
"


\n
$1
\n

\n
'missing-revision'
$this
->
oldid
);
After:
use
Html
$out
->
addHTML
Html
::
errorBox
$out
->
msg
'missing-revision'
$this
->
oldid
)->
parse
()
);
Before:
$this
->
getOutput
()->
wrapWikiTextAsInterface
'errorbox'
$wikitext
);
After:
$out
$this
->
getOutput
();
$out
->
addHTML
Html
::
errorBox
$out
->
parseAsContent
$wikitext
);
Details
Related Changes in Gerrit:
Subject
Repo
Branch
Lines +/-
CiteThisPage should use Html:errorBox
mediawiki/extensions/CiteThisPage
master
+6
-2
Hide success box on mobile options page
mediawiki/extensions/MobileFrontend
master
+5
-2
Remove errorbox class
mediawiki/core
master
+1
-1
Remove message box h2 style
mediawiki/skins/MinervaNeue
master
+0
-6
Message box headings should be block display
mediawiki/core
master
+2
-2
Update messagebox classes
mediawiki/extensions/MobileFrontend
master
+26
-20
Update Nearby error box classes
mediawiki/extensions/NearbyPages
master
+8
-8
The warningbox class is deprecated
mediawiki/skins/MinervaNeue
master
+11
-7
Exceptions should use the message box class
mediawiki/core
master
+10
-5
Customize query in gerrit
Related Objects
Search...
Task Graph
Mentions
Status
Subtype
Assigned
Task
Resolved
ovasileva
T299625
Bug: New language notice inconsistently styled across wikis
Resolved
Jdlrobson
T270796
Message boxes classes should carry `mw-`
Resolved
Jdlrobson
T300306
[subtask] successbox, errorbox and warningbox classes will no longer function in 1.39 release
Resolved
Stang
T300330
Fix uses of (error|success|warning|message)box in Translate
Resolved
Stang
T300332
Fix use of successbox in TranslationNotifications
Resolved
Nikerabbit
T300333
Fix uses of (error|success|warning|message)box in WikibaseStatementUpdater
Resolved
Nikerabbit
T300334
Fix uses of (error|success|warning|message)box in FileSystemImageServer
Resolved
Nikerabbit
T300331
Fix uses of (error|success|warning|message)box in Ainut
Resolved
WMDE-Fisch
T300342
Fix use of warningbox in TwoColConflict
Resolved
WMDE-Fisch
T300343
Fix uses of error- and warningbox in FileImporter
Resolved
Sgs
T300346
Fix uses of (error|success|warning|message)box in GrowthExperiments
Resolved
WMDE-Fisch
T300349
Fix use of errorbox in TemplateData
Resolved
Lucas_Werkmeister_WMDE
T300354
Fix use of errorbox in Wikibase (FederatedPropertiesError)
Resolved
Jdlrobson
T300356
Fix use of warningbox in Wikibase (error handling selenium test)
Resolved
Stang
T300358
Fix uses of (error|warning)box (MediaWiki core)
Resolved
matmarex
T301401
Update DiscussionTools for warningbox changes
Resolved
SimoneThisDot
T302781
[M] Fix uses of (error|success|warning|message)box in Upload Wizard
Resolved
Etonkovidova
T302782
[M] Edit Task: Fix uses of (error|success|warning|message)box in MachineVision
Resolved
Stang
T303685
Fix use of warningbox in GlobalBlocking
Resolved
Jdlrobson
T304241
Fix uses of errorbox in CheckUser
Resolved
Stang
T304248
Fix uses of (error|warning|success)box in CentralAuth
Resolved
Tacsipacsi
T304271
Fix uses of (error|warning)box in FlaggedRevs
Resolved
Samwalton9-WMF
T304270
Fix use of errorbox in SpamBlacklist
Resolved
Samwalton9-WMF
T304269
Fix use of errorbox in TitleBlacklist
Resolved
Jdlrobson
T304272
Fix use of warningbox in ConfirmEdit
Resolved
abi_
T304273
Fix use of warningbox in MassMessage
Declined
None
T304275
Fix use of errorbox in Scribunto
Resolved
Stang
T304277
Fix uses of (error|warning)box in TemplateSandbox
Resolved
Stang
T304243
Replace (error|warning|success)box in test cases of AbuseFilter
Resolved
Tacsipacsi
T304531
Score extension using deprecated errorbox class
Resolved
Tacsipacsi
T304602
Fix use of errorbox in Gadgets
Resolved
Tinss
T304760
Fix use of errorbox in SemanticACL
Resolved
Tacsipacsi
T304767
Fix uses of (error|warning)box in CirrusSearch
Resolved
Samwalton9-WMF
T304769
Fix uses of errorbox in CentralNotice
Resolved
Sgs
T304890
Fix uses of (error|success|warning|message)box in Flow
Mentioned In
T374499: Final update: Support for styling message boxes using old markup is being removed
T300314: [breaking, April 2022] Plan for eventual removal of styles for messagebox, successbox, errorbox and warningbox classes in mediawiki core
T304890: Fix uses of (error|success|warning|message)box in Flow
T304769: Fix uses of errorbox in CentralNotice
T304768: Update message box styles in Timeless to use mw-message-box-* classes
T304767: Fix uses of (error|warning)box in CirrusSearch
T304760: Fix use of errorbox in SemanticACL
T304602: Fix use of errorbox in Gadgets
T304277: Fix uses of (error|warning)box in TemplateSandbox
T304276: Fix use of successbox in CodeReview
T304275: Fix use of errorbox in Scribunto
T304274: Fix uses of (error|success)box in Renameuser
T304273: Fix use of warningbox in MassMessage
T304272: Fix use of warningbox in ConfirmEdit
T304271: Fix uses of (error|warning)box in FlaggedRevs
T304270: Fix use of errorbox in SpamBlacklist
T304269: Fix use of errorbox in TitleBlacklist
T304248: Fix uses of (error|warning|success)box in CentralAuth
T304243: Replace (error|warning|success)box in test cases of AbuseFilter
T304241: Fix uses of errorbox in CheckUser
T303685: Fix use of warningbox in GlobalBlocking
T302782: [M] Edit Task: Fix uses of (error|success|warning|message)box in MachineVision
T302781: [M] Fix uses of (error|success|warning|message)box in Upload Wizard
T301401: Update DiscussionTools for warningbox changes
T300349: Fix use of errorbox in TemplateData
T300346: Fix uses of (error|success|warning|message)box in GrowthExperiments
T300343: Fix uses of error- and warningbox in FileImporter
T300342: Fix use of warningbox in TwoColConflict
T300334: Fix uses of (error|success|warning|message)box in FileSystemImageServer
T300333: Fix uses of (error|success|warning|message)box in WikibaseStatementUpdater
T300332: Fix use of successbox in TranslationNotifications
T300331: Fix uses of (error|success|warning|message)box in Ainut
T300330: Fix uses of (error|success|warning|message)box in Translate
Mentioned Here
T270796: Message boxes classes should carry `mw-`
T299625: Bug: New language notice inconsistently styled across wikis
T300314: [breaking, April 2022] Plan for eventual removal of styles for messagebox, successbox, errorbox and warningbox classes in mediawiki core
Event Timeline
There are a very large number of changes, so older changes are hidden.
Show Older Changes
Stang
mentioned this in
T304270: Fix use of errorbox in SpamBlacklist
Mar 20 2022, 11:44 PM
2022-03-20 23:44:22 (UTC+0)
Stang
mentioned this in
T304271: Fix uses of (error|warning)box in FlaggedRevs
Stang
added a subtask:
T304271: Fix uses of (error|warning)box in FlaggedRevs
Stang
added a subtask:
T304270: Fix use of errorbox in SpamBlacklist
Stang
added a subtask:
T304269: Fix use of errorbox in TitleBlacklist
Stang
mentioned this in
T304272: Fix use of warningbox in ConfirmEdit
Mar 20 2022, 11:52 PM
2022-03-20 23:52:09 (UTC+0)
Stang
added a subtask:
T304272: Fix use of warningbox in ConfirmEdit
Stang
mentioned this in
T304273: Fix use of warningbox in MassMessage
Mar 20 2022, 11:56 PM
2022-03-20 23:56:00 (UTC+0)
Stang
added a subtask:
T304273: Fix use of warningbox in MassMessage
Tacsipacsi
removed projects:
TranslationNotifications
TitleBlacklist
SpamBlacklist
CheckUser
UploadWizard
MassMessage
MachineVision
FlaggedRevs
GlobalBlocking
ConfirmEdit (CAPTCHA extension)
MediaWiki-extensions-CentralAuth
Mar 20 2022, 11:57 PM
2022-03-20 23:57:40 (UTC+0)
Comment Actions
Removing projects that have dedicated subtasks.
Stang
mentioned this in
T304274: Fix uses of (error|success)box in Renameuser
Mar 20 2022, 11:59 PM
2022-03-20 23:59:06 (UTC+0)
Stang
added a subtask:
T304274: Fix uses of (error|success)box in Renameuser
Stang
mentioned this in
T304275: Fix use of errorbox in Scribunto
Mar 21 2022, 12:02 AM
2022-03-21 00:02:59 (UTC+0)
Stang
mentioned this in
T304276: Fix use of successbox in CodeReview
Mar 21 2022, 12:05 AM
2022-03-21 00:05:21 (UTC+0)
Stang
mentioned this in
T304277: Fix uses of (error|warning)box in TemplateSandbox
Mar 21 2022, 12:07 AM
2022-03-21 00:07:47 (UTC+0)
Stang
removed projects:
Scribunto
MediaWiki-User-rename
MediaWiki-extensions-CodeReview
AbuseFilter
MediaWiki-extensions-TemplateSandbox
Stang
subscribed.
Mar 21 2022, 12:10 AM
2022-03-21 00:10:20 (UTC+0)
Comment Actions
Same reason as Tacsipacsi.
Stang
added a subtask:
T304275: Fix use of errorbox in Scribunto
Mar 21 2022, 12:11 AM
2022-03-21 00:11:13 (UTC+0)
Stang
added a subtask:
T304276: Fix use of successbox in CodeReview
Stang
added a subtask:
T304277: Fix uses of (error|warning)box in TemplateSandbox
Stang
added a subtask:
T304243: Replace (error|warning|success)box in test cases of AbuseFilter
Tacsipacsi
changed the status of subtask
T304271: Fix uses of (error|warning)box in FlaggedRevs
from
Open
to
In Progress
Mar 21 2022, 12:44 AM
2022-03-21 00:44:22 (UTC+0)
Daimona
closed subtask
T304243: Replace (error|warning|success)box in test cases of AbuseFilter
as
Resolved
Mar 21 2022, 12:13 PM
2022-03-21 12:13:56 (UTC+0)
gerritbot
added a comment.
Mar 21 2022, 9:34 PM
2022-03-21 21:34:42 (UTC+0)
Comment Actions
Change 770584
merged
by jenkins-bot:
[mediawiki/extensions/MobileFrontend@master] Hide success box on mobile options page
ReleaseTaggerBot
added a project:
MW-1.39-notes (1.39.0-wmf.3; 2022-03-22)
Mar 21 2022, 10:00 PM
2022-03-21 22:00:39 (UTC+0)
Tacsipacsi
closed subtask
T304271: Fix uses of (error|warning)box in FlaggedRevs
as
Resolved
Mar 21 2022, 10:09 PM
2022-03-21 22:09:48 (UTC+0)
Esanders
unsubscribed.
Mar 21 2022, 10:59 PM
2022-03-21 22:59:31 (UTC+0)
abi_
subscribed.
Edited
Mar 22 2022, 6:11 AM
2022-03-22 06:11:07 (UTC+0)
Comment Actions
Quoting from the task description:
In JavaScript, extensions should use the new mw.util.messageBox function (see
Reviewing the comments on the patch, I think it was decided to use the classes directly. They are:
mw-message-box-error
mw-message-box-notice
mw-message-box-warning
mw-message-box-success
Additionally the class:
mw-message-box
should always be added.
If this is correct, can we update the patch description?
Jdlrobson
updated the task description.
(Show Details)
Mar 22 2022, 3:28 PM
2022-03-22 15:28:27 (UTC+0)
Volker_E
added a comment.
Mar 22 2022, 4:26 PM
2022-03-22 16:26:44 (UTC+0)
Comment Actions
In
T300306#7795390
@abi_
wrote:
Quoting from the task description:
If this is correct, can we update the patch description?
That's correct, thanks for pointing out!
Lucas_Werkmeister_WMDE
closed subtask
T300356: Fix use of warningbox in Wikibase (error handling selenium test)
as
Resolved
Mar 22 2022, 5:22 PM
2022-03-22 17:22:38 (UTC+0)
SimoneThisDot
changed the status of subtask
T302781: [M] Fix uses of (error|success|warning|message)box in Upload Wizard
from
Open
to
In Progress
Mar 23 2022, 9:22 AM
2022-03-23 09:22:22 (UTC+0)
SimoneThisDot
changed the status of subtask
T302782: [M] Edit Task: Fix uses of (error|success|warning|message)box in MachineVision
from
Open
to
In Progress
Stang
closed subtask
T300332: Fix use of successbox in TranslationNotifications
as
Resolved
Mar 23 2022, 1:55 PM
2022-03-23 13:55:14 (UTC+0)
abi_
changed the status of subtask
T304273: Fix use of warningbox in MassMessage
from
Open
to
In Progress
Mar 23 2022, 4:44 PM
2022-03-23 16:44:48 (UTC+0)
gerritbot
added a comment.
Mar 23 2022, 11:45 PM
2022-03-23 23:45:39 (UTC+0)
Comment Actions
Change 773365 had a related patch set uploaded (by Jdlrobson; author: Jdlrobson):
[mediawiki/extensions/CiteThisPage@master] CiteThisPage should use Html:errorBox
gerritbot
added a comment.
Mar 24 2022, 11:04 AM
2022-03-24 11:04:06 (UTC+0)
Comment Actions
Change 773365
merged
by jenkins-bot:
[mediawiki/extensions/CiteThisPage@master] CiteThisPage should use Html:errorBox
ReleaseTaggerBot
edited projects, added
MW-1.39-notes (1.39.0-wmf.5; 2022-03-28)
; removed
MW-1.39-notes (1.39.0-wmf.3; 2022-03-22)
Mar 24 2022, 12:00 PM
2022-03-24 12:00:23 (UTC+0)
Tacsipacsi
added a subtask:
T304531: Score extension using deprecated errorbox class
Mar 24 2022, 12:04 PM
2022-03-24 12:04:20 (UTC+0)
Tacsipacsi
removed a project:
MediaWiki-extensions-Score
Tacsipacsi
mentioned this in
T304602: Fix use of errorbox in Gadgets
Mar 24 2022, 2:20 PM
2022-03-24 14:20:37 (UTC+0)
Tacsipacsi
removed a project:
MediaWiki-extensions-Gadgets
Tacsipacsi
changed the status of subtask
T304531: Score extension using deprecated errorbox class
from
Open
to
In Progress
Mar 24 2022, 3:16 PM
2022-03-24 15:16:05 (UTC+0)
Tacsipacsi
changed the status of subtask
T304602: Fix use of errorbox in Gadgets
from
Open
to
In Progress
Jdlrobson
closed subtask
T304275: Fix use of errorbox in Scribunto
as
Declined
Mar 24 2022, 3:42 PM
2022-03-24 15:42:38 (UTC+0)
Jdlrobson
closed subtask
T304602: Fix use of errorbox in Gadgets
as
Resolved
Mar 24 2022, 4:39 PM
2022-03-24 16:39:48 (UTC+0)
Tacsipacsi
removed projects:
MediaWiki-extensions-SecureLinkFixer
Patch-For-Review
Mar 24 2022, 6:05 PM
2022-03-24 18:05:32 (UTC+0)
Comment Actions
The only result for
(error|warning|success|message)box
in
MediaWiki-extensions-SecureLinkFixer
is
rESLF domains.php:107052 (at 8dc17b5cfbb4)
, an unrelated domain name. All Gerrit changes directly linked to this task have been merged (and I hope future ones will be linked to subtasks to make handling tasks statuses and assignees easier to handle).
Jdlrobson
closed subtask
T304270: Fix use of errorbox in SpamBlacklist
as
Resolved
Mar 25 2022, 3:42 PM
2022-03-25 15:42:55 (UTC+0)
Stang
closed subtask
T300330: Fix uses of (error|success|warning|message)box in Translate
as
Resolved
Mar 25 2022, 6:58 PM
2022-03-25 18:58:50 (UTC+0)
Tacsipacsi
mentioned this in
T304760: Fix use of errorbox in SemanticACL
Mar 26 2022, 12:33 PM
2022-03-26 12:33:56 (UTC+0)
Tacsipacsi
mentioned this in
T304767: Fix uses of (error|warning)box in CirrusSearch
Mar 26 2022, 5:12 PM
2022-03-26 17:12:42 (UTC+0)
Tacsipacsi
mentioned this in
T304768: Update message box styles in Timeless to use mw-message-box-* classes
Tacsipacsi
mentioned this in
T304769: Fix uses of errorbox in CentralNotice
Tacsipacsi
removed projects:
MediaWiki-extensions-CentralNotice
Timeless
CirrusSearch
matmarex
closed subtask
T304531: Score extension using deprecated errorbox class
as
Resolved
Mar 27 2022, 6:34 PM
2022-03-27 18:34:56 (UTC+0)
matmarex
closed subtask
T304272: Fix use of warningbox in ConfirmEdit
as
Resolved
Mar 27 2022, 7:17 PM
2022-03-27 19:17:02 (UTC+0)
matmarex
closed subtask
T304277: Fix uses of (error|warning)box in TemplateSandbox
as
Resolved
Mar 27 2022, 7:23 PM
2022-03-27 19:23:08 (UTC+0)
matmarex
closed subtask
T304269: Fix use of errorbox in TitleBlacklist
as
Resolved
Mar 27 2022, 7:41 PM
2022-03-27 19:41:09 (UTC+0)
Nikerabbit
reopened subtask
T300330: Fix uses of (error|success|warning|message)box in Translate
as
Open
Mar 28 2022, 9:28 AM
2022-03-28 09:28:44 (UTC+0)
Sgs
changed the status of subtask
T300346: Fix uses of (error|success|warning|message)box in GrowthExperiments
from
Open
to
In Progress
Mar 28 2022, 10:24 AM
2022-03-28 10:24:31 (UTC+0)
Jdlrobson
closed subtask
T300358: Fix uses of (error|warning)box (MediaWiki core)
as
Resolved
Mar 28 2022, 3:14 PM
2022-03-28 15:14:51 (UTC+0)
Jdlrobson
removed a subtask:
T304768: Update message box styles in Timeless to use mw-message-box-* classes
Mar 28 2022, 3:28 PM
2022-03-28 15:28:25 (UTC+0)
Jdlrobson
updated the task description.
(Show Details)
Mar 28 2022, 3:38 PM
2022-03-28 15:38:19 (UTC+0)
Nikerabbit
reopened subtask
T300332: Fix use of successbox in TranslationNotifications
as
Open
Mar 28 2022, 4:55 PM
2022-03-28 16:55:25 (UTC+0)
kostajh
mentioned this in
T304890: Fix uses of (error|success|warning|message)box in Flow
Mar 28 2022, 7:23 PM
2022-03-28 19:23:31 (UTC+0)
Jdlrobson
removed a subtask:
T304274: Fix uses of (error|success)box in Renameuser
Mar 28 2022, 11:11 PM
2022-03-28 23:11:52 (UTC+0)
Jdlrobson
removed a subtask:
T304276: Fix use of successbox in CodeReview
Etonkovidova
closed subtask
T302781: [M] Fix uses of (error|success|warning|message)box in Upload Wizard
as
Resolved
Mar 30 2022, 11:34 PM
2022-03-30 23:34:10 (UTC+0)
Etonkovidova
closed subtask
T302782: [M] Edit Task: Fix uses of (error|success|warning|message)box in MachineVision
as
Resolved
Mar 30 2022, 11:36 PM
2022-03-30 23:36:39 (UTC+0)
abi_
closed subtask
T304273: Fix use of warningbox in MassMessage
as
Resolved
Mar 31 2022, 4:52 AM
2022-03-31 04:52:06 (UTC+0)
Sgs
changed the status of subtask
T304890: Fix uses of (error|success|warning|message)box in Flow
from
Open
to
In Progress
Mar 31 2022, 12:30 PM
2022-03-31 12:30:38 (UTC+0)
Jdlrobson
closed subtask
T304241: Fix uses of errorbox in CheckUser
as
Resolved
Mar 31 2022, 6:13 PM
2022-03-31 18:13:42 (UTC+0)
Jdlrobson
closed subtask
T304248: Fix uses of (error|warning|success)box in CentralAuth
as
Resolved
Apr 4 2022, 8:47 PM
2022-04-04 20:47:19 (UTC+0)
Tacsipacsi
changed the status of subtask
T304767: Fix uses of (error|warning)box in CirrusSearch
from
Open
to
In Progress
Apr 4 2022, 11:19 PM
2022-04-04 23:19:17 (UTC+0)
Tacsipacsi
updated the task description.
(Show Details)
Apr 4 2022, 11:26 PM
2022-04-04 23:26:28 (UTC+0)
Jdlrobson
closed this task as
Resolved
Apr 4 2022, 11:39 PM
2022-04-04 23:39:38 (UTC+0)
Jdlrobson
claimed this task.
Comment Actions
Closing subtask since most of the work is now done, and where it isn't subtasks have been opened.
Nikerabbit
closed subtask
T300332: Fix use of successbox in TranslationNotifications
as
Resolved
Apr 5 2022, 7:47 AM
2022-04-05 07:47:45 (UTC+0)
Tacsipacsi
closed subtask
T304767: Fix uses of (error|warning)box in CirrusSearch
as
Resolved
Apr 5 2022, 12:07 PM
2022-04-05 12:07:51 (UTC+0)
Etonkovidova
closed subtask
T300346: Fix uses of (error|success|warning|message)box in GrowthExperiments
as
Resolved
Apr 5 2022, 11:49 PM
2022-04-05 23:49:18 (UTC+0)
Etonkovidova
closed subtask
T304890: Fix uses of (error|success|warning|message)box in Flow
as
Resolved
Stang
unsubscribed.
Apr 10 2022, 11:17 PM
2022-04-10 23:17:56 (UTC+0)
Samwalton9-WMF
closed subtask
T304769: Fix uses of errorbox in CentralNotice
as
Resolved
Apr 19 2022, 8:15 AM
2022-04-19 08:15:59 (UTC+0)
abi_
closed subtask
T300330: Fix uses of (error|success|warning|message)box in Translate
as
Resolved
May 9 2022, 6:09 AM
2022-05-09 06:09:57 (UTC+0)
Lucas_Werkmeister_WMDE
closed subtask
T300354: Fix use of errorbox in Wikibase (FederatedPropertiesError)
as
Resolved
May 23 2022, 10:29 AM
2022-05-23 10:29:08 (UTC+0)
Volker_E
awarded a token.
May 23 2022, 3:15 PM
2022-05-23 15:15:25 (UTC+0)
Aklapper
mentioned this in
T300314: [breaking, April 2022] Plan for eventual removal of styles for messagebox, successbox, errorbox and warningbox classes in mediawiki core
Aug 3 2022, 8:40 AM
2022-08-03 08:40:05 (UTC+0)
Nikerabbit
closed subtask
T300331: Fix uses of (error|success|warning|message)box in Ainut
as
Resolved
Oct 28 2023, 10:06 AM
2023-10-28 10:06:33 (UTC+0)
Nikerabbit
closed subtask
T300334: Fix uses of (error|success|warning|message)box in FileSystemImageServer
as
Resolved
Feb 23 2024, 3:54 PM
2024-02-23 15:54:25 (UTC+0)
Nikerabbit
closed subtask
T300333: Fix uses of (error|success|warning|message)box in WikibaseStatementUpdater
as
Resolved
Mar 10 2024, 6:25 PM
2024-03-10 18:25:41 (UTC+0)
Tinss
closed subtask
T304760: Fix use of errorbox in SemanticACL
as
Resolved
Aug 23 2024, 4:49 AM
2024-08-23 04:49:52 (UTC+0)
Tacsipacsi
reopened subtask
T304760: Fix use of errorbox in SemanticACL
as
Open
Aug 23 2024, 7:29 AM
2024-08-23 07:29:32 (UTC+0)
Jdlrobson
mentioned this in
T374499: Final update: Support for styling message boxes using old markup is being removed
Sep 16 2024, 4:17 PM
2024-09-16 16:17:44 (UTC+0)
Tinss
closed subtask
T304760: Fix use of errorbox in SemanticACL
as
Resolved
Wed, Apr 15, 7:27 AM
2026-04-15 07:27:08 (UTC+0)
Log In to Comment
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct.
Wikimedia Foundation
Code of Conduct
Disclaimer
CC-BY-SA
GPL
Credits