[01:21:34] hello [01:21:49] me: hi [01:22:04] Hello I think I've gone mad again lol [01:22:31] apparently you used a nick protected by its owner [01:22:47] oh fair enough [01:23:10] is my phone going to explode [01:23:33] sad enough [01:23:41] shit [01:24:21] Shall I leave quietly ? [01:24:43] probably [01:25:23] fair enough , u seem nice , thanks [02:47:52] I was wondering if it was possible to upgrade my installation via Git? [05:07:03] Repton: how did you install the current version? [05:07:10] the version that you are currently running, that is. [05:09:44] I used import website on my hosting site and drug the MediaWiki 1.24. 3 in it. [13:14:39] is the stable release fully comaptible to php7? [13:14:51] no [13:15:18] okay thank you [13:20:24] hello, i have a simple question (sorry if it's too simple), but i have not succeeded to find an answer: is there any "button"-like possibility (as it is done for "upload file") in order to delete a file/description; the reason for the question: i have downloaded a file, but it's probably does not fit the scope of the project [13:40:57] hi! when i'm trying to call the maintenance/update.php script my LocalSettings.php is ignored. It seems the script is using all values that are declared in DefaultSettings.php, even though there is a LocalSettings.php defined (I also tried to --config flag). Anybody got a hint? Thanks [13:44:21] Hi, I've installed mediawiki and everything is working fine except one problem: when I edit Mediawiki:skinname.css it doesnt do anything! Mediawiki:Common.css works fine, but when I try doing it for monobook or vector it just doesnt change anything [13:48:41] Oh, and I'm using the latest version of mediawiki, since that's probably relevant [13:54:44] theupsetter: What makes you think it's being ignored? [13:56:17] Spark__: make sure its not cache stopping it from being displayed [13:56:47] I cleared my cache, so it should be fine [14:06:33] morning [16:48:06] hello. except for scary transclusion with some `satisfy any' magic, is there any way of keeping pages in sync between 2 private wikis (1-way is fine so long as it's obvious when editing). at the moment I just have a template that links to the other wiki, but I'd rather be able to show the content somehow. [16:48:57] There's things like https://github.com/wikimedia/mediawiki-extensions-Push [17:22:20] Repton: Yes. There are potential drawbacks, but you are probably aware of them if you are asking the question. https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git [18:29:32] Hi, so I was here earlier with a question but I had to leave so I never got an answer, so I'll try again: [18:29:55] I've installed mediawiki and everything works, except that when I edit Mediawiki:Skinname.css it doesn't do anything. [18:30:28] I've tried it with Monobook and a skin I made; when I edit Common.css it does work, but not for individual skins. I have tried clearing my cache. [18:30:45] Does anyone know what could be the issue? [18:35:13] Spark__: Look at this URL: https://www.mediawiki.org/w/load.php?debug=true&lang=es&modules=site&only=styles&skin=vector and now try to modify that URL for it to point to your server and MediaWiki installation. You should see there your styles [18:35:58] Of course, I assume that by "Mediawiki:Skinname.css" you mean Mediawiki:Vector.css for vector, etc and not Mediawiki:Skinname.css "literally" :) [18:36:43] Yeah not literally :P I tried your suggestion and it's showing the contents of Common.css but not Vector.css [18:36:58] It seems to not even be recognizing that Vector.css is supposed to do anything [18:38:37] that's weird [18:39:04] are you sure you haven't made a typo in the name of the page? (MediaWiki:Vector.css) [18:39:13] Yep, positive [18:39:29] Maybe I broke a config file somewhere/somehow [18:39:58] if Commons.css works, the skin specific style should work too [18:40:23] Yeah, that's what I thought [18:40:42] Does the page show a comment of like /* CSS placed here will affect users of the Vector skin */ [18:40:52] No, it doesn't [18:41:00] How is your localisation cache setup? [18:41:35] Well uh.. I don't really know what a localisation cache is [18:41:54] Is it safe to assume that it's the file in the /cache/ folder? [18:42:02] No [18:42:36] It could be, but isn't necesserily [18:43:12] Yeah, I'm not really sure where to look then [18:44:35] !localisationcache [18:44:39] ffs [18:45:14] OH [18:45:19] I just tried it with monobook and it works [18:45:47] Okay, so it's a problem with that specific skin - I must have screwed it up somehow. I'll try reinstalling just that skin [18:46:22] Sorry for the trouble - you were both very helpful, thank you! [18:48:32] yw :) [18:49:48] since updating from 1.24 to 1.26 I'm having issues with my skin. jQuery isn't loaded when some (not just the skin) JS is run, so there are various errors in the console about jQuery and $ not existing. Anybody got any ideas? [18:50:59] I think there's some updates you need to do [18:51:37] to the skin? [18:53:34] Yeah, I remember something [18:54:52] I couldn't find anything in the release notes [18:59:33] MatmaRex_mobile: ^^ [19:47:22] reedy: any more ideas/shall I wait for MatmaRex? [19:47:29] thanks for your help [19:49:54] Others might know [19:50:02] I don't know what changed, but I'm fairly sure something did [19:52:15] hm [19:52:20] what's up? [19:52:27] Pre-1.26: jQuery did not load automatically everywhere despite documentation stating it did. So it was necessary to add jQuery as a dependency in the resource loader module definition. Post-1.26: jQuery is actually in fact included everywhere. Having jQuery defined as a dependency in your resource loader module definition breaks jQuery site wide.(Not kidding.) [19:55:53] MatmaRex_mobile: Were there Skin changes between 1.24 and 1.26 that needs addressing in custom skins? [19:58:08] Trela: um, jQuery did definitely load everywhere pre-1.26, and adding it as a dependency didn't actually work. But yes, we intentionally broke it in 1.26 [19:58:45] legoktm: Past experience says that is wrong though. Any extension I wrote that needed jQuery on a special page required defining jQuery as a dependency. [19:59:55] My past experience would say you are wrong ;) [20:01:12] I have live examples. :P [20:27:13] jquery.mobile.custom.min.js is throwing a Uncaught TypeError: Cannot read property 'event' of undefined, could that be it? [20:28:48] unhandled exceptions can blow up the load of other scripts, yes [20:29:58] that sounds like an error in jquery itself though, no? [20:30:50] Reedy: i don't really remember t all, but i don't tihkn there were any [20:57:22] UltrasonicNXT: Are you using the mobilefrontend extension? [20:57:31] I'm guessing that's where that file comes from [20:58:22] Hmm. Nope [20:58:29] !resourceloader [20:58:29] ResourceLoader is the delivery system for JavaScript/CSS in MediaWiki. First released in MediaWiki 1.17. See also https://www.mediawiki.org/wiki/ResourceLoader , https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29 and https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_developers [20:59:27] I can't see where jquery.mobile.custom.min.js comes from in our extensions etc [21:01:09] Reedy: yeah just found where that's come from [21:01:40] I thought it was from core but it's coming from our skin