[01:12:07] hi, is it possible to turn on collapsable elements for mobile devices? [02:39:57] Hi auvajs. [02:40:06] Yes, probably. Collapsible elements are usually just some JavaScript and CSS. [07:21:22] do I need to do anything more than just removing LocalSettings.php to trigger the setup script again? [13:12:12] morning [13:24:11] Hello. :) [14:08:29] @seen eranroz [14:08:29] Niharika: Last time I saw eranroz they were quitting the network with reason: Quit: eranroz N/A at 3/27/2016 11:07:26 PM (15h1m2s ago) [16:50:36] hi, is this http://pastebin.com/xGcu5fNL a valid code or with some mistakes? [16:52:25] cause the code it generates: https://jsfiddle.net/hvq5n5uw/ is weird, I don't get it [17:17:04] auvajs: it creates a inside another which is wrong [17:40:45] Krenair: can you please do https://phabricator.wikimedia.org/T131070 ? [18:18:25] Vulpix: please, how to fix it? [18:20:34] auvajs: delete the line :tag( "tr" ) [18:21:10] Vulpix: ok tnx, I copied the piece of code from someone who I supposed was not making these mistakes [18:21:57] if i chose all defaults when installing mediawiki using mysql is it using myisam ? [18:22:21] kevindank: no, it should use InnoDB [18:22:47] auvajs: maybe that person did a quick cleanup of the code from a more complex script and it ended up with leftovers [19:11:15] Can anyone please tell me why certain changes I make to MediaWiki:Sidebar aren't showing up? [19:12:37] I'm trying to add *SEARCH and *navigation tags but when I save the page I don't see them [19:13:00] *LANGUAGES isn't either [19:13:28] Problem seems to only happen using the Metrolook skin... [19:14:43] Metrolook may not have support for such items [19:15:22] I think "navigation" is not a special item btw [19:15:33] Yeah, it's almost like the the sidebar is compacted [19:15:36] only SEARCH and LANGUAGES [19:15:56] and TOOLBOX [19:16:00] I'm just trying to add a divider between certain page links [19:16:50] @seen paladox [19:16:50] Vulpix: Last time I saw paladox they were quitting the network with reason: Ping timeout: 260 seconds N/A at 3/28/2016 6:51:12 PM (25m38s ago) [19:17:27] I think Paladox knows well that skin, but he's not here atm [19:18:24] Ok, I'll try to get a hold of him. Thanks [19:19:06] yw [19:20:44] AAlex: if each element of the sidebar has it's own ID (at least monobook has) you can style them with CSS, although it may not be the perfect solution specially if you change it frequently, since you'd have to update the corresponding CSS and cache would make it look wrong for a while [19:24:42] Would I typically find that in navigation.less under the skin folder? [19:27:58] if it works like monobook, each item has an ID based on the text or target page of the item [19:28:33] you can inspect those elements hitting F12 which should open up the developer console of your browser [19:29:03] or directly right-click --> inspect element [19:30:40] Oh yes, each item has it's own ID [20:06:04] Hello [20:06:30] I just copied my mediawiki over to a new server and setup the databases with the same names however the sites are inaccessible [20:06:41] is there anything i need to do such as restart myql after importing db? [20:06:57] it just says internal error [20:08:50] kevindank: set https://www.mediawiki.org/wiki/Manual:$wgShowExceptionDetails to true so a more meaningful error message is displayed [20:13:48] well now after renaming localsettings.php its letting me run the install however the page is full of errors: Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in C:\xampp2016\htdocs\includes\MagicWord.php on line 717 [20:16:56] kevindank, https://phabricator.wikimedia.org/T60640 - also this means that your install is really old [20:17:08] yes, that's an old bug [20:17:26] you should now upgrade your wiki [20:18:06] Vulpix: I have a new install of the wiki that i will be transitioning to however this site needs to remain in production until the other site is ready [20:18:13] is there a patch i can run to get this back up? [20:18:39] read the bug [20:19:34] you don't have the same PHP environment as your old server. A patch might work to correct this problem but you may find other incompatibilities... [20:20:55] forgive me, im not technical enough to fully understand this [20:21:00] is the bug only compatable with 121? [20:21:05] im running 1.17.1 [20:21:15] hehe [20:21:29] we don't even have patches for stuff that old [20:21:40] if oyu need your wiki up, upgrade [20:23:11] i cant upgrade this version it will essentially break it [20:23:18] we have old plugins that only work on this version [20:23:35] ive attempted to upgrade in the past and its been a disaster which is why i have a new stand alone version that im going to launch [20:24:54] kevindank: try to find this line of code and make the same changes to your code https://gerrit.wikimedia.org/r/#/c/122449/1/includes/MagicWord.php [22:00:44] Afternoon all. [22:06:03] Anyone here have experience adding a vertical scrollbar to a Vector sidebar w/collapisble vector? I have tried to add it, but it never actually scrolls, even when set to a specific height. [23:28:52] Hello, so earlier i was distressed to find out that an error i was getting with repairing my 1.17.1 Wiki apparently cannot be repaired with out updating. As a result, i have to launch the new version of the site early. Currently the wiki resides in the root directory. The New Wiki resides in a subfolder called 2016. I would like when people visit the ip of the site (internally accessed via the server name in browser.) tha [23:29:04] is the easiest way to do this an apache rewrite pointing to the server path [23:30:35] You're missing security patches from 1.17 at least :P [23:30:59] Your first message got cut off