[00:01:53] Hello, an install on Linux/git question: do developers clone core.git inside wwwroot, symlink their git core directory to a subdir of their wwwroot ( `ln -s mywork/core /var/www/w`), or something else? [00:02:25] 03(FIXED) Hard coded parentheses in RevisionDelete.php - 10https://bugzilla.wikimedia.org/37185 +comment (10Dereckson) [00:05:03] Skizzerz still around? ;o [00:09:24] well [00:09:46] i managed to edit specialsearch.php so it only edits the 'list redirects' option for logged in users [00:09:57] yay :f [00:29:11] 03(ASSIGNED) Hard coded parentheses in SpecialMIMEsearch.php - 10https://bugzilla.wikimedia.org/37181 +comment (10Dereckson) [00:32:34] New patchset: Jeremyb; "MessagesFa.php: whitespace consistency" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10083 [00:32:41] New review: Jeroen De Dauw; "I think you got it backwards here." [mediawiki/extensions/UploadWizard] (master) C: 0; - https://gerrit.wikimedia.org/r/9817 [00:33:10] New review: Jeremyb; "(no comment)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/10083 [00:34:33] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10083 [00:35:34] New review: Jeroen De Dauw; "Joy for not being able to edit my comment." [mediawiki/extensions/UploadWizard] (master) C: 0; - https://gerrit.wikimedia.org/r/9817 [00:45:05] I'm new to MediaWiki template creation. Say I want to make a template that does expr: to the first parameter passed to it. You would think the code to do that would be this: "{{ #expr: {{{1}}} }}", but when I try to save that I get, Expression error: Unrecognised punctuation character "{". What can I do to remedy this? [00:49:13] habtinat: areu still arou? [00:49:19] *habstinat [00:49:54] *around [00:49:55] Magog_the_Ogre: Yup. [00:49:58] (lousy kboard) [00:50:00] lol [00:50:15] send me a link of where you're having the problem [00:50:46] Magog_the_Ogre: It's just a test page in my userspace, but here: http://en.wikipedia.org/wiki/User:Habstinat/Templates/Template:Calculator [00:51:07] ah [00:51:18] it says that because {{{1}}} isn't defined [00:51:47] Magog_the_Ogre: So if I pass the template a parameter from another page it will work? [00:51:49] it will only work when it's transcluded [00:51:52] yes [00:52:12] here I'll fix it for you so it displays an error properly if no value is passed [00:52:21] Magog_the_Ogre: Ah, thanks! [00:53:25] it's n going to be a terribly complex template, right? [00:53:48] I don't want dd another layer of coexity if it's going to cause problems [00:53:57] *complexity [00:54:20] Magog_the_Ogre: No, this is mostly just to see what I can do with templates. Thanks a lot for your help. [00:58:10] brb [00:59:19] hi #mediawiki, i have a basic api question. using JsMwApi, how do i access the content of rev from eg http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=File&rvprop=content .. thanks ! [00:59:49] i can get all the way to res.query.pages[page].revisions[rev], but it's not clear how to get the actual text [01:01:21] oops, haha, just got it, thanks !!!! [01:02:26] gj [01:15:23] 03(mod) Don't call it just "IP block list" anymore - 10https://bugzilla.wikimedia.org/35690 +comment (10Dereckson) [01:39:14] Is there a way to store text entered in an to a variable for use in a template? [01:45:21] hmm, do we have the "did you mean?" when the users make a typo in mediawiki? [01:47:33] !doesthiswork [01:47:59] Habstitnat - I don't think so, but you could consider using the Semantic Forms extension instead: http://www.mediawiki.org/wiki/Extension:Semantic_Forms [01:48:23] gColossus: Part of Lucene, I think? [01:49:21] gColossus, Brooke - yeah, Lucene, Sphinx or even Google can be used in place of the standard MW search engine - I think all three can handle misspellings. [01:50:17] Yaron: really? how can that be done then? is there any documentation about it available? [01:51:11] Yaron: because right now the MW search is not yielding the best search results, it's using "exact match" which is not really nice given the case where the users do not know exactly what they are looking for [01:51:30] gColossus - I don't know if there's any central documentation about it, but if you do a search on mediawiki.org for any of those three, you should find the relevant extension(s). [01:53:00] Yaron: cool, thanks [01:55:10] 03(mod) fawiki: add Book namespace + aliases - 10https://bugzilla.wikimedia.org/37006 summary; +comment (10jeremyb) [01:55:29] Yaron: But Semantic Forms isn't installed on Wikipedia, right? [01:55:38] no [01:55:58] Right. Does WP have Inputbox? [01:56:08] yes iirc [01:56:28] Oh, what do you know, it does. [01:56:53] Is it actually used anywhere? [01:57:16] MW wiki uses it [01:57:21] Yaron: Well, I first found it on the "Your first article" page [01:57:30] Oh... okay. [01:57:55] Yaron: See towards the bottom: http://en.wikipedia.org/wiki/Wikipedia:Your_first_article [01:58:42] Okay, right - it's just used for searching. [02:00:54] Yaron: Based on this use of it though: http://www.mediawiki.org/wiki/Extension_talk:InputBox#Using_to_add_text_.28such_as_user_for_participant_list.29_11197 it seems like I would be able to use it as I initially described, as a variable in a template. I just have to wrap my head around how that example works. [02:01:40] Why does it matter if it's on Wikipedia, by the way? Are you planning to add an input on Wikipedia? [02:04:02] Yaron: It doesn't really matter; to be honest I'm just messing around with templates to see what I can do with them, and Wikipedia is convenient for me to use. I'm just creating test pages in my userspace. [02:04:14] Alright. [02:04:21] Well, good to know about InputBox. [02:12:25] what's a good way to get a DB error? for bug 37138 [02:12:28] !b 37138 [02:12:28] https://bugzilla.wikimedia.org/show_bug.cgi?id=37138 [02:13:59] New review: Subramanya Sastry; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10080 [02:14:02] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10081 [02:14:03] Change merged: Subramanya Sastry; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10080 [02:53:42] 03(mod) Error 500 at oc.wiki - 10https://bugzilla.wikimedia.org/37210 -shell (10jeremyb) [03:12:09] anyone around? [03:12:50] Just ask your question. [03:13:41] im wondering how to move google adsense 2 from the bottom of the sidebar to a different position [03:13:45] not sure where to look for that [03:13:54] someone said siebrand would know more about that [03:15:54] Haven't you been talking about this for days now? [03:31:30] Brooke: yes but i havent gotten it answered, like i said i was told to speak to siebrand and you told me to ask anyway [03:31:44] so i did [03:37:23] It shouldn't take days to move some sidebar sections around... [03:37:35] i just have no idea where to look [03:37:46] if i knew where to dig into it then i could figure out the rest [03:37:48] Is your wiki public? [03:37:53] yes [03:37:59] Do you understand how the sidebar sections are constructed? [03:38:02] its closed for people to change it right now [03:38:02] The HTML and CSS? [03:38:14] not fully [03:38:29] So each section is an unordered list, usually. [03:38:30] what is happening is it is placing it under the sidebar [03:38:31] Those are the bulleted sections. [03:38:37] And each of those sections are inside HTML lists. [03:38:39] you mean within the side bar? [03:38:53] So you have ...
    • , as I remember it. [03:39:00] ok yeah [03:39:24] Actually, no. Each section is a
      . [03:39:29] In each
      you have the lists. [03:39:39] oh ok [03:39:41] What skin are you using? [03:39:49] vector i believe [03:39:55] would you like the link to take a looK/ [03:44:58] rain`: And you know you can rearrange the sections in the sidebar, right? [03:45:00] https://test.wikipedia.org/wiki/MediaWiki:Sidebar?useskin=vector [03:45:02] Example there. [03:46:17] yeah ive done that before [03:46:26] ive looked at the sidebar and i didnt see it [03:46:30] let me double check though [03:46:42] AaronSchulz: around? [03:48:00] im getting it up [03:48:06] but it looks like its below the sidebar [03:48:35] What's your site? [03:49:20] daytimesoapwiki.com [03:50:35] http://daytimesoapwiki.com/wiki/Main_Page [03:50:44] Right. That's Monobook. [03:51:23] oh ok sorry [03:51:30] i havent gotten used to the skin names yet [03:51:39] Right. [03:51:40] So I see the ads. [03:51:43] They're below the toolbox. [03:52:02] That's good, they're out of the way. [03:53:25] out of the way means no conversion though [03:53:31] but i get your point [03:53:42] i'd just like control over where they go [03:54:11] i dont want them to be distracting but in a better place [03:54:17] im thinking on the right had side of the page [03:54:26] in a way that doesnt inturrpt the flow of reading [03:55:15] Well. [03:55:30] Yeah, I guess you could do that. [03:55:43] im just not sure how [03:55:57] It feels dirty trying to help you position ads on your site. [03:56:00] Ads are the worst. [03:56:04] i know [03:56:10] but its self funding [03:56:27] would it make you feel better or worse about it if i told you i was a single mom of two kids? [03:57:42] i mean i get it, i'd just like to take the site further in ways i cant afford right now [03:57:44] Oh, it's doing it in PHP/ [03:57:45] ? [03:57:48] New patchset: Liangent; "Revert "Revert "Purge Squid variant pages based on page language (not $wgContLang)" per CR comments. I merged this one too quickly."" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10085 [03:58:02] its doing what in the php? [03:58:07] rain`: It's not really my business what you do with your site or why. :-) [03:58:19] haha i knwo, i just totally get where you are coming from [03:58:33]
      [03:58:47] I'd try to explain the PHP thing, but you don't really care. [03:58:52] So we'll just move forward instead. [03:58:55] See that HTML? [03:58:55]
      [03:59:00] You can control where that goes with CSS. [03:59:15] So go to the page "MediaWiki:Monobook.css" on your wiki. [03:59:16] my problem with php is i havent coded it since 2006 [03:59:39] That page controls the site-wide CSS for the Monobook skin. [03:59:42] Which is the skin you're using. [03:59:46] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10085 [03:59:46] k [04:00:32] ok let me check out the css for the skin [04:02:12] what about Common.css [04:02:20] thats where i added the css to get the extention to work [04:07:51] so is it the "generated-sidebar portlet" im looking for? [04:11:57] rain`: Sorry, I was looking it up. [04:12:03] So you want... [04:12:06] div#p-navigation { position:absolute; top:100px; right:0; z-index:10000; background:#000; } [04:12:14] Except you want p-googleadsense. [04:12:28] And the background part you don't need. [04:12:28] So... [04:12:49] div#p-googleadsense { position:absolute; top:100px; right:0; z-index:10000; } [04:13:02] Put that in "MediaWiki:Monobook.css" and then let me know what happens? [04:13:15] New review: Liangent; "parseTitle() in Wiki.php is doing something different." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/10085 [04:16:43] ok i will try it [04:16:49] i got sick at my tummy all of a sudden [04:17:02] if i try it tonight or later i will let you know, i may be back in a few [04:17:02] thank you [04:17:20] New review: Liangent; "Hmm it's just a delta of 100 between the original change 9985 and this change 10085. :)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/10085 [04:19:35] New review: Liangent; "Change-Id: I60985a2c3914308102cfc11544abc409ab8b860a" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10078 [04:20:09] New review: Santhosh; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8927 [04:20:12] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/8927 [04:23:14] Brooke: sorry about that [04:23:17] im feeling better [04:23:20] i tired it and it seemed to work [04:23:36] im on a small netbook computer so it does come over some of the txt [04:23:42] but it is in the right spot [04:23:57] Well, [04:24:01] you can fix that. [04:24:10] This was just demonstrating the concept. [04:24:17] right [04:24:29] like i said it is in the right spot [04:24:29] So you'll need to push all the content in. [04:24:33] That'd be... [04:24:36] I'll have to look it up. [04:25:15] ok thanks [04:25:39] rain`: But you should be excited about the progress, shouldn't you? [04:25:52] oh i am [04:26:21] ive gotten to the point a couple of time where i get frustrated at the mediawiki and this helps me a lot in sticking with it [04:26:55] Hello, another best practices question on Linux/git: what's the best way to manage LocalSettings.php in git without messing up master? E.g. A symlink to another repository, or a "LocalOnly" branch, or? [04:27:02] so i do deeply appreciate it [04:27:46] skierpage: Symlink to where? What are you trying to do? [04:29:42] Brooke , I'm working with MW master from git. LocalSettings.php should never be part of a commit, but I want to track my local copy. [04:30:27] rain`: So add... [04:30:28] div#firstHeading, div#bodyContent {margin-right:135px; } [04:31:40] There, I solved your problem. [04:31:47] that is perfect [04:31:50] thank you SO much Brooke [04:32:07] may i ask where you found this from? [04:32:14] I just wrote it. [04:32:18] awesome [04:32:21] You have to understand CSS. [04:32:26] Which is kinda abstract. [04:32:29] But useful. ;-) [04:32:29] i do need to dive into that more [04:32:40] i havent really coded anything since college [04:32:41] Based on the HTML, CSS positions shit. [04:32:46] as far as css and javascript goes [04:32:51] and thats been a while :P [04:32:55] So if you can select the appropriate code, you can just reposition it with CSS. [04:33:14] so when i change skins i just add this into the Newskinname.css? [04:33:22] Oh. [04:33:35] Put the code in MediaWiki:Common.css for all skins. [04:33:45] Or put the code in MediaWiki:Skinname.css, yeah. [04:33:51] right [04:33:51] MediaWiki:Vector.css or whatever. [04:33:51] ok [04:34:18] one last question, do you know of a good place that will code skins? [04:34:35] it wouldnt hurt if i got into css and coded it myself, i need to learn these things [04:34:54] but i havent found many places that do anything out of the norm as far as skins go [04:35:03] rain `, use the Firebug extension and you can inspect any element on a web page, right-click and choose "Copy CSS Path". Also it lets you interactively edit page CSS. [04:35:04] i really like the they might be giants wiki skin, its different [04:35:19] skierpage: ok i will deff check into that [04:36:55] ive always liked to get down and dirty with a site, but i never liked coding [04:37:02] so catch 22 i suppose [04:37:21] New review: Santhosh; "(no comment)" [mediawiki/extensions/TranslationNotifications] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/9634 [04:37:49] New review: Aaron Schulz; "Can you clean up the summary to be more similar to the original, but leaving the "This reverts commi..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/10085 [04:38:57] Brooke: that looks awesome, i just keep looking at it bc that is exactly what i wanted [04:41:52] i have lots of other questions, but i'm good to go for the evening [04:41:56] thank you [04:50:32] 03(NEW) Qunit tests cannot be executed for multiple content languages - 10https://bugzilla.wikimedia.org/37321 enhancement; MediaWiki: Unit tests; (santhosh.thottingal) [05:07:08] New patchset: Liangent; "Purge Squid variant pages based on page language (not $wgContLang)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10085 [05:09:09] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10085 [05:14:49] I got git master installed and running, not too painful. I get anxious every time I see "core" in my work directory ;-) [06:08:17] New review: Aaron Schulz; "Given the check in ViewAction.php, only urls without query parameters are cached. Can you amend this..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/10085 [06:10:53] New patchset: Amire80; "bug 37165 Delete unused language preferences" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/9634 [06:11:13] AaronSchulz: around? [06:13:04] yeah, though I'm getting super tired [06:18:08] 03(NEW) Unable to install mediawiki 1.19.0 on windows server - 10https://bugzilla.wikimedia.org/37322 blocker; MediaWiki: Installer; (karin.jeppsson) [06:20:08] 03(mod) Unable to install mediawiki 1.19.0 on windows server - 10https://bugzilla.wikimedia.org/37322 +comment (10MWUser) [06:20:30] New patchset: Liangent; "Don't purge variant pages for Squid now." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10086 [06:22:25] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10086 [06:23:40] New review: Liangent; "That's a recent change I didn't see. If we decide to keep this behavior, this change can be abandone..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/10085 [06:24:53] Aaron|home: do we prefer to cache those variant pages? [06:25:20] if they are commonly accessed, yes [06:26:13] the reason for that change was to not cache diffs/oldids and stuff, I think caching variants is ok if there are a small number of them and a lot of people hit pages with those query parameters [06:26:14] Aaron|home: so are there any stats that how many of them are accessed? [06:27:45] hmm, you might want to ask one of the analytics people like "ottomata" or whatever his IRC nick is [06:28:16] liangent: does MW give users links with variants? [06:29:10] Aaron|home: yes but users need to switch variant on every page view manually. we usually suggest readers to create an account or set their browsers to send an Accept-Language header [06:29:27] New patchset: Santhosh; "Qunit Fixes for Narayam" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/10087 [06:31:47] by the way does getFullRequestURL() use $wgInternalServer (i') [06:31:53] I'm not sure about this [06:46:37] 03(mod) Don't call it just "IP block list" anymore - 10https://bugzilla.wikimedia.org/35690 +comment (10Siebrand) [06:47:57] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10083 [06:48:02] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10083 [06:48:04] New patchset: Liangent; "setSquidMaxage() globally if we can purge it, instead of in actions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10088 [06:49:22] New review: Liangent; "This is another option which seems more flexible: we can simply add entries to Title::getSquidURLs()..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/10085 [06:50:06] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10088 [07:24:24] New patchset: Aude; "fix testLocal unit test to sort" [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/10089 [07:38:01] New patchset: Liangent; "Add new message 'showhideselectedlogentries' for revdel of logs." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10090 [07:39:58] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10090 [07:44:04] New patchset: Siebrand; "(bug 37180) Removed hard coded parentheses in SpecialVersion.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9841 [07:46:04] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9841 [07:46:22] * guillom summons hashar. [07:46:34] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/9842 [07:46:52] New review: Siebrand; "Please abandon." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/9842 [07:50:36] New review: Liangent; "(no comment)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/9841 [07:53:09] New patchset: Siebrand; "Fix deprecation warnings in MW 1.19 and above." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9817 [07:53:48] New review: Siebrand; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9817 [07:53:58] Change merged: Siebrand; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9817 [07:56:40] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9841 [07:57:54] AaronSchulz: Can you give https://gerrit.wikimedia.org/r/#/c/5288/ another look? [08:00:06] New review: Siebrand; "Please update the commit summary to include "bug 18374" and "bug 28633" for automatic linking." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/3435 [08:06:30] New review: Siebrand; "Can you resubmit without the dependency on I404c9946?" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/10090 [08:10:34] Change abandoned: Siebrand; "This change was abandoned in favour of Change-Id Iac348fcfc301880157db78555401954762bfb328 per previ..." [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/4963 [08:12:02] New review: Siebrand; "Trailing whitespace." [mediawiki/extensions/Narayam] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/10087 [08:16:38] New patchset: GWicke; "Diff refinement fixes" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10091 [08:17:47] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10091 [08:17:49] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10091 [08:50:45] New patchset: GWicke; "Add round-trip form and split out rt diffing" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10092 [08:51:14] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10092 [08:51:16] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10092 [08:56:29] New patchset: Santhosh; "Qunit Fixes for Narayam" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/10087 [08:58:03] Is there an extention that makes an rss feed based on the pages revisions and then make an atom logo with the text atom appear in the sidebar? [08:58:06] Hello [08:58:20] that is already in core [08:58:26] Oh [08:58:43] How come I can't see it then? D: [08:59:08] you need to click on the history tab [08:59:12] Okay [08:59:19] Thanks :) [09:02:08] New review: Foxtrott; "Still like it." [mediawiki/extensions/Lingo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9336 [09:02:09] Change merged: Foxtrott; [mediawiki/extensions/Lingo] (master) - https://gerrit.wikimedia.org/r/9336 [09:04:23] siebrand: what does "Braces are braces?" mean [09:06:47] New patchset: Liangent; "Add new message 'showhideselectedlogentries' for revdel of logs." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10090 [09:08:45] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10090 [09:11:10] 03(NEW) asirra uses the wrong text message - 10https://bugzilla.wikimedia.org/37323 normal; MediaWiki extensions: ConfirmEdit (CAPTCHA extension); (simon.bachenberg) [09:11:56] 03(mod) asirra uses the wrong text message - 10https://bugzilla.wikimedia.org/37323 (10Simon Bachenberg) [09:17:48] 03(mod) asirra uses the wrong text message - 10https://bugzilla.wikimedia.org/37323 +comment (10Simon Bachenberg) [09:26:21] 03(mod) Cross-protocol support for X-Forwarded-For for both IPv4 and IPv6 - 10https://bugzilla.wikimedia.org/35544 +comment (10Marcin Cieślak) [09:26:30] New patchset: Santhosh; "Custom grammar rules in javascript for some languages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10093 [09:28:28] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10093 [09:29:40] New patchset: GWicke; "Add passing test fo padleft and padright as substr" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10094 [09:30:17] New patchset: GWicke; "Add passing test for padleft and padright as substr" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10094 [09:31:23] New patchset: GWicke; "Fix padleft / padright (mis)use as substr" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10095 [09:31:59] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10095 [09:32:01] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10095 [09:33:40] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10094 [09:41:21] 03(mod) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 (10Pustomytnyk) [09:44:17] !bot [09:44:17] A bot is an automatic process which interacts with MediaWiki as though it were a human editor and is designed to simplify repetitive actions too cumbersome to do manually. An overview of how to create a bot and a list of known frameworks can be found at http://en.wikipedia.org/wiki/Wikipedia:Creating_a_bot [09:44:39] 03(mod) Problem with saving on settings page (token problem) - 10https://bugzilla.wikimedia.org/37300 +comment (10Jon) [09:45:37] New patchset: Santhosh; "Qunit tests for custom language rules for various languages." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10096 [09:47:35] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10096 [09:47:38] Change abandoned: Santhosh; "10093 and 10096 submitted by splitting this." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4554 [09:49:28] New patchset: GWicke; "Actually replace all underscores in wikilink target" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10097 [09:50:49] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10097 [09:50:51] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10097 [09:54:47] New review: Wikinaut; "reviewed my own change (test) and set it +1. However there may be a white space problem. Let's see m..." [test/mediawiki/extensions/examples] (master) C: 1; - https://gerrit.wikimedia.org/r/9750 [10:06:29] New patchset: Wikinaut; "removed a white space trailing the comment" [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/9750 [10:09:40] gerrit question: can see side-by-side diffs between arbitrary patchsets of a changeset, how ? [10:09:46] s/can/can I/ [10:10:16] 03(mod) Accessibility for embedded images - 10https://bugzilla.wikimedia.org/34750 +comment (10Kai Nissen) [10:11:35] New review: Wikinaut; "everything looks fine to me, whitespace after a comment removed. please approve (this is test)" [test/mediawiki/extensions/examples] (master) C: 1; - https://gerrit.wikimedia.org/r/9750 [10:24:56] MediaWiki.org contributions page for 83.44.127.25 has unblock/change block links... But no block log entry [10:30:35] New patchset: GWicke; "Don't set the data-mw attribute if the object is actually empty." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10100 [10:30:36] New patchset: GWicke; "Optionally round-trip sHref in data-mw" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10101 [10:32:35] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10100 [10:32:37] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10100 [10:36:11] 03(WONTFIX) Language Selector dropdown on Special:WebFonts page doesnt load using WebFont - 10https://bugzilla.wikimedia.org/33639 +comment (10Santhosh Thottingal) [10:50:00] 14(INVALID) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 +comment (10Siebrand) [10:54:28] New patchset: IAlex; "Changed a call to Title::getEscapedText() which is now deprecated." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10103 [10:56:25] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10103 [11:14:13] 03(mod) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 (10Pustomytnyk) [11:21:04] 03(mod) HTML tags shouldn't be escaped before passing to MathJax - 10https://bugzilla.wikimedia.org/36059 (10mybugs.mail) [11:24:02] using the api, how can I distinguish between automated marked revisions, and manual patrolled revisions? [11:24:20] 11:13, 4 June 2012 Billinghurst marked revision 3867661 of page User talk:Beeswaxcandle patrolled [11:24:20] 11:12, 4 June 2012 Slowking4 automatically marked revision 3868426 of page Page:Dictionary of National Biography volume 38.djvu/152 patrolled [11:26:25] from my viewing of the API, it just seems to care whether it is patrolled or not, not by the methodology [11:29:06] buongiorno a tutti [11:29:17] qualcuno che parla italiano o solo inglese ? [11:31:36] hello everyone I need help, I'm using the imagemap extension and I need help. I once clicked to highlight the mapped image, but I do not know if you can do and how you can do someone can help me? [11:38:01] New patchset: GWicke; "Improve / add two passing link tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10105 [11:39:15] I could not explain well the help they ask, or nobody wants or can help me? [11:39:57] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10105 [11:45:37] New patchset: GWicke; "Fix list handler issues" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10107 [11:45:59] New review: GWicke; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10107 [12:02:36] 03(mod) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 +comment (10NickK) [12:04:39] 03(mod) "Find and Replace" is missing when "Enable dialogs for inserting links, tables and more" is not checked - 10https://bugzilla.wikimedia.org/23942 15enhancement->normal (10TMg) [12:05:12] New patchset: GWicke; "Pre and link target improvements" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10108 [12:05:42] I just moved my wiki to a new server and now I can't log in [12:05:59] it tells me I need to enable cookies, which are enabled on my browser [12:06:33] 04(REOPENED) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 (10Anatoliy Goncharov) [12:08:30] 03(WONTFIX) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 +comment (10Siebrand) [12:21:17] 03(mod) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 +comment (10Anatoliy Goncharov) [12:25:55] . [12:25:58] 03(mod) Remove Russian fallback for Ukrainian language - 10https://bugzilla.wikimedia.org/37314 (10Pustomytnyk) [12:26:13] New review: Netbrain; "(no comment)" [mediawiki/extensions/Maps] (master) C: 1; - https://gerrit.wikimedia.org/r/9529 [12:59:21] hello everyone ! Wondering if you knew what function & .php script mediawiki is using everytime to display a page ? [13:05:22] New patchset: Santhosh; "Fix Bug 35175 : WebFonts Menu goes beyond the menu heading after font change" [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/10112 [13:07:03] 03(FIXED) WebFonts Menu goes beyond the menu heading after font change - 10https://bugzilla.wikimedia.org/35175 +i18n; +comment (10Santhosh Thottingal) [13:10:15] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/WikidataClient] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10089 [13:10:17] Change merged: Jeroen De Dauw; [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/10089 [13:12:25] Symfonystage: quite a few [13:21:14] New patchset: Jeroen De Dauw; "Get rid of globals and some cleanup" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9847 [13:46:15] Hi, I have installed mediawiki to handle the wiki part of my site, is there a way to retrieve latest articles posted on that wiki to show on the site homepage ?, i did the same for the wordpress blog using rss feeds, can i do the same with mediawiki ? [13:46:46] 03(mod) Updated image not displayed on QR Code page - 10https://bugzilla.wikimedia.org/37289 +comment (10walt.tuvell@gmail.com) [13:51:48] 03(mod) HTML tags shouldn't be escaped before passing to MathJax - 10https://bugzilla.wikimedia.org/36059 +comment (10Richard Morris) [13:52:42] Would anyone know why http://meta.wikimedia.org/wiki/Template:Hidden_begin doesn't seem to work like http://en.wikipedia.org/wiki/Template:Hidden_begin does? [13:54:43] D-Boy: For example, Special:Newpages&feed=atom [13:55:28] you can further refine what you want to appear in that feed [13:56:27] Thorncrag : "You have requested an invalid special page." is that an extension ? [13:56:39] no [13:56:46] type in Special:Newpages [13:57:07] the url you would use when specifying it as a feed URL would include &feed=atom [13:57:40] on the Special:Newpages page, there should be a link in the toolbox that says "ATOM" [13:57:40] ?feed=atom [13:58:15] New review: Subramanya Sastry; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10101 [13:58:17] Change merged: GWicke; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10107 [13:58:18] Change merged: Subramanya Sastry; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10101 [13:58:24] Great that's exactly what i'm looking for :D [13:58:30] thx Thorncrag & Ftrott [13:59:00] New patchset: Santhosh; "Fix Bug 33348 Page jumps to top when you click on the menu" [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/10115 [13:59:13] you need the ampersand [13:59:27] but yeah [13:59:29] Have fun :) [13:59:48] New review: Siebrand; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9847 [13:59:50] Change merged: Siebrand; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9847 [14:00:25] Thorncrag : ampersand ? i'm using the wikipedia model for shorturl (http://domain.com/wiki/NameSpace:Article) [14:01:02] New review: Subramanya Sastry; "(no comment)" [mediawiki/extensions/VisualEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10108 [14:01:06] Change merged: Subramanya Sastry; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/10108 [14:01:17] so for instance [14:01:40] http://www.mediawiki.org/w/index.php?title=Special:Newpages&feed=atom [14:02:29] Thorncrag : yep, something like that (https://fajrconnect.com/w/?title=Special:NewPages&feed=atom) [14:06:45] 03(FIXED) Page jumps to top when you click on the menu - 10https://bugzilla.wikimedia.org/33348 +i18n; +comment (10Santhosh Thottingal) [14:08:43] I just moved my wiki to a new server and now I can't log in [14:08:51] it tells me I need to enable cookies, which are enabled on my browser [14:09:41] !cookies [14:09:41] To enable cookies for popular browsers, see [14:09:52] @search cookies [14:09:52] Results (Found 1): cookies, [14:10:06] Yoplitein: that happens when there is any problem with login I opened a bug for that [14:10:29] it's only started happening since I moved the wiki to a new server, though [14:10:44] so, could it be a file that didn't transfer right? [14:11:01] hm, maybe it's because of php configuration, or maybe there is a problem with transfer of configuration [14:11:24] did you try to create a new account that works? [14:11:41] I have to log in to make a new account [14:11:54] hm, security key is same as before? [14:12:08] afaik [14:12:11] url is same as well? [14:12:16] yep [14:12:32] did you try to clean your current cookies? [14:12:38] yes [14:13:49] did you enable memcache in past [14:13:53] or other cache [14:13:59] nope [14:17:43] what extensions are you using [14:18:03] what is version of mw? [14:18:39] do you have identical or similar php configuration as before [14:19:03] MW 1.18.2, similar php config [14:19:26] extensions are RenameUser, User Merge and Delete, Parser Functions, Syntax Highlight, Vector and WikiEditor [14:19:28] I think that problem is with sessions actually, it doesn't really have so much to do with cookies [14:20:01] do you have any other account on that wiki to test? did you try to login using different browser [14:20:24] alsi MW1.18.2 is not latest version [14:20:56] I updated a few months ago from a version from 2008, though, so it's better than before. :P [14:21:14] did you run update.php after that [14:21:17] yes [14:21:24] and everything worked fine afterwards [14:21:54] this problem happens for example when memcache server can't be contacted and usually it works on second try, did you try to login after error? [14:22:20] I've tried logging in dozens of times, using two accounts on different browsers [14:22:50] that may be something wrong in apache / php, as well as in database... [14:23:21] I'll try filing a support ticket with my host [14:23:36] I suppose that if it worked on previous machine it's not really a problem of mediawiki, except for that it can't tell you much what's wrong, can you insert these data to your LS.php [14:24:15] hmm, looking at my error logs, it seems it's still using a path from the old host [14:24:18] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9529 [14:24:21] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/9529 [14:24:57] $wgDebugComments = true; [14:25:05] !LS.php [14:25:11] @search LS [14:25:11] Results (Found 1): lsb, [14:25:23] @search settings [14:25:23] Results (Found 7): cache, config, debug, email, enotif, gerritkeys, vector, [14:25:27] !config [14:25:27] All configuration is done in LocalSettings.php (near the end of the file). Editing other files means modifying the software. Default settings are not in LocalSettings.php, you can look in DefaultSettings.php. See , , , and [14:25:37] yes, that LocalSettings file [14:26:23] then link me to your site [14:26:43] http://beniki.beniesbuilds.com [14:29:55] Yoplitein: for some reason there is a very short expiry time for the cookies defined by your mw installation [14:30:10] when I compared it to other sites it seems different [14:30:21] weird [14:30:38] maybe try to adjust https://www.mediawiki.org/wiki/Manual:$wgCookieExpiration [14:31:56] didn't do much [14:32:07] let me try [14:32:56] as you can see, latest version of mw has different value, so maybe if you actually update your mw, it would fix itself, but this could also fix it [14:34:06] weird, I still see same expiry time [14:34:13] did you change the value? [14:35:00] I am definitely no expert on cookies, so it's rather my guess, but I am sure you wouldn't break much if you temporarily try to make it higher [14:35:41] I set it to 30 days [14:36:05] but I don't see 30 days for cookies for your site [14:36:49] I see something what looks like immediate expiry [14:38:20] I set $wgCookieExpiration [14:40:29] you can also try to check the debug logs but you need to enable them [14:40:47] however this doesn't look like an error in php, rather it's something in apache configs [14:45:37] I'll submit a support ticket, then [14:53:46] 03siebrand * 10/trunk/translatewiki/Wikia/extensions.txt: Update support for MediaWiki extensions by Wikia. [14:59:57] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9959 [14:59:59] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/9959 [15:07:39] 03siebrand * 10/trunk/tools/ToolserverI18N/language/messages/ (15 files): Localisation updates from http://translatewiki.net. [15:11:36] 03(mod) HTML tags shouldn't be escaped before passing to MathJax - 10https://bugzilla.wikimedia.org/36059 +comment (10Richard Morris) [15:19:11] 03(NEW) Scribunto does not give error in expandTemplate when title does not exist - 10https://bugzilla.wikimedia.org/37324 normal; MediaWiki extensions: [other]; (hartman) [15:20:11] 03(NEW) Add Scribunto to the list of bugzilla extensions - 10https://bugzilla.wikimedia.org/37325 normal; Wikimedia: Bugzilla; (hartman) [15:23:41] New patchset: Nischayn22; "Added SQLStore2_Readers.php - class that handles all the reading methods.(similar to what was done with Query Answering)" [mediawiki/extensions/SemanticMediaWiki] (storerewrite) - https://gerrit.wikimedia.org/r/9511 [15:24:56] 03(FIXED) Add Scribunto to the list of bugzilla extensions - 10https://bugzilla.wikimedia.org/37325 normal->15enhancement; +comment (10Thehelpfulone) [15:26:16] 03(mod) Scribunto does not give error in expandTemplate when title does not exist - 10https://bugzilla.wikimedia.org/37324 +comment (10Thehelpfulone) [15:44:32] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (storerewrite) - https://gerrit.wikimedia.org/r/9511 [15:45:56] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (storerewrite); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9511 [15:45:57] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (storerewrite) - https://gerrit.wikimedia.org/r/9511 [15:57:31] New review: Jeroen De Dauw; "(no comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/8924 [15:59:08] New review: Jeroen De Dauw; "(no comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/8924 [16:22:02] 03(mod) fawiki: add Book namespace + aliases - 10https://bugzilla.wikimedia.org/37006 +comment (10reza1615) [16:32:18] Anyone knows what makes http://en.wikipedia.org/wiki/Template:Hidden have 'show' but http://meta.wikimedia.org/wiki/Template:Hidden 'expand'? [16:40:11] Mentifisto, the template works combined with a javascript [16:44:30] New patchset: MarkTraceur; "(bug 30728) Escape the URL parameters for the returntoquery link" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10125 [16:46:01] 03(mod) user gets dropped to Main Page instead of upload wizard page - 10https://bugzilla.wikimedia.org/30728 +comment (10Mark Holmquist) [16:58:27] New review: Aaron Schulz; "I think it's nice to have a standard way to select a wiki (e.g. a core parameter), but it seems like..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/9804 [17:01:11] New review: Platonides; "The extension should be adding the parameter then." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9804 [17:04:23] 03(mod) Magic words are considered to be (non-existing) templates - 10https://bugzilla.wikimedia.org/31576 04BLOCKER->04CRIT (10Aaron Schulz) [17:08:50] Platonides: is it at http://meta.wikimedia.org/wiki/MediaWiki:Common.js ? var expandCaption = 'show'; ? (show, not expand?) [17:09:01] New review: Aaron Schulz; "You are comparing user facing GUI button that does nothing with cli parameter for people with shell,..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/9804 [17:20:54] New patchset: MarkTraceur; "(bug 37302) Only fire startUploads once, after all files are ready" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10127 [17:22:12] 03(mod) Magic words are considered to be (non-existing) templates - 10https://bugzilla.wikimedia.org/31576 (10Aaron Schulz) [17:22:12] 03(mod) MediaWiki bugs to be fixed for 1.20wmf4 deployment (tracking) - 10https://bugzilla.wikimedia.org/36974 (10Aaron Schulz) [17:25:31] 03(mod) ` and z keys does not work in Telugu InScript scheme of Narayam - 10https://bugzilla.wikimedia.org/36723 +i18n; +comment (10Srikanth Logic) [17:33:28] are keyword tracking and bug 2007 duplicate? [17:36:23] New patchset: MarkTraceur; "Add in new checkmark and alert graphics for upload step" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10129 [17:36:35] liangent, that's explained in bug 2007 itself [17:40:02] New review: MarkTraceur; "Erik, I think that issue might be fixed by the progress bar fix found elsewhere, since it's probably..." [mediawiki/extensions/UploadWizard] (master) C: 0; - https://gerrit.wikimedia.org/r/3808 [17:40:36] Platonides: so why not tracking bug only? [17:41:37] New review: MarkTraceur; "Bug 30728 appears to have been fixed in another patch, I just added in a call to urlencode. See Chan..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/8475 [17:42:01] 03(mod) Bamini keyboard map needs fix + Unit Tests - 10https://bugzilla.wikimedia.org/31904 summary; +comment (10Srikanth Logic) [17:42:29] liangent, I don't know [17:42:36] ask hexmode? [17:44:34] btw Platonides, why are your nick shown in bold [17:44:51] in pidgin [17:50:04] am I still bold? [18:06:58] New review: John Erling Blad; "It is depending on 9365 but as a number of tests fails, and needs updating, it should pe kept "in pr..." [mediawiki/extensions/WikidataRepo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9364 [18:10:21] New patchset: MarkTraceur; "(bug 37293) Add in a descriptionlang parameter, and respect it" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10130 [18:14:54] 03(mod) Make it possible to pass description language in the UploadWizard - 10https://bugzilla.wikimedia.org/37293 +patch +patch-need-review; +comment (10Mark Holmquist) [18:15:21] I wrote a UnitTest for an extension and when running that got and Exception saying could not open file [18:15:29] did anyone face similar problems? [18:15:37] You've most likely typo'd [18:16:02] I checked but didn't find any typo [18:16:04] rechecking [18:19:16] Reedy: it says something like this could not open file :" .....extensions\SemanticMediawiki/tests........." don't get why \ and then / [18:20:08] Has anyone run UploadWizard campaigns on a local instance of MediaWiki? It doesn't appear to have a working database setup [18:20:44] New patchset: Reha Sterbin; "Metrics stage 5 clicktracking" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10131 [18:20:45] New patchset: Reha Sterbin; "bug 36647 - Article Feedback - Final Feedback Form (Option 6)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/8621 [18:21:35] marktraceur_: best asking JeroenDeDauw [18:21:45] nischayn22: what code have you put down for the tests? [18:21:47] pastebin it [18:21:59] JeroenDeDauw, double-highlight, see above please :) [18:22:01] Reedy: got it finally, silly typo [18:24:21] phpunit's memory usage terrifies me [18:27:48] New patchset: Reha Sterbin; "Re-enable feedback-link on talk-page" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/8884 [18:28:39] Reedy: is there a typo in line 4 of http://www.mediawiki.org/wiki/Manual:PHP_unit_testing/Writing_unit_tests_for_extensions [18:29:06] it says to copy to suite.extensions.xml and then do php phpunit.php --configuration extensions.suite.xml [18:29:41] lol [18:29:44] looks like it [18:33:38] ah, another problem with phpunit.php [18:34:10] New patchset: Reha Sterbin; "Metrics stage 5 clicktracking" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10131 [18:34:16] on running tests on a file it says could not open file "--configuration" [18:34:34] --configuration is not a file :P [18:37:25] 03(mod) Article Feedback Page - Metrics Stage 5 Test: Bucketing and clicktracking - 10https://bugzilla.wikimedia.org/37287 +comment (10Reha Sterbin) [18:43:19] 03(mod) Additional configurable campaign field - 10https://bugzilla.wikimedia.org/37303 +comment (10elya) [18:47:51] 03(mod) Additional configurable campaign field - 10https://bugzilla.wikimedia.org/37303 +comment (10Mark Holmquist) [18:49:06] 03(mod) Startup module shouldn't contain config - 10https://bugzilla.wikimedia.org/37295 +comment (10Trevor Parscal) [18:59:16] 03(mod) Additional configurable campaign field - 10https://bugzilla.wikimedia.org/37303 +comment (10elya) [18:59:52] New patchset: Raimond Spekking; "Followup change I01cf6253: Disable messages with empty message key" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/10134 [19:00:17] 03(NEW) Change of logo for smwiki - 10https://bugzilla.wikimedia.org/37326 normal; Wikimedia: General/Unknown; (zscout370) [19:04:01] New review: Raimond Spekking; "Change I15726976: some fixes/tweaks" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/9529 [19:12:40] I just wanted to let you guys know that the file 'FAQ' in the default extracted mediawiki folder has, as its entire contents, a *broken* link to the Manual:FAQ. [19:18:33] Also, I operate a corporate, internal wiki which briefly was exposed to the internet, and some large number of spambots were registered, who then proceeded to generate a huge number of pages for various spam things (carelessly restricted 'editing' but not 'creating'...). Is there any way I can, say, 'delete a user and rollback all his contributions'? [19:20:09] New patchset: Reha Sterbin; "Cleaned up activity cookie usage on the special page" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10136 [19:20:54] MW 1.18.3: Running SimpleSecurity Extension. Is there an easy way to prevent any pages in the Special: from the view of anonymous; whether it be Special:Version or AllPages, etc. Thanx! [19:24:13] anyone around that is good with info boxes? [19:24:16] hi. i'm having trouble getting caching to work. i've installed apc, and php_info() seems to indicated it's enabled. when i set $wgMainCacheType = 'CACHE_ACCEL';, i get "Invalid object cache type "CACHE_ACCEL" requested. It is not present in $wgObjectCaches." how can i figure out what i'm doing wrong? [19:24:33] i'm using mediawiki 1.19.0 [19:25:38] I think its dead in here [19:26:00] Good evening I would need help to highlight that I'm using an image with imagemap I looked everywhere and I found a Imagemap-Highlight.js but I do not know how to use it someone could help me figure out how to highlight? [19:27:46] ah, silly. it's because i had it in quotes. [19:28:38] sorry for my English but I use google translate to translate I am Italian [19:28:44] anyone able to take a look at an infobox template and why it sits on the left aisde and not right side? [19:31:09] New patchset: MarkTraceur; "More style changes, very small commit" [wikimedia/orgchart] (svg-chart) - https://gerrit.wikimedia.org/r/10138 [19:32:08] New review: MarkTraceur; "(no comment)" [wikimedia/orgchart] (svg-chart); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10138 [19:32:14] Change merged: MarkTraceur; [wikimedia/orgchart] (svg-chart) - https://gerrit.wikimedia.org/r/10138 [19:33:21] lol [19:34:03] MissFortier: if you mean you have dumped some wikipedia pages into your site and they are not lining up right you need to copy the Mediawiki:Common.css file and ensure the parser functions are set up --- same thing happened with me. If this doesn't help hang out and someone will answer [19:34:28] marktraceur: You introduced what git calls a 'whitespace error', a line with only whitespace on it, in the above patchset. I'd suggest removing that. (: [19:34:41] ^\s+$ is a regex you can use with e.g. grep to find such lines. [19:35:01] Guest71382: I can't understand you. What are you trying to highlight? Is 'highlight' what you mean? Try different words. [19:35:43] MissFortier: MediaWiki:Common.css [19:36:09] JohnWittle I would like to highlight the images you use with imagemap when I pass the mouse over the highlighted area [19:36:33] *that I use with imagemap [19:36:35] Guest71382: Ah, you want them to change color when you pass the mouse over them? [19:36:41] yes [19:37:12] paulproteus, thanks much! [19:37:59] No problem, marktraceur_. Also I took that moment as a good time to apply for a Gerrit account. [19:38:01] Guest71382: Do you want the whole image to be highlighted, or just the region of the Imagemap? [19:38:17] How do I make http://www.mylzh.net/wiki/leagueoflegends/index.php?title=Corki,_The_Daring_Bombardier info box appear on the right side and have text wrap around it like a normal wiki? [19:38:31] 03(mod) Problem with saving on settings page (token problem) - 10https://bugzilla.wikimedia.org/37300 +comment (10Arthur Richards) [19:39:27] Only one I have mapped the link below so that you recognize the area [19:41:01] Guest71382: Give me a second. [19:41:53] MissFortier: I don't code a whole lot but float:right should be in your code somewhere and as to the text wrap there is coding for that. Check out the w3school (google) it or hang out and ask again. Sorry! :( It's all css [19:42:37] Guest71382: Do you mean like in this page? http://he.wikipedia.org/wiki/תבנית:מפת_תמונה/דוגמאות [-] [19:42:54] I would like to do as they did in this link ... I can post a link? [19:43:05] yes [19:43:07] this [19:43:26] was just what I wanted to post the link :) [19:43:43] I really want to do so [19:43:50] Guest71382: All the documentation is in Hebrew, not English. You should find someone who speaks Hebrew to help you; there are no English or Italian instructions. [19:44:09] :( [19:44:15] MissFortier: I think the MediaWiki css file will solve a bunch of the issues unless the coding you did is original [19:44:29] this is the problem [19:44:44] MW 1.18.3: Running SimpleSecurity Extension. Is there an easy way to prevent any pages in the Special: from the view of anonymous; whether it be Special:Version or AllPages, etc. Thanx! [19:45:21] Guest71382: I'm sorry :(. The 'english' documentation is very poorly written. Have you tried 'google translate' hebrew --> italian? [19:46:35] JohnWittle: Are you looking to wipe out a bunch of files I thought I read? Have you looked at the Nuke Extension and others similarly situated? Don't know if they're viable or not [19:46:41] I tried to translate it but I do not understand the code is partly English and partly Jewish, and I do not understand [19:46:59] that jewish code [19:47:12] FCPD: I'm not looking to wipe out anything! [19:47:49] marktraceur marktraceur_ really? the update script fails or simply does not add the needed stuff? [19:47:53] Guest71382: It looks like this script relies on custom CSS classes, to be inserted near your images. It will be hard to install. [19:47:54] That'd surprise me [19:48:01] I could hceck tho [19:48:04] *check [19:48:18] JeroenDeDauw, UploadWizard.sql? [19:48:34] JohnWittle: Sorry I thought I saw you had a bunch of pages you wanted rolled back/removed from spam [19:48:37] there is nothing like that simple? [19:48:51] New patchset: Reha Sterbin; "Cleaned up activity cookie usage on the special page" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10136 [19:49:19] JeroenDeDauw, I think I'm running MW with an sqlite database, does that make a significant difference? [19:51:58] JeroenDeDauw, exact error on loading Special:UploadCampaigns is "no such table: uw_campaigns" [19:54:05] Guest71382: Short answer, no. [19:54:07] Change abandoned: Pmolina; "(no reason)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9842 [19:54:30] Guest71382: Maybe easy, maybe hard. Instructions are terrible. [19:57:22] so I have to give up? I found a script like this but I have to use it? http://nopaste.info/7405d0de0d.html [19:58:44] New review: Umherirrender; "{{REVISIONID}} gives a empty string (because it is set to null). In my opinion makes it sense, to ha..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/9858 [20:00:09] Guest71382: That script will work, but requires you to manually create a new version of the image for each mouseover-element you want to include. [20:02:52] ah ok this is my new page [20:03:32] I figured with that I can create a new page by entering my info and pictures [20:05:18] Guest71382: do you intend on using http://nopaste.info/7405d0de0d.html? [20:06:55] you should do what I want to do right? rect if I change the pictures and I see highlighted? [20:09:27] New review: Siebrand; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10134 [20:09:30] Change merged: Siebrand; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/10134 [20:11:11] New patchset: IAlex; "Added missing GPLv2 headers in some places." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10142 [20:11:11] binasher: am I spamming your inbox with patches? :p [20:11:45] but they're patches that make me happy! [20:12:04] my latest makes tables map to specific servers, so getMulti() becomes crazy [20:13:01] is there any way to remove the advanced search option from the search page? running a kinda small wiki and dont c the need for it, would just confuse my visitors methinks. hiding it from non-users would be ideal. [20:13:12] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10142 [20:13:56] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10144 [20:14:40] New review: Platonides; "Different interface and users, but similar thing." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9804 [20:15:59] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10144 [20:21:23] :f [20:22:30] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10144 [20:22:32] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10144 [20:23:26] New patchset: MarkTraceur; "Add in a better open/close system for the sidebar!" [wikimedia/orgchart] (svg-chart) - https://gerrit.wikimedia.org/r/10146 [20:24:18] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10094 [20:24:21] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10094 [20:24:54] New review: MarkTraceur; "(no comment)" [wikimedia/orgchart] (svg-chart); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10146 [20:24:55] Change merged: MarkTraceur; [wikimedia/orgchart] (svg-chart) - https://gerrit.wikimedia.org/r/10146 [20:25:23] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10105 [20:25:25] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10105 [20:26:27] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9963 [20:26:30] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9963 [20:27:24] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9966 [20:27:27] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9966 [20:31:10] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10142 [20:31:12] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10142 [20:31:20] JeroenDeDauw, any luck? [20:34:04] is there any way to remove the advanced search option from the search page? running a kinda small wiki and dont c the need for it, would just confuse my visitors methinks. hiding it from non-users would be ideal [20:35:57] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10103 [20:35:59] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10103 [20:36:29] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10082 [20:36:33] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10082 [20:36:38] JedimindhaX, the hooks thing that was linked last time will probably do that for you [20:37:12] JedimindhaX, http://www.mediawiki.org/wiki/Manual:Hooks/MediaWikiPerformAction for your reference [20:37:37] thanks for the link [20:37:49] guess ill read up on how to use hooks :P [20:37:50] 03(mod) Inline Styles: Portal pages need to be redesigned for mobile - 10https://bugzilla.wikimedia.org/30887 +comment (10Jon) [20:39:46] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9875 [20:39:50] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9875 [20:40:13] ^demon: https://gerrit.wikimedia.org/r/#/c/8983/ slightly important [20:41:36] 03(NEW) chrwiki logo - 10https://bugzilla.wikimedia.org/37327 normal; Wikimedia: General/Unknown; (zscout370) [20:41:44] <^demon> Looks good. [20:41:51] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8983 [20:41:54] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8983 [20:45:12] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8721 [20:45:12] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8721 [20:46:32] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8891 [20:46:36] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8891 [20:47:07] <^demon> AaronSchulz: Enjoy your gerritspam :) [20:47:19] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8627 [20:47:22] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8627 [20:47:31] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/10149 [20:47:39] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AdminLinks] (master) - https://gerrit.wikimedia.org/r/10150 [20:47:47] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/10151 [20:47:55] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/10152 [20:48:07] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10153 [20:48:15] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/10154 [20:48:24] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/10155 [20:48:33] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/10156 [20:48:42] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ConfirmEdit] (master) - https://gerrit.wikimedia.org/r/10157 [20:48:44] New review: Demon; "(no comment)" [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10149 [20:48:46] Change merged: Demon; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/10149 [20:48:50] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/10158 [20:48:51] New review: Demon; "(no comment)" [mediawiki/extensions/AdminLinks] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10150 [20:48:53] Change merged: Demon; [mediawiki/extensions/AdminLinks] (master) - https://gerrit.wikimedia.org/r/10150 [20:49:00] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/10159 [20:49:08] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/10160 [20:49:12] New review: Demon; "(no comment)" [mediawiki/extensions/DonationInterface] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10159 [20:49:14] Change merged: Demon; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/10159 [20:49:17] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/10161 [20:49:18] New review: Demon; "(no comment)" [mediawiki/extensions/Contest] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10158 [20:49:20] Change merged: Demon; [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/10158 [20:49:26] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/10162 [20:49:29] New review: Demon; "(no comment)" [mediawiki/extensions/ConfirmEdit] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10157 [20:49:31] Change merged: Demon; [mediawiki/extensions/ConfirmEdit] (master) - https://gerrit.wikimedia.org/r/10157 [20:49:34] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LastModified] (master) - https://gerrit.wikimedia.org/r/10163 [20:49:38] New review: Demon; "(no comment)" [mediawiki/extensions/Cite] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10156 [20:49:40] Change merged: Demon; [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/10156 [20:49:44] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/10164 [20:50:06] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/10166 [20:50:06] New review: Demon; "(no comment)" [mediawiki/extensions/LastModified] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10163 [20:50:08] New review: Demon; "(no comment)" [mediawiki/extensions/LandingCheck] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10162 [20:50:08] Change merged: Demon; [mediawiki/extensions/LastModified] (master) - https://gerrit.wikimedia.org/r/10163 [20:50:10] Change merged: Demon; [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/10162 [20:50:12] New review: Demon; "(no comment)" [mediawiki/extensions/EducationProgram] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10160 [20:50:14] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/NewUserMessage] (master) - https://gerrit.wikimedia.org/r/10167 [20:50:14] Change merged: Demon; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/10160 [20:50:15] New review: Demon; "(no comment)" [mediawiki/extensions/CentralAuth] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10155 [20:50:17] Change merged: Demon; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/10155 [20:50:22] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/10168 [20:50:31] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/OggHandler] (master) - https://gerrit.wikimedia.org/r/10169 [20:52:26] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/10176 [20:52:27] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/10177 [20:52:28] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/10178 [20:52:30] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10179 [20:52:31] New review: Demon; "(no comment)" [mediawiki/extensions/PdfHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10171 [20:52:31] Change merged: Demon; [mediawiki/extensions/PdfHandler] (master) - https://gerrit.wikimedia.org/r/10171 [20:52:31] New review: Demon; "(no comment)" [mediawiki/extensions/FlaggedRevs] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10161 [20:52:31] New review: Demon; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10164 [20:52:31] Change merged: Demon; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/10161 [20:52:31] Change merged: Demon; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/10164 [20:52:32] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/UserThrottle] (master) - https://gerrit.wikimedia.org/r/10180 [20:52:32] New review: Demon; "(no comment)" [mediawiki/extensions/MoodBar] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10166 [20:52:32] Change merged: Demon; [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/10166 [20:52:32] New review: Demon; "(no comment)" [mediawiki/extensions/NewUserMessage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10167 [20:52:32] New review: Demon; "(no comment)" [mediawiki/extensions/Nuke] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10168 [20:52:32] Change merged: Demon; [mediawiki/extensions/NewUserMessage] (master) - https://gerrit.wikimedia.org/r/10167 [20:52:32] Change merged: Demon; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/10168 [20:52:32] New review: Demon; "(no comment)" [mediawiki/extensions/OggHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10169 [20:52:32] New review: Demon; "(no comment)" [mediawiki/extensions/OpenStackManager] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10170 [20:52:32] Change merged: Demon; [mediawiki/extensions/OggHandler] (master) - https://gerrit.wikimedia.org/r/10169 [20:52:32] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/10181 [20:52:32] Change merged: Demon; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/10170 [20:52:32] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/10182 [20:52:32] New patchset: Ori.livneh; "(bug 37255) Adjust position of timestamp as needed" [mediawiki/extensions/LastModified] (master) - https://gerrit.wikimedia.org/r/10183 [20:52:38] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/10184 [20:52:43] New review: Demon; "(no comment)" [mediawiki/extensions/Push] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10172 [20:52:45] Change merged: Demon; [mediawiki/extensions/Push] (master) - https://gerrit.wikimedia.org/r/10172 [20:52:47] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/10185 [20:52:59] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/10186 [20:52:59] New review: Demon; "(no comment)" [mediawiki/extensions/ReaderFeedback] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10173 [20:53:02] Change merged: Demon; [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/10173 [20:53:04] New review: Demon; "(no comment)" [mediawiki/extensions/Renameuser] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10174 [20:53:05] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/10187 [20:53:06] Change merged: Demon; [mediawiki/extensions/Renameuser] (master) - https://gerrit.wikimedia.org/r/10174 [20:53:13] New review: Demon; "(no comment)" [mediawiki/extensions/SwiftCloudFiles] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10176 [20:53:14] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/wikihiero] (master) - https://gerrit.wikimedia.org/r/10188 [20:53:15] Change merged: Demon; [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/10176 [20:53:47] New review: Demon; "(no comment)" [mediawiki/extensions/UserThrottle] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10180 [20:53:49] Change merged: Demon; [mediawiki/extensions/UserThrottle] (master) - https://gerrit.wikimedia.org/r/10180 [20:53:50] New review: Demon; "(no comment)" [mediawiki/extensions/SecurePoll] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10175 [20:53:51] Change merged: Demon; [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/10175 [20:53:52] New review: Demon; "(no comment)" [mediawiki/extensions/TimedMediaHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10177 [20:53:54] Change merged: Demon; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/10177 [20:53:54] New review: Demon; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10178 [20:53:56] Change merged: Demon; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/10178 [20:53:57] New review: Demon; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10179 [20:53:59] Change merged: Demon; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10179 [20:54:15] 03(mod) LastModified output overlaps with article icons (emblems) - 10https://bugzilla.wikimedia.org/37255 +comment (10Ori Livneh) [20:55:16] New review: Demon; "(no comment)" [mediawiki/extensions/WebFonts] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10181 [20:55:18] Change merged: Demon; [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/10181 [20:55:22] New review: Demon; "(no comment)" [mediawiki/extensions/WikiEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10182 [20:55:24] Change merged: Demon; [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/10182 [20:55:35] New review: Demon; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10184 [20:55:37] Change merged: Demon; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/10184 [20:55:42] New review: L10n-bot; "(no comment)" [mediawiki/extensions/wikihiero] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10188 [20:55:43] Change merged: L10n-bot; [mediawiki/extensions/wikihiero] (master) - https://gerrit.wikimedia.org/r/10188 [20:55:43] 03raymond * 10/trunk/extensions/ (15 files in 15 dirs): Localisation updates from http://translatewiki.net. [20:55:45] New review: Demon; "(no comment)" [mediawiki/extensions/WikimediaIncubator] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10185 [20:55:46] New review: L10n-bot; "(no comment)" [mediawiki/extensions/ZeroRatedMobileAccess] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10187 [20:55:46] Change merged: Demon; [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/10185 [20:55:47] Change merged: L10n-bot; [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/10187 [20:55:50] New review: L10n-bot; "(no comment)" [mediawiki/extensions/WikimediaMessages] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10186 [20:55:51] Change merged: L10n-bot; [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/10186 [20:56:30] hey guys, could you help me with setting up some email stuff on (obviuosly) a mediawiki? [20:57:21] Im trying to get the thing to send password related stuff and i didnt attemp setting it up anyhow yet [20:57:57] MW 1.18.3: Extension PDF Handler generates Error creating thumbnail: convert: no decode delegate for this image format Any ideas? [20:58:28] Page on Site: http://foreclosurepedia.org/reo/index.php?title=File:Non_Disclosure_Agreement.pdf [20:58:53] anyone? please? [20:59:28] jvacek996, you should probably list something more specific, people will jump in when they can [20:59:39] jvacek996: you're asking us to help you without you providing any information as to what your problem is or what you have tried [20:59:51] oh ok, sorry, more info being typed [21:00:37] I want the media wiki to send emails with temp passwords if people forget them. Looks like it doesnt do it by default. [21:00:58] and I have no clue how will i enable that [21:01:24] just enable emails in localsettings.php [21:01:33] there should be something about emails and it being set to false [21:01:35] change it to true [21:01:44] $wgEnableEmail = true; [21:01:53] jvacek996, http://www.mediawiki.org/wiki/Manual:Configuration_settings#Email_settings for future reference [21:02:01] then everything should work unless your server's email setup doesn't work [21:03:04] $wgEmergencyContact = "mediawiki@www.jonakj.co.cc"; $wgPasswordSender = "mediawiki@www.jonakj.co.cc"; [21:03:23] is all i managed to do. i guess there will be loads of mistakes [21:03:33] starting with www. -.- [21:04:00] wouldnt it need some sort of SMTP details or something? [21:04:11] try sending emails via special:emailuser [21:04:19] or manually via ssh [21:04:25] to test if emails even work on your server [21:04:38] if they don't, contact your host [21:05:21] emails work fine on my server, i will try the emailuser now [21:06:56] i understand the concept of hooks but tbh i would have a very hard time actually using one and getting it to do what i want :-p :') i feel stupid now, lol [21:08:38] i dont know how i even managed to actually install mediawiki through a script [21:10:09] jvacek996, without $wgEnableEmail it will all be useless, so do that before changing other stuff [21:10:28] set to true [21:10:42] K, awesome [21:11:01] And it's still not going? [21:11:23] so emailuser doesnt send anything [21:11:32] marktraceur marktraceur_ I will check now if it sets up for me correctly [21:11:33] 03(mod) Article Feedback - Final Feedback Form (Option 6) - 10https://bugzilla.wikimedia.org/36647 +comment (10Fabrice Florin) [21:11:38] I have never tested with sqlite [21:11:41] But that should work [21:11:47] JeroenDeDauw, roger that [21:11:48] And if it does not, it's probably easy to fix [21:12:15] jvacek996, can you find out if there are relevant debug messages? Errors, etc. [21:12:38] please someone help me out with this, I feel close to begging :') or actually: i beg of you :'D [21:13:10] Im pretty sure it is me just not setting something up right, dont think it is internal [21:13:25] how would you guide me to do it from scratch if i just had a clean install? [21:13:26] 03(mod) Article Feedback - Final Feedback Form (Option 6) - 10https://bugzilla.wikimedia.org/36647 +comment (10Fabrice Florin) [21:13:29] jvacek996, even so, debug messages would help point us in the right direction [21:13:43] ok, would you know where i could find them? [21:13:45] 03(mod) Article Feedback - Final Feedback Form (Option 6) - 10https://bugzilla.wikimedia.org/36647 (10Fabrice Florin) [21:13:46] jvacek996, I would point you at the link above and say "use these options" [21:14:02] jvacek996, GNU/Linux will usually put them in /var/log/ somewhere [21:14:40] nothing in ~/var [21:14:51] I guess my question is specific to what is wrong with the image resizer in the PDF Handler extension as the full resolution appears just fine [21:14:52] jvacek996, not ~/var, /var [21:15:16] var on root has nothing either [21:15:23] jvacek996, that's wrong [21:15:32] Soooo wrong [21:15:43] jvacek996, you might need root? [21:15:59] i.e., super-user priveleges [21:16:15] sorry, no clue what you are talking there :S sudo? [21:16:28] jvacek996, if you have a system set up for that, yes [21:16:46] For the record, what GNU/Linux flavor do you run? [21:17:32] hell if i knew. let me look [21:18:25] on special:search i want to disable searching for redirects (&redirs disabled) and wanna disable Advanced search. both of these things disabled for non-users. restricted. if anyone can help me out with this id be eternally grateful.. this is the last thing that needs doing on my wiki, after this im finished :o [21:18:47] JedimindhaX, I've shown you where to go for that [21:19:14] let me see if looking up my host name will give results [21:19:50] yes i know but i dont know how to figure that out by myself man.. i would have to learn how to use hooks and even if i did there's no guarantee i could figure out how to get this specific thing done.. [21:20:13] if i had a sense that i could i figure this out by myself i wouldnt be asking ;_; [21:20:26] i see linux logo [21:20:27] JedimindhaX, that's all I can help you with, it doesn't make sense to disable that feature, so it's very unlikely you'll find any help [21:20:30] good start [21:20:47] jvacek996, uname -a might help [21:21:10] i cannot find any terminal or cmd options atm [21:21:21] if you want money to help me fix it marktraceur_ :-p [21:21:27] How are you using the computer, then? [21:21:45] JedimindhaX, sounds like a PM conversation [21:23:00] its on a free hosting site with an ftp and a cpanel :P/ [21:23:59] i didnt spend a single cent yet on anything, not even domain [21:24:12] jvacek996, I'm not sure how to do this, then [21:24:18] Sorry [21:24:43] well, lets see, how would you guide me to do it from scratch? [21:25:10] just go to localsettings.php and change some bits? [21:25:16] New patchset: Jeroen De Dauw; "Fix sqlite compat" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10189 [21:25:25] jvacek996, yep! [21:25:42] marktraceur_ there you go :) [21:26:04] JeroenDeDauw, awesome! Thanks much [21:26:40] what would you do in that case? and what would the variables stand for? and is there really no need for smtp settings?? [21:27:16] jvacek996, I don't think so, but I could be wrong [21:27:26] jvacek996, what domain are you running this wiki on? [21:27:35] jonakj.co.cc [21:27:40] and it is in /mediawiki [21:27:52] just to have some notes on it for people to access [21:28:00] Try removing the www from the email address [21:28:03] Just a guess [21:28:17] $wgEmergencyContact = "jonakj@jonakj.co.cc"; [21:28:30] and there is an account on the server with that name [21:28:44] or lets just say $wgEmergencyContact = "mediawiki@jonakj.co.cc"; [21:28:51] exists as well [21:29:16] I don't think the account needs to exist, but fine [21:31:17] JeroenDeDauw, can you merge that change? [21:31:42] waaaait, i actually got an email form "apache@www.jonakj.co.cc" which didnt even exist [21:31:46] what the hell [21:31:48] marktraceur_ I do not yet have merge rights for UploadWizard, request is in and approved, but work still needs to happen [21:32:36] JeroenDeDauw, I guess I'll review, do my part [21:33:15] i have no clue of what is oging on with this thing [21:33:34] it's sending mails from non-existing addresses [21:33:48] but when i want it to send it from ones that exist it won't [21:33:59] jvacek996, the account doesn't need to exist, this is my point [21:34:06] oooooooooh [21:34:08] It might be using a value from the httpd.conf [21:35:52] would you know where that is? [21:36:37] jvacek996, not without access to a filesystem, no [21:37:04] Im stuck :( [21:37:35] I guess I will just put it back to its original values and see whether it works [21:39:00] well screw that. btw, how do I upload images to the wiki without ftp? never needed to know but maybe in the future [21:39:13] jvacek996, Special:Upload [21:39:18] You'd need to enable uploads [21:39:30] only thing i managed to do :D [21:39:40] jvacek996, http://www.mediawiki.org/wiki/Manual:Configuration_settings#Uploads just for reference [21:46:18] hmm, tests are giving me 'PHP Warning: Invalid argument supplied for foreach() in /var/www/DevWiki/core/includes/User.php on line 4059' [21:46:24] Funny, the sqlite database is unreadable by the sqlite CLI [21:47:12] And by funny, I of course mean GAH [21:47:29] 1.27MB JPG gives Error creating thumbnail: sh: -quality: command not found [21:47:34] ? :( [21:48:02] too big? [21:48:25] jvacek996, no imagemagick is my guess [21:48:36] Turn off imagemagick [21:48:46] localsettings again? [21:48:57] Yuuuup [21:50:32] awesome, works! [21:50:45] Nice [21:51:40] that was the easiet fox of the evening [21:52:07] anyway, off to bed, its 10 minutes ot midnight at CET. thanks so much!! night [22:03:17] 03(NEW) Footer does not show sister project sitename in English - 10https://bugzilla.wikimedia.org/37328 normal; MediaWiki extensions: MobileFrontend; (philinje) [22:11:24] ^demon, did you make the new repositories? [22:11:36] <^demon> No, I didn't get to it. Let me go through the list now [22:14:11] http://www.mwusers.com/forums/showthread.php?18645-please-help-me-out!-im-desperate :') [22:18:18] "in case I want to have some hidden redirs that only I know about. [22:18:20] ?? [22:18:21] wtf [22:18:38] if you want them private, don't create them in the first place [22:18:48] use something like the bookmarks feature of your browser [22:20:36] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 (10material.scientist) [22:22:22] 03(mod) Footer does not show sister project sitename in English - 10https://bugzilla.wikimedia.org/37328 +comment (10Arthur Richards) [22:26:06] 03(NEW) Remove Russian names for special pages in Ukrainian wikis - 10https://bugzilla.wikimedia.org/37329 normal; MediaWiki: Internationalization; (nickwp) [22:27:56] New review: Waldir; "@umherirrender: I'm not sure but I suppose what you're saying should go in the code for getArticleId..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/9858 [22:29:56] 03(mod) Footer does not show sister project sitename in English - 10https://bugzilla.wikimedia.org/37328 +comment (10Arthur Richards) [22:31:14] New review: MarkTraceur; "Wow, that was a simple change. Worked for me." [mediawiki/extensions/UploadWizard] (master) C: 1; - https://gerrit.wikimedia.org/r/10189 [22:33:58] any idea why my mediawiki, which I've just migrated over to a new VPS, from PHP 5.3 to PHP 5.4, is now telling me I need cookies enabled when i try and login to it from two different browers, both with cookies enabled? [22:34:03] what should i be checking first? [22:37:03] I don't understand this line [22:37:07] if ( ! mw.isEmpty( idFieldValue ) ) { // HAXXX [22:37:17] <^demon> It's a hack ;-) [22:37:36] ^demon, not that much of a hack :) [22:37:36] ha [22:41:21] ah sorted it. some difference in the php config [22:41:24] thanks anyway <3 [22:44:40] New review: Kaldari; "This looks good, but since div.topicon is defined on-wiki and per skin, I think we should include a ..." [mediawiki/extensions/LastModified] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/10183 [22:45:30] New review: Kaldari; "This looks good, but since div.topicon is defined on-wiki and per skin, I think we should include a ..." [mediawiki/extensions/LastModified] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/10183 [22:49:41] 03(mod) Article Feedback - Final Feedback Form (Option 6) - 10https://bugzilla.wikimedia.org/36647 +comment (10Fabrice Florin) [22:49:57] 03(mod) Article Feedback - Final Feedback Form (Option 6) - 10https://bugzilla.wikimedia.org/36647 (10Fabrice Florin) [22:51:36] http://www.mwusers.com/forums/showthread.php?18645-please-help-me-out!-im-desperate [23:00:04] New patchset: Demon; "Adding .gitreview (initial commit)" [mediawiki/extensions/GerritTools] (master) - https://gerrit.wikimedia.org/r/10194 [23:00:55] 03(mod) Article Feedback Forms - Links to Help/FAQs - 10https://bugzilla.wikimedia.org/37285 +comment (10Fabrice Florin) [23:03:05] New review: Demon; "(no comment)" [mediawiki/extensions/GerritTools] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10194 [23:03:06] Change merged: Demon; [mediawiki/extensions/GerritTools] (master) - https://gerrit.wikimedia.org/r/10194 [23:06:31] New patchset: Reha Sterbin; "Remove the delete lines and retire alter.sql to bring AFT in line with other extensions" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10195 [23:09:20] New patchset: Reha Sterbin; "Made filter counts update sql file into a maintenence script" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10196 [23:27:36] New patchset: Reha Sterbin; "Added an activity count for suppress log entries as well" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/10198 [23:31:24] New patchset: Victor Vasiliev; "(bug 37330) Fix wrong block being displayed due to autoblock in place." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10199 [23:33:27] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/10199 [23:35:44] New patchset: MarkTraceur; "(bug 37303) Add in a second ID field for campaigns" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/10201 [23:36:42] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/10199 [23:36:44] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/10199 [23:37:19] 03(mod) Additional configurable campaign field - 10https://bugzilla.wikimedia.org/37303 +patch +patch-need-review; +comment (10Mark Holmquist) [23:47:08] My server is fatcow and they have a limit of 10 concurrent connections per user to the mysql database and since all the queries on the wiki go through the same default user written into the local settings, I'm always getting overloads, how can I fix it? [23:47:30] 03(mod) Make "arrowhead"
    • items clickable in some cases - 10https://bugzilla.wikimedia.org/27423 +comment (10Mark Holmquist) [23:51:59] 03(mod) Footer does not show sister project sitename in English - 10https://bugzilla.wikimedia.org/37328 +comment (10Arthur Richards) [23:53:01] 14(WFM) Bug in category autocomplete when category contains : - 10https://bugzilla.wikimedia.org/30300 +comment (10Mark Holmquist) [23:53:42] ike: Get better hosting? [23:53:48] Or set up caching. [23:55:26] 03(FIXED) Category picker: when selecting the empty line of the selection list, or otherwise blanking the input line: interpret this as "delete categorie" selection - 10https://bugzilla.wikimedia.org/30579 +comment (10Mark Holmquist) [23:55:41] brooke: how would I set up caching? [23:56:21] ike: https://www.mediawiki.org/wiki/Manual:Cache