[01:43:13] <_figital> just finally got install done with parsoid / VE and it's nice :) question .... i'm snooping around in the database model and it doesn't seem like there are any FK indexes. is this correct? [01:48:54] _figital: Yeah that's correct [01:50:18] <_figital> @RoanKattuw thanks. no prob i can add them if necessary. is there a reason not to (or why it's not already done)? [01:51:47] <_figital> (oops .. @RoanKattouw) [01:52:28] We don't use foreign key indexes, I don't know why exactly [01:56:49] <_figital> thanks RK ... will probably try a few to see if it speeds up 'sql updates' [02:50:17] where would the proper place be to report a possible security risk with an extension currently marked as stable? (not confirmed but suspected) [02:50:37] Seahorse: bugzilla, under the Security component [02:50:47] thanks [02:51:34] I don't really have any specifics or technical details other than multiple accounts being compromised and the attacker saying their "way in" was this extension after I disabled it [02:55:54] Seahorse: i'm not sure how actionable that would be. can you pm me the name of the extension? [02:56:04] sure [07:35:16] anyone knows *working* extensions to show hypergraphs of links between pages for the whole wiki? [08:02:44] can someone tell me how I get an edittoken with python (using the requests framework)? Right now I have this: https://gist.github.com/anonymous/e44fdecb90b86e3a0b48 [10:03:29] Hey when you've got lines prefixed with a space it shows like code right? well can I change how many spaces a tab is in that view? [11:13:14] Is it possible to include content from file in my media wiki ? [11:13:57] harryOnline: in what way? [11:14:33] the description of wiki site is in a file ( in mediawiki syntax) [11:15:00] and i want to include this content in my site [11:15:26] cut & paste then? [11:17:32] not so good because i want to copy this file on the server and should mediawiki include the content [11:18:07] what type of file is it? [11:18:31] foo.wiki [11:18:48] with concrete mediawiki syntax [11:24:15] any idea ? [11:25:23] I don't know of a straightforward way [11:25:38] Maybe you should explain more about the use case [11:26:02] who is creating the content, and why can't they insert it in the wiki directly? [11:31:02] ok i use org mode in emacs and i convert my org mode with pandoc in mediawiki [11:31:44] so i have a mediawiki file and i want include this content on my wiki [11:32:41] i want include this with a script and i don't want to use the web interface [11:32:53] of mediawiki [11:33:14] stevenm: code editor extension probably has such setting [11:33:44] if it doesn't or if you're not using it, I think it's up to whatever the web browser default is [11:34:17] harryOnline: there is a mediawikiFS project to a similar effect i think [11:34:31] i came from ikiwiki and there was a script which include my wiki page file in the web page [11:34:55] harryOnline: I would think you need to use the MW API to create the page you want [11:34:57] http://www.mediawiki.org/wiki/API:Main_page [11:36:14] More specifically http://www.mediawiki.org/wiki/API:Import [11:48:04] Svetlana, isn't there just some mediawiki css someplace I can edit to change tabstops? [11:54:56] hello. any DPL experts here? I placed this into the sidebar but it doesnt work. How to refer to the currently displayed page in DPL but not the one the code is placed into? linksto = {{FULLPAGENAMEE}} [11:55:21] note: i used CustomNavBlocks to make this code run [12:01:31] try {{FULLPAGENAMEE}} [12:01:51] very ugly thing and i can't think of a means to test it, i don't hae this extension on my wiki [12:03:28] {{safesubst:FULLPAGENAMEE}} ? [12:08:39] stevenm: do you mean tab stop size in edit box or in the text that gets displayed on the page? [12:15:53] i think i solved it. i used instead {{#dpl:linksto = {{BASEPAGENAMEE}}|suppresserrors = true}} [12:17:10] oh, I see. #dpl is a nice thing and I thought of it too but I didn't think it's /the/ problem. :) [12:31:32] Is it possible to count the number of linksto using DPL? I can see only BackLinksFunctions extension. [14:40:29] hello [14:40:41] i want to add a link to parent page [14:40:45] how could i do that? [14:43:18] could anybody help me? [16:38:56] hello, i want to have parent link in my wiki [16:39:01] i folowed http://www.mediawiki.org/wiki/Extension:ParentPageLink, [16:39:38] it means if i add require_once( "$IP/extensions/ParentPageLink.php" ); to my local.php is enough? [16:43:42] sasan: You need to put the php code provided on the page into the file referenced in your required_once, i.e. into $IP/extensions/ParentPageLink.php [16:47:00] : there is no parentpagelink.php in my extension folder [16:47:16] i should generate such folder? [16:48:14] sasan: Yes, you need to generate that file. However, to be honest, I'd be careful with this extension. From a first glance the code seems problematic. [16:49:05] you mean the code has problem??? [16:50:08] sasan: I am not sure. But I think it looks odd. [16:50:36] do you have proper code?? [16:51:50] sasan: For what? [16:52:14] adding parent link [16:52:30] sasan: Sorry, no [16:53:52] i genertae the php file with that name [16:54:02] and paste the code there [16:54:07] no i am in my wiki [16:54:14] how could i test it? [16:56:42] sasan: See if it does what you expect it to do. [16:57:10] i mean i can have parent link, how could i test it??:( [16:57:30] http://wiki.parsintelligent.com [17:04:07] could you help me, how could i checkwhether i have parent link or not?? [17:05:42] sasan: Go to page Special:version and see if the extension is listed there [17:06:55] : i can see ParentPageLink [17:06:57] there [17:07:24] sasan: Then it is installed [17:07:41] so how could i test this?? [17:09:02] sasan: I don't know. I don't know, what you want to do and I don't know what this extensions is supposed to do. So I can not tell you if the extension does what you want to do. [17:10:58] if you see ftp server, it show parent link [17:11:03] i assumed it is like that [17:11:17] could you help me which option it added to my wiki [17:11:18] ? [17:13:16] just this one [17:13:19] please help [17:16:53] sasan: I do not know, what you want to do. Maybe this helps you: https://www.mediawiki.org/wiki/Help:Subpages [17:18:25] i mean which new option this parenLink added to my wiki [17:18:34] i do not how to test this option? [17:18:44] maybe you can not undertsand what i mean [17:19:08] sasan: As I said, I do not know, what the extension does. You have to contact the author of the extension. [17:19:26] he he:d, thanks:) [17:41:45] realy i add parentlink extension, but i do not know what affect on my wiki, i can not see its affect [17:41:54] which affect does it have? [17:53:54] why would you install an extension while you do not know what it does? :O [17:54:46] i just want to have parent link like what i have seen in ftp [17:54:53] un derstand what i mean? [17:56:07] could you help? [17:56:15] no [17:56:16] sorry [17:56:24] why? [17:57:00] I don't know what you're talking about. Bye [17:57:58] Hey all. [17:58:14] : please see this [17:58:16] ftp://59.41.255.150/ [17:58:24] it has parent link [17:58:34] i guessed i have sth like that [18:04:42] So I was hoping I might get a little assistance. I'm trying to rejigger the colors on a wiki and I've gotten a lot of stuff done with it. However, the popup messages (like when you watch/unwatch) something, I can't find what I need to alter in the documentation. [18:10:38] ElmerG: i doubt you can find any documentation, but i can probably at least point you to the relevant code :) these are generated by the "mediawiki.notification" module [18:11:32] ElmerG: here are the default styles: https://github.com/wikimedia/mediawiki-core/blob/master/resources/src/mediawiki/mediawiki.notification.css [18:12:02] MatmaRex: Thank you. I had been liberally using Inspect Element to find exactly what I need to alter for other things, but the popup doesn't stay up long enough for me to find the tag I need to edit. Just like anythign else, I can override those in Common.css right? [18:12:26] ElmerG: and here are the additional styles defined in the Vector skn, for example: https://github.com/wikimedia/mediawiki-skins-Vector/blob/master/skinStyles/mediawiki.notification.less [18:12:28] ElmerG: yep [18:12:41] ElmerG: you can trigger a notification that doesn't close automatically, let me look it up [18:14:12] ElmerG: run the following in your browser's JavaScript console: mw.notify( 'Text.', {autoHide: false} ); [18:15:10] You are awesome, MatmaRex. Thank you kindly. With that and turning the background color for those notifications black to go with white text, I think I'll have my wiki looking exactly how I want it. [18:15:20] :D [18:15:47] ElmerG: out of curiosity, are you creating a new skin or just tweaking? [18:16:38] Tweaking. I like the Vector design but I wanted to tweak the background images and such for a particular visual effect (essentially the marble background from a RPG book cover as background, which meant some other things like text color needed changed). [18:18:05] If you wanna take a peek, you can see it at www.theatremush.com [18:26:19] i add parent link in my wiki [18:26:29] i do not know which affect on my wiki [18:26:35] could anybody help me?? [18:36:25] Hmm. Well, I changed the background color per the .mw-notification module in Common. css but the background color still is transparent white. [18:39:20] hi [18:40:57] I'm trying to put a bulleted list in a table cell like this: http://hastebin.com/owapegemob.1c [18:41:07] but it doesn't seem to work [18:41:14] I can see the literal asterisk [18:41:21] instead of a bulleted list [18:42:06] can someone direct me somehow? :) [18:42:49] micechal: instead of a space between | and *, put a newline [18:43:21] that indeed works [18:43:25] thank you [18:45:28] would it be possible to get some styling help on this channel too? [18:45:46] or is it outside of the scope? [19:12:19] micechal: What were you wanting? I asked about some ways to tweak style above and got some help. [19:12:40] well, not about styling as in css and stuff [19:12:47] I meant human eye friendliness [19:13:18] I'd like to know the best way to present some data so it's easy to read [19:16:28] I have this: http://hastebin.com/ajeporiyad.1c [19:16:54] and it simply "feels weird" to me [19:17:01] when I'm viewing it [19:17:17] although I can't tell what is it the thing that tells me it looks weird [19:19:57] micechal: for the cell with all the resolutions, wrap it in something like https://en.wikipedia.org/wiki/Template:Div_col [19:20:16] also, i don't like the big tall empty cell in the "Requires restart" column [19:20:24] other than that, looks fine to me [19:21:22] the data in "Requires restart" has to be added yet [19:21:37] I'll try wrapping the resolutions as you said [19:29:51] jackmcbarn: it created a link to the template colored in red [19:30:02] micechal: you need to set up the template on your wiki [19:30:13] can this be done by a user? [19:30:19] or do I have to be admin on the wiki? [19:30:34] first of all, what license is the wiki under? [19:30:45] if it's not CC-BY-SA, copyright prevents you from using a template from wikipedia [19:31:20] I see [19:31:33] http://wiki.libretro.com/index.php?title=Main_Page [19:31:37] I could not find the licence [19:31:50] it also seems relatively new [19:31:57] like it was set up a day or so ago [19:32:08] a lot of links point to Wikipedia [19:32:16] that wiki doesn't have one set. it would have been really easy to set it up during install, but now it's a bit trickier [19:32:48] in that case I'll just leave it with simple bulleted list [19:32:55] it's still relatively easy [19:33:08] just ask the site admin to do https://www.mediawiki.org/wiki/Manual:LocalSettings.php#Setting_copyright_for_the_site and choose CC-BY-SA [19:33:53] then, go to Special:Export on Wikipedia, export the missing templates, and import them at Special:Import on your wiki [19:34:10] thanks [19:34:18] I'll see what I can do with the admins :) [20:06:00] Has anyone else had trouble with CACHE_ACCEL on Ubuntu 14.04 and PHP 5.5? I hear APC isn't supported on 5.5, but MediaWiki can't find the caching system even with XCache enabled and appearing in the phpinfo(). So the entire site 500-errors when I turn on CACHE_ACCEL.