[00:00:02] you can try pulling into your real checkout from the fresh clone [00:00:19] Roan what command ? [00:00:35] and, why should I do this [00:00:44] if really something is broken in the repo ? [00:00:51] this is what the internet says [00:01:12] The repo at least isn't completely broken, because I could still pull from it [00:01:17] RoanKattouw, can you try doing a 'git fetch' in core, just to humor us? [00:01:20] Oh. [00:01:21] Hm. [00:01:22] (I will wait, until https://bugzilla.wikimedia.org/show_bug.cgi?id=44129 is fixed or closed) [00:01:23] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44582 [00:01:44] Wikinaut: full output from failing `git pull` would help [00:01:58] mom [00:03:04] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:03:10] see https://bugzilla.wikimedia.org/show_bug.cgi?id=44129#c1 [00:03:21] terrrydactyl: try to figure in what conditions it will override [00:03:32] .df pull [00:03:32] Dereckson, Can't currently pull code: repository branch isn't currently master but bug/43808. [00:03:45] .df pull [00:04:02] MatmaRex: see https://bugzilla.wikimedia.org/show_bug.cgi?id=44129#c1 [00:04:15] It's slow. [00:04:20] Dereckson, repository updated [00:04:49] Works also for me. [00:05:24] Wikinaut: this really looks like a local issue [00:05:39] Wikinaut: what does `git fsck` output? [00:06:13] or maybe. hm, i'm not sure [00:06:23] all i can say is that it works for me [00:06:51] terrrydactyl: imagine you're in a C code, find two scenarios where a global variable will be set again [00:07:32] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:07:47] MatmaRex: ok see https://bugzilla.wikimedia.org/show_bug.cgi?id=44129#c2 [00:08:40] 03(NEW) Use real (logic-less) templates to generate HTML - 10https://bugzilla.wikimedia.org/44130 normal; MediaWiki extensions: MobileFrontend; () [00:08:51] Wikinaut: 40k objects? i'm running `git fsck` locally right now as well and i have 400k objects... [00:09:05] Wikinaut: i have no idea if this is normal :P [00:09:25] He and I are both working in a checkout with limited depth I believe. [00:09:33] 03(mod) Add request for shell at registration time - 10https://bugzilla.wikimedia.org/43370 (10Ryan Lane) [00:09:41] Which means we may be in an unexplored corner of gitland [00:09:45] why would you do that D: [00:10:07] does git even allow committing on such crippled repo? [00:10:12] i thought it doesn't [00:10:16] Ryan_Lane: How did you set up the wiki? like usual, with "git clone ...." ? [00:10:47] MatmaRex: core.git on manganese apparently has 968k objects :) [00:11:13] RoanKattouw: yeah, i don't have all branches fetched locally, so this makes sense, i think [00:11:38] Ryan_Lane: or with --depth=1 or so ? [00:11:46] but 40k immediately smelled fishy [00:11:57] MatmaRex: yes +1 [00:12:05] Wikinaut: the puppet class set it up [00:12:08] all I did was add that [00:12:09] Wikinaut: can you try cloning the full repo? just to make sure it works then? [00:12:28] Dereckson: doesn't a global variable change whenever it's declared? if LocalSettings.php is run first, then when my extension runs, it'll be overwritten. but that seems to defeat the purpose of having a LocalSettings.php file.. [00:12:34] Ryan_Lane: can I clone into that what you have set up ? [00:12:41] I do know, how [00:12:57] you should be able to just do a git pull [00:13:02] I don't know for a fact that it was /ever/ possible to fetch into this puppet-cloned repo. I would've thought so but maybe this problem is nothing new. [00:13:05] ha see bu [00:13:07] bug [00:13:12] git pull fails ! [00:13:17] yeah. I'm not sure what's up with that [00:13:17] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 04BLOCKER->major; +comment (10Bartosz Dziewoński) [00:13:44] seems to work for my on my local repo [00:13:53] A shallow repository has a number of limitations (you cannot clone or fetch from it, nor push from nor into it), but is adequate if you are only interested in the recent history of a large project with a long history, and would want to send in fixes as patches. [00:13:59] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:14:00] (from `git clone` manpage) [00:14:11] so pulling should work. hm. [00:14:27] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:14:32] Wikinaut: is there a reason why you can't use full repo? [00:14:48] MatmaRex: see what Ryan said [00:15:06] I wanted to point out, that the "puppet class" whatever this is is damaged [00:15:16] may be. not sure [00:15:23] i have only a faint idea what puppet is and what it does [00:15:27] I don't have time to look into it right now [00:15:29] so this doesn't tell me anything [00:15:34] MatmaRex: it does a clone [00:15:38] MatmaRex: I wrote the code that does the --depth=1 checkout. It's because doing a full checkout in non-interactive mode times out. [00:15:39] from what? [00:15:43] Or was, at least, when I was developing this. [00:16:13] I'm doing a fresh --depth=1 checkout to make sure this is consistent. [00:16:32] full clone of mw/core is ~100 MB against ~20 MB for a shallow one afaik [00:16:41] (that is the download size) [00:16:43] we all knew this [00:16:56] * MatmaRex tries a dpeth=1 checkout... [00:17:36] Ryan_Lane: do you want to experience with the openid-wiki (A), or shall I better set up a fresh wiki (B) [00:20:30] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10innocentkiller) [00:21:02] 03(NEW) action=info keys too big - 10https://bugzilla.wikimedia.org/44131 normal; MediaWiki: History/Diffs; () [00:21:29] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:22:13] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10innocentkiller) [00:22:21] 03(NEW) webstart tries to get realpath to set $IP instead of using dirname(dirname(__FILE__)) - 10https://bugzilla.wikimedia.org/44132 normal; MediaWiki: Installer; () [00:23:01] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10mail) [00:23:53] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 +comment (10innocentkiller) [00:24:23] New patchset: MarkAHershberger; "Bug 44132 - webstart tries to get realpath to set $IP instead of using dirname(dirname(__FILE__))" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44747 [00:28:05] 03(NEW) Separate config module which mimics mw.config - 10https://bugzilla.wikimedia.org/44133 normal; MediaWiki extensions: MobileFrontend; () [00:28:59] 03(mod) CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed - 10https://bugzilla.wikimedia.org/44129 major->04BLOCKER; +comment (10T. Gries) [00:32:53] 03(NEW) [report.py] Bogus "float division by zero" for Solr - 10https://bugzilla.wikimedia.org/44134 normal; Wikimedia: General/Unknown; () [00:33:01] Wikinaut: if it's a blocker for you, i have no idea why don't you just clone the full repo, to be able to work on whatever you wish to work on so immediately [00:33:50] "wear your glasses"? haha [00:33:53] we are talking about a clone on labsconsole which should be working [00:34:30] otherwise, the puppet cloning is superfluous [00:34:51] i couldn't care less aboutwhether this is labsconsole or not [00:34:59] i'm asking why you can't git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git and be done with it [00:35:43] `rm -rf; git clone` fixes all git repo issues in my experience [00:36:50] Wikinaut: This is looking like a labs-specific issue, so probably best to give the mediawiki people a break until we learn otherwise. [00:38:18] of course,everyone of you is right. I wanted to help to isolate and fix a problem. Of course I can set up a fresh clone. Thanks for your hints [00:39:40] 03(NEW) Fatal in history of page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 normal; MediaWiki: General/Unknown; () [00:39:51] 03(mod) Fatal in history of page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 (10Nemo) [00:39:53] 03(mod) HttpFunctions.php not compatible with Php 5.3.19? (bug setting sslVerifyHost => true) - 10https://bugzilla.wikimedia.org/42441 (10Nemo) [00:40:29] 03(mod) Fatal in history of page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 normal->major (10Nemo) [00:40:32] Why would a page titled 'Talk:Talk:Talk:Talk:Talk:Talk:Incompleteness_Theorem' result in a bad title? [00:40:44] Talk:Talk: is not allowed [00:40:47] Why not? [00:41:05] Talk:{any namespace name}: is disallowed [00:41:05] Clearly it was allowed when said page was created. [00:41:09] Why? [00:41:20] 03(mod) Fatal in history of page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 (10Nemo) [00:41:49] Isarra: because it breaks the links between a namespace and it's talk? [00:42:05] i mean [00:42:11] Well, it would if it were a real talkpage, but something tells me this isn't a real talkpage. [00:42:12] it breaks the one-to-one relation of page to its talk [00:43:07] But what if it's not a talkpage? What if it's, say, a help page about a talkpage? [00:43:19] 03(NEW) PHPUnit tests fail on Postgres - 10https://bugzilla.wikimedia.org/44136 major; MediaWiki: Unit tests; () [00:43:26] why would you do that? D: [00:43:36] Illogicopedians. [00:43:40] 03(mod) PHPUnit tests fail on Postgres - 10https://bugzilla.wikimedia.org/44136 (10OverlordQ) [00:43:42] 03(mod) PostgreSQL/pgsql support (tracking) - 10https://bugzilla.wikimedia.org/384 (10OverlordQ) [00:44:25] Hmm, looks like this one was a talkpage, though... [00:45:00] Presumeably for Talk:Talk:Talk:Talk:Incompleteness_Theorem ? [00:46:22] Apparently this thing is a string of talkpages about talkpages. [00:46:23] 03(NEW) Argument 1 passed to TranslationAid::__construct() must implement interface MessageGroup, null given - 10https://bugzilla.wikimedia.org/44137 normal; MediaWiki extensions: Translate; () [00:46:28] I made a template for a single table cell, but it seems to introduce a newline at the end [00:46:37] a


to be precise [00:46:39] can I avoid that? [00:48:21] 03(mod) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41056 (10Nemo) [00:48:21] 03(mod) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41185 (10Nemo) [00:48:33] PovAddict: remove the newlines. all of them. [00:48:47] well, maybe not all, but you probably have to remove some [00:49:01] there certainly shouldn't be one before tag [00:49:10] but that's about as much as i can tell without seeing the code [00:49:45] should I have the wiki code before the template documentation? [00:50:31] 03(mod) mediawiki.Uri crashes in pages with '@' in their url - 10https://bugzilla.wikimedia.org/42513 +comment (10tylerromeo) [00:50:32] doesn't matter, as long as there are no unnecessary newlines ;) [00:50:47] MatmaRex: http://wiki.openstreetmap.org/w/index.php?title=Fitness_centre/tagcell&action=edit [00:50:49] (apart from within ) [00:51:17] RoanKattouw: Is there any way to override the Talk:{any namespace name}: disallowal? [00:51:25] I don't know [00:51:40] PovAddict: well, you have a newline bwteen and [00:51:56] Fudge. [00:51:57] PovAddict: this newline will still be there when you transclude this :) [00:51:59] Thanks anyhow. [00:52:07] Isarra: why would you do that. seriously. [00:52:15] can't you do like enwiki does [00:52:17] MatmaRex: Uncyclopedians. [00:52:27] with those restriction templates [00:52:29] They want to do like enwp. Really. They try so hard. [00:52:31] MatmaRex: that worked [00:53:05] PovAddict: :) [00:53:09] MatmaRex: I thought the newline was happening after the cell, not before; but in retrospect that doesn't even make sense, there is no 'before' or 'after', there was a newline *between* cells [00:53:13] Then they feature talkpages and templates and forums and create long strings of talkpages and special page talkpages and namespaces over pages and all manner of horrible, horrible... [00:53:21] since the markup is interpreted after expanding templates, etc [00:53:23] Horror. [00:53:35] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(dirname(__FILE__)) - 10https://bugzilla.wikimedia.org/44132 +comment (10Pavel Selitskas) [00:53:52] Isarra: ... yeah. [00:53:57] New review: Wizardist; "Please take into consideration: https://bugzilla.wikimedia.org/show_bug.cgi?id=44132#c1" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44747 [00:54:08] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10Nemo) [00:54:35] MatmaRex: And Wikipedians are horrible enough. >.< [00:55:50] argh, people really should stop using different names/nick on gerrit and bugzilla [00:55:55] nicks* [00:56:09] and in their email addresses [00:56:46] i keep learning that various people i interacted with are in fact the same person [00:56:52] 03(NEW) Enable CleanChanges extension on Wikidata - 10https://bugzilla.wikimedia.org/44138 enhancement; Wikimedia: Extension setup; () [00:57:08] It would help if the things consistently used nicks or email addresses and integrated with each other. [00:57:21] New review: Spage; "Your addition seems legit. The code around it has jshint problems and whitespace issues, maybe those..." [mediawiki/extensions/GuidedTour/guiders] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/44710 [00:58:52] Isarra: it would help if people did that [00:59:27] but i see people using mails like mail@somedomain.com [00:59:31] 03(NEW) Anchor links broken - 10https://bugzilla.wikimedia.org/44139 normal; MediaWiki extensions: MobileFrontend; () [00:59:32] and i mean literally 'mail' [00:59:40] and wikibugs says that 'mail' reported the bug [00:59:53] MatmaRex: My point is, people shouldn't need to do that at all. These systems should keep track of display names properly. >.< [00:59:54] and i'm getting madder and madder [01:00:09] ...yeah, problem with the system, not the people. [01:00:36] why would you use different nick in your e-mail address, in your displayed bugzilla name, in your gerrit login, and on the wikis, is beyond me. [01:00:37] * Isarra ponders setting up a 'user' email address and using that. [01:00:42] i i mean different everywhere [01:00:49] and i mean* [01:01:02] Because email, bugzilla, and gerrit all have different requirements as to what they can be. [01:01:04] also, different one on irc. [01:01:07] i forgot this. [01:01:55] An email may have different taken names and only allows certain characters, gerrit doesn't support much either, bugzilla... is actually pretty good aside from the horrible reporting... [01:02:02] Isarra: yeah, and that's why i sometimes use 'matmarex', sometimes 'Matma Rex', and sometimes 'matma.rex' [01:02:15] and sometimes even 'MatmaRex' or 'Matmarex' [01:02:17] my mediawiki username is chot because i made it before i decided to be consistent everywhere with terrrydactyl. :( [01:02:17] but it's obvious it's me [01:02:50] terrrydactyl: you can change it, you know. :) [01:02:52] Yeah, but not everyone's that organised or consistent. It wouldn't be an issue if the system worked. [01:03:18] (the mw.org username that is) [01:03:22] My mediawiki username is Isarra because I forgot I'd already made an account and thus the name I wanted was taken. [01:03:25] MatmaRex: can i? i heard that i'd have to just create terrrydactyl and reroute it. [01:03:47] terrrydactyl: just ask a bureaucrat, i dunno if mw.org has a process for this [01:03:50] If you can create terrrydactyl, you should be able to rename. [01:03:58] they don't even have a process for choosing administrators [01:04:02] Krenair: you there? [01:04:08] There's a process! [01:04:13] It's just not always used. [01:04:50] * MatmaRex always types bureaucrat slowly and carefully, picking each letter with his index fingers. [01:05:02] Bureaucat. [01:05:19] terrrydactyl: https://www.mediawiki.org/wiki/Project:Requests#Requests_for_renames [01:05:20] ~ [01:05:38] ah! [01:06:49] I wonder... how hard could it be to compile and install a router remotely? [01:07:31] MatmaRex: Do you do much js? [01:08:03] Isarra: i mostly do js, in fact. [01:08:23] Oooo. [01:09:06] Someday could I by any chance enllist you to help me with a reskin? I would like to make Vector black. [01:09:16] And it requires js for some of the input elements. [01:09:26] And existing js for that tends to be not good. [01:10:11] Vector's CSS should be rewritten without thinking about IE6 :( [01:10:31] and Vector's PHP should be rewritten with thinking about sanity [01:10:41] the code that makes portlets is like triplicated in it [01:10:48] >.< [01:10:57] or quadriplicated, even. is this a word? [01:10:59] I thought it was IE5.5 [01:11:06] oh yeah, that too [01:11:10] but, i mean [01:11:16] using a one-pixel background images [01:11:19] instead of borders [01:11:22] Yeah, that... [01:11:24] Is weird. [01:11:26] because some ancient thing can't handle it [01:11:28] 03(mod) Set lv.wikipedia time zone to local time - 10https://bugzilla.wikimedia.org/43592 +comment (10Dereckson) [01:11:35] and b ycan't handle, i mean it's one pixel off, not a crash [01:11:43] that's just insane [01:11:56] i weep for the people who devised it [01:11:56] It was more off than that in IE7 last I checked. [01:12:24] New review: Spage; "Two major problems, who verified this :-)" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44582 [01:12:27] At this point I'm not really sure what the point of keeping that there is, indeed. [01:12:32] Just simplify the thing... [01:12:58] What's with the 1px background image for the solid colour of the body, though? [01:14:06] i have no idea [01:14:12] maybe i should kill those someday [01:16:02] * MatmaRex files a bug [01:16:53] 03(NEW) wfShellExec() should supress warnings around passthru() - 10https://bugzilla.wikimedia.org/44140 normal; MediaWiki: Installer; () [01:17:04] * Isarra hugs MatmaRex. [01:17:57] * MatmaRex CCs Isarra [01:18:22] Whoo! [01:18:43] 03(NEW) Clean up usage of one-pixel background images in Vector's CSS - 10https://bugzilla.wikimedia.org/44141 normal; MediaWiki: Interface; () [01:18:43] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/12788 (10Bartosz Dziewoński) [01:18:47] 03(mod) Clean up usage of one-pixel background images in Vector's CSS - 10https://bugzilla.wikimedia.org/44141 (10Bartosz Dziewoński) [01:19:41] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/44710 [01:20:54] New patchset: MarkAHershberger; "Bug 44140 - wfShellExec() should supress warnings around passthru()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44751 [01:23:35] 03(mod) User CSS/JS should be parsed as it is rendered, with all wikicode ignored (treated as source/pre) - 10https://bugzilla.wikimedia.org/16683 +comment (10Bartosz Dziewoński) [01:24:26] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/12788 (10Bartosz Dziewoński) [01:24:29] 03(mod) User CSS/JS should be parsed as it is rendered, with all wikicode ignored (treated as source/pre) - 10https://bugzilla.wikimedia.org/16683 (10Bartosz Dziewoński) [01:25:14] Change merged: Ori.livneh; [mediawiki/extensions/GuidedTour/guiders] (closeOnClickOutside) - https://gerrit.wikimedia.org/r/44713 [01:25:34] Change merged: Ori.livneh; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/44409 [01:31:18] MatmaRex: want to test my improved SCP client for git-review on win32? [01:32:50] MatmaRex: you can git clone tools.wikimedia.pl:/usr/home/saper/gerrit/simple-scp-client modify to use your SSH client for Windows and test :) [01:42:29] saper: why does it want a password? :( [01:51:22] New patchset: Mattflaschen; "(bug 44123) (bug 43642) Add okay button and end tour checkbox." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/44752 [01:56:37] 03(mod) StripState->addItem internal error - 10https://bugzilla.wikimedia.org/42637 +comment (10asaf.bartov) [02:07:15] New review: Spage; "Why the test didn't catch the problem." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44582 [02:07:31] 03(mod) Click outside of Guider tooltip to close - 10https://bugzilla.wikimedia.org/43642 +comment (10mflaschen) [02:07:34] 01:12:28 < terrrydactyl> Dereckson: doesn't a global variable change whenever it's declared? if LocalSettings.php is run first, then when my extension runs, it'll be overwritten. but that seems to defeat the purpose of having a LocalSettings.php file.. [02:08:07] Did you know find how to have the setting defined in LocalSettings.php AND in your code? [02:08:45] Indice: it could be a matter of order. [02:18:41] 03(mod) Add a "hide these" checkbox - 10https://bugzilla.wikimedia.org/44123 +comment (10Matthew Flaschen) [02:22:30] Dereckson: no, i don't know where to find that. i'm not sure which is called first. [02:24:11] Dereckson: for some reason, when i try to define it in LocalSettings.php or in my program, it seems to always point in my development folder /mediawiki/extensions/Git2Pages and not the temp directory. even though i tried setting $wgGit2PagesDataDir to sys_get_temp_dir. [02:27:04] hi, there! I used importDump.php to import wikipedia data dumps into my local mediawiki, when i found it really too slow, i stopped it using Ctrl+C and moved on to mwdumper, but when i finished the importing process, i found my local mediawiki would always be redirected to en.wikipedia.com, it was the same case during the process of the importDump.php command, how could i fix it? Thanks... [02:32:57] cusion: what do you mean [02:33:27] New patchset: Spage; "Fix change 44582 so events log again." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44753 [02:34:52] Betacommand: uhh, the situation is my local mediawiki always redirects to en.wikipedia.com, how could i fix it and access to my local data? [02:35:40] what do you mean redirects? [02:36:08] 03(NEW) mcrypt_rand_iv() not reliable with MCRYPT_DEV_URANDOM on Windows - 10https://bugzilla.wikimedia.org/44142 normal; MediaWiki: Installer; () [02:36:32] New patchset: Spage; "Fix change 44582 so events log again." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44753 [02:37:43] Betacommand: well, for instances, when i type my local server ip/mediawiki in the browser and enter, the address in the browser would then change into en.wikipedia.com, and i could not access to my local data [02:38:20] check your rewrite rules [02:38:32] is it .com or .org ? [02:38:41] sorry, .org [02:38:53] New review: Spage; ""eventInstance" naming issue. BTW gerrit 44753 fixes the showstoppers in my earlier patch comments." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44582 [02:39:23] also where did you install Mediawiki to? what directory name? [02:40:53] "/etc/mediawiki" [02:41:47] on ubuntu server 12.04 [02:42:36] terrrydactyl: you chose the order yourself [02:42:40] choose [02:42:48] include('a.php'); [02:42:52] $foo = "bar"; [02:42:56] versus [02:42:59] $foo = "bar"; [02:43:02] include('a.php'); [02:43:59] So this in LocalSettings.php, the logic order is (1) include the extension (2) write the configuration [02:44:39] * terrrydactyl looks through LocalSettings.php more closely [02:44:42] cusion: did it work before importing the dump? [02:44:52] yes, exactly [02:45:45] 03(mod) Section headings should have some clickable anchor for passing links - 10https://bugzilla.wikimedia.org/16691 (10jidanni) [02:45:53] goodbye cruel world [02:46:05] Dereckson: oh, i think i get it now. so logically, it should be after the require_once(my extension) [02:46:20] cusion: you tested it? [02:46:53] Betacommand: what is more strange is that when i finished the mwdumper process, i could access my local mediawiki for a while, but after days, when i tried again, this kind of redirection appearred [02:47:34] cusion: check your server re-write rules (apache or whatever you use) [02:48:27] Betacommand: could you be more specific? i have no idea how to check the re-write rules [02:49:15] !rewritw [02:49:17] !rewrite [02:49:17] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [02:50:10] cusion: for apache http://www.mediawiki.org/wiki/Manual:Short_URL/Apache [02:51:27] ok, thanks, again, i was wondering should it be the consequence of my previously importDump.php command? [02:51:59] Betacommand: because the redirection happened when the command was running [02:52:29] it shouldnt matter [02:52:59] New review: Mattflaschen; "Looks good. I made some suggestions, mostly about doc conventions." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/39174 [02:54:50] Betacommand: because i found some codes tell if mediawiki is in MW_COMPILED state, it would redirect to somewhere i have not found yet, the codes are in redirect.php under my local mediawiki dir. [02:56:06] Betacommand: to be more specific, my local mediawiki is 1.20.2 [03:16:11] 03(mod) StripState->addItem internal error - 10https://bugzilla.wikimedia.org/42637 +comment (10bawolff+wn) [03:39:02] Change abandoned: AABoyles; "These Changes were dragging BC in the wrong direction--towards a more server-intensive treatment, wh..." [mediawiki/extensions/BreadCrumbs] (master) - https://gerrit.wikimedia.org/r/26713 [03:47:07] New patchset: Brent Garber; "(bug 44024) ObjectCache changes break XCache 3.x support" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44754 [03:49:01] 03(mod) ObjectCache changes (BagOStuff->add) in 1.20.x break XCache 3.x support - 10https://bugzilla.wikimedia.org/44024 +patch-in-gerrit; +comment (10OverlordQ) [03:57:12] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10b) [03:58:29] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10b) [04:00:42] 03(mod) Requesting non-existing entity pages should return a 404 code - 10https://bugzilla.wikimedia.org/44108 (10MZMcBride) [04:02:38] 03(mod) Wikipedia App history view does not support titles/URLs that contain UTF-8 - 10https://bugzilla.wikimedia.org/38225 (10MZMcBride) [04:02:55] 03(mod) Error Generating Thumbnail for 700 Mpx JPG - 10https://bugzilla.wikimedia.org/44071 (10MZMcBride) [04:32:44] New patchset: MarkAHershberger; "Merge branch 'master' into bug/38432" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44755 [04:34:10] 03(mod) Vertical writing support in MediaWiki - 10https://bugzilla.wikimedia.org/9436 (10Liangent) [04:35:14] Change abandoned: MarkAHershberger; "wah! meant to append!" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44755 [04:47:35] New patchset: MarkAHershberger; "Bug 38432 - Uploading MS Word files doesn't work" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44379 [05:07:50] New patchset: Spage; "Use files/stdin and stdout if no tcp arguments" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44578 [05:08:30] New review: Spage; "Respond, I think new version is good once rebased." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44578 [05:09:07] New patchset: Spage; "Use files/stdin and stdout if no tcp arguments" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44578 [05:15:20] New review: Ori.livneh; "There's a real loss of readability with the move from "pub.send_unicode" to "outfunc". The Pythonic ..." [mediawiki/extensions/EventLogging] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44578 [05:23:08] With UpdateWizard installed, the "Upload file" button in the toolbox has the url http://www.bestpracticeswiki.net/view/$1/Special:UploadWizard [05:23:35] It should be http://www.bestpracticeswiki.net/view/Special:UploadWizard [05:25:14] That's silly. [05:25:27] I can hack it by resetting $wgUploadNavigationUrl = 'http://www.bestpracticeswiki.net/view/Special:UploadWizard'; [05:25:41] after UploadWizard has been initialized [05:30:21] I'm not sure that's hacking it. [05:30:30] You should be able to set that setting in LocalSettings.php. [05:30:37] But UW may have a bug. [05:30:53] You're free to file a bug at . [05:31:06] It sounds like you're using $wgActionPaths, which aren't a terribly well-tested part of the code. [05:31:12] So a bug isn't terribly unlikely. [05:34:07] susan: thanks i agree looking into it now [05:47:55] i can't find wgUploadNavigationUrl set anywhere within the UploadWizard extension [06:15:28] hyprgrove: it's set in DefaultSettings.php [06:15:42] (to false as a default) [06:16:30] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10federicoleva) [06:28:59] heck no [06:29:47] nvmd [06:30:13] actually heck hes [06:30:14] yes* [06:30:25] this bogged down my browser too much [06:30:52] Susan: Too much bandwidth (enhanced RC) [06:31:15] Jasper_Deng: Too much bandwidth? [06:31:27] well not too much bandwidth, but too much resources [06:31:38] apergos - you're right it sets $wgUploadNavigationUrl = false, but somewhere else it's set to /view/$1/Special:UploadWizard [06:31:41] when I tried it, it like doubled or tripled my page load time [06:31:50] (for recent changes) [06:38:14] hmm not in the codebase I have [06:39:34] I have to pee. [06:39:46] thanks for sharing :-P [06:39:51] No problem. [06:48:09] > Choosing open source doesn't mean you're on your own - buy a support ticket and we'll help you right away! When you've completed the PayPal purchase, include your support reference code in an email to support@thebuggenie.com, or by using our online support form. [07:14:32] Hello [07:15:02] Hi. [07:15:10] How are you, Susan? [07:15:49] Fine, you? [07:15:54] I am good [07:16:37] Is there such a thing as a Wiki Template Pack that I can import into a fresh wiki install? I have seen info here: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Transwiki but that looks unfinished... [07:17:45] No. [07:18:06] Darn. :L [07:35:24] New patchset: IAlex; "Document that default timestamp is current time." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44736 [07:38:40] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44736 [07:44:08] 03(mod) Click outside of Guider tooltip to close - 10https://bugzilla.wikimedia.org/43642 +comment (10swalling) [07:50:42] New patchset: Ori.livneh; "Correct capitalization of sidebar links" [wikimedia/bugzilla/modifications] (master) - https://gerrit.wikimedia.org/r/44756 [08:35:22] 03(NEW) [Errors 792] Wikis with old_statsurl in wrong column - 10https://bugzilla.wikimedia.org/44143 normal; Wikimedia Labs: wikistats; () [08:40:34] Oh, someone who doesn't complain. " [08:40:35] We just upgraded to MediaWiki 1.19.3 . The upgrade process was as simple and smooth as it gets." [08:49:14] New review: Ori.livneh; "Thanks!" [mediawiki/extensions/EventLogging] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44753 [08:49:37] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44753 [08:55:54] 03(NEW) [Errors 792] Wikis displaying bogus Special:Version URLs - 10https://bugzilla.wikimedia.org/44144 normal; Wikimedia Labs: wikistats; () [08:56:55] New patchset: Ori.livneh; "Clean-up exception messages; use more concise idioms" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44757 [08:58:40] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44757 [09:01:51] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/44731 [09:07:10] New patchset: Raimond Spekking; "Revert "Revert "[GuidedTour] Ignore messages for now""" [translatewiki] (master) - https://gerrit.wikimedia.org/r/44758 [09:07:15] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/44758 [09:12:28] 03(mod) amarok.kde.org listed twice - 10https://bugzilla.wikimedia.org/43927 +comment (10federicoleva) [09:17:32] New patchset: VitaliyFilippov; "Add russian messages for bad title errors." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44397 [09:17:32] New patchset: VitaliyFilippov; "Show detailed errors for bad titles." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43166 [09:18:30] 03(NEW) [Errors 992] Failed data retrieval shouldn't update "Last update" column - 10https://bugzilla.wikimedia.org/44145 enhancement; Wikimedia Labs: wikistats; () [09:18:49] New patchset: Raimond Spekking; "Revert "Follow-up Ibb9d4c9a: Ignore 'abusefilter-message'"" [translatewiki] (master) - https://gerrit.wikimedia.org/r/44759 [09:18:55] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/44759 [09:22:49] 03(mod) [Errors 992] Failed data retrieval shouldn't update "Last update" column - 10https://bugzilla.wikimedia.org/44145 +comment (10federicoleva) [09:28:42] 03(mod) Click outside of Guider tooltip to close - 10https://bugzilla.wikimedia.org/43642 (10MZMcBride) [10:07:26] 03(mod) Commons main_page for RTL languages - 10https://bugzilla.wikimedia.org/43678 (10reza1615) [10:11:38] 03(mod) R language syntax Highlighting - 10https://bugzilla.wikimedia.org/31076 +comment (10reza1615) [10:14:54] 03(mod) activating Extension:FormatNum in fa.wiki - 10https://bugzilla.wikimedia.org/32311 +comment (10reza1615) [10:17:18] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44754 [10:19:45] 03(NEW) [accountability/transparency] Set up web interface for "customers" - 10https://bugzilla.wikimedia.org/44146 enhancement; Wikimedia: OTRS; () [10:19:50] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 (10Nemo) [10:20:15] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 major->04BLOCKER (10Nemo) [10:21:11] 03(mod) [accountability/transparency] Set up web interface for "customers" - 10https://bugzilla.wikimedia.org/44146 (10Raimond Spekking) [10:24:28] Nemo_bis, I don't see how bug 22622 blocks development. [10:25:22] New review: Pastakhov; "it still does not work properly for multiple points " [mediawiki/extensions/Maps] (master) C: -1; - https://gerrit.wikimedia.org/r/36700 [10:31:26] 03(mod) this.params is undefined - 10https://bugzilla.wikimedia.org/44063 +comment (10Andre Klapper) [10:33:48] 03(mod) [accountability/transparency] Set up web interface for "customers" - 10https://bugzilla.wikimedia.org/44146 (10Nemo) [10:35:06] 03(NEW) Please create a wlm-announce mailing list - 10https://bugzilla.wikimedia.org/44147 normal; Wikimedia: Mailing lists; () [10:39:11] andre__: see dependency [10:39:35] of course it's a blocker within the component (or the product even?) [10:40:13] Nemo_bis, any the dependencies are...? [10:40:37] with that argumentation I'm afraid that any bug report that blocks another one could be set to "blocker". And I think that's not the intention :) [10:41:28] New patchset: Jeroen De Dauw; "add Leaflet map service (beta)" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/44386 [10:42:24] 03(mod) Activating StringFunctions in fa.wikipedia.org - 10https://bugzilla.wikimedia.org/32310 (10reza1615) [10:44:24] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 04BLOCKER->major; +comment (10Andre Klapper) [10:44:25] andre__: not random dependencies, they're crucial dependencies [10:45:02] a high enhancement doesn't sound crucial to me. [10:45:51] and having a useful API also sounds important - maybe we have different understasndings of "crucial" [10:46:47] andre__: maybe we have a different understanding of what's the current status of our OTRS [10:49:17] 03(mod) [accountability/transparency] Set up web interface for "customers" - 10https://bugzilla.wikimedia.org/44146 +comment (10federicoleva) [10:52:58] 03(mod) bug on sorting Persian characters - 10https://bugzilla.wikimedia.org/30287 +comment (10reza.energy) [10:53:03] 03(mod) Help:sorting examples do not work - 10https://bugzilla.wikimedia.org/38887 +comment (10Matthias_K2) [10:57:31] 03(NEW) [phpunit tests] No transactions to rollback - 10https://bugzilla.wikimedia.org/44148 normal; MediaWiki: Database; () [11:02:43] 03(mod) Add en.wikivoyage patroller group - 10https://bugzilla.wikimedia.org/44048 (10Riley Huntley) [11:05:24] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 major->04BLOCKER; +comment (10Nemo) [11:07:15] New patchset: Kipcool; "Updated extension credits" [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44760 [11:07:15] New patchset: Kipcool; "fixed bug database error when userLanguageId is null" [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44761 [11:08:19] Change merged: Kipcool; [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44760 [11:08:34] Change merged: Kipcool; [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44761 [11:18:01] New patchset: Umherirrender; "Use array for fields in join condition" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44762 [11:18:06] Nemo_bis: I dont think you understand the purpose of the customer module. It would not be useful for our installation [11:18:32] So people can log in and see the reply? That's all it allows for ... them to see the same messages they've sent us, and we've sent them. [11:20:28] Can they get their ticket # from that if a reply hasn't been sent? [11:20:33] That would be helpful then... [11:21:07] New patchset: Umherirrender; "Use array for join condition" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44762 [11:21:38] New review: Umherirrender; "Adjust commit message" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44762 [11:27:49] Whenever i try to access my local mediawiki, it always goes to the en.wikipedia.org, this happens after i imported the wikipedia data dumps. Could anybody tell me how to fix it? [11:29:45] what do you have $wgServer set to? [11:30:15] in LocalSettings.php? [11:31:14] the value is my local ip [11:31:36] Platonides: the value is my local ip string [11:34:31] Platonides: someone told me it has something to do with short urls, but i find short url is for public use, while i only use it at local server [11:35:11] maybe it's some javascript you imported? [11:36:00] Platonides: i only import wikipedia xxx.full-article.xml.bz2 file [11:36:28] well, that can include javascripts in mediawiki namespace [11:36:38] try disabling js in your browser and see if it stops [11:36:58] if your $wgServer is right, I don't know why mediawiki would be doing that [11:37:29] Platonides: OK, i am trying, thank you [11:39:43] Platonides: it's a pity that it does not work for me, it still goes to the en.wikipedia.org [11:40:12] I'm out of ideas right now [11:40:31] Platonides: well, Thank you all the same [11:40:48] you are welcome :) [11:42:14] Platonides: Do you happen to know someone who might help? [11:43:32] New review: Yurik; "Just like a few other items being preserved already like served by, the warnings might also be usefu..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/44570 [11:44:35] I don't know [11:45:28] Platonides: Thanks again :) [11:55:19] New patchset: Kipcool; "fixed: revision does not show in user contribs if rev_parent_id is null (default value), but works with 0." [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44763 [11:55:52] Change merged: Kipcool; [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/44763 [12:10:28] is there a way to 'mirror' a wiki? i would like to have the same wiki on two different servers and have them be synced [12:17:45] azi`: then what's the difference from having one wiki on one server with two domain names configured, besides server load? [12:18:15] 03(NEW) Remove deckle.co.za - 10https://bugzilla.wikimedia.org/44149 trivial; Wikimedia Labs: wikistats; () [12:24:51] 03(mod) Fatal in history of page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 +comment (10Arent) [12:41:31] Once upon a time, my recent changes atom and RSS feeds included diffs describing the edits. I no longer get those. [12:41:36] How do I re-enable those on my server? [12:44:24] lahwran: backup [12:44:28] err liangent backup [12:56:56] !RoanKattouw [12:57:17] +RoanKattouw [13:01:59] i am reading the index.php under my local mediawiki dir(v1.20.2), and i am very confused about the code with "". Could any body tell me something about it, thanks... [13:03:32] New patchset: Raimond Spekking; "Some consistency tweaks in preparation for adding extension to Translatewiki.net" [mediawiki/extensions/TwitterCards] (master) - https://gerrit.wikimedia.org/r/44764 [13:05:10] cusion, it's optional to use a ?> at the end of the file [13:05:14] so we removed them [13:05:35] as it gave some problems with spaces/newlines after it [13:08:31] 03(mod) Database runs amok after using Special:Import - 10https://bugzilla.wikimedia.org/44106 +comment (10dasch) [13:16:17] HI Dereckson [13:16:44] sucheta: ping [13:19:28] Change merged: Harshkothari410; [mediawiki/extensions/TwitterCards] (master) - https://gerrit.wikimedia.org/r/44764 [13:27:19] so this git thing.. [13:27:31] for installing extensions in a brainsane fashion.. [13:28:09] I gather it's recommendable to use the git to get and keep up-to-date these MediaWiki extensions .. [13:28:17] I'm on Debian GNU/Linux [13:28:28] so I can has 'sudo aptitude install this that' [13:29:01] you mean to install git? [13:29:02] maybe I like ssh to the server first and look .. but otoh, I've never installed git so it shouldn't be there [13:29:12] Platonids: yeah. the client I think [13:29:17] not the repository [13:30:37] Plantonids: Thanks [13:31:21] 'k .. so for 'aptitude search git' I get a gigaton of hits [13:32:18] does anyone know off handedly what I should install to be able to use the git client to fetch the needed extensions and none of this http download rubbish.. [13:32:20] jubo2: git was git-core at one point, it may have been renamed to just 'git' [13:32:51] I also like to have gitk and git-gui around [13:33:01] New patchset: Raimond Spekking; "[TwitterCards] Register extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/44765 [13:33:04] Dantman: don't need. No GUI on server [13:33:17] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/44765 [13:33:17] jubo2: ;) X tunneling [13:33:22] Dantman: or can I run the GUI apps on remote desktop ? [13:33:37] and not have to install GUI crap on server [13:34:35] Using ssh -X you can tunnel X to your computer and have X UIs run on the server like Git GUI open up windows on your local X [13:34:55] I 'sudo aptitude install git' ( it's in the list ) [13:34:55] I'm a php developer and I'm new to this community. I'd love to contribute. Can anyone please tell me from were can I start? [13:35:06] Double check the description [13:35:17] There used to be a different thing using the name 'git' [13:36:23] spetsnaz: define community [13:38:19] It didn't install a binary called 'git' [13:38:23] I 'man git' [13:38:43] No manual entry for git [13:39:40] yup. I'm stuck [13:40:23] and what the hell did that 'sudo aptitude install git' install if there is no binary called 'git' and no manual entry for git ? [13:41:19] no idea [13:41:29] what does apt-cache show git show? [13:41:31] did you try git-core? [13:41:48] legoktm: it sez it's obsoleted and mostly same thing as 'git' [13:42:15] does it work though? :P [13:42:29] now found package 'easygit' with description "git for mere mortals" [13:42:39] I 'sudo aptitude install easygit' [13:42:41] 03(mod) Scribunto should support global module invocations - 10https://bugzilla.wikimedia.org/39610 +comment (10arload) [13:44:56] ait.. [13:45:02] had a few scary moments [13:45:09] 03(NEW) Please create a wlm-africa mailing list - 10https://bugzilla.wikimedia.org/44150 normal; Wikimedia: Mailing lists; () [13:45:36] 03(mod) Please create a wlm-africa mailing list - 10https://bugzilla.wikimedia.org/44150 (10Tomasz W. Kozłowski) [13:46:00] aptitude asked "Needs to remove MySQL server 5.1" "Accept this solution? no/yes/qui" [13:46:42] so I answers no.. then it gives another solution where stuff is installed and the MySQL is updated [13:47:06] the I answer "Yes" and now I have command called 'git' .. the key was to install package called 'easygit' [13:47:31] I have 'git' .. I'm good to go to install extensions .. [13:49:42] Note to irc log on date specified by the machine: Gonna try to give my first git command today [13:53:59] Now it sez "Cloning into Renameuser..." and seems stuck to me.. it's been at that for a few minutes now [13:54:30] you can always interrupt it and retry [13:54:43] it should begin saying 'Counting objects...' [13:55:05] Platonids: yup.. hit ctrl-c and rerun, to no avail [13:55:57] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10Micki) [13:59:25] what commend did you use? [13:59:28] it should be simply git clone https://... [14:06:54] WOW [14:06:58] Platonides: sez has no writing rights if not run with sudo [14:07:00] much people [14:07:37] does anybody know how i can change the version af my site? [14:12:33] Tiz: version of _what_ on your site ? MediaWiki installation ? [14:12:41] or MediaWiki instance .. [14:12:53] of mediawiki [14:13:05] of course [14:13:47] Tiz: there is ample of documentation availble on updating/upgrading on the http://mediawiki.org [14:14:05] on what page? [14:14:13] !tell Tiz about upgrade [14:14:13] There is no such key, you probably want to try: !installmacosx, !MediaWiki:exif-intellectualgenre, !useragent, [14:14:21] !update [14:14:21] update.php is a script that updates the database tables. You usually need to run it after upgrading MediaWiki or installing certain extensions. For details, see [14:14:36] !upgrade [14:14:36] http://www.mediawiki.org/wiki/Manual:Upgrading [14:14:38] 03(NEW) English Wiktionary Blows Up In Safari - 10https://bugzilla.wikimedia.org/44152 major; MediaWiki: General/Unknown; () [14:14:43] thx [14:15:01] well [14:15:04] Tiz: glad to be of service [14:15:07] my sever is bad [14:15:21] so upgrading is for anither time [14:15:28] stupid varlb [14:15:42] carlb [14:27:21] New patchset: Eranroz; "Use displaytitle for pages in category" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44766 [14:31:24] New review: Liangent; "Is displaytitle mentioned in that bug?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44766 [14:34:13] en.wikt bowing up safaris... great :P [14:34:26] *blowing [14:35:23] 03(mod) Create tool listing user WLM contributions - 10https://bugzilla.wikimedia.org/39293 (10Platonides) [14:35:28] 03(mod) Wiki Loves Monuments 2013 (tracking) - 10https://bugzilla.wikimedia.org/42164 (10Platonides) [14:35:39] New review: Eranroz; "1. may be related also to bug 24139" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44766 [14:40:48] New review: J; "should be fine to add for TMH, what does the query look like?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/35139 [14:42:41] 03(mod) Wiki Loves Monuments 2013 (tracking) - 10https://bugzilla.wikimedia.org/42164 (10Tomasz W. Kozłowski) [14:42:43] 03(mod) Please create a wlm-announce mailing list - 10https://bugzilla.wikimedia.org/44147 (10Tomasz W. Kozłowski) [14:42:44] 03(mod) Please create a wlm-africa mailing list - 10https://bugzilla.wikimedia.org/44150 (10Tomasz W. Kozłowski) [14:54:48] 03(mod) Help:sorting examples do not work - 10https://bugzilla.wikimedia.org/38887 +comment (10Krenair) [14:55:11] New review: Liangent; "Some user scripts and (old) bots may depend on the behavior that link text is identical to page titl..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44766 [14:58:09] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10bawolff+wn) [14:58:47] New review: Aklapper; "and for future reference, please try to improve an existing branch instead of submitting a new one -..." [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44686 [15:01:23] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 (10Jesús Martínez Novo (Ciencia Al Poder)) [15:02:13] 03(NEW) Blank feedback is confusing - 10https://bugzilla.wikimedia.org/44154 normal; MediaWiki extensions: ArticleFeedbackv5; () [15:02:23] 03(mod) Blank feedback is confusing - 10https://bugzilla.wikimedia.org/44154 (10Nemo) [15:02:24] 03(mod) Prevent users from submitting blank feedback - 10https://bugzilla.wikimedia.org/43162 (10Nemo) [15:03:58] New review: Eranroz; "I'm not aware to all these scripts that assume the title in the category page is the same as the pag..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44766 [15:04:52] 03(NEW) Special:ArticleFeedbackv5Watchlist shows duplicates entries - 10https://bugzilla.wikimedia.org/44155 normal; MediaWiki extensions: ArticleFeedbackv5; () [15:07:22] 03(mod) [report.py] float division by zero - 10https://bugzilla.wikimedia.org/44134 summary; +comment (10Niklas Laxström) [15:08:07] 03(mod) bug on sorting Persian characters - 10https://bugzilla.wikimedia.org/30287 +comment (10bawolff+wn) [15:08:17] New patchset: Eranroz; "Use displaytitle for pages in category" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44766 [15:10:51] liangent, thanks for your comment [15:22:37] 03(mod) bug on sorting Persian characters - 10https://bugzilla.wikimedia.org/30287 +comment (10reza.energy) [15:24:49] New review: Nikerabbit; "Should have performance review too." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44766 [15:26:50] 03(mod) bug on sorting Persian characters - 10https://bugzilla.wikimedia.org/30287 +comment (10reza.energy) [15:29:48] New review: Nemo bis; "It's faster if you translate on translatewiki.net, where you're already registered. Just follow http..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44397 [15:32:16] New review: Alex Monk; ""Too many errors" sounds like a terrible concept." [mediawiki/extensions/LiquidThreads] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44631 [15:32:32] New review: Nikerabbit; "Could use single quotes." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44733 [15:34:14] Change merged: Alex Monk; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/44629 [15:35:07] 03(mod) MediaWiki:Titleblacklist in rtl wikis should be ltr - 10https://bugzilla.wikimedia.org/36335 +i18n (10reza1615) [15:36:09] New review: Nikerabbit; "Bug & commit summary lacks clear description of the issue and reasoning why this change fixes the is..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44747 [15:36:17] New review: Alex Monk; "Makes sense to me." [mediawiki/extensions/LiquidThreads] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44630 [15:36:18] Change merged: Alex Monk; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/44631 [15:36:18] Change merged: Alex Monk; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/44630 [15:38:33] New review: Nikerabbit; "Please fix." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/44663 [15:47:04] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10mailmilan) [15:50:11] New patchset: Jeroen De Dauw; "fix messed up i18n method usage and added TODO" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/44767 [15:50:36] New review: Jeroen De Dauw; "Oh, that got rather messed up :) https://gerrit.wikimedia.org/r/#/c/44767/" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/44663 [16:19:20] 03(NEW) Error when importing JavaScript pages - 10https://bugzilla.wikimedia.org/44156 normal; MediaWiki: ContentHandler; () [16:27:14] Hello, I'm having trouble using the skin used by Blender (Naiad). It appears the CSS isn't being loaded. What can I do to debug and understand what can be the problem? [16:27:27] 03(mod) SF query string not passing values containing apostrophes properly - 10https://bugzilla.wikimedia.org/44104 +comment (10mitchell_neill) [16:27:47] New patchset: Nikerabbit; "Remove deprecated TMessage::author()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44240 [16:28:09] New patchset: Eranroz; "Use displaytitle for pages in category" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44766 [16:28:26] New review: Nikerabbit; "Tests fails because of dependency on Ia12ddc89" [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44240 [16:29:57] New patchset: Nikerabbit; "Default protwords.txt is useless" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44824 [16:36:07] ruyo: use one of the developer tools bundled with major browsers like firefox, chrome, opera and IE, and inspect all the HTTP traffic. If you find some of them giving HTTP 404 or 500 errors then there may be the problem [16:37:08] QUERY: I'm trying to clean up a long moribund mediawiki 1.15, that ran my VPS out of space because I was in innodb single file mode. I've corrected that part, but I need to know if Extension:Nuke actually *kills things off* so I can reclaim their space (my text table is 15GB); the mw.org page about it doesn't really say. [16:37:38] Is it possible to say "delete all revisions of anything newer than a specific one"? [16:37:48] (Excuse me: "expunge") [16:38:05] Vulpix, it doesn't. I opened the requested URL that I think loads the CSS (load.php) and I don't see any CSS associated with the skin's CSS. [16:39:28] ruyo: try loading the page appending ?debug=true to the URL (or &debug=true in case the URL already contains a "?") [16:40:20] that would load each file on a separate request instead of grouping JS and CSS in batch requests [16:40:36] there you may find the specific file for your skin [16:43:18] Baylink: I don't know if Nuke does that, but even if it does, you would have to create a mysql sqldump, drop all databases, "nuke" the database file itself and then import the sqldump again because it's not possible to shrink the innodb datafile [16:43:45] s/database file itself/innodb file itself/ [16:46:30] Yeah, that part I have. The part I don't have is the "expunge all revisions newer than revision N" [16:46:39] mysql doesn't scare me. :-) [16:46:49] I am a Full Spectrum Sysadmin. :-) [16:46:49] New patchset: MarkAHershberger; "Bug 44132 - use dirname(__DIR__) to set $IP instead of realpath()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44747 [16:47:22] New patchset: Matmarex; "(bug 44141) Clean up usage of one-pixel images in Vector's CSS" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44825 [16:47:54] Baylink: if you have the list of pages to nuke, you may try http://www.mediawiki.org/wiki/Manual:NukePage.php [16:48:35] Hmmm. I guess I'll have to figure out how to extract that. [16:48:35] All "valid" edits, though, are early, and none after the Big Block of Vandalism, Vulpix. [16:48:38] well, if mysql doesn't scare you, you can then get the list of pages querying directly the database then ;) [16:48:58] !table revision [16:48:58] For help on creating tables in wikitext, see and [16:49:04] meh [16:49:08] !db revision [16:49:08] See http://www.mediawiki.org/wiki/Manual:revision_table [16:49:34] just filter by rev_timestamp [16:49:46] and join with page table to get the page title [16:49:50] Yeah, I just don't know what the referential integrity issues are in deleting records in that table past a certain revision number; will it clean up the text table and external links, automatically? [16:49:55] 03(mod) Clean up usage of one-pixel background images in Vector's CSS - 10https://bugzilla.wikimedia.org/44141 +patch-in-gerrit; +comment (10Bartosz Dziewoński) [16:50:27] I would need to know the shape of the Big Ass Join that is generally done in MW to get that right, no? [16:50:48] The problem isn't knowing mysql, it's knowing the *schema*. [16:51:30] ah, well, noke won't hlp then because it will delete entire pages, not specific revisions [16:51:33] *nuke [16:52:29] New review: MarkAHershberger; "Thanks to Nikerabbit's prodding, I'e done a smidgen more research and updated the commit message." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44747 [16:52:34] Well, for some pages, that will be useful; I guess I'll do that first, then go clean up the other stuff. [16:53:47] Vulpix, thanks, I think I solved it. The skin appears to use some LocalSettings.php variables that are unavailable inside its scripts. By re-declaring them inside the skin it appears to work. [16:53:48] !schema [16:53:48] http://www.mediawiki.org/wiki/Manual:Database_layout [16:55:24] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(dirname(__FILE__)) - 10https://bugzilla.wikimedia.org/44132 +comment (10mah) [16:58:59] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 summary (10Mark A. Hershberger) [17:02:56] 03(NEW) The return value of realpath should be tested or realpath should be avoided - 10https://bugzilla.wikimedia.org/44157 normal; MediaWiki: General/Unknown; () [17:17:26] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10p.selitskas) [17:28:17] 03(mod) Commons main_page for RTL languages - 10https://bugzilla.wikimedia.org/43678 +comment (10Huji) [17:30:47] New review: Nemo bis; "recheck" [mediawiki/extensions/LiquidThreads] (master) C: 0; - https://gerrit.wikimedia.org/r/27844 [17:31:33] 03(mod) Commons main_page for RTL languages - 10https://bugzilla.wikimedia.org/43678 +comment (10reza.energy) [17:31:49] New review: Alex Monk; "recheck" [mediawiki/extensions/LiquidThreads] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27844 [17:36:51] 03(mod) Commons main_page for RTL languages - 10https://bugzilla.wikimedia.org/43678 +comment (10huji.huji) [17:47:55] New review: Matmarex; "PS2: fixes per Niklas." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44733 [17:48:01] New patchset: Matmarex; "(bug 43801) add getters for intl and ICU version to ICUCollation" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44733 [17:48:31] * Isarra huggles MatmaRex. [17:48:49] New patchset: Matmarex; "(bug 43804) fix docs in generateCollationData.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44734 [17:49:46] hi Isarra [17:50:01] i love living n the country, a little snow and my internet connection is down [17:50:18] >.< [17:50:19] * MatmaRex is online via GPRS :( [17:50:33] You're amazing. [17:51:32] I figured putting an estimate of the number of pending changes on the Special:RecentChanges header would get more people reviewing things [17:52:04] Krenair: on which wiki? [17:52:17] mediawikiwiki [17:52:35] Krenair: we do that on pl.wikipedia, except in the heading of watchlist [17:52:51] Krenair: the number is pretty consistent as ~4000 changes to review :( [17:53:01] We had < 50 for a while. :( [17:53:14] Ah [17:53:20] reviewing is so... tedious [17:53:33] We have ~170 now. [17:53:45] Someone ran an unapproved bot on loads of extension pages -.- [17:53:52] yeah that guy [17:53:57] was going to bot rollback him [17:54:02] Nemo_bis asked for it... [17:54:19] Unfortunately I don't think there's a way to get the current number like we do with {{PAGESINCATEGORY:Candidates for speedy deletion}} [17:54:25] doesn't give the bot owner an excuse to run without approval or a bot flag [17:54:31] fun fact: using `git review` on a GPRS-like connection is fucking impossible. [17:54:48] (This is https://www.mediawiki.org/wiki/MediaWiki:Recentchangestext if anyone else wants to improve it) [17:54:52] git push & git fetch for life. [17:56:00] Krenair: fetch the number from the api and inject it in the HTML [17:56:12] with JavaScript, of course [17:56:35] sounds exciting! [17:57:09] if it's even possible to get that info from the api, which I assumed but haven't checked ;) [17:57:17] it is [17:57:33] * legoktm runs a pendingchanges irc bot for enwiki [18:02:04] That sounds like a terrible solution [18:02:13] it is [18:02:29] I would prefer to implement a parser function server-side [18:02:44] let's implement a parser function for API calls. [18:02:49] * MatmaRex hides [18:02:50] oh god [18:04:02] New patchset: Matmarex; "(bug 43804) fix docs in generateCollationData.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44734 [18:04:54] well, maybe it wouldn't be such a bad idea [18:05:09] people will certainly want this after scribunto is deployed [18:05:44] a parser function for API calls? [18:06:11] Do it! [18:06:17] * Krenair facedesk [18:06:24] XD [18:06:36] New patchset: Nischayn22; "bug 39211 and bug 40310 Minimize and close icons." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/42557 [18:08:46] legoktm: I asked some test edits, not 100 [18:09:10] I was thinking more of a dozen or so [18:09:23] 03(NEW) Flyout title and close button not localized - 10https://bugzilla.wikimedia.org/44158 normal; MediaWiki extensions: PageTriage; () [18:12:04] 03(mod) Flyout title and close button not localized - 10https://bugzilla.wikimedia.org/44158 +i18n; +comment (10Nischay Nahata) [18:14:26] New review: Alex Monk; "I'd like to get rid of memcached use here and have a DB table instead... Thoughts?" [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/39171 [18:19:47] 03(NEW) Text flows out of the widget - 10https://bugzilla.wikimedia.org/44159 normal; MediaWiki extensions: PageTriage; () [18:20:38] 03(mod) Text flows out of the widget - 10https://bugzilla.wikimedia.org/44159 +i18n (10Nischay Nahata) [18:21:13] New patchset: Krinkle; "(bug 42513) mediawiki.Uri: Fix parsing of URIs with @ in path." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44665 [18:21:33] How can I disable raw signatures via LocalSettings.php? I see that the option has to do with fancysig, but I don't know the entry to use (e.g. $wgBLAH = ) [18:22:18] NewToWiki: http://www.mediawiki.org/wiki/Manual:$wgHiddenPrefs [18:24:32] New review: Alex Monk; "And also "update the user table row in all of the attached wikis in one big update (start a transact..." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/39171 [18:25:32] Hm.. $wgHiddenPrefs['*'] = 'fancysig'; seems to break $wgHiddenPrefs['*'] = 'nickname'; [18:25:48] Hello andre__ [18:25:56] $wgHiddenPrefs['*'] = 'nickname'; removes the custom signature option, which I also want to do. [18:26:33] NewToWiki: why did you put '*'? [18:26:47] I don't want any user to be able to set that preference [18:27:31] but you shouldn't refer to the '*' index at all [18:27:34] Basically, I want to force the default sig [18:27:43] Why not? [18:28:01] $wgHiddenPrefs[] = 'realname'; <-- no '*' here [18:29:16] realname is a separate thing [18:29:44] you don't seem to get the point... [18:30:08] Hm.. $wgHiddenPrefs['*'] = 'fancysig'; seems to break $wgHiddenPrefs['*'] = 'nickname'; [18:30:12] Working as intended then [18:30:13] Is the point that leaving it blank will remove it for all users? [18:30:21] If fancysig comes after nickname [18:31:09] I'm not sure what fancysig is, but I thought it was the raw vs autotext option [18:31:11] NewToWiki: the point that specifying an index in the array would override it everytime you set it [18:31:15] Links to User:Talk and all that [18:31:16] $wgHiddenPrefs['*'] = 'nickname'; // set index '*' to 'nickname' [18:31:18] $wgHiddenPrefs['*'] = 'fancysig'; // overwrite index '*' with 'fancysig' [18:31:19] Fantastic. http://packages.ubuntu.com/hardy/web/mediawiki [18:32:05] So.. I need to use an array instead? [18:32:10] Doing $wgHiddenPrefs[] = 'nickname'; $wgHiddenPrefs[] = 'fancysig'; will just make PHP append to the array, which is what you want [18:32:20] Gotcha [18:32:47] mediawiki 1.11 o_O [18:33:03] 03(NEW) others(in credits) points to invalid link - 10https://bugzilla.wikimedia.org/44160 minor; MediaWiki: Installer; () [18:33:09] Nemo_bis, not so fantastic. [18:33:37] That solved it. Thanks [18:34:54] 1.21 is being developed now. That is 1.11.2, released 3/3/8: http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-March/000070.html [18:35:21] New patchset: Nischayn22; "bug 39211 and bug 40310 Minimize and close icons." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/42557 [18:38:44] What I do not understand is that debian has a "newer" version http://packages.debian.org/squeeze/mediawiki (1.15) [18:39:12] isn't debian supposed to be more stable (and also old)? [18:40:28] oh, well... [18:40:30] http://packages.ubuntu.com/raring/mediawiki [18:40:36] hardy is very old [18:41:04] that makes more sense now ;) [18:44:24] I actually see MediaWiki 1.19.2 if I do "sudo aptitude show mediawiki" on Ubuntu 12.10 Quantal Quetzal [18:45:47] Which isn't great either - http://lists.wikimedia.org/pipermail/mediawiki-announce/2012-November/000122.html [18:46:17] 03(mod) or.wiktionary.org Special:Statistics not updated - 10https://bugzilla.wikimedia.org/39978 +comment (10Nemo) [18:47:02] 03(mod) or.wiktionary.org Special:Statistics not updated - 10https://bugzilla.wikimedia.org/39978 (10Nemo) [18:52:12] New review: Krinkle; "bump" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43671 [18:53:13] 03(mod) mediawiki.Uri crashes in pages with '@' in their url - 10https://bugzilla.wikimedia.org/42513 -patch-in-gerrit ; +comment (10Krinkle) [18:55:00] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44665 [18:56:32] Change restored: Krinkle; "(no reason)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [18:57:08] New review: Krinkle; "recheck" [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44102 [19:01:38] New review: Krinkle; "recheck" [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44102 [19:02:39] 03(mod) Fatal on any page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 summary (10Arent) [19:03:34] New patchset: Krinkle; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [19:06:10] Jasper_Deng_away, you should consider moving https://www.mediawiki.org/wiki/User:Jasper_Deng/sockblock https://www.mediawiki.org/wiki/User:Jasper_Deng/blocked https://www.mediawiki.org/wiki/User:Jasper_Deng/indef and https://www.mediawiki.org/wiki/User:Jasper_Deng/spambotblock out of your userspace [19:07:58] New patchset: Krinkle; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [19:10:00] New patchset: Nischayn22; "(bug 44158) Improve localization in flyout of curation tool." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44830 [19:10:01] New review: Krinkle; "recheck" [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44102 [19:10:20] hi Odisha1 [19:10:40] New patchset: Krinkle; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [19:11:55] 03(mod) Flyout title and close button not localized - 10https://bugzilla.wikimedia.org/44158 +comment (10nischayn22) [19:11:57] New patchset: Krinkle; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [19:13:43] Nemo_bis: I think you're right with "maybe we have a different understanding of what's the current status of our OTRS" and you definitely know better. Fair point (and thanks for being insistent on this) [19:14:50] andre__: I don't know if I really know better, RD knows much better than me for instance; but he also seems to think that most bugs in that component are waiting for the update [19:15:05] or would even mass-resolve after update [19:15:58] so it's something the responsible person should find out, I guess... and I don't know who that is, but it's not either of us [19:16:02] Nemo_bis: if we could identify which reports would get solved by an upgrade we'd have a better stand for argumenting. [19:16:15] (at least that's what I was told when pushing for upgrading Bugzilla, heh) [19:20:04] 03(NEW) IPv6 at some places lower case and at other places in upper case - 10https://bugzilla.wikimedia.org/44161 normal; MediaWiki: Special pages; () [19:21:28] andre__: sure but I can't help with that ^^' [19:21:54] and there's little incentive for doing it because one would have to check all reports every time a new release is out [19:22:06] if you consider that the bug is almost 3 years old... [19:27:23] 03(mod) Special:FirstSteps overwrites existing threads for flag request if LQT is confused - 10https://bugzilla.wikimedia.org/38712 normal->major; +comment (10Nemo) [19:31:40] 03(NEW) Argument 1 passed to SpecialTranslate::getGroupDescription() must implement interface MessageGroup, null given - 10https://bugzilla.wikimedia.org/44162 normal; MediaWiki extensions: Translate; () [19:35:47] 03(mod) No translation suggestions in proofreading mode - 10https://bugzilla.wikimedia.org/38496 summary (10Nemo) [19:41:42] 03(mod) Subpage link syntax for files ([[File:Foo.jpg|link=/Subpage]]) doesn't work - 10https://bugzilla.wikimedia.org/34502 summary; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [19:42:36] 03(mod) Warn anonymous users that we'll show their IP when they edit - 10https://bugzilla.wikimedia.org/42954 +comment (10wikidata-bugs) [19:46:10] 03(mod) Error Generating Thumbnail for 700 Mpx JPG - 10https://bugzilla.wikimedia.org/44071 +comment (10Derrick Coetzee) [19:46:21] 03(mod) ProofreadPage extension should handle its namespaces in a more sensible manner - 10https://bugzilla.wikimedia.org/37483 +comment (10Nemo) [19:51:43] New review: VitaliyFilippov; "First someone should approve https://gerrit.wikimedia.org/r/#/c/43166/4 ....." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44397 [20:21:23] New patchset: MarkAHershberger; "Bug 44157 - The return value of realpath should be tested" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44832 [20:22:19] 03(mod) The return value of realpath should be tested or realpath should be avoided - 10https://bugzilla.wikimedia.org/44157 +comment (10mah) [20:23:35] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10Mark A. Hershberger) [20:23:35] 03(mod) The return value of realpath should be tested or realpath should be avoided - 10https://bugzilla.wikimedia.org/44157 (10Mark A. Hershberger) [20:25:16] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10mah) [20:25:28] 03(mod) The return value of realpath should be tested or realpath should be avoided - 10https://bugzilla.wikimedia.org/44157 +patch-in-gerrit (10Jesús Martínez Novo (Ciencia Al Poder)) [20:33:01] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10p.selitskas) [20:40:24] 03(mod) Installer should check for old StartProfiler.php files - 10https://bugzilla.wikimedia.org/32760 +comment (10mah) [20:41:27] Isarra, what the hell is https://www.mediawiki.org/wiki/User:Isarra/Happy_things? [20:41:38] Krenair: It's happy. [20:41:40] 03(mod) [statements-ui] PropertyValueSnak's value inputs and related toolbars should be disabled when hitting 'save' - 10https://bugzilla.wikimedia.org/43006 +comment (10wikidata-bugs) [20:41:54] ... [20:42:07] 03(mod) ProofreadPage extension should handle its namespaces in a more sensible manner - 10https://bugzilla.wikimedia.org/37483 +comment (10thomaspt) [20:42:32] There are many aggravating things surrounding mediawiki development. Having something happy nearby to offset it helps. [20:43:19] Yes, it's a bunch of pictures of slime mold on a user subpage - completely ridiculous, but not apt to harm anything. [20:46:43] 03(mod) ProofreadPage extension should handle its namespaces in a more sensible manner - 10https://bugzilla.wikimedia.org/37483 +comment (10federicoleva) [20:49:13] basile: yt? [20:49:30] StevenW: going to bed soon; why? [20:50:02] I was thinking of doing a watchlist notice on enwiki for the db switchover. [20:50:07] That cool with you? [20:50:19] sure, thanks for thinking about it :) [20:50:23] k [20:50:28] and offering to help! [20:50:46] We should probably consider running a plain text centralnotice to logged in users only, considering how wide the impact is going to be. [20:51:22] The current plan is to run the centralnotice banner for all users 2 hours before the migration window [20:52:12] there are a lot of banners right now so it's already crowded [20:52:39] ah [20:52:50] in that case maybe a watchlist notice is redundant [20:53:30] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10mah) [20:53:51] StevenW: I think a watchlist notice that would run from now until the banner's up would be a good idea [20:53:51] Some people have banners disabled, so it may not be redundant. [20:57:52] https://en.wikipedia.org/wiki/MediaWiki_talk:Watchlist-details [20:57:56] basile Isarra ^ [20:58:52] StevenW: looks great. Thanks! [21:00:06] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10p.selitskas) [21:02:16] What would be a minor data center migration? [21:08:41] 03(NEW) Localization of namespaces - 10https://bugzilla.wikimedia.org/44163 normal; MediaWiki extensions: ProofreadPage; () [21:09:28] 03(mod) Localization of namespaces - 10https://bugzilla.wikimedia.org/44163 (10Krenair) [21:11:32] Krenair: feel free to do so yourself [21:18:31] 03(mod) Localization of namespaces on is.wikisource.org - 10https://bugzilla.wikimedia.org/44163 normal->15enhancement; +shell; summary (10Andre Klapper) [21:18:45] 03(NEW) Add an author namespace in is.wikisource - 10https://bugzilla.wikimedia.org/44164 normal; Wikimedia: Site requests; () [21:21:53] Opinion/volunteers needed: https://www.mediawiki.org/wiki/Manual_talk:Upgrading#Make_page_translatable [21:22:23] As soon as page is marked for translation, subpages are overwritten so someone has to import old ones quickly enough... [21:34:28] 03(mod) Special:FirstSteps overwrites existing threads for flag request if LQT is confused - 10https://bugzilla.wikimedia.org/38712 +comment (10federicoleva) [21:37:34] are labs-instance users here ? [21:40:00] New review: Alex Monk; "code style issues" [mediawiki/extensions/TorBlock] (master) C: -1; - https://gerrit.wikimedia.org/r/40291 [21:41:48] New review: Alex Monk; "open change conflict" [mediawiki/extensions/TorBlock] (master) C: -1; - https://gerrit.wikimedia.org/r/40291 [21:44:23] 03(NEW) Add extension hooks for OpenID link/unlink - 10https://bugzilla.wikimedia.org/44165 enhancement; MediaWiki extensions: OpenID; () [21:44:48] 03(NEW) Modify MediaWiki groups synch'd with LDAP - 10https://bugzilla.wikimedia.org/44166 normal; MediaWiki extensions: LdapAuthentication; () [21:44:48] 03(NEW) Synchronize mediawiki groups with LDAP have all projects require shell group - 10https://bugzilla.wikimedia.org/44167 normal; Wikimedia Labs: Infrastructure; () [21:45:02] 03(NEW) Add postgres and sqlite support for LdapAuthentication schema - 10https://bugzilla.wikimedia.org/44168 normal; MediaWiki extensions: LdapAuthentication; () [21:45:06] 03(NEW) Add interface for nova's administrative api - 10https://bugzilla.wikimedia.org/44169 normal; MediaWiki extensions: OpenStackManager; () [21:45:13] 03(NEW) Make current quotas and resources viewable - 10https://bugzilla.wikimedia.org/44170 normal; MediaWiki extensions: OpenStackManager; () [21:46:03] 03(NEW) Combine queues with actions - 10https://bugzilla.wikimedia.org/44171 normal; MediaWiki extensions: OpenStackManager; () [21:46:06] 03(mod) Add postgres and sqlite support for LdapAuthentication schema - 10https://bugzilla.wikimedia.org/44168 normal->15enhancement; +comment (10Sam Reed (reedy)) [21:46:07] 03(NEW) Drop shell membership requirement for adding users to projects - 10https://bugzilla.wikimedia.org/44172 normal; MediaWiki extensions: OpenStackManager; () [21:50:01] 03(NEW) Add "open for all" project feature - start with bastion - 10https://bugzilla.wikimedia.org/44173 normal; Wikimedia Labs: Infrastructure; () [22:08:46] 03(mod) Add extension hooks for OpenID link/unlink - 10https://bugzilla.wikimedia.org/44165 +comment (10T. Gries) [22:09:12] 03(mod) Add extension hooks for OpenID link/unlink - 10https://bugzilla.wikimedia.org/44165 (10T. Gries) [22:14:48] New review: Umherirrender; "What about localized property names? The database stores only the canonical form. You should mention..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44261 [22:28:04] 03(NEW) Remove any unnecessary "are you sure" steps from OpenStackManager interfaces - 10https://bugzilla.wikimedia.org/44174 normal; MediaWiki extensions: OpenStackManager; () [22:35:02] 03(NEW) Combine role and project membership into a single interface - 10https://bugzilla.wikimedia.org/44175 normal; MediaWiki extensions: OpenStackManager; () [22:41:05] 03(NEW) Create an API for most actions in OpenStackManager - 10https://bugzilla.wikimedia.org/44176 normal; MediaWiki extensions: OpenStackManager; () [22:46:25] 03(NEW) Create a combined javascript interface - 10https://bugzilla.wikimedia.org/44177 normal; MediaWiki extensions: OpenStackManager; () [22:47:13] 03(mod) OpenID extension lacks autodiscovery when used as a provider - 10https://bugzilla.wikimedia.org/40068 +comment (10mail) [22:47:32] 03(mod) When used as a provider, if a user needs to login, then the extension should redirect to the login form - 10https://bugzilla.wikimedia.org/40067 +comment (10mail) [22:47:38] 03(NEW) Add Echo to labsconsole - 10https://bugzilla.wikimedia.org/44178 normal; Wikimedia Labs: Infrastructure; () [22:48:22] 03(mod) Add Echo to labsconsole - 10https://bugzilla.wikimedia.org/44178 normal->15enhancement (10Sam Reed (reedy)) [22:48:25] 03(mod) Add interface for nova's administrative api - 10https://bugzilla.wikimedia.org/44169 normal->15enhancement (10Sam Reed (reedy)) [22:48:26] 03(mod) Make current quotas and resources viewable - 10https://bugzilla.wikimedia.org/44170 normal->15enhancement (10Sam Reed (reedy)) [22:48:27] 03(mod) Add an author namespace in is.wikisource - 10https://bugzilla.wikimedia.org/44164 normal->15enhancement (10Sam Reed (reedy)) [22:48:28] 03(mod) Add "open for all" project feature - start with bastion - 10https://bugzilla.wikimedia.org/44173 normal->15enhancement (10Sam Reed (reedy)) [22:48:29] does anyone know if there is an API for creating PDF's of articles like what can be done via the collections extension? [22:49:14] 03(NEW) Add Echo notification for instance reboot completions - 10https://bugzilla.wikimedia.org/44179 normal; MediaWiki extensions: OpenStackManager; () [22:51:08] i don't think there is [22:51:22] 03(NEW) Add Echo notification for instance build completions - 10https://bugzilla.wikimedia.org/44180 normal; MediaWiki extensions: OpenStackManager; () [22:52:47] 03(NEW) Add Echo notification for instance deletions - 10https://bugzilla.wikimedia.org/44181 normal; MediaWiki extensions: OpenStackManager; () [22:55:45] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10mah) [22:55:45] 03(mod) mediawiki.Uri crashes in pages with '@' in their url - 10https://bugzilla.wikimedia.org/42513 +comment (10tylerromeo) [23:00:46] 03(mod) webstart tries to get realpath to set $IP instead of using dirname(__DIR__) - 10https://bugzilla.wikimedia.org/44132 +comment (10p.selitskas) [23:01:38] 03(mod) OpenID extension lacks autodiscovery when used as a provider - 10https://bugzilla.wikimedia.org/40068 +comment (10T. Gries) [23:01:39] 03(mod) Special:OpenIDConvert does not obey $wgOpenIDConsumerForce - 10https://bugzilla.wikimedia.org/25771 +comment (10T. Gries) [23:02:28] 03(mod) Special:OpenIDConvert does not obey $wgOpenIDConsumerForce - 10https://bugzilla.wikimedia.org/25771 (10T. Gries) [23:02:33] 03(mod) Special:OpenIDConvert does not obey $wgOpenIDConsumerForce - 10https://bugzilla.wikimedia.org/25771 (10T. Gries) [23:04:03] 03(mod) Allow user to pick primary OpenID URL - 10https://bugzilla.wikimedia.org/19346 (10T. Gries) [23:15:39] 03(NEW) Add Echo notification for new requests in queues - 10https://bugzilla.wikimedia.org/44182 normal; Wikimedia Labs: (other); () [23:20:23] 03(mod) Disabling "Privacy Policy" and "Disclaimers" by setting content to single minus not working - 10https://bugzilla.wikimedia.org/40578 +comment (10Roy Verrips) [23:24:54] 03(mod) OpenID extension lacks autodiscovery when used as a provider - 10https://bugzilla.wikimedia.org/40068 +comment (10Ryan Lane) [23:29:56] New review: Demon; "What sort of errors are you trying to hide here? wfShellExec() should have some fairly robust checks..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44751 [23:35:06] 03(mod) Installer should check for old StartProfiler.php files - 10https://bugzilla.wikimedia.org/32760 +comment (10innocentkiller) [23:38:49] Hi, when doing a dumpBackup.php via cron I get: PHP Notice: Undefined property: BackupDumper::$revStartId in /.../maintenance/backup.inc on line 213 Same for $revEndId Is this a bug or am I doing something wrong. I thought these parameters are optional to the script [23:39:58] What version of MediaWiki? [23:40:16] 1.18.6 [23:40:45] In master they seem to be initialised [23:41:26] Hmm, I guess I give it a try on a 1.19.3 wiki. [23:46:53] How would I go about adding text to the Special:Search page? I can't seem to find a php file section that would accept HTML [23:47:36] Using 1.20.2 and Vector [23:50:55] Back on 1.15 I was able to edit an entry in Special:Allmessages to get text to display, but that same entry doesn't seem to do anything now [23:54:15] Should be pretty much the same [23:54:59] use ?uselang=qqx to make sure you're using the correct message key [23:57:44] New patchset: Krinkle; "Jenkins test (DO NOT SUBMIT)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44838 [23:57:50] Lol. Nevermind. I just realized that it wasn't search, it was "Related Changes"