Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Remove the "edit source" link from pages in the Jade namespace | mediawiki/extensions/Jade | master | +36 -1 |
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | kevinbazira | T247897 Address UI issues identified in user-testing | |||
Resolved | kevinbazira | T247453 Remove the "edit source" button from Jade pages. |
Event Timeline
Alternatively, we can change "edit source" to "view source". This happens on protected pages when an editor doesn't have sufficient writes to edit. E.g. try loading https://en.wikipedia.org/w/index.php?title=Main_Page&action=edit without a admin account. It says "view source" and doesn't let you save.
We could maybe do this by making all Jade pages require super advance rights (bureaucrat).
For now, I have removed the "edit source" link from Jade pages.
I will continue to look into the best way to protect Jade pages and show "view source" for all users but "edit" for bureaucrats.
Change 583982 had a related patch set uploaded (by Kevin Bazira; owner: Kevin Bazira):
[mediawiki/extensions/Jade@master] Remove the "edit source" link from pages in the Jade namespace
Change 583982 merged by jenkins-bot:
[mediawiki/extensions/Jade@master] Remove the "edit source" link from pages in the Jade namespace
I will continue to look into the best way to protect Jade pages and show "view source" for all users but "edit" for bureaucrats.
I don't think we need this given that we can hack the URL. So we can consider it done.