[00:28:52] what are the permissions for the images folder supposed to be set to? (I mean, the 3-digit chmod number) [01:09:52] synapse__: 755 [01:10:13] synapse__: https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Upload_permissions [01:25:45] thanks wmat [03:30:15] . [03:31:26] . [03:32:04] !ops can we get a block on @gateway/web/cgi-irc/kiwiirc.com/ip.185.89.250.21) [03:32:14] . [03:32:26] Platonides: thanks [03:50:00] . [11:18:18] guys. little help here. wanting to implement mediawiki at work. catch here being that we have to access it from another site where we log in and have username stored in a session variable. Can that be re-used in mediawiki as the logged in user?. cant seem to get it to work with SessionManager. most likely doing something wrong :-/ [11:20:53] Should be doable [11:21:07] Can you not get them to log in again with the same details, and have MW piggyback auth to this other site? [11:22:48] Duskeren: What type of site do they log into? is their any sort of LDAP/AD that can be used? [11:25:08] p858snake|L2: its an internal site. both mysql and ldap logins. allowed users is all stored in mysql, some of them has password in ldap. so user logs in, server checks if it is locally stored password. if not, checks ldap. [11:26:16] so it seemed easier to just catch the server session with their username, and just use that as it is on the same webserver [11:27:15] Reedy: if i can change the login page to add the user-info MW needs, then that would be great. i made the system. just a simple php login form. [11:43:00] my god so much documentation :| [12:21:56] how do i make this link [https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29 BASH] open in a new tab on a wikipage [12:44:43] Jakey3: by asking the user to also press Ctrl on the keyboard when clicking that link? [12:44:53] or by manually inserting target="_blank" ? :P [12:45:06] but why would you want to do that? [12:45:47] in this case [https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29 BASH] how would i deit it [12:45:55] *edit [12:48:14] Jakey3, why would you want to do that? [12:49:05] andre__, [https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29 target="_blank" BASH] ? [12:49:26] andre__, why doesnt help [12:49:32] andre__, how helps [12:49:37] Jakey3, because you don't answer questions? :) [12:49:43] Jakey3, tried $wgExternalLinkTarget = '_blank'; ? [12:49:55] or putting HTML around the wiki markup? [12:50:32] like [https://example.com whatever] and then defining the behavior for that class in Common.js [12:50:38] thanks for the help, ill work it out :) [14:51:14] newbie_: Did you get setup with our dev environment? [14:51:19] !hacker | newbie_ [14:51:19] newbie_: http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [14:53:05] Niharika : [14:53:08] no [14:53:50] newbie_: You should setup vagrant using the steps given on https://www.mediawiki.org/wiki/MediaWiki-Vagrant [14:55:21] Niharika : Okay! I will try setting it up. [14:56:15] I actually attended Media wiki to learn Hackathon [14:56:51] And tried fixing bugs [14:57:58] now I wanted to proceed further in contribution [15:03:42] newbie_: Okay. How did you fix bugs if you didn't have a dev environment setup? [15:05:35] Niharika : I did that in lab system, now I am doing it in my Laptop [15:06:15] Ah. Okay. :) [15:06:39] newbie_: Feel free to ping if you run into issues. /me off for dinner [15:07:18] Okay. :) [15:33:13] Hi, with I put on Wiki online but with pass, is my pc safe? [15:33:56] From? [15:34:41] From ...I don't know... but I want too keep some data safe... [15:34:46] like some works [15:36:46] Hello! [15:36:59] hi [15:38:20] Have a question about mediawiki extensions: [15:38:42] We're setting up an internal wiki in our network to serve as a non customer facing knowledgebase [15:39:15] we'd like, ideally, to have a button to click that would export the URL to the wikipage we're currently on into Microsoft CRM [15:39:36] export? [15:39:39] any idea if there's an extension that performs some of that functionality? [15:40:23] Yeah, basically - Oh, customer has this issue. We navigate to the wiki page we created for that issue, perform the resolution steps, click the button on the wiki page and have that transfer the URL of the page to a field in Microsoft CRM [15:40:30] or even just the buffer would do [15:40:41] What's wrong with copying from the URL? ;) [15:40:49] haha, in my opinion - nothing ;p [15:40:59] boss doesn't love it though [15:41:10] So, basically, you want some js to copy the link to the clipboard [15:41:33] that's probably what it will come down to [15:41:50] my boss is a dev, so I'm pretty sure he's just going to do it [15:42:02] haha [15:42:03] TBH, I wouldn't bother doing it as an extension, I don't think [15:42:11] Some site JS, or at most, a gadget would more than suffice [15:42:31] fair enough, I'll suggest that [15:42:35] !sitejs [15:42:36] !gadgets [15:42:36] For information about Extension:Gadgets see http://www.mediawiki.org/wiki/Extension:Gadgets [15:42:40] !js [15:42:40] To set up custom javascript on a wiki, edit the page called [[MediaWiki:Common.js]] (NOT a file, a page on your wiki, which is included via