[03:44:09] the docks say to use the tarball, but isn't updating with git a lot easier when a version change occurs? [03:44:40] im running a localhost wiki, as a test run to use on a server [12:23:43] Hello! I am using OOUI tabs in my mediawiki page. And I want to click on of the tabs using jquery. [12:23:48] This is an example of a button element [12:23:49] [12:24:30] I meant a tab element* [12:25:12] All I want is to trigger a click event programmatically so that the tab panel appears (like with a normal mouse click). [12:25:36] For some reason $('#ooui-php-10').click() doesn't work. Any ideas? [13:03:25] ckarageorgkaneen: assuming you have the TabSelectWidget object somewhere, you probably want to use tabSelect.selectItemByData(...) on it [13:04:12] ckarageorgkaneen: faking a click event like you tried probably doesn't work because OOUI handles left/right/middle mouse clicks differently, i guess you'd have to simulate that [13:07:24] Let me try it out. [13:18:15] Thanks, it worked. Meaning, the correcponsing tab panel appears. [13:18:54] However, I would also like the tab button to seem like it's been clicked with a mouse. [13:19:43] Meaning, I would like it colored like when it's clicked for real. selectItemByData() seems to only bring up the tab panel without styling the button appropriately. [13:27:30] Do you know an appropriate call for also highlighting the tab/button? [16:55:15] Does anyone know an extension or mechanism that'd let me mark a page as unpatrolled after $time? (we're using MW for tracking processes, so stale is more a threat than vandalism - but I'm hoping to re-use the patrol mechanism) [18:35:01] Shaun: None that I'm aware of. However, you could use a template, with a date parameter, and use parser functions to add the page to a category if the date is older than X days. You can manually change the date to tell the page is or isn't current [18:37:01] That has a small caveat, though. The category won't be populated automatically if the age triggers a category change, because the page must be reparsed for it to update the category... some bot or script would need to issue a linksupdate or null edit to reparse them [18:37:32] A dummy edit on the template would also trigger that [18:39:28] I think my fallback is just to have a Reviewed date in the article and have reviewers update it. Looking for articles older than $time should be a fairly easy API job. The less magic I have to maintain the better [18:47:00] Shaun: there's Special:AncientPages if you want to look for most ancient pages. However, if you edit it just to correct a typo or maintenance task but not to make the info updated, it will falsely mark it as updated while it is not [18:48:01] honestly, I think that's acceptable. the managers need to prove someone's looked at it in the last 12 months. bizarrely, they don't have to prove it's accurate [19:33:55] hi everyone [19:34:44] I'm trying to install citation tool (https://www.mediawiki.org/wiki/VisualEditor/Citation_tool) but I'm stuck at the "Importing citation templates" section, #2 and #3 especially: [19:34:47] Export citation templates from Wikipedia: Manual:Using_content_from_Wikipedia. Exporting w:Template:Cite web, w:Template:Cite news, w:Template:Cite journal, w:Template:Cite book is a good place to start. Recent versions of these templates at the English Wikipedia and some others also require the supporting Lua modules. [19:34:47] Upload your templates using the Special:Import page on your wiki (for example, http://localhost/index.php/Special:Import). [19:35:24] I don't understand these 2 steps, how to implement them