[03:54:33] so uh [03:54:35] i have a question [03:54:36] Hi johnjay, just ask! There is no need to ask if you can ask, if you already asked the question please wait for someone to respond [03:54:52] i just installed WAMP and mediawiki 1.34 on my win10 pc [03:54:59] everything works. except when i edit a page there's no toolbar [03:55:05] .... any ideas? [03:57:01] changing from Vector to Monobook didn't help. [04:19:51] Insteall extension:wikieditor, maybe. Or visualeditor. [04:20:10] Dunno if the latter runs on windows. [04:31:33] extension wikieditor [04:31:54] i mean it's in the file tree [04:32:01] but it doesn't run on windows you think? [04:32:09] C:\wamp64\www\mywiki\extensions\WikiEditor [04:48:50] aieeee [04:48:53] i got Error loading data from server: no_vrs: The VirtualRESTService for the document server is not defined; see https://www.mediawiki.org/wiki/Extension:VisualEditor. Would you like to retry? [04:48:57] better backtrack [07:58:15] I configured REST base API well but it return "Not Found" when testing its reliably [07:59:04] The page is exist in my wiki but it returned "NotFound", making VisualEditor behavior abnormal [07:59:19] Is there any solution? [14:38:21] Krinkle: can backports be merged then (re https://phabricator.wikimedia.org/T252236#6304546)? [14:40:23] https://phabricator.wikimedia.org/T257802#6304080 [14:40:44] paladox: ^ [14:42:12] Please tag CPT. [14:42:25] I've helped them with the deployment but have to move on with other work. [14:42:53] https://phabricator.wikimedia.org/T257802#6304563 [14:42:58] also tag the tasks so that they show up natively [14:44:15] ? [17:28:45] hey, I was looking for an authorship tracking extension, and found BlameMaps, which seems to have, erm, perished. Has there been any similar extensions since then? [17:30:09] I think most of that sort of thing has been imlemented as a third party tool/script etc [17:30:22] https://en.wikipedia.org/wiki/Wikipedia:WikiBlame [17:35:30] Hi, I have two questions: [17:37:56] * Reedy wonders how long the questions are [17:43:51] hrm, yeah, that looks kinda like what I'm looking for, but i'm trying to run it on a private media wiki with login. [17:44:49] what kind of third party tools would I use for that? [17:44:52] https://github.com/FlominatorTM/wikiblame [17:45:05] It's open source, so in theory, you can run your own [17:51:21] well, I guess I'll need to pass that info on to someone who actually knows PHP. Someone suggested that we add initials to things we've written to track authorship, which seems like an odd solution since there is a version history. [17:52:37] Was kinda hoping there was a slot in extension for getting the author of individual sections. [17:53:10] https://phabricator.wikimedia.org/T2639 [17:53:19] It's been a looooong requested feature, unfortunately [17:55:55] so it's kinda in the pile of features that should definitely be a thing, but inexplicably aren't. well, I'll pass on the wikiblame repository to see if someone more experienced with the system can make use of it. [17:56:14] also I notice that Krzysiek never asked his 2 questions [17:56:19] they must have been long indeed [17:56:34] well, they're not a thing because it's not an easy problem to solve [17:56:55] And certainly not easy with how text is stored etc as is [17:59:39] blamemaps looked kinda promising from a cursory look, what ended up happening to it? [18:18:05] https://www.mediawiki.org/wiki/User:Mshavlovsky/Authorship_Tracking that was the page i found initially [18:18:13] link to the paper is dead though [18:21:08] ah, found the DOI, it was published after all [18:21:20] https://dl.acm.org/doi/10.1145/2488388.2488419 [21:16:20] I've got a ResourceLoader / jQuery question. I'm trying to load a JSON data structure on this page, https://beta.familysearch.org/wiki/en/User:Freephile/common.js using mw.loader.load( 'wiki/en/index.php?title=MediaWiki:MapMenu.js&action=raw&ctype=text/javascript' ); to be used on https://beta.familysearch.org/wiki/en/User:Freephile/sandbox/Main_Page?debug=true but I get "jQuery.Deferred exception: menus is not defined [21:16:20] ReferenceError: menus is not defined [21:16:20] at showAllCountries" [21:17:43] I tried wrapping showAllCountries in document.ready but it still errors. [21:21:45] I read the docs for https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.loader-method-using and https://api.jquery.com/category/deferred-object/ but stuck trying to figure out what I'm doing wrong. [21:22:57] It all works fine if I just place the contents of MapMenu.js into common.js, but I'm trying to avoid excessive size of common.js since this prototype will go into MediaWiki:Common.js [21:37:50] looking more closely at the console, I guess the error is 'Exception in resolve:' [21:38:12] load.php?debug=true&lang=en&modules=startup&only=scripts&skin=vector:226 Error: Unknown dependency: wiki/en/index.php?title=MediaWiki:MapMenu.js&action=raw&ctype=text/javascript [22:55:51] freephile: your mw.loader.load URL should start with a / or a protocol I believe [22:55:56] otherwise it tries to use it as a RL module name [23:49:42] legoktm: thank you! I can't believe I missed that :/ [23:50:32] :) np [23:50:58] note to self *read the error message slowly, then read it again!* [23:59:00] I created my database and now ready to run the installation script with "php maintenance/install.php" but I get error "Could not open input file: maintenance/install.php