[00:00:11] You'd set $wgUploadPath to $wgScriptPath/images// or something like that. [00:06:58] hey guys.. I'm attempting to setup MW 1.24.1, and for some reason I don't see mysql as a choice [00:07:04] only postgres and sqlite [00:07:17] how can I get this version to use mysql? [00:18:19] Is MySQL installed and running? [00:18:34] bluethundr: ^ [00:21:38] Fiona: yes it is [00:21:46] but I was missing the mysqli extension [00:21:48] fixed that [00:21:50] good to go [00:21:51] thans [00:21:53] thanks [00:25:40] Nice. No problem! [00:37:15] Does a wiki keep track of ALL the recent edits? (so I can view all past history? [00:39:28] How do I make Vector.css show a taller logo? [00:39:52] kikero you still here? Use Firefox right click inspect element find thing ??? profit [00:40:20] @alec, hi [00:43:23] alec, I changed #p-logo a's height but wasn't getting the right results because of page cache [00:44:25] kikero: try modifying the properties as I said first, no one here will know "Oh you need to modify this!" but with basic CSS knowledge and firefox.... [00:45:07] okay [00:45:19] what about making the Language Extension Bundle work on IIS? :-) [00:45:35] IIS? [00:45:38] yea [00:45:44] Windows server [00:45:48] ..... [00:45:53] don't ask me [00:45:58] it's not my server [00:46:10] Do you have a domain kikero if you want I'll host it for you [00:46:27] alec, it's a client's server. I had no idea it ran Windows server. [00:46:34] Oh well sucks for you :P [00:46:41] Hmm [00:46:48] Sorry but yeah [00:46:49] I'm really happy that, as a Wikipedian [00:46:59] Windows - not used that in a decade [00:47:00] I finally get paid to work with MediaWiki [00:47:13] Which is really cool [00:47:22] Now, I don't have a Windows machine either [00:47:36] Good :) [00:47:38] I had to find a Remote Desktop Access client for Linux [00:49:37] alec, do you have any idea if wikimedia receives paypal donations? :-) [00:51:05] kikero: try it, but stop talking about paid jobs and stuff here [00:51:11] Donate but don't brag about it [00:51:29] didn't brag, just asked [00:51:47] You've just tried to brag about wanting to donate kikero [00:52:06] Lol [00:54:38] Alec: Yes, you can visit Special:RecentChanges. [00:54:44] It keeps the past 30 days by default. [00:54:55] Page histories and other logs are kept indefinitely, though. [00:57:05] Fiona: I know I mean can recent changes go back (with page creation/change logs) - I used that to navigate (things I was working on) [00:58:59] Alec: there's a configuration variable that controls how far back RecentChanges goes [00:59:19] matanya: is there an indefinite one (that enables pagination?) [00:59:22] Alec: and there's a maintenance script to rebuild the data from past edits [00:59:37] hmm, no pagination probably. but you can set it to ten years or some such [00:59:50] Oh I see it actively maintains a log @ MatmaRex - I expected it to be an SQL view or something [01:00:32] pretty sure MySQL didn't have views when some of that code was written ;) [01:01:11] @ Matma it always had joins though, could have had one massive query! [01:01:26] ha [02:05:08] How do I replace Special:Upload with Special:UploadWizard? [02:05:18] ie. make the "Upload" button redirect to UploadWizard? [02:07:05] kikero, https://www.mediawiki.org/wiki/Manual:Interface/Sidebar [02:07:16] you need to replace upload-url [02:08:39] eh, disregard that [02:10:07] https://www.mediawiki.org/wiki/Manual:$wgUploadNavigationUrl [02:12:32] kikero, MaxSem: wgUploadNavigationUrl? [02:12:34] lots of our wikis use that: https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/InitialiseSettings.php#L1146 [02:35:58] Krenair, didn't know about $wgUploadNavigationUrl! Thanks! [03:57:40] Hello [03:57:54] Anyone knows how can i set that just sysops can upload files? [03:57:55] Thanks [04:01:49] ElGatoSaez, you'll want wgGroupPermissions [04:02:12] oh [04:02:34] so wgGroupPermissions['*']['edit'] = false; [04:02:40] i add ['upload']? [04:03:16] you're disabling editing for all users? [04:03:29] I am [04:03:34] ... ok [04:03:40] you'll want a similar line [04:03:44] This is a private encyclopedia [04:03:47] with 'upload' instead of 'edit' [04:03:52] okay [04:03:52] weird. [04:03:52] Thanks [04:03:55] but also [04:04:03] Remember that MediaWiki assigns upload to '*' by default [04:04:05] rather than 'user' [04:04:15] so... [04:04:18] if i add the line... [04:04:29] yes, $wgGroupPermissions['*']['upload'] = false; [04:04:30] it will do better or worse? [04:04:36] so that will solve my problem? [04:04:37] $wgGroupPermissions['sysop']['upload'] = true; [04:04:43] should do the trick [04:05:03] thanks [04:05:22] you are great guys, i really got fast answers here [10:40:32] #libreidea is looking for coders php to add an indispensable functionality >> full details here: http://www.libreidea.org/w/index.php/Collaborative_matrix [10:49:32] Hey! I installed Extension:ConfirmAccount, web-updated the wiki, added the require in LocalSettings.php, etc. [10:50:07] The `Request account` link now replaces the older `Register` one [10:50:16] I can access Special:ConfirmAccounts also [10:50:45] It's just that, if I were to request a new account, I would receive a 500 error just after submitting the form [10:50:48] Any ideas? [10:50:54] I am using IIS [10:52:07] Hey fellas! Trying to run MediaWiki with MariaDB Galera Cluster. It requires at least 1 PRIMARY KEY for table. Is it OK to convert some UNIQUE KEY to PRIMARY, or add PRIMARY KEY to tables where it's not exists right now? [11:30:51] Hello. How to change login button color (#008C6E) in mediawiki? (located in mw-ui-button.mw-ui-constructive) [11:31:57] hookmed, tried editing MediaWiki:Commons.css [11:32:00] ? [11:33:51] I tried edit only theme css [11:34:01] I have own theme yes [11:36:23] I can edit button color without problem with inspect element, but I don't know where button located in mediawiki css [12:23:43] hello! [12:24:54] I have a question about where I request one thing D: [12:25:30] any kind soul online? [12:26:34] :'( [12:30:38] argenton, ask it right away! [12:33:03] hi Nebraskka! the "collaboration" tab at WN-pt disappeared, and I do not know where I request to reimplement that [12:45:30] I really like the kindness of Wikimedia volunteers [13:04:20] argenton: WN being wikinews ? [13:04:32] yep [13:04:45] where did it used to be ? [13:05:19] just as in the English version [13:07:05] insteed the "discussion" they divided in "opinion" and "collaboration" [13:07:06] argenton: i see "Discusiao" [13:07:26] yep, and this is the problem [13:08:59] the collaboration/opinion disappeared and then "discussion" (discussão) appeared [13:09:56] sounds like there is a script doing that, and it broke [13:10:26] Transforma determinadas páginas em páginas de discussão [13:10:31] does that sound like it [13:11:20] wow, there is some old JS on that wiki.. [13:11:59] yep, no one takes care [13:12:19] I've just created a mediawiki VM (from digitalocean). http://46.101.38.186/ gives: "LocalSettings.php not found. Please set up the wiki first." Now I wish to transfer my localhost mediawiki to this one. Should I set it up first and then set about transferring, or should I do the transfer straightaway? [13:12:50] but I will start a educational project threre and I need to fix somenthings [13:13:53] some things* [13:14:45] argenton: you sure pt wikinews ever had the separation between comments and collaboration ? [13:15:09] yes, I give lectures about it in 2012 [13:15:39] after that I don't have memories about it [13:16:03] so what is the namespace name of Comments then in pt ? [13:16:04] https://pt.wikinews.org/wiki/Especial:Todas_as_páginas [13:16:14] should be listed there under "dominio" [13:18:56] yeah... now that you are talking, I think that it was a liquidthread or somenthing like that [13:19:44] and they used the "discussion" as the colaboration and the opinion was redirect to the main, but at the bottom of the text [13:22:24] argenton: well i can't find anything about it :( [13:23:22] https://pt.wikinews.org/w/index.php?title=Predefini%C3%A7%C3%A3o:Opine&oldid=154352 They have a redirect to a preload page that was deleted... super weird [13:23:54] well, this is not a good solution at all... [13:24:01] argenton: this is the only thing i can find: https://pt.wikinews.org/w/index.php?title=Especial%3APesquisar&profile=advanced&search=liquidthreads&fulltext=Search&ns0=1&ns1=1&ns2=1&ns3=1&ns4=1&ns5=1&ns8=1&ns9=1&ns10=1&ns11=1&ns12=1&ns13=1&ns14=1&ns15=1&ns100=1&ns101=1&ns102=1&ns103=1&ns104=1&ns105=1&ns828=1&ns829=1&profile=advanced [13:25:38] pi-: i would first transfer [13:27:07] somenthing is lost Wikinews:Commentary_pages_on_news_events/body and Wikinews:Commentary_pages_on_news_events/intro is used to do this thing there... [13:27:12] anyway [13:28:10] Can we import the WN-en system? [13:28:59] because this is super broked, and can cause more problems than solutions [13:30:29] argenton: if you can do without LQT, you can easily request to add anothere namespace and get a tab added [13:31:08] LQT is being phased out, so there won't be new deployments of it anymore (already not for 1,5 years now) [13:32:19] yeah, I know, sad, we still using at WB-pt [13:34:05] thedj where we can make this request, I did that in 2008, and never again [13:34:49] argenton: first flesh out what you want, get consensus of the community and then request the changes in https://phabricator.wikimedia.org [13:35:04] https://phabricator.wikimedia.org/maniphest/task/create/ [13:37:29] community? funny hehehe, ok, I'll try to send in the village pump, but see that https://pt.wikinews.org/wiki/Wikinot%C3%ADcias:Reda%C3%A7%C3%A3o/Arquivo [13:38:10] in 2014 not even one discussion [13:38:47] Thank you thedj! [14:41:15] hello, is it possible to link an irc channel to a wikia chat? [17:15:35] legoktm: yo [17:16:15] is GlobalUserPage supposed to render templates from the source global wiki on the target wiki? [17:16:40] see https://he.wikipedia.org/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Filedelinkerbot - the template there is broken in a funny way. [19:05:36] I need help with a problem please [19:05:53] Anyone here? [19:05:55] Vortex_: what's the problem? [19:06:09] I'm trying to do the [[newpage]] inside a table [19:06:12] Not working [19:06:54] you have a link to what you're doing? [19:07:01] Yup [19:07:05] http://gettrillium.net/w/index.php?title=Main_Page [19:08:11] Its in an block [19:08:16] Ah [19:08:21] Is that the problem? [19:08:26] you're only allowed to use html inside there, no wikitext stuff [19:08:31] Dammit [19:08:48] Can I just remove the tags and still use tags? [19:08:49] table things (most of them) like doesn't work [19:09:19] yes [19:09:28] Thanks, really helpful! [19:09:38] See you! [19:09:45] you can also use MediaWiki's horrible {| | - || |} table formatting [19:09:47] Vortex_: One other thing, allowing raw html on a wiki that can be publically editable is a bad idea [19:09:53] he's gone... [19:10:28] bawolff: does it allow
and friends can work outside an html block [19:09:00] yes (mostly) [19:09:07] Then the page links will work? [19:09:09] some fancy stuff like