[03:38:53] so [03:39:14] from what i understand, some html and all javascript is disabled in addWikiText [03:43:27] but cant i (or anyone) just bypass it [03:43:32] by using addhtml [04:00:14] also, how do I load scripts on a page only conditionally [04:00:53] so, like, check if the ifstatement is true, load these scripts [04:49:21] Harri: have you read through https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader ? [05:11:49] I will post a video of a series of lectures on the Hereafter on what happens to us after this life, I know you're all busy with your works and this might be irrelevant to your interests but this is extremely important. Please pause whatever is you're doing and put it on hold as death is a reality which none of us can escape, https://www.youtube.com/watch?v=J6POzsLaKP4&list=PLyIDfFGMr [05:11:49] svtUiDND0bzdKagGyejGWYJU [05:18:46] apparently there is an infinite being that wants to reveal itself via youtube and IRC spam. [05:42:43] zomg [05:42:59] even 'god's are technology suave now [05:43:37] "Jesus is Coming!" ..March 30th 7:30pm ..ONLY ON NETFLIX. [05:59:47] :) [06:03:08] [[Tech]]; 41.138.78.19; [none]; https://meta.wikimedia.org/w/index.php?diff=15458690&oldid=15452983&rcid=7544115 [08:41:25] Why can't I edit this? https://phabricator.wikimedia.org/project/manage/427/#2501 [08:44:44] why would you? [08:45:42] a literal answer is "because you're not a member of #security" [08:52:01] Yes, hence my link to the change which made it so :) [08:52:32] AFAICS #Security people are not taking care of keeping the project descriptions etc. working [12:12:20] Hello. On en.wikipedia (which is huge), what's the easiest way to search for external links with urls under a certain site? I'd like this for cases when I suspect there's lots of links to a website, but its url has changed and the old url doesn't redirect anymore, eg. http://www.research.att.com/~njas/sequences/ -> http://oeis.org/ [12:12:53] I hope there's a way to ask the server for this directly, without having to download the links list from all pages. [12:14:13] Currently I'm looking for links under http://homepage.mac.com/jhjenkins/Asimov/ which should be replaced by links under http://www.asimovreviews.net/ [12:15:50] I want search only in the most recent revisions of pages. [12:16:40] b_jonas: https://en.wikipedia.org/wiki/Special:LinkSearch [12:17:03] Glaisher: thanks, I'll try that [12:17:24] ah yes, just as I suspected, there are links to it [12:17:29] thank you [12:17:55] Found 18, I'll fix them [12:21:52] (18 links, but fewer pages, because some have more than one links) [12:23:38] (and many of them are archived discussions I won't change) [12:23:46] legotkm: yes i read it. Problem is, i dont want to run this script on every instance of filepage. And even if i did, when adding the scripts to Resources.php, they didnt load, looking at the source on page [12:33:16] Argh, at least one such link has already replaced by a web archive (wayback) link. I found https://en.wikipedia.org/w/index.php?title=Wronger_than_wrong&diff=prev&oldid=543729235 because it still has a broken link to the original page too, but I won't be able to find pages that link only to the wayback. [12:34:05] Is there a way I can find wayback links like http://web.archive.org/web/20030829062553/http://homepage.mac.com/jhjenkins/Asimov/Books/Book378.html where the http://homepage.mac.com/jhjenkins/Asimov/ part matters but the timestamp doesn't? [13:00:54] b_jonas: look at http://web.archive.org/web/*/http://homepage.mac.com/jhjenkins/Asimov/Books/Book378.html ? [13:02:51] Platonides: it's not just that one page, it's all pages under http://homepage.mac.com/jhjenkins/Asimov/ which is at least 500 pages possible [13:22:17] b_jonas: no, patterns can only be at the end or beginning [13:23:52] Nemo_bis: so basically the only way to search for this is in a full dump or querying the link list of all millions of pages with the api? [13:24:09] Or perhaps asking someone who has a full dump ready to search [13:24:56] b_jonas: an externallinks query on http://quarry.wmflabs.org/ is rather easy [13:26:54] Nemo_bis: interesting, I don't know what that tool is [13:28:41] Thank you for the suggestion [13:28:49] Nemo_bis: the patter can only be at the beginning, if you want to use indexes [13:28:54] else, you could put a % anywhere [13:29:15] Platonides: the indexes _still_ help to find all links starting with http://web.archive.org/web/ [13:29:52] and the sql engine will know that [13:32:02] Platonides: Special:LinkSearch allows putting a % anywhere? :O [13:32:13] Nemo_bis: no [13:32:19] I was refering to a sql search [13:32:26] Ah ok, I was stunned [13:32:59] I don't think it even allows you to put a wildcard at the begining [13:35:21] acording to Special:LinkSearch, http://www.research.att.com/~njas/sequences/ has lots of links though [13:44:07] possibly none from article space though. probably someone has fixed those alreacdy. [13:44:28] there's at least one remaining [15:23:41] so, would it be wise to create an extension (containing one php file, the model viewer) and call it in imagepage.php when conditions are met, or would it be easier to do the sme thing by working in the core? [16:09:47] I'm having "Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found." appear in the following Meta page: [16:09:51] https://meta.wikimedia.org/wiki/OpenMeetings.org [16:10:20] I haven't edited the page in over a year; citations used to appear properly [16:10:28] any guidance on what I can do to fix this? [16:17:40] GChriss: Null editing removed that error because it's not called in the current revision of the citation module [16:17:51] But now there's some other errors [16:21:32] null editing? [16:22:41] so commit a null edit to fix? [16:23:40] ok, that helps considerably as the citations are now readable [16:23:41] thx [16:24:08] Yes, doing a null edit cleared the cache so it uses the current revision of the module [16:33:32] /c