[00:04:59] biberao: re: TemplateStyles, just make sure you are using the most recent version [00:05:28] tgr: i am and welcome back [00:06:12] as in, from git master [00:06:50] https://github.com/wikimedia/mediawiki-extensions-TemplateStyles/commit/17756c44b29d1711e47bccda564268f550a288e0 is pretty recent [00:07:06] like [00:07:11] im using for 1.31.1 [00:08:04] 1.31 was released a year ago [00:08:23] support for .body hoisting was added three months ago [00:09:01] can i do .skin-minerva .div something [00:09:09] or .element [00:09:20] or .skin-minerva .element [00:09:40] IIRC it needs to be prefixed with body or html [00:10:00] or you can override the hoistableComponentMatcher setting [00:10:13] how? [00:10:40] see the example from the patch above [00:10:56] not really worth the effort though, the default should work fine for you [00:11:13] and the current master version works with 1.31 (you can check in extension.json) [00:31:23] hi, im trying to query something with cargo extension, im getting the _pageID with comma and need that as number, what is the best way to cast it? [00:48:38] tgr: im sorry [00:48:41] laptop crashed [00:49:09] will it work by issuing html.* or body.* [00:49:10] ? [00:50:03] i tried nothing happens [00:52:27] niso: cargo is scary [00:52:28] :D [00:53:03] its also awesome ^_^ [00:53:28] ya [01:37:17] biberao: well, it works on Wikipedia, so the problem has to be somewhere in your setup :) [01:42:40] well the .div is inside body for sure [01:47:32] thx [07:36:48] Hello :) [07:37:09] Maybe someone here can answer me a question about the Maps extension of mediawiki [07:38:04] I have a MyMaps map, for example https://www.google.com/maps/d/embed?mid=1OVDo2UhsRhXKfpNc1TD0K3UCGbM that i would like to use with the Maps extension. The extension uses the googlemaps API but can i include a MyMaps map somehow? [09:40:56] Hello, my media wiki crashed, I try to reinstall, but I get a "504 Gateway Time-out" when I try to connect the database [12:40:12] giby: Does the database work? Maybe it was the database that crashed. That 504 may also mean your web server has stopped. [12:41:06] tale, I can access it with Php my admin… I restored last week db, but I still cannot access it [12:41:21] giby: What about web server, then? [12:42:17] it is OVH… looks working, and my galette and OJS DB are working well [12:43:08] giby: What kind of setup do you have? Do you use a gateway or proxy in front of your web server? [12:43:45] I uploaded with FTP, then use online setup [12:44:44] tale: I use a hosting provider … I'm not sure of the gateway, proxy stuff [12:45:25] giby: Then ask your hosting provider why you get "504 Gateway Time-out". [12:45:42] tale Ok… [13:01:34] hi anyone knows how the test wraps on mobile mode minerva skin [13:01:39] after the toc [13:01:44] ? [15:26:18] hi, i had page named "a", ive deleted it and reupload new content for this page. there is a way to see the old content before the deletion? i cant find this in the latest revisions of the page [15:30:20] fount it in "watch and restore deleted page" special page (search at the deletion events) ty [17:09:23] I just figured out why one of our wikis keeps losing files. The MovePage class moves the file first, attempts to move the page, but if the page move throws an exception it never moves the file back. [17:37:35] Azxiana: This is on a recent MediaWiki version? [17:37:55] Vulpix: MW 1.31. I am testing a patch to fix the issue right now. [17:38:50] I don't know why they took this approach. Database transactions can be rolled back safely. File operations can't [17:39:37] I moved the file move code block down and just added a cancelAtomic(). [17:41:31] Success! The transaction fails and the file is never moved. :D [17:42:02] Now I just need to fake a good transaction with a file system error. [17:59:57] https://phabricator.wikimedia.org/T153565 [18:04:57] Nice. :D My fix "works", but in the case of DB success, bad file move, there is code further down the line that does not respect that failure thus throwing more errors. [18:34:26] Vulpix: https://phabricator.wikimedia.org/T211442 [18:36:54] subscribed :)