This reverts commit cb09a27cc2.
The class is not very useful as it is now, due to performance issues
(T169027#9342985). The Graph extension is not going to use iframes
(T334940#9537862) and that was the only concrete feature for this, so
making the class usable in practice is unlikely to get prioritized.
No point in leaving the code in its current halfway state.
Bug: T222807
Bug: T169027
Change-Id: Id1b5193975435b58aebc225528e30f04456d0c41
* Update the invisible label (screenreader-only) of the search field
to reflect the number of results when searching. Count each matched
preference as one result, not the number of matches in the text.
* Hide the tabs keyboard navigation hint when searching. The hint
isn't helpful because we hide the tabs themselves, and hiding
it allows the Tab key to jump directly to the first result.
* Also make Enter on the search field jump to the first result too.
This one is for me, I keep trying to do that :)
Change-Id: I7a0362308ab13b104925d9890be6b6ec8350f906
Added first time in 6b1f079e / r24432
Table cell merged with the dimension cell in 4bb299cb / r34948
Bug: T224429
Change-Id: I39aeb1d62a72d66251a9b4307680a98824bc8591
Switch out hardcoded   in i18n messages with using the
word-separator message instead. Follow-up of
Ie66b9b5fa9a58b37d9fcc818cc176dc2c0c710b5
Change-Id: Ie66740e69f6daa5d8583bd5ca570df3ba9626494
When an editing session is recovered but there's been subsequent editing
on the page, a message is shown to highlight this fact to the user.
This change is to modify this message based on the value of
$wgEditSubmitButtonLabelPublish (save vs publish).
This also fixes up the spacing between the sentences, so that the spaces
and emphasis are part of the messages rather than hardcoded in the
module.
Bug: T351435
Change-Id: Ie66b9b5fa9a58b37d9fcc818cc176dc2c0c710b5
Add a help message below the preference checkbox directing users
to the talk page of the project. This will be removed after the
project is completed.
Bug: T355548
Change-Id: I8b21b5758b1e5a5914599ddbc8b36dc6ee275a9b
Partial blocks may block editing particular pages and/or performing
certain actions. If both are specified in one block, the actions
are blocked sitewide, not just on the specified pages. Make this
clear in the help text on Special:Block.
Also update the help page link in ipb-sitewide-help to the relevant
section, to help clarify which actions are blocked.
Bug: T242541
Change-Id: If7d0f11dc121495e3e3e9ec4afe6a6fa15456f2c
- A pager allows to limit the result shown on the page
- A pager allows pagination if the list is very long
- Add timestamp, thumb and dimensions to provide more information
Bug: T335629
Change-Id: I30b6cbe11f116baad4f61a08876f18f5d042ac02
Updating name & email addresses for Brooke Vibber.
Re-ran updateCredits.php as well so there are some new entries in
there as well.
There are a couple of files in resources/libs that will have to
be changed upstream to keep tests happy, I will do patches
later. :D
Change-Id: I2f2e75d3fa42e8cf6de19a8fbb615bac28efcd54
The angle brackets were probably added to make sure
that the URL doesn't get mixed with other characters.
However, the CI suspects that the angle brackets are HTML
and requires a manual review of every translation update
that includes the translation of this message, such as
I5780dcfd4d958e6c239a9b0448bece511899f03e
(a translation of this message was added in vep.json).
This change moves the URL to a separate line, which
is supposed to be enough for isolation.
Bug: T355306
Change-Id: Ied4007a9c665a66fc7b523fee8ebb2256fdaf69d
This addresses two scenerios:
* the page is edited before the delete link is clicked and
* the page is edited while the deletion confirmation form is being shown
To address the first scenerio, the page's revision id is added to the delete link
and is checked to see if it differs from the revision id when the deletion confirmation form
is being generate in Article::confirmDelete, warning if neccessary.
To address the second scenerio, the page's revision id is a parameter in the delete link and in
the deletion confirmation form and is compared with the revision id of the page during deletion
in Article::delete to see if they differ. If they do, it indicates the page has been edited.
The user is then warned and the deletion confirmation form is displayed again
to reconfirm deletion. The message editedwhiledeleting was created as the warning message.
Bug: T8315
Co-Authored-by: 沈澄心 <dringsim@qq.com>
Change-Id: Ifc962130a1e2ef62b18384b13f6c0e8320819a79
Add a user preference to allow the user to enable or disable
EditRecovery.
Set the default as disabled.
Bug: T350653
Change-Id: Ibbb59eb84f1dd0b40f9576e048f2ac76044f9014