[14:43:27] Hi all, I recently upgraded from 1.39 to 1.43, and found the the Vector-2022 skins has changed, like the sticky header is gone, the sidebar CSS has changed (much bigger spacing), and some other minor changes - All of these make it look not as good as the older vector-2022 on 1.39, is there an easy to revert it back to the old vector-2022? I tried [14:43:27] to replace the Vector directory under skins with the old one but it run into error. [14:51:15] no way of reverting, no. there is some configuration you can do to tweak various aspects of the skin [15:38:38] Thanks moonmoon , so the only way would be to do adjust CSS in Common.css? [15:46:03] Guest68: that would be the easiest method probably [15:46:28] although if it's vector-specific, you probably want Vector.css instead of Common.css [15:47:52] Can I edit Vector.css from the UI directly? like Special:Common.css? [15:48:23] Sorry it is "mediawiki:common.css" [15:49:57] yes, a page named MediaWiki:Vector.css on your wiki [15:51:17] I see it, thank you! [16:02:07] moonmoon, Guest68: MediaWiki:Vector-2022.css, I expect? [16:02:20] I assume MediaWiki:Vector.css is specific to legacy vector [16:05:36] I think you are right, I found this page on wikipedia: https://en.wikipedia.org/wiki/MediaWiki:Vector-2022.css [16:14:12] Got a separate question , when saving a page, is there anyway to make the "Watch this page" checkbox unchecked by default? [16:17:00] that’s a user preference – you can change it in your Special:Preferences [16:17:07] or change the default for all users, see watchdefault in https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions [16:18:41] Thanks, let me check on that [16:20:05] Exactly what I am looking for! Thank you! [16:20:59] Lucas_WMDE: I thought Vector.css worked on both. didn't know 2022 had it's own separate one [16:21:01] thanks :) [16:21:45] moonmoon: I’m not sure, but I would expect it to only apply to legacy vector [16:22:41] https://www.mediawiki.org/wiki/Skin:Vector#$wgVectorShareUserScripts indicates it's configurable [16:24:20] not seeing it in skin.json anymore though so I think the wiki page might be outdated [16:26:38] ok yeah T365771 removed it [16:26:39] T365771: Remove code for sharing site/user scripts between Vector and Vector 2022 skins - https://phabricator.wikimedia.org/T365771 [16:26:41] * moonmoon updates the wiki page [20:00:43] Hi all, I noticed the "text" table in my database is now ~14GB, i dont have a lot of images or files, but do have frequent updates on some pages (manual and automated), so I guess it is the revisions taking up the spaces, what is the best way to clean up the old revisions (for e.g. older than 2 years or 1 year) to save some storage space? can I do [20:00:43] it through REST API? definitely dont want to manually delete them.. [20:02:07] the rest api won't do anything [20:02:26] ok... what are my choices? :) [20:03:13] There's the DeleteOldRevisions maintenance script [20:03:41] Or there's PurgeOldText [20:07:13] Let me check on that, thank you! [21:12:36] Got another question: I used to have the StructureDiscussion (also called Flow) extension installed but I later disabled it in LocalSettings.php, however it seems there is something left over, i.e. when I go to this page /wiki/User_talk:Ywsz, it gives me this error: Original exception: [54b26ba6a681a5323c0c1bb4] /wiki/User_talk:Ywsz [21:12:36] MWUnknownContentModelException: The content model 'flow-board' is not registered on this wiki. [21:12:37] See https://www.mediawiki.org/wiki/Content_handlers to find out which extensions handle this content model. All I want to do now is just delete this page "User_talk:Ywsz" so I can recreate it without StructureDiscussion involved, but not able to, because I can not open the page "User_talk:Ywsz" itself to delete it... [21:13:29] Enabling the extension again is the quickest way [21:14:21] ok. just tried that but running into another error, I can not remember what I did when configuring the extension years ago.. :(