[00:00:02] terrrydactyl: yes [00:00:10] terrrydactyl: you can use this command to have the current value: echo '' | php | grep include_path [00:00:16] RoanKattouw: eseidel is from WebKit, and would like to discuss the mediawiki JS library, in particular a function named addEmbeddedCss [00:00:21] eseidel: Oh so addEmbeddedCSS(), that's mostly Krinkle's baby, although I've worked on it. Do you have any specific questions about it? [00:00:31] * marktraceur is too slow [00:00:42] * RoanKattouw had cheated by looking in #wikimedia-dev [00:00:48] Dereckson: i added the path variable into my .zshrc and it seems to be working [00:01:07] Okay. [00:01:40] So your wiki now have a debug console operaional? [00:02:35] let me check. was thrown off that the command was pear version not pear --version like i'm used to [00:03:19] i think i have to include pear, but where's the php.ini file? [00:03:36] eseidel: If you would like to contact us about this by e-mail, please write to rkattouw at wikimedia dot org and ttijhof at [00:03:46] terrrydactyl: echo '' | php | grep "Configuration File" [00:03:49] RoanKattouw: that's probably easiest. I'll email you both now. thanks! [00:04:35] terrrydactyl: a sensible value is include_path = ".:/usr/local/share/pear" [00:04:56] then, if PHP is installed as an Apache module, you have to restart Apache [00:05:25] I still don't understand the difference between gracefully restarting and restarting. [00:06:03] Hmm, . [00:06:23] this is what's outputted with the echo command [00:06:24] Configuration File (php.ini) Path => /etc [00:06:25] Loaded Configuration File => (none) [00:07:30] i don't know if php is installed as an apache module. getting confused with all the technical stuff. @__@ [00:07:34] New patchset: Catrope; "(bug 31044) Make ResourceLoader behave in read-only mode" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44183 [00:07:43] 03(mod) ResourceLoader does not account for read-only mode - 10https://bugzilla.wikimedia.org/31044 +patch-in-gerrit; +comment (10Roan Kattouw) [00:09:44] terrrydactyl: you have to create a php.ini file [00:09:48] in /etc/php.ini [00:09:56] okay [00:10:16] don't you have a /etc/php.ini-dist or /etc/php.ini-development already there? [00:10:48] all i can see are [00:10:49] php-fpm.conf.default [00:10:49] php.ini.default [00:10:50] php.ini.default-5.2-previous [00:10:59] Okay, start by cp php.ini.default /etc/php.ini [00:11:33] New review: MZMcBride; "There will be once you write one. :-)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/43115 [00:11:33] okay [00:13:01] it's been copied. [00:13:01] New patchset: Hoo man; "[WIP] Overhaul of the page and revision patrolling system" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41196 [00:14:01] New review: Hoo man; "Commit message" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41196 [00:14:33] New patchset: Bsitu; "Redirect should not trigger 'article-linked' notification" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44186 [00:16:31] New patchset: Hoo man; "[WIP] Overhaul of the page and revision patrolling system" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41196 [00:17:17] Dereckson: do i include "include_path = ".:/usr/local/share/pear" in my php.ini file? [00:18:07] 03(mod) Enable Nimbus on it.wikivoyage - 10https://bugzilla.wikimedia.org/43980 +comment (10Emanuele Raoli) [00:19:27] RoanKattouw: email sent, thank you again [00:19:31] New patchset: Aaron Schulz; "[JobQueue] Added a JobQueueRedis class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39174 [00:20:29] New review: Hoo man; "Some minor improvements... still work in progress. Going to rebase now and add fixes for bug 43977 a..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41196 [00:23:40] terrrydactyl: yes [00:23:51] terrrydactyl: check /usr/local/share/pear is well your PEAR directory [00:24:48] This variable is the path for include and require. . means the current directory. [00:25:10] So if one day you have a lot of libraries you want to put somewhere, you create your own library directory and add it to this path (: is the separator) [00:25:50] In my /var/wwwroot/.libs/, I've libraries for GeSHI, OpenID authentication, ICE and Pastebin. [00:26:37] New review: Aaron Schulz; "Seems OK." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/35139 [00:27:56] Dereckson: /usr/local/share doesn't seem to have a pear directory [00:29:49] terrrydactyl: you didn't see a path during the pear install? [00:30:59] New patchset: Bsitu; "Turn off article-linked email notif so users need to opt-in" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44189 [00:31:18] Try this: pear config-show | grep cfg_dir [00:31:24] it should give you the directory [00:31:47] looks like it's located at /Users/Teresa/pear/cfg should i move it? [00:32:47] If your MediaWiki code runs on Teresa you can let it there. [00:33:31] but only in the following scenario: it's your computer, used only by you with one session [00:33:48] it does run on /Teresa. what do you mean by one session? [00:34:09] New review: Siebrand; "What's the EE component that remains in this feature if it is disabled by default? Shocking proposal..." [mediawiki/extensions/Echo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44189 [00:34:10] Mac OS X allows to log in with different users. [00:34:39] well, the code resides within /Teresa/ but i'm also running MAMP that accesses the root directory. i don't know if this will conflict. [00:35:04] No, because your php.ini file will contain the path to /Users/Teresa/pear/cfg [00:35:42] Wait. cfg_dir is the PEAR *configuration files* directory [00:35:49] New patchset: Hoo man; "[WIP] Overhaul of the page and revision patrolling system" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41196 [00:36:15] Use "pear config-get php_dir" to get your PEAR directory to include [00:36:32] okay [00:36:38] (and "pear config-show | grep _dir" to see the big amount of directories it uses) [00:37:07] New review: Hoo man; "Rebased and removed release notes (only causing merge issues...)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41196 [00:37:18] does it matter where i put the include path code in php.ini? [00:39:50] also it looks like my php.ini file is read-only. is there a reason for this? [00:40:32] RoanKattouw: know anything $wgResourceLoaderValidateJS ?? [00:40:49] Not much [00:41:01] This (solaris) webserver seems to be crashing when it is true; [00:41:20] and I just spent a lot of time tracking it down [00:41:35] RoanKattouw: RL could use more wfDebug ;) [00:43:17] Is anyone maintaining RL? [00:43:49] RoanKattouw: was Kringle the other email you gave me? Or should I stick around to wait for his possible repyl in irc? [00:44:06] Krinkle, not Kringle. [00:44:13] appologies [00:44:16] No worries. [00:44:37] krinklemail/gmail.com is the best way to reach him if he's not on IRC. [00:44:45] http://www.mediawiki.org/wiki/Developers/Maintainers lists 3 persons: Roan Kattouw, Timo Tijhof and Trevor Parscal [00:44:59] * marktraceur immediately begins composing Christmas carols about Krinkle [00:45:06] Dereckson: Wikis aren't to be trusted. Everyone knows this. :-) [00:45:11] I see, you directed me to timo and roan [00:45:17] Timo is Krinkle. [00:45:18] thank you Susan [00:45:22] No problem. [00:45:46] oh, then we're good. :) well, I will return to my #webkit ways then and follow up via email. Thank you all for your assistance. [00:46:10] terrrydactyl: I think I've an hypothesis for the read-only f ile [00:46:48] You copied php.ini-default, and I guess the packager thought it were a good idea to set samples read-only [00:47:01] You can quickly change that with chmod +w php.ini [00:47:04] Dereckson: i tried following the instructions under Verifying the include path from here http://pear.php.net/manual/en/installation.checking.php and i seem to pass that test [00:47:09] :) [00:47:41] So now check your MediaWiki debug log. [00:48:44] 03(mod) Failed round-trip if HTML entities are in target of links - 10https://bugzilla.wikimedia.org/41217 +comment (10Gabriel Wicke) [00:49:39] https://www.mediawiki.org/wiki/MediaWiki?uselang=fr <-- The article/talk tabs don't seem translated in French. [00:49:49] Unless "page" and "discussion" are French words? [00:51:20] 03(NEW) RL could use more wfdebug - 10https://bugzilla.wikimedia.org/44018 normal; MediaWiki: ResourceLoader; () [00:51:24] Susan: I think they are [00:51:38] Really? [00:51:40] Susan: https://www.mediawiki.org/wiki/MediaWiki?uselang=nl wfm [00:51:42] Yup [00:51:43] 03(mod) Round-trip sanitized attribute values as wikitext - 10https://bugzilla.wikimedia.org/41445 +comment (10Gabriel Wicke) [00:51:45] At least discussion is [00:52:01] Huh, didn't know that. [00:52:04] https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:%C3%80_propos [00:52:24] Also, https://www.mediawiki.org/wiki/User:Catrope?uselang=fr works [00:52:41] It works, I was just looking at untranslated parts of the interface. [00:52:44] The sidebar, etc. [00:52:51] It's partial. [00:53:00] I was wondering if the tabs were also partial. [00:53:02] Guess not. [00:53:21] "english" in Monobook is wrong. [00:53:29] 03(mod) Double quotes are turned into single quotes when the element is not accepted as HTML - 10https://bugzilla.wikimedia.org/41225 +comment (10Gabriel Wicke) [00:53:31] text-transform strikes again, maybe? [00:53:40] "english" from ULS. [00:55:08] 03(NEW) wikidata@huwiki: change repository domain to something that is also available on interwikimap - 10https://bugzilla.wikimedia.org/44019 major; Wikimedia: Site requests; () [00:55:49] Dereckson: i can't seem to add the include path even though i sudo chmod.. [00:57:05] even though my test passed the pear installation guide, i wasn't able to see it in the logs so i tried to do the include path again. [00:59:13] Susan, RoanKattouw > Page and discussion are French words, yes. [01:00:26] terrrydactyl: you restarted Apache? [01:00:46] Dereckson: oh! i'll try that [01:01:10] terrrydactyl: php.ini is read by Apache PHP module as Apache start [01:01:13] at [01:02:05] * hexmode sees that Susan is giving him work again [01:02:22] hexmode: yw! [01:02:44] now.... if only I could get you to pay me .... [01:03:01] Susan, RoanKattouw > I checked the etymologies, it seems there are two French words sent to the English vocabulary [01:03:13] Exactly two? [01:03:13] they are [01:03:15] Oh [01:04:04] marktraceur: no, more than that: half the English vocabulary comes from Latin and French [01:04:33] *nod* [01:04:43] Except that it all comes from Greek [01:05:06] (My Big Fat Greek Wedding, source of all knowledge) [01:05:06] yeah, my kids took greek [01:05:06] I don't believe you [01:05:30] There are some ping pong words also, like management: Old French "manager" (to take care of an household) -> english to manage / management -> hop, back in French in the modern sense [01:05:41] Dereckson: i got the debug messages! but i still have "Class PEAR_Error not found; skipped loading" at the end. do you have it as well? [01:05:59] terrrydactyl: no, I don't [01:06:13] could you create a file, for example phpinfo.php in your web tree? [01:06:16] Dereckson: Well, plus all the fun modern words that just about every language has to take verbatim or try to translate from English [01:06:18] Dereckson: i also only see it within my own local wiki and not in your debug log [01:06:31] terrrydactyl: you should check two things: [01:06:44] - (1) Loaded Configuration File is well /etc/php.ini now [01:06:44] "ordinateur" "telecharger" etc. [01:06:59] - (2) your include_path value [01:07:39] 03(mod) Info action's "search engine status" language could use tweaking - 10https://bugzilla.wikimedia.org/43935 +comment (10MZMcBride) [01:07:51] Dereckson: to clarify, within my web tree is where my local wiki files are right? where the index.php is [01:07:55] On Commons, we've téléverser (verser means to fill) for upload. [01:07:59] I like this verb. [01:08:19] yes terrrydactyl [01:08:53] terrrydactyl: it's absolutely possible your php executable uses a different php.ini than the Apache module [01:09:23] 03(mod) Use wfDebugLog instead of wfDebug by default - 10https://bugzilla.wikimedia.org/14601 (10Mark A. Hershberger) [01:09:43] That would explain why the CLI test worked. [01:10:42] Dereckson: looks like my loaded config file is here: /Applications/MAMP/bin/php/php5.4.4/conf/php.ini [01:10:47] 03(mod) Blank page with only "Create an account" on post-login submission due to TitleBlacklist - 10https://bugzilla.wikimedia.org/42982 +comment (10MZMcBride) [01:10:48] Bingo. [01:11:23] do i modify the paths or the files? [01:11:57] The easiest would be to edit the include_paths variable too in /Applications/MAMP/bin/php/php5.4.4/conf/php.ini file [01:12:11] include_paths variable is also .:/Applications/MAMP/bin/php/php5.4.4/lib/php [01:12:24] .:/Applications/MAMP/bin/php/php5.4.4/lib/php:/path/to/pear [01:12:49] (I guess MAMP wanted PEAR installed in /Applications/MAMP/bin/php/php5.4.4/lib/php) [01:15:30] New patchset: Bsitu; "Abstracting MySQL in Echo so storage type can be swapped easily" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44192 [01:18:19] is it supposed to be include_path = ".:/Applications/MAMP/bin/php/php5.4.4/lib/php:/Users/Teresa/pear/cfg"? [01:19:21] New patchset: Bsitu; "Abstracting MySQL in Echo so storage type can be swapped easily" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44192 [01:20:57] Change merged: Bsitu; [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/41370 [01:21:49] 03(mod) Enable Nimbus on it.wikivoyage - 10https://bugzilla.wikimedia.org/43980 +comment (10Dereckson) [01:23:03] New review: Bsitu; "Thanks for the feedback! I will see what I can do to improve this patch" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28771 [01:23:23] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10MZMcBride) [01:25:34] Dereckson: is it supposed to be include_path = ".:/Applications/MAMP/bin/php/php5.4.4/lib/php:/Users/Teresa/pear/cfg"? i don't seem to be able to see my debug messages anymore. [01:27:30] 03(NEW) Special:UserMerge giving permission errors - 10https://bugzilla.wikimedia.org/44020 major; Wikimedia: General/Unknown; () [01:30:17] New patchset: Kaldari; "(bug 43974) making sure that badge is only applied to immediate child" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44194 [01:31:02] Hi, I want to protocol attempted login attempts [01:31:16] unfortunately this doesn't work anymore http://www.mediawiki.org/wiki/Extension:UserLoginLog [01:31:32] and http://www.mediawiki.org/wiki/Extension:Fail2banlog works only for existing user accounts [01:31:33] 03(mod) Repeated notification count badge - 10https://bugzilla.wikimedia.org/43974 +comment (10Ryan Kaldari) [01:31:40] can I see the info in a table in the DB ? [01:31:42] New review: Matmarex; "Have you tried using a custom merge driver for release notes? I wrote one: https://github.com/MatmaR..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41196 [01:31:59] it's good info for combatting spammers [01:37:27] New patchset: Catrope; "Make ve.dm.AnnotationFactory a named function rather than an anonymous function" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44197 [01:39:16] New review: CSteipp; "Since on WMF wiki's, all users who can lock can also suppress currently, this shouldn't affect exist..." [mediawiki/extensions/CentralAuth] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/26902 [01:39:16] Change merged: CSteipp; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/26902 [01:41:41] terrrydactyl: /Users/Teresa/pear/cfg contains PEAR configuration, not PEAR libraries [01:41:48] you don't have a /Users/Teresa/pear/lib? [01:41:55] * terrrydactyl checks [01:42:22] New patchset: Yaron Koren; "Added handling for MongoDB (it's web-scale!)" [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44202 [01:42:50] Dereckson: i don't have a lib folder. i have bin, cfg, data, docs, share, test, and www [01:42:52] If not, "pear config-get php_dir" will give you the correct dir [01:43:10] ah it was in share [01:45:40] Dereckson: no change. :( my include_path variable in the phpinfo.php says .:/Applications/MAMP/bin/php/php5.4.4/lib/php:/Users/Teresa/pear/share/pear [01:47:42] New patchset: Yaron Koren; "Added 'externaldata-unknown-collection' message" [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44203 [01:48:05] Change merged: Yaron Koren; [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44202 [01:48:20] Change merged: Yaron Koren; [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44203 [01:50:05] terrrydactyl: http://stackoverflow.com/questions/5510734/install-pear-on-mamp gives a solution [01:50:22] Dereckson: i'm also looking at this http://www.lullabot.com/articles/installing-php-pear-and-pecl-extensions-on-mamp-mac-os-x-107-lion [01:50:25] it seems they recommend to use the MAMP's PEAR [01:50:30] i'll report back if anything works! [01:50:34] ok [01:51:03] Dereckson: thanks for being so patient with me. i'm sure configuring pear libraries with me isn't all that fun, heh. [01:52:44] To have a correct web environment to work is important. [01:53:58] yes, very important. but troubleshooting can be frustrating. [01:56:14] Yes and no. Yes because I don't have access to the machine, so I can understand exactly what's happening in real time. No, I've routinely installed PHP for 11 years, so I'm used with troubleshooting and support. [01:56:45] 03(mod) Special:UserMerge giving permission errors - 10https://bugzilla.wikimedia.org/44020 +comment (10Peter Fitzgerald) [01:56:47] My 2001 tries to compile all the libs needed by PHP from scratch were rather frustrating. [01:59:32] New patchset: Subramanya Sastry; "Additional tests to catch Parsoid regressions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44204 [02:15:30] 03(mod) Add PLURAL support to MediaWiki:Moodbar-form-note-dynamic - 10https://bugzilla.wikimedia.org/43482 -patch-in-gerrit ; +comment (10Nischay Nahata) [02:20:39] 03(mod) JavaScript error in ULS - 10https://bugzilla.wikimedia.org/44013 +comment (10Marco Aurelio) [02:27:15] 03(mod) Enable Nimbus on it.wikivoyage - 10https://bugzilla.wikimedia.org/43980 +comment (10Emanuele Raoli) [02:32:25] 03(mod) Enable Nimbus on it.wikivoyage - 10https://bugzilla.wikimedia.org/43980 -shell (10Sam Reed (reedy)) [02:35:58] it.wikivoyage configuration requests could be a good soap opera [02:36:47] Dereckson: I've just temporary suspended raoli's flags on it.voy [02:37:17] oh I see his comment deals with it [02:37:24] So the soap opera :) [02:37:32] * Vito facepalms [02:38:10] we went crazy because of an ip saying him he did some mistake while importing a template [02:38:16] *he went [02:38:41] meanwhile I removed some overkills from the gadgets [02:39:09] You don't like the Raoli "collect them all" attitude ? :p [02:39:14] and he went on re-adding them claiming there was consensus...meaning with "consensus" his own opinion [02:39:30] yep Dereckson, but I've just found a really worse attitude in him [02:39:49] a completely childish inability the understand the meaning of "consensus" and "community" [03:05:19] in case I'm offline I'd be happy about comments on my question above: http://friendika.skilledtests.com/display/erkan_yilmaz/240938 [03:10:28] New patchset: Tim Starling; "(bug 31044) Make ResourceLoader behave in read-only mode" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44183 [03:10:34] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44183 [03:11:59] Change abandoned: Reedy; "(no reason)" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/43228 [03:16:07] let's see if I can find it out where in the DB when I attempt false logins [03:16:39] They're not logged [03:17:19] There's the limiter [03:22:21] 03(mod) An active block has not been blocking the account as logged - 10https://bugzilla.wikimedia.org/43572 +comment (10Legoktm) [03:24:14] Would anything bad happen if there happened to be multiple duplicate oldimage entries for the same actual old file revision? [03:27:10] 03(mod) Remove IP throttle for account creation (provide override whitelist via a MediaWiki extension?) - 10https://bugzilla.wikimedia.org/25000 (10Tyler Romeo) [03:32:14] New review: Brian Wolff; "In regards to nemo's and matmarex's comment. I don't think this commit actually fixes that issue. My..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41196 [03:39:20] 03(NEW) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic" on Meta-Wiki - 10https://bugzilla.wikimedia.org/44021 normal; MediaWiki extensions: WebFonts; () [03:42:47] 03(mod) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic" on Meta-Wiki - 10https://bugzilla.wikimedia.org/44021 +comment (10MZMcBride) [03:46:35] Hello Reedy, what do you mean with "limiter" ? [03:46:47] btw I can see with http://www.mediawiki.org/wiki/Extension:UserThrottle the IP which tries to register [03:47:00] Reedy throttle limits ? [03:47:39] New patchset: Santhosh; "(bug 44021) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic"" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44210 [03:48:04] Oh, ULS. [03:48:23] I think I found something with: http://www.mediawiki.org/wiki/Manual:$wgRateLimitLog [03:48:25] let me try [03:49:04] 03(mod) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic" on Meta-Wiki - 10https://bugzilla.wikimedia.org/44021 +i18n; +comment (10Santhosh Thottingal) [03:51:20] Would wfFindFile() ever return nothing when given an existing title, say if it has weird characters or something? [03:52:02] New review: MZMcBride; "For what it's worth, I was only really concerned with the drop-down menu, not the internals. Thank y..." [mediawiki/extensions/UniversalLanguageSelector] (master) C: 0; - https://gerrit.wikimedia.org/r/44210 [03:54:07] New patchset: Nischayn22; "bug 43758 rebuild the cache rather than flushing it." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/42924 [03:55:56] New patchset: Santhosh; "(bug 44021) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic"" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44210 [04:00:36] Is there documentation on how mediawiki finds files? [04:02:21] * Isarra chalks it up to voodoo. [04:03:22] New patchset: Reedy; "Bug 43688 - mcc.php doesn't work with new WMF memcached config" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/42500 [04:03:34] hm, either the limits don't work or the log file (from http://www.mediawiki.org/wiki/Manual:$wgRateLimitLog ) does not get edited [04:04:02] New patchset: Pastakhov; "change description" [mediawiki/extensions/MyVariables] (master) - https://gerrit.wikimedia.org/r/44212 [04:06:54] New patchset: Nischayn22; "Replacing intval() with casting" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44213 [04:07:01] * ErkanYilmaz thinks the limits don't work since the behaviour should be that it shows HTTP 500 error pages [04:07:32] Isarra: Finds what kind of files? [04:07:36] ErkanYilmaz: What's the issue? [04:08:22] ErkanYilmaz: Out of curiosity, why did you install that extension (UserThrottle)? [04:08:25] Hi Susan, I want to find out more info about spammers, e.g. which account they want to login 8with wrong pwd) or creation of new user accounts [04:08:49] You're having a spam problem? [04:08:57] I found the Throttle extension by search, later I found the $wgRateLimits mentioned by Reedy [04:09:19] my wiki is restricted but the spammers take away bandwidth and cause load [04:09:32] so, if I can redirectthem immediately somewhere else it's good [04:10:18] Susan: Non-image? [04:10:20] e.g. another software I se logs failed logins and when I check those e.g. at Project honeypot all come up as content spammers [04:10:26] Isarra: Exammple? [04:10:50] Example? * [04:10:51] Does anyone know if there is something special about non-image media files such as oggs and mp3s that would require more than just an image entry and the file on the drive for the mediawiki to realise it's there? [04:11:09] Is the file accessible directly? [04:11:10] Because that worked with the actual images. It apparently did not with the mp3s and oggs. [04:11:13] Yes. [04:11:18] Via a Web browser, I mean. [04:11:22] Yes. [04:11:41] Does the directory structure match what the image table is aware of? [04:12:01] Yes. [04:12:21] So what's the error? [04:12:35] MediaWiki doesn't realise the file exists. [04:12:37] At all. [04:12:40] What does that mean? [04:12:43] When linking to it? [04:12:45] When loading the file page? [04:12:49] http://en.uncyclopedia.co/wiki/File:01_Garbage_Band_-_Garbage_Sounds_-_I%5C'm_Stoned.ogg [04:12:50] No file. [04:13:02] I\'m [04:13:06] Probably that? [04:13:07] File is there. http://images.wikia.com/uncyclopedia/images/7/7e/01_Garbage_Band_-_Garbage_Sounds_-_I%5C'm_Stoned.ogg [04:13:09] Nope. [04:13:13] Nope? [04:13:19] The file is literally named that? [04:13:29] Yes. [04:13:47] Does this problem occur in files without \'? [04:13:51] Yes. [04:13:56] Okay. [04:14:18] But yeah, the \ threw me off too. [04:14:52] So the page is there in the page table. [04:14:54] And the file is there. [04:14:57] Yes. [04:14:59] Hm. [04:15:16] Same process worked for jpegs and pngs. [04:15:21] Does the wiki allow ogg uploads? [04:15:25] Or was this an import? [04:15:38] import [04:15:40] It allows them, new uploads work, but these were imports. [04:15:46] New ogg uploads work? [04:15:52] Aye. [04:15:54] New review: Spage; "I think one module that detects if it's in testing is better than adding a wrapper module. Perhaps ..." [mediawiki/extensions/GuidedTour] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/43103 [04:15:55] That's the only thing I can think of off-hand. [04:16:02] Hmm. [04:16:20] Can you output the image row to a paste bin? [04:16:22] pastebin * [04:16:26] * Susan teaches OS X. [04:17:12] I kind of deleted it. [04:17:16] I'll find another one. [04:19:15] mediawiki installations are often located in /var/www/mediawiki/, but sometimes (e.g. in wmf labs instances) in /srv/mediawiki/ [04:19:33] Depends on the distro, generally. [04:19:36] are there are variables i can use to get the location of a mediawiki installation? [04:19:46] e.g. $wgInstallDir? [04:20:04] $IP [04:20:16] https://www.mediawiki.org/wiki/$IP [04:20:45] oh, awesome. thanks legoktm [04:20:53] np [04:25:04] New patchset: Nischayn22; "Replacing intval() with casting" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44213 [04:25:56] Reedy Susan enabling $wgDebugLogFile shows some IPs, let's see [04:31:44] 03(NEW) Include git submodules, by default, or optionally - 10https://bugzilla.wikimedia.org/44022 normal; MediaWiki extensions: ExtensionDistributor; () [04:32:35] 03(mod) Include git submodules, by default, or optionally - 10https://bugzilla.wikimedia.org/44022 normal->15enhancement (10Matthew Flaschen) [04:32:47] I am going to kill myself with a shovel. [04:35:46] New patchset: Parent5446; "(bug 23343) Apply IP blocks to X-Forwarded-For header." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [04:37:09] Susan: I have absolutely no idea what's going on here. All I really know is some database entries weren't added, some files weren't copied, and that one with the \ hates everyone. [04:37:30] New patchset: Parent5446; "(bug 23343) Apply IP blocks to X-Forwarded-For header." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [04:37:31] So apparently the moral of the story is to never user some russian guy's perl scripts. [04:37:34] New patchset: Pastakhov; "fix moneytext (version 0.9.5.5)" [mediawiki/extensions/Numbertext] (master) - https://gerrit.wikimedia.org/r/44214 [04:38:21] Change merged: Pastakhov; [mediawiki/extensions/Numbertext] (master) - https://gerrit.wikimedia.org/r/44214 [04:44:57] New patchset: Santhosh; "Make action bar to float when needed" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44075 [04:45:43] New review: Santhosh; "Once Pau reviewed, we can merge" [mediawiki/extensions/Translate] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/44075 [05:01:20] Dammit Bawolff, you're not here at the random moments when I need you. [05:01:29] [05:02:06] Isarra: Neither the Russians nor Perl can be trusted. I'm not sure what about this surprising. [05:02:14] * Susan throws an "is" in there. [05:18:46] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Erik Moeller) [05:24:46] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Jan Gerber) [05:28:47] 03(mod) HTML markup shown in "Username taken in unified login" message error - 10https://bugzilla.wikimedia.org/43939 +comment (10Valerie Juarez) [05:30:10] 03(mod) Provide an API to rotate an image - 10https://bugzilla.wikimedia.org/33186 +comment (10Jan Gerber) [05:33:24] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Erik Moeller) [05:34:21] New patchset: Mattflaschen; "Fix resume to pass id through to show." [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/44215 [05:35:47] 03(mod) NewPageFeed vs. IE6: icons style - 10https://bugzilla.wikimedia.org/43597 +comment (10Nischay Nahata) [05:35:48] 03(mod) NewPagesFeed vs. IE6 and IE7: "Set filters" is busted - 10https://bugzilla.wikimedia.org/43598 (10Nischay Nahata) [05:41:55] 03(mod) Download video option - 10https://bugzilla.wikimedia.org/21853 +comment (10Jan Gerber) [05:42:11] New patchset: Nischayn22; "bug 43479 make 'Pagetriage-tags-tooltip' less -ve" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44216 [05:43:52] hello [05:44:06] hello [05:44:23] is this the media wiki help place? [05:44:46] 03(mod) MediaWiki:Pagetriage-tags-tooltip is too negative - 10https://bugzilla.wikimedia.org/43479 +patch-in-gerrit; +comment (10Nischay Nahata) [05:45:44] yeah [05:45:51] im trying to figure out how to edit the 'css' or appearence of a wiki and the last thing i could find is something called Gadget-site.css [05:46:02] MediaWiki:Common.css controls everything [05:46:34] that page in the site: http://www.mediawiki.org/wiki/MediaWiki:Common.css [05:46:44] doesnt exist. [05:46:57] and I cant find it in the server directories. [05:47:12] it's a wiki page like other wiki pages [05:47:25] mw.org hasn't customized anything with that page yet [05:47:38] http://www.mediawiki.org/wiki/Manual:CSS [05:47:49] in the 'talk' section someone mentions "It lives in the database" [05:48:00] New patchset: Nischayn22; "bug 43239 Change the desc message of {{primary sources}}" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44217 [05:48:19] yes because it's a wiki page like any other [05:48:53] you are being kindof vauge there. [05:49:17] all the pages you will see on Wikipedia or any other MediaWiki installation are stored in the database [05:49:26] I am very new to wiki, and im trying to change stuff like: Background, font, and text color. [05:49:44] MediaWiki:* pages, the /interface/ pages, are stored in the database like normal pages [05:49:53] 03(mod) Change the description of the primary sources tag - 10https://bugzilla.wikimedia.org/43239 +comment (10Nischay Nahata) [05:50:16] MediaWiki supports the use of and
within the wikitext (the code you see when you edit a page) [05:50:56] so how do you reccomend I edit these? [05:51:38] I don't know CSS [05:51:58] 03(NEW) Wikivoyage should not require GFDL licensing grant - 10https://bugzilla.wikimedia.org/44023 normal; Wikimedia: Site requests; () [05:52:05] but if you want to make a page on your wiki with the content "Hello world" in red [05:52:27] you could use Hello world [05:53:17] I know how to do that, im trying to make site wide changes. I am not going to change the in every page manually, [05:53:43] CSS is beyond my expertise, but I'd assume you would create MediaWiki:Common.css on your wiki accordingly [05:54:13] w/ CSS to set text to be red [05:54:23] MediaWiki:Common.css has been moved to MediaWiki:Gadget-site.css and there is no explanation of where the file is located. [05:54:40] on MediaWiki.org? [05:54:44] yea. [05:54:51] and I cant find the file on my site [05:54:53] you would make it on your own wiki installation [05:54:59] in the directories or in the database [05:55:08] it's in the database [05:55:27] you create it just like you would create any other page [05:58:12] (I hope this helps) [05:58:38] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10Valerie Juarez) [06:06:38] SkepticNerdGuy: you have two options: edit a skin's css files, or edit [[MediaWiki:Common.css]] on your site to change the css of all skins. [06:07:43] You can also edit [[MediaWiki:$skinname.css]] to affect the appearance of a specific skin. [06:10:11] I cant find the common.css is the issue [06:10:28] I read that editing the skinname.css is not reccomended. [06:10:37] because issues with updates [06:11:18] I go to installdir/wiki/skins/common/ <-- and there is no common.css in the directory [06:13:25] No no... it's a page on your wiki. You will likely have to create it the first time. [06:13:38] https://en.wikipedia.org/wiki/MediaWiki:common.css [06:14:10] Many wikis have built extensive and complex css to support their templating systems. [06:15:18] so where do I create the common.css file. is there a specific directory that it needs to be created on? [06:15:58] No, it's not a file. You would want to create it in a wiki page: http://yourdomain.tld/wiki/MediaWiki:Common.css. [06:16:38] It's in the MediaWiki: namespace, which is used by the software to do various things including adding common javascript and css to the site. [06:17:08] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Erik Moeller) [06:17:13] Only administrators, by default, have the ability to edit the MediaWiki namespace. [06:17:16] oh. not like the typical site i guess. Been editing the stylesheet for a forum the last two weeks and i'm so used to editing a file/ [06:17:48] Yep. MediaWiki does do things a bit ... unusually, compared to other forms of CMS. [06:20:06] ok, so I know im an admin, but I cant seem to figure our how to 'create' a page. [06:21:20] !createpage [06:21:20] The best way to create a new wiki page is to create a link to the not-yet-existing page on some page that does exist, save it, and then click the new red link and create the page. Alternatively, you can enter the name of the page in the search box and hit go and then create the page. For extensions that help with creating pages, see [06:21:49] thanks [06:22:21] 03(mod) Grouped edits not patrollable - 10https://bugzilla.wikimedia.org/43977 +comment (10Cacahuate) [06:23:49] New patchset: Spage; "Update tests for _meta rename." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44218 [06:31:11] also how do you delete pages on a wiki? [06:31:43] !deletepage [06:31:43] There is no such key, you probably want to try: !MediaWiki:undeletepage, !MediaWiki:undeletepagetext, [06:32:06] !MediaWiki:undeletepage [06:32:06] Title of special page [[Special:Undelete]]. This special page is only visible to administrators. [06:32:23] There's a drop-down on the upper right [06:32:30] (if you're using the Vector skin) [06:34:35] thanks [06:35:27] wiki pages are very counter intuative in the inner workings, at least very different than im used to. But getting used to it now... kinda. [06:52:35] New patchset: Santhosh; "Fix failing qunit test for mediawiki.jqueryMsg" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44221 [06:53:19] Change merged: jenkins-bot; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44197 [07:03:24] 03(mod) Special:UserMerge giving permission errors - 10https://bugzilla.wikimedia.org/44020 +comment (10MZMcBride) [07:03:46] 03(mod) Special:UserMerge giving permission errors on English Wikivoyage - 10https://bugzilla.wikimedia.org/44020 summary (10MZMcBride) [07:13:03] New patchset: Mattflaschen; "Restyle using Munaf Assaf's CSS and add GuidedTour steps/tour." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/43982 [07:18:13] New review: Mattflaschen; "DO NOT MERGE until after https://gerrit.wikimedia.org/r/#/c/43103/ ." [mediawiki/extensions/GettingStarted] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/43982 [07:23:33] New patchset: Santhosh; "(bug 40354) Add support for formatnum in jqueryMsg parser" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44222 [07:24:38] New review: Mattflaschen; "Sorry, I actually fixed this locally. But I must have forgotten to add that last bit to the commit." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/44221 [07:25:59] 03(mod) Implement basic wikilink parsing (wlink) in jqueryMsg - 10https://bugzilla.wikimedia.org/43498 +comment (10Matthew Flaschen) [07:26:56] 03(mod) Implement basic wikilink parsing (wlink) in jqueryMsg - 10https://bugzilla.wikimedia.org/43498 +comment (10Matthew Flaschen) [07:27:08] 03(mod) Implement basic wikilink parsing (wlink) in jqueryMsg - 10https://bugzilla.wikimedia.org/43498 -patch-need-review (10Matthew Flaschen) [07:27:50] 03(mod) Implement {{int:message}} support in jqueryMsg - 10https://bugzilla.wikimedia.org/43574 -patch-need-review ; +comment (10Matthew Flaschen) [07:28:15] New patchset: Spage; "add a _meta._timestamp field to server-side events" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44223 [07:32:00] New review: Raimond Spekking; "i18nreview" [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44203 [07:39:57] 03(mod) Special:UserMerge giving permission errors on English Wikivoyage - 10https://bugzilla.wikimedia.org/44020 (10Erik Moeller) [07:40:08] hi everyone. good day. simple question [07:40:26] just starting with my wiki but can't figure out how to add links to my contents [07:41:03] I've created 4-5 pages already but it's not showing up on my main page [07:41:17] The only way I could view it is by doing a search [07:41:27] 03(mod) Some characters not correctly displayed for Gurumukhi in Phonetic keyboard layout - 10https://bugzilla.wikimedia.org/43730 +comment (10Subhashish Panigrahi) [07:41:37] superproxy: Edit a page and add a [[link]]. [07:41:45] Using those bracket characters surrounding the page title. [07:41:50] That's an internal link. [07:43:19] For example, if the page is called "Hello there", a link to the page might look like "[[Hello there]]" or "[[Hello there|See my new page]]". [07:43:21] 03(mod) Some characters not correctly displayed for Gurumukhi in Phonetic keyboard layout - 10https://bugzilla.wikimedia.org/43730 +comment (10Guglani) [07:43:23] is there a way to populate it automatically? Or do I need to put that code everytime? [07:43:55] You can use the code {{Special:AllPages}}, I think. [07:43:59] Maybe. [07:44:08] Listing all your pages on the main page doesn't really scale well. [07:45:12] super awesome. Thanks for your help Susan [07:45:34] 03(mod) Blank page with only "Create an account" on post-login submission due to TitleBlacklist - 10https://bugzilla.wikimedia.org/42982 (10svu1911) [07:47:09] New patchset: Mwalker; "(bug 1495) Enable message language fallbacks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44224 [07:47:33] 03(mod) Some characters not correctly displayed for Gurumukhi in Phonetic keyboard layout - 10https://bugzilla.wikimedia.org/43730 +comment (10Siebrand) [07:48:24] another question, is there a way to list all the pages that i've made? [07:48:42] Not really, no. [07:48:48] MediaWiki doesn't track page creations (yet). [07:48:59] really? [07:49:05] You can look at your edits generally at [[Special:RecentChanges]] or [[Special:Contributions/]]. [07:49:19] ori-l: There's a temporary rc_new flag. [07:49:30] But other than that, no. [07:49:51] New review: Siebrand; "07:23:56 >> tests/qunit/suites/resources/mediawiki/mediawiki.jqueryMsg.test.js: line 332, col 5, Too..." [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/44222 [07:49:51] ori-l: There's an open bug. :-) [07:49:56] cool. thanks again Susan [07:50:00] ori-l: https://bugzilla.wikimedia.org/show_bug.cgi?id=42135 [07:50:03] No problem. [07:50:22] Well, it maps onto a fairly simple query, but thinking about it it seems like it wouldn't have much use other than as a vanity metric. [07:50:23] Weren't we talking about this the other day... [07:50:41] It's not really vanity. [07:50:59] Change merged: Raimond Spekking; [mediawiki/extensions/MyVariables] (master) - https://gerrit.wikimedia.org/r/44212 [07:51:14] 03(mod) Blank page with only "Create an account" on post-login submission due to TitleBlacklist - 10https://bugzilla.wikimedia.org/42982 (10svu1911) [07:51:34] New patchset: Siebrand; "(bug 43730) Gurmukhi phonetic keyboard character sequence fixes" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/43683 [07:51:41] What other use-cases? RfA investigations, I guess. [07:51:44] Change merged: Siebrand; [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/43683 [07:52:04] What other use-cases are there, I mean. [07:52:23] New review: Siebrand; "recheck" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44221 [07:52:34] ori-l: Wiki-dick measuring contests. [07:52:53] * ori-l clears his TODOs and gets right to it. [07:53:08] (No, not really.) [07:53:24] You had me fooled. [07:53:30] It's an enhancement request, yes. [07:53:38] New review: Nikerabbit; ""The solution in this patch seems to work but I have not fully investigated all possible scenarios. ..." [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/42889 [07:53:45] But it's not as though it's an unreasonable request or wouldn't be used. [07:53:52] I run a report of Wikipedians by article count. [07:53:52] New patchset: Santhosh; "(bug 40354) Add support for formatnum in jqueryMsg parser" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44222 [07:53:54] It's very popular. [07:53:57] And very expensive. [07:54:41] 03(mod) Improve message source fallback flow - 10https://bugzilla.wikimedia.org/1495 +patch-in-gerrit; +comment (10Matt Walker) [07:57:49] 03(mod) [Fallback language] MediaWiki:Key/en messages are ignored when en is the wiki default language - 10https://bugzilla.wikimedia.org/8960 +patch-in-gerrit; +comment (10Matt Walker) [07:58:49] Right, but a periodic database report seems like the right way to implement something like this [07:58:55] sorry, it's me again. quick question. how do I add a nifty Contents box at the top left? [07:59:15] __TOC__? [07:59:42] oh, that's what it's called. got it [07:59:46] found the article [07:59:46] thanks [08:01:59] 03(mod) Create "priority fallback language" - 10https://bugzilla.wikimedia.org/31305 +comment (10Matt Walker) [08:02:01] 03(mod) Improve message source fallback flow - 10https://bugzilla.wikimedia.org/1495 +comment (10Matt Walker) [08:04:42] 03(mod) Implement button for marking all N changes as patrolled in a multi-edit span diff - 10https://bugzilla.wikimedia.org/8697 +comment (10Nemo) [08:06:24] 03(mod) Improve message source fallback flow - 10https://bugzilla.wikimedia.org/1495 (10Nemo) [08:06:24] 03(mod) [Fallback language] MediaWiki:Key/en messages are ignored when en is the wiki default language - 10https://bugzilla.wikimedia.org/8960 (10Nemo) [08:07:44] 03(mod) [Fallback language] MediaWiki:Key/en messages are ignored when en is the wiki default language - 10https://bugzilla.wikimedia.org/8960 (10Nemo) [08:07:45] 03(mod) Bug and feature requests related to Wikimedia Commons (tracking) - 10https://bugzilla.wikimedia.org/37883 (10Nemo) [08:07:49] 03(mod) Unknown language code should fallback to site default instead of "en" - 10https://bugzilla.wikimedia.org/41475 +comment (10Matt Walker) [08:08:39] 03(mod) [Fallback language] MediaWiki:Key/en messages are ignored when en is the wiki default language - 10https://bugzilla.wikimedia.org/8960 (10Nemo) [08:10:03] New review: Raimond Spekking; "i18n review" [mediawiki/extensions/TimelineTable] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38485 [08:21:37] 03(mod) JavaScript error in ULS - 10https://bugzilla.wikimedia.org/44013 +comment (10Niklas Laxström) [08:24:32] New review: Siebrand; "@hashar: What the Jenkins?" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44221 [08:24:57] New review: Nikerabbit; "Please note that we actually don't want /en to have any effect on interface messages in translatewik..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44224 [08:26:01] siebrand: heh. [08:26:07] New review: Siebrand; "Added Tim as reviewer." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44224 [08:28:48] 03(NEW) ObjectCache changes in 1.20.x break XCache 3.x support - 10https://bugzilla.wikimedia.org/44024 normal; MediaWiki: General/Unknown; () [08:29:10] New patchset: Raimond Spekking; "Parse wiki markup like in the other warning message" [mediawiki/extensions/ReplaceText] (master) - https://gerrit.wikimedia.org/r/44225 [08:29:25] Change merged: jenkins-bot; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44210 [08:36:09] New patchset: Mwalker; "(bug 1495) Enable message language fallbacks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44224 [08:44:05] New review: Siebrand; "I'm having trouble understanding the commit message. Can you please improve? Also see http://www.med..." [mediawiki/extensions/PageTriage] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44216 [08:49:16] 03(mod) WebFonts font drop-down menu has "Opendyslexic" instead of "OpenDyslexic" on Meta-Wiki - 10https://bugzilla.wikimedia.org/44021 +comment (10Niklas Laxström) [08:52:25] New review: Nikerabbit; "I don't think any of these are performance critical code paths." [mediawiki/extensions/PageTriage] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44213 [08:54:00] 03(mod) Implement button for marking all N changes as patrolled in a multi-edit span diff - 10https://bugzilla.wikimedia.org/8697 +comment (10Marius Hoch) [08:57:29] 03(mod) Implement button for marking all N changes as patrolled in a multi-edit span diff - 10https://bugzilla.wikimedia.org/8697 +comment (10Nemo) [09:03:30] 03(NEW) Extend viewable System Log and allow access via URL - 10https://bugzilla.wikimedia.org/44025 enhancement; Wikimedia: OTRS; () [09:05:00] New patchset: Pginer; "Make action bar to float when needed" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44075 [09:05:39] 03(mod) Extend viewable System Log and allow access via URL - 10https://bugzilla.wikimedia.org/44025 (10Ori Livneh) [09:06:38] 03(mod) Extend viewable System Log and allow access via URL - 10https://bugzilla.wikimedia.org/44025 (10Raimond Spekking) [09:07:00] New patchset: Pginer; "Make action bar to float when needed" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44075 [09:23:23] 03(mod) JavaScript error in ULS - 10https://bugzilla.wikimedia.org/44013 +comment (10Amir E. Aharoni) [09:26:15] New patchset: Santhosh; "Make action bar to float when needed" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44075 [09:26:56] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44075 [09:28:33] 03(mod) Typo in spelling of "Odia" on Narayam ("Odiya") - 10https://bugzilla.wikimedia.org/44008 summary (10Andre Klapper) [09:33:35] 03(mod) wikidata@huwiki: change repository domain to something that is also available on interwikimap - 10https://bugzilla.wikimedia.org/44019 (10Andre Klapper) [09:34:25] 03(NEW) JS-UI broken after core change: "Can not apply a template with more or less than one root node" - 10https://bugzilla.wikimedia.org/44026 normal; MediaWiki extensions: WikidataRepo; () [09:34:41] 03(mod) JS-UI broken after core change: "Can not apply a template with more or less than one root node" - 10https://bugzilla.wikimedia.org/44026 (10tobias.gritschacher) [09:35:28] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10Andre Klapper) [09:41:22] 03(mod) Wikivoyage should not require GFDL licensing grant - 10https://bugzilla.wikimedia.org/44023 (10Andre Klapper) [09:41:30] 03(NEW) array_diff_assoc only compares strings - 10https://bugzilla.wikimedia.org/44027 normal; MediaWiki extensions: Semantic MediaWiki; () [09:42:10] 03(mod) Change the description of the primary sources tag - 10https://bugzilla.wikimedia.org/43239 +patch-in-gerrit (10Andre Klapper) [09:44:58] 03(mod) RL could use more wfdebug - 10https://bugzilla.wikimedia.org/44018 (10Andre Klapper) [09:46:14] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 (10taste1at) [09:50:45] New patchset: Nikerabbit; "(bug 44010) FauxRequest leaks cookie data from primary request" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44226 [09:50:45] New patchset: Nikerabbit; "(bug 44010) Pass request to UserGetLanguageObject" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44227 [09:52:01] New review: Nikerabbit; "Note: I'm going to propose this for backporting to 1.19 and 1.20, hence no release notes." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44226 [09:52:24] New review: Nikerabbit; "Note: I'm going to propose this for backporting to 1.19 and 1.20, hence no release notes." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44227 [09:54:15] 03(mod) action=info always returns search engine index status "Not indexable" when curid is specified - 10https://bugzilla.wikimedia.org/42867 +comment (10Richard Guk) [09:54:31] New patchset: Nikerabbit; "Small whitespace cleanup" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44230 [09:57:32] New patchset: Nikerabbit; "(bug 44010) Try to avoid messing wrong request contexts" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44231 [09:57:50] 03(mod) Info action's "search engine status" language could use tweaking - 10https://bugzilla.wikimedia.org/43935 +comment (10Richard Guk) [10:00:09] 03(mod) update.php fails to either update account_requests table, or create a new one (mw 1.20) - 10https://bugzilla.wikimedia.org/43694 +comment (10Andreas Plank) [10:02:45] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 +comment (10Niklas Laxström) [10:05:47] New patchset: Nischayn22; "(bug 43479) make 'Pagetriage-tags-tooltip' less negative." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44216 [10:06:58] New patchset: Ori.livneh; "(Bug 41451) Adds 'language' to CacheVaryCookies" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/42362 [10:08:53] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44231 [10:09:19] New review: Ori.livneh; "I don't think that this would work, because I don't think anonymous users have a session key that wo..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/42362 [10:17:20] siebrand: Can you see tho https://github.com/wikimedia/jquery.uls/pull/69 [10:24:10] harshkothari: Ouch, that appears to have slipped through the cracks. I've asked santhosh to take a look at it, and he's reviewing right now. [10:24:48] okies siebrand no problem .. Thanks :) [10:25:22] siebrand: I want to ask one more thing how to add extension for translation in translatewiki.net? [10:26:16] hi there. is it possible to allow common users to add pages to a personal watchlist? [10:30:44] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 normal->minor; -testme ; +comment (10Andre Klapper) [10:31:41] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 summary (10denny vrandecic) [10:32:07] 03(mod) wikidata@huwiki: change repository domain to something that is also available on interwikimap - 10https://bugzilla.wikimedia.org/44019 (10denny vrandecic) [10:32:09] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 (10denny vrandecic) [10:35:20] 03(NEW) SMWSQLStore3Writers::prepareConceptTableInserts stores concept data as assoc array - 10https://bugzilla.wikimedia.org/44028 normal; MediaWiki extensions: Semantic MediaWiki; () [10:36:31] 03(mod) SMWSQLStore3Writers::prepareConceptTableInserts stores concept data as assoc array - 10https://bugzilla.wikimedia.org/44028 +comment (10f.trott) [10:42:27] 03(mod) E-mail ("responded to your feedback") is not in the user language - 10https://bugzilla.wikimedia.org/35143 +comment (10Nischay Nahata) [10:46:58] New patchset: Amire80; "Make disabling work" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44232 [10:48:07] New patchset: Amire80; "Make disabling input methods work" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44232 [10:50:00] 03(mod) JavaScript error in ULS - 10https://bugzilla.wikimedia.org/44013 (10Andre Klapper) [10:51:41] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 (10Daniel Kinzler) [10:52:32] Hiya.. [10:52:38] First off.. [10:52:48] Shukran, Shukran MediaWiki devels [10:53:00] ar."Shukran" == en."Thanks" [10:53:56] Back in the day when my wiki didn't have CAPTCHA for account creation someone(s) registered a mass of usernames and are bot spamming what appears to be mostly bot generated bodies of text [10:54:26] This was in 2010 .. So I was wondering is there a "clean" method of deleting users ? [10:54:31] New review: IAlex; "Wouldn't it be better to pass the whole context object instead?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44227 [10:56:06] Obviously need to fight bots ( non-bodies ) from getting to vote. [10:57:52] 03(mod) WikipageEntityLookup fails on setups that have a table prefix - 10https://bugzilla.wikimedia.org/43229 +comment (10Daniel Kinzler) [10:59:30] 03(mod) Use embedded WebFonts to support Kannada, Telugu, Malayalam on Android 4.0 - 10https://bugzilla.wikimedia.org/43835 (10Andre Klapper) [11:00:21] New review: IAlex; "recheck" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44230 [11:01:43] 03(mod) Win8: Chinese "on this day" entries show huge text, "undefined" - 10https://bugzilla.wikimedia.org/41432 (10Andre Klapper) [11:01:43] 03(mod) Win8 app crashes when hub loaded in Tamil (ta) - 10https://bugzilla.wikimedia.org/41431 normal->major (10Andre Klapper) [11:01:53] 03(mod) language selection list shows up on the wrong side in RTL locale on tablets - 10https://bugzilla.wikimedia.org/38392 (10Andre Klapper) [11:02:02] 03(mod) add the option to have favorite languages in the app - 10https://bugzilla.wikimedia.org/34100 (10Andre Klapper) [11:02:05] 03(mod) Android app language list should be filterable/searchable to make it more manageable - 10https://bugzilla.wikimedia.org/32908 (10Andre Klapper) [11:03:07] New review: IAlex; "recheck" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44230 [11:03:18] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44230 [11:05:02] New review: Ori.livneh; "Thanks." [mediawiki/extensions/EventLogging] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44223 [11:05:26] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44223 [11:05:28] 03(mod) System search integration for Windows Phone - 10https://bugzilla.wikimedia.org/36257 (10Andre Klapper) [11:05:31] 03(mod) (optionally) hide the search bar, as it is done in browser - 10https://bugzilla.wikimedia.org/33881 (10Andre Klapper) [11:05:44] 03(mod) add a "more languages" link to search results - 10https://bugzilla.wikimedia.org/38510 (10Andre Klapper) [11:05:49] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44218 [11:06:57] 03(mod) Cannot search with chinese characters - 10https://bugzilla.wikimedia.org/39739 +comment (10Andre Klapper) [11:07:15] Hi, I also posted that on #wikimedia-dev but il is probably not the right place, so I ask here : does anyone know something about \Q in mathjax working in safari but not in chrome or firefox ? [11:07:55] 03(mod) Windows 8 app: title not normalized when loaded from search - 10https://bugzilla.wikimedia.org/39904 normal->minor (10Andre Klapper) [11:07:59] 03(mod) Windows 8 app: make search more discoverable for new users - 10https://bugzilla.wikimedia.org/40142 (10Andre Klapper) [11:08:04] 03(mod) Show more results doesn't actually show more results - 10https://bugzilla.wikimedia.org/41539 (10Andre Klapper) [11:08:36] New review: Nikerabbit; "IAlex: I don't see anything else in the context that could be useful for setting the language. It co..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44227 [11:09:02] 03(mod) iOS saved pages bug on upgrade from iOS 3.1.2 to iOS 3.2 - 10https://bugzilla.wikimedia.org/37761 (10Andre Klapper) [11:09:09] 03(mod) feature suggestion: save articles or bookmarks online - 10https://bugzilla.wikimedia.org/37877 (10Andre Klapper) [11:09:14] 03(mod) It should be possible to save pages as PDF (and maybe other formats) - 10https://bugzilla.wikimedia.org/38876 (10Andre Klapper) [11:09:19] 03(mod) Math formulas not rendering correctly when saved offline - 10https://bugzilla.wikimedia.org/40989 (10Andre Klapper) [11:09:31] 03(mod) Rewrite iOS Save Page functionality in native code - 10https://bugzilla.wikimedia.org/41293 (10Andre Klapper) [11:09:37] 03(mod) Firefox OS app save pages disappear across restart - 10https://bugzilla.wikimedia.org/43393 (10Andre Klapper) [11:09:49] 03(mod) Firefox OS app: use Gaia "banner" style for lightweight "toast" notification on article save - 10https://bugzilla.wikimedia.org/43401 (10Andre Klapper) [11:12:18] New patchset: Nikerabbit; "(bug 44010) Pass request to UserGetLanguageObject" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44227 [11:16:09] 03(mod) Firefox OS-compatible version of PhoneGap-based app - 10https://bugzilla.wikimedia.org/39856 (10Andre Klapper) [11:16:20] 03(mod) Have link to beta test Wikipedia app from the released version - 10https://bugzilla.wikimedia.org/37269 (10Andre Klapper) [11:16:30] 03(mod) See about custom user-agent string for Windows 8 app - 10https://bugzilla.wikimedia.org/37278 (10Andre Klapper) [11:16:34] 03(mod) Problems with Swype when searching on Android wikipedia app - 10https://bugzilla.wikimedia.org/37642 (10Andre Klapper) [11:16:52] 03(mod) Problems with Swype when searching on Android wikipedia app - 10https://bugzilla.wikimedia.org/37642 (10Andre Klapper) [11:17:09] 03(mod) Do not apply mobile transforms to Wikipedia app on Tablets - 10https://bugzilla.wikimedia.org/37891 (10Andre Klapper) [11:17:19] 03(mod) References overlay tabbar - 10https://bugzilla.wikimedia.org/38224 (10Andre Klapper) [11:17:23] 03(mod) QRpedia links do not open in Android app - 10https://bugzilla.wikimedia.org/38541 (10Andre Klapper) [11:17:24] New patchset: Siebrand; "Update jquery.ime and jquery.webfonts from upstream" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44236 [11:17:41] 03(mod) Select Text option broken on Wikipedia App on Android 2.x - 10https://bugzilla.wikimedia.org/38578 (10Andre Klapper) [11:17:52] 03(mod) Switch old-fashioned menu to use ActionBar-like display (Android 3/4 style) - 10https://bugzilla.wikimedia.org/38691 (10Andre Klapper) [11:18:31] 03(mod) Last visited page not persisted at start - 10https://bugzilla.wikimedia.org/38706 (10Andre Klapper) [11:18:59] 03(mod) "description page there" link broken, links to nonexistent "File:API" - 10https://bugzilla.wikimedia.org/38756 summary (10Andre Klapper) [11:19:08] 03(mod) Open non OS supported QRpedia language codes - 10https://bugzilla.wikimedia.org/39396 (10Andre Klapper) [11:19:13] 03(mod) Windows 8 app: load tile photos at native resolution - 10https://bugzilla.wikimedia.org/39811 (10Andre Klapper) [11:19:54] 03(mod) Windows 8 app: language links menu sometimes spills off screen - 10https://bugzilla.wikimedia.org/39864 (10Andre Klapper) [11:20:04] 03(mod) Special:Booksources ISBN links show blank - 10https://bugzilla.wikimedia.org/39906 (10Andre Klapper) [11:20:59] 03(mod) tapping coordinates of place produces strange behavior: Map shown only briefly, "#" character added to title - 10https://bugzilla.wikimedia.org/40281 summary (10Andre Klapper) [11:21:14] 03(mod) App is crashing on search - 10https://bugzilla.wikimedia.org/40334 (10Andre Klapper) [11:21:30] 03(mod) Add Smart App Banners for iOS6 - 10https://bugzilla.wikimedia.org/40466 (10Andre Klapper) [11:21:42] 03(mod) Windows 8 app: show zoomed images fullscreen - 10https://bugzilla.wikimedia.org/40807 (10Andre Klapper) [11:21:47] 03(mod) iOS app in master (3.3) missing custom user-agent - 10https://bugzilla.wikimedia.org/42484 (10Andre Klapper) [11:21:58] 03(mod) Firefox OS app on Firefox for Android: hardware 'back' button closes app unexpectedly - 10https://bugzilla.wikimedia.org/43395 (10Andre Klapper) [11:22:00] 03(mod) PlayBook app needs privacy and terms of use links in the footer - 10https://bugzilla.wikimedia.org/42970 (10Andre Klapper) [11:22:02] 03(mod) Windows8 app needs privacy and terms of use links in the footer - 10https://bugzilla.wikimedia.org/42969 (10Andre Klapper) [11:22:02] 03(mod) Android app needs privacy and terms of use links in the footer - 10https://bugzilla.wikimedia.org/42967 (10Andre Klapper) [11:22:14] 03(mod) Firefox OS app popup menus should use Gaia common styles - 10https://bugzilla.wikimedia.org/43397 (10Andre Klapper) [11:22:19] 03(mod) Firefox OS app doesn't work offline - 10https://bugzilla.wikimedia.org/43400 (10Andre Klapper) [11:22:30] 03(mod) Ratio issues with large images: Keeps original height but compresses width - 10https://bugzilla.wikimedia.org/43770 (10Andre Klapper) [11:24:26] i have a git-review question. i have a changeset which has been reviewed, and i've made a few changes in a different branch, which i'd like to become a new version of the change being reviewed. if i merge the branch then just do git-review -R, will that work, or should i rebase in some way? [11:24:46] sorry, git-review doesn't come naturally to me yet... [11:26:58] 03(mod) ObjectCache changes (BagOStuff->add) in 1.20.x break XCache 3.x support - 10https://bugzilla.wikimedia.org/44024 normal->major; summary (10Andre Klapper) [11:27:03] njw: I don't understand [11:27:23] njw: you can't push merges to gerrit [11:27:40] njw: do you have a link to the approved change already? [11:27:58] ah, not yet approved [11:29:11] njw: how many commits ("few changes") are in your "different branch"? what is the parent commit of that "different branch"? [11:29:57] the key issue is to have 1 commit only, and the same Change-ID (you can use "git commit -c " to achieve this) [11:30:27] it would be nice if the new change (new patchset) would have the same parent as the original one, unless it really needs to be rebased [11:31:10] the different branch has 2 commits. the parent commit is the one currently in gerrit. [11:31:41] should i then cherry-pick each commit into the gerrit branch, and use git commit -c to ensure they're properly committed? [11:32:13] the changes were in a different branch as i wasn't planning to add them yet, but one of the reviews suggested something i'd already done there [11:32:48] New patchset: Santhosh; "Update jquery.ime and jquery.webfonts from upstream" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44236 [11:33:04] well, do you want to have a new patchset or two changes (one new patchset and an additional change with dependency)? [11:33:35] njw: can you show me your "git branch -vv" so I can talk in terms of sha1's? :) [11:34:59] Change merged: Ori.livneh; [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/44215 [11:37:36] saper: i want to have a new patchset, and i currently have a different branch with 2 commits in it (which i'd like to magically become the next patchset) [11:38:19] New patchset: Siebrand; "Remove deprecated TMessage::author()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44240 [11:38:23] what's the prefered pastebin thing around so i can not spam here with my git-branch / git-log output? [11:38:35] whatever p.defau.lt for example :) [11:38:35] ah, dpaste, hold on [11:39:23] the problem is also that the new patchset should not have the previous one as a parent [11:40:26] http://dpaste.org/3d62Y/ & http://dpaste.org/STh4u/ [11:40:36] it does have the previous one as parent... [11:41:12] New patchset: Siebrand; "Remove deprecated FCFontFinder::find()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44242 [11:41:43] ok, so 8319a9015f8e2c8dd2fc280a2302cbaea4245a42 is now https://gerrit.wikimedia.org/r/#/c/35401/, cool [11:41:43] 03(mod) Handling of mismatch between Snak's value's data value type and Snak's property's data type's data value type - 10https://bugzilla.wikimedia.org/44014 +comment (10Wikidata Bot) [11:41:49] yes [11:42:52] I would go back to the parent of 8319a9015f8e2c8dd2fc280a2302cbaea4245a42, so I would do "git reset --soft 8319a9015f8e2c8dd2fc280a2302cbaea4245a42^" [11:43:02] "git add" what's changed if needed (check "git status") [11:43:16] and then "git commit -c 8319a9015f8e2c8dd2fc280a2302cbaea4245a42" and modify accordingly [11:43:47] this way the new patchset 2 (combining patchset 1 and two new commits) will have ea0e16f1f30ffb64fa5d87318ae5afa8926e8ef3 as a parent [11:44:47] by git-resetting this way you "go back three commits up" and leave all changes in the working dir and/or staging area (index) [11:44:58] ok, i see, thank you [11:45:17] i hadn't used git-reset before [11:45:42] "git commit --amend" is basically "git-reset" one level up and "git commit -c" [11:45:53] you need git-reset three commits up imho, not just one [11:46:01] neato. makes a lot of sense [11:46:18] ...once one figures it out the hard way :) [11:46:38] New patchset: Santhosh; "Version update" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44243 [11:49:17] njw: you might eventually need --author <...> as well since you have changed that in the meantime; and I hope your current committer mail address is the same as one of the ones gerrit knows [11:50:27] i told gerrit both, as i switched [11:50:34] but well spotted ;) [11:50:41] if i have fixed a bug then can i directly push it or ask someone to assign it to me first? [11:51:29] New review: Hashar; "exit code 139 means PHP is segfaulting :/ The bug is https://bugzilla.wikimedia.org/show_bug.cgi?id..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44221 [11:54:24] 03(mod) Install Q&A system at ask.wikimedia.org - 10https://bugzilla.wikimedia.org/29923 +comment (10Nemo) [11:54:25] Rtdwivedi: do you have an account? [11:54:31] njw: years of gerrit IRC support :):) [11:54:40] 03(mod) MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [11:54:53] i have an account on mediawiki [11:55:34] i have it on gerrit.wikimedia.org as well [11:55:35] Rtdwivedi: we are using git version control and gerrit code review system. You need to have an account on Gerrit (actually WIkimedia Labs) to submit your code for review [11:55:47] Rtdwivedi: perfect, in this case you can submit it directly [11:56:01] ok thanks :) [11:56:02] git review is your friend [11:56:04] or if it's too much trouble - attach the patch to the bug and I can do it for you [11:56:18] hello [11:56:32] i will do it. [11:56:36] great [11:56:54] it will appear on IRC when it will be successful:) [11:58:30] Rtdwivedi: http://www.mediawiki.org/wiki/Git/Workflow [11:59:00] * yurik is now too busy cleaning google.com snow [11:59:29] yurik: thanks :) [12:00:13] the game on google is too addictive. someone make them stop! [12:03:41] New review: Nikerabbit; "I assume you checked there are no callers for this in Translate or TranslateSVG?" [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44242 [12:04:34] yurik: hehe the ice man? [12:04:39] yep [12:04:57] they want to bring down the world economy [12:05:03] Lem's was nice too [12:06:53] saper: lem's? [12:07:39] https://www.google.com/logos/lem/ [12:09:10] New review: Nikerabbit; "Does not work. Test case needed." [mediawiki/extensions/Translate] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44240 [12:09:33] * yurik shoots saper with a vengeance [12:10:42] New patchset: Pginer; "Adjust z-index for action bar to avoif overlapping with message editor" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44248 [12:13:15] nah, lem's is a bit simplistic. but I like the graphics and the whole idea [12:14:07] but i like how it references this image a bit ;) http://altd3v.tumblr.com/image/25285577650 [12:14:12] New patchset: Ori.livneh; "Fix failing qunit test for mediawiki.jqueryMsg" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44221 [12:14:23] New review: Ori.livneh; "in b4 gerrit." [mediawiki/core] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44221 [12:14:24] Change merged: Ori.livneh; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44221 [12:14:43] New patchset: Njw; "Initial checkin of CharRangeSpan, version 0.9." [mediawiki/extensions/CharRangeSpan] (master) - https://gerrit.wikimedia.org/r/35401 [12:15:08] hashar: any chance to find out which test is causing failure? there is some bug re hashmaps on php.net [12:15:18] Change merged: jenkins-bot; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/44243 [12:15:47] saper: segfaulting PHP ? Yeah attempting to reproduce it [12:16:03] thanks for your help saper, that worked like a charm :) [12:16:27] New patchset: Pginer; "Adjust z-index for action bar to avoid overlapping with message editor" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44248 [12:16:49] 2 unexpected things (though probably don't matter); [12:16:57] 'topic' changed to the current branch name [12:17:07] actually that's it [12:17:20] njw: yeash, git-review likes that :) [12:17:38] you can "git push HEAD:refs/for/master/your/topic" again - might work [12:18:11] naa, i'll leave it as is, topic is presumably nothing more than a label git-review uses [12:18:24] njw: yes, sometimes it's more bizarre https://bugs.launchpad.net/git-review/+bug/1064939 [12:18:57] and this is quite funny https://bugs.launchpad.net/git-review/+bug/1096180 [12:19:10] I don't like git-review default branches nor topic setting logic [12:20:04] haha, that is an unfortunate bug. [12:23:31] 03(mod) Some characters not correctly displayed for Gurumukhi in Phonetic keyboard layout - 10https://bugzilla.wikimedia.org/43730 +comment (10Guglani) [12:26:31] njw: this https://bugs.launchpad.net/git-review/+bug/1096057 was an unfortunate bug. I was MAAAD [12:26:48] 03(mod) JS-UI broken after core change: "Can not apply a template with more or less than one root node" - 10https://bugzilla.wikimedia.org/44026 +comment (10Wikidata Bot) [12:26:52] 03(mod) problems with 0 as a label - 10https://bugzilla.wikimedia.org/43585 +comment (10Wikidata Bot) [12:28:00] ori-l: are you still playing with the vagrant? [12:28:21] yurik: youch! that is scary [12:28:50] yeah!!! by total accident i had some work kinda semi saved [12:29:04] like my notepad++ said - do you want to reload from disk [12:29:18] this was one of the times when i was VERY careful to click NO [12:29:40] that isn't the sort of behaviour git workflows should have to deal with... [12:29:41] * MatmaRex has once git reset'd his work directory by mistake [12:30:03] i think the ultimate side solution should be a continuous backup of all files [12:30:10] * MatmaRex was able to restore it all with git fsck ~ [12:30:35] (i happened to git add the files just before.) [12:30:37] MatmaRex: what does the ~ do there? [12:30:51] MatmaRex: would that command work for files that were never part of git?\ [12:30:52] guess not [12:32:20] njw: oh, nothing [12:32:33] yurik: no, it was the git add that saved me [12:32:45] njw: the command was just `git fsck` with a few options [12:32:46] ok, just wondering if it was some special character to git i didn't know [12:32:56] well, it is a special character [12:33:06] commit~N means "Nth parent of commit" [12:33:12] 03(mod) Misplaced mathjax formulae - 10https://bugzilla.wikimedia.org/43275 (10mybugs.mail) [12:33:16] s/parent/ancestor/ [12:33:26] thought it looked familiar. thanks [12:33:48] as in, `git reset HEAD~100 --hard` to restore the state from 100 commits ago when you break your repo. ;) [12:33:59] argh [12:34:04] `git reset --hard HEAD~100` [12:34:22] * yurik thinks git and vi commands have something in common - remind of staticy modem connections output [12:35:10] (yes, I am THAT old) [12:35:38] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44248 [12:38:47] hey, good morning all ... anyone online familiar with /core/includes/installer/DatabaseUpdater.php [12:42:34] 03(mod) MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [12:44:42] New review: Santhosh; "Support for commafy is planned for another commit." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44222 [12:45:04] yaron: ~~~~ ++++ATH [12:45:13] yurik: ^ [12:45:20] 03(mod) MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [12:45:33] hehe :) [12:45:57] specifically i'm trying to figure out how to insert default values using the maintenance/update.php script [12:46:08] using HEAD~100 is tricky, because it assumes linear development, which git fanbois despie [12:46:10] despise [12:46:41] dan-nl: last time I fixed it for PostgreSQL we used some ALTER TABLE ... SET DEFAULT [12:47:44] $sqldef = "ALTER TABLE $table ALTER $field SET DEFAULT $res[1]"; [12:47:59] in includes/installer/PostgresUpdater.php [12:48:02] but that's pgsql specific [12:48:15] saper: thanks, i meant put in some default rows [12:49:10] dan-nl: custom SQL script [12:49:43] can someone please check out the bug https://bugzilla.wikimedia.org/show_bug.cgi?id=40646 , whether you are getting the error or not? [12:49:45] saper: i noticed that i can add insert statements at the end of the create table statements using addExtensionTable(), but i was hoping there would be something like addExtensionUpdate('addRow',) [12:50:02] maintenance/postgres/archives/, maintenance/archives/ [12:50:21] dan-nl: not that I know sth like that [12:50:27] 03(NEW) Linking problem in non-Latin languages - 10https://bugzilla.wikimedia.org/44029 normal; MediaWiki: General/Unknown; () [12:51:48] dan-nl: and I don't see any case like that really, why do you need it? [12:52:25] saper: thanks, i guess i'll keep it as part of the $updater->addExtensionTable() for now [12:52:43] saper: want to create the table for the extension and insert some mappings into it to begin with [12:53:05] if they need to be in the database... [12:53:06] saper: was hoping i could use another hook to update those default rows if ever necessary [12:53:27] and to $wgSomething [12:53:32] s,to,not, [12:54:36] s/,/\/ [12:54:46] saper: yes, they are mappings, mapping_name, and mapping, which is a json. i want to put in some default mappings and allow users to add their own ... the extension then pulls in a drop-down based on the mapping_names [12:54:59] sounds like slow :) [12:55:21] and storing json in relational database, hm :) [12:55:27] but I am old [12:56:08] saper: what would you recommend for storing mappings that users can add/modify? [12:56:53] dan-nl: an ORM :P [12:57:54] MatmaRex: mediawiki has an ORM? [12:59:00] oh please [12:59:13] dan-nl: i don't think so [12:59:21] dan-nl: something like user_rights is done [12:59:28] which is partially database\ [12:59:29] i've heard it has some half-assed half-broken half-ORM features somewhere [12:59:37] kind of [12:59:41] but never used them [13:01:10] saper: thanks, i'll take a look at user_rights then ... [13:03:40] 03(mod) MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [13:06:16] dan-nl: we are using the light-weight ORM in several place over at wikidata, and it works quite smoothly and nicely [13:06:28] New patchset: Jeroen De Dauw; "Design improvements to sites code and initial steps to making similar improvements to ormtable [DO NOT MERGE]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43998 [13:06:47] New review: Siebrand; "@Niklas: Yes, I checked for callers in Translate[Svg] and found none." [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44242 [13:06:51] 03(mod) Provide a plain linked data interface for accessing entities - 10https://bugzilla.wikimedia.org/42063 (10abraham.taherivand) [13:08:03] Denny_WMDE: thanks [13:08:43] 03(mod) Make AbuseFilter aware of Wikibase content models. - 10https://bugzilla.wikimedia.org/42064 (10abraham.taherivand) [13:10:22] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/44242 [13:11:15] New patchset: J; "limit memory via cgroups if available" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/40785 [13:11:16] 03(mod) Make wb_changes robust against version differences. - 10https://bugzilla.wikimedia.org/43990 (10abraham.taherivand) [13:11:40] 03(mod) Make wb_changes robust against version differences. - 10https://bugzilla.wikimedia.org/43990 (10abraham.taherivand) [13:13:23] 03(mod) MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [13:15:49] 03(mod) JS-UI broken after core change: "Can not apply a template with more or less than one root node" - 10https://bugzilla.wikimedia.org/44026 (10tobias.gritschacher) [13:20:29] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10richa jain) [13:21:46] New review: J; "recheck" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/40785 [13:22:41] 03(mod) [Worked around] [upstream] MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +upstream; summary; +comment (10Antoine "hashar" Musso) [13:35:24] New patchset: Denny Vrandecic; "(bug 42326) Add function to get the user languages" [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/33505 [13:35:27] New patchset: Nikerabbit; "Allow access to tests, needed for JS tests" [translatewiki] (master) - https://gerrit.wikimedia.org/r/44249 [13:36:02] whenever i commit to gerrit i get a message "Your change was committed before the commit hook was installed" [13:36:10] is this anything i should worry about? [13:36:21] Denny_WMDE: does it work anyway? [13:37:04] yes [13:37:09] Denny_WMDE: you probably didn't install the commit hook, as the message says - check your .git/hooks/commit-msg file [13:37:30] `git review -s` should install it [13:37:47] thanks. tried that. let's see [13:37:49] http://pastebin.com/2wmF7h9t - that's how mine looks [13:38:07] git basically adds the Change-ID: line to your commit messages [13:38:10] it* [13:42:53] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44226 [13:46:29] New patchset: Denny Vrandecic; "(bug 42326) Add function to get the user languages" [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/33505 [13:47:37] DanielK_WMDE: s/mute/moot/ [13:47:54] it's amazing how many typos there are in that thread! :-) [13:48:25] and i think they mostly wouldn't have been caught by hashar's spell checker [13:50:29] MatmaRex: thanks, it works now! [13:51:20] jeremyb: typo in a "do not typo please" thread is a lot of fun :-] [13:54:07] Denny_WMDE: always happy to help with git :) [13:54:14] (and grumpily willing to help with gerrit) [13:54:23] :) [13:54:51] 03(mod) Special:UserMerge giving permission errors on English Wikivoyage - 10https://bugzilla.wikimedia.org/44020 +comment (10Sam Reed (reedy)) [13:55:58] jeremyb: i just suck at spelling :P [13:56:10] (in German, too) [13:56:32] New patchset: Jeroen De Dauw; "Design improvements to sites code and initial steps to making similar improvements to ormtable [DO NOT MERGE]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43998 [13:56:42] New patchset: Jeroen De Dauw; "Design improvements to sites code and initial steps to making similar improvements to ormtable [DO NOT MERGE]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43998 [13:57:37] DanielK_WMDE: what you did use is also a real word so hashar's jenkins test wouldn't have noticed :) [13:58:44] jeremyb: i know, and if i actually stop and think, i also know which word is spelled how. by the same token, i *know* the difference between lose and loose, but that doesn't mean i don't do it wrong quite frequently. [13:59:24] i tightened the screw on a loose faucet handle last night [13:59:31] let's pipe commit messages through Word! it'll highlight *all* of the grammar mistakes as well [13:59:39] * MatmaRex hates those green squigglies [14:00:27] does MW have clickthrough galeries? Where clicking on the image moves to the next? [14:00:56] yurik: i think there's a gadget for this on commons [14:01:23] MatmaRex: you wouldn't know what its called by any chance? [14:02:38] 03(mod) Special:UserMerge giving permission errors on English Wikivoyage - 10https://bugzilla.wikimedia.org/44020 +comment (10Sam Reed (reedy)) [14:02:40] yurik: ah, i think i was thinking about this "Category slideshow" thing [14:05:29] New patchset: Reedy; "Bug 43688 - mcc.php doesn't work with new WMF memcached config" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/42500 [14:05:40] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/42500 [14:06:22] New review: Hashar; "If you really want to force it to an integer, this patch requires a bit more work:" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/43803 [14:07:17] Reedy: review? :-D [14:09:52] MatmaRex: ah, its a gadget commons has, didn't know. looks cool :) [14:11:44] How does one see search results when there is a page which is an exact match and one does not wish to be forwarded to the page, but see the search results instead? [14:11:49] 16 14:09:26 < Plasmastar> I'm having trouble understanding conditional syntax. [14:11:59] 16 14:10:55 < jeremyb> (php conditionals? parser functions? some other thing?) [14:12:01] edakiri: click the "containing..." in the dropdown? [14:12:02] 16 14:11:09 < Plasmastar> Templates. [14:12:05] Hi. [14:12:14] edakiri: or use the "Search" button instead of "Go", depending on skin and settings [14:12:20] * jeremyb will bbl [14:12:59] I didn't really see any examples on this page http://meta.wikimedia.org/wiki/Extended_template_syntax and I'm confused on how exactly to use an if-then-else statement. [14:13:38] Plasmastar: wow, there did you dig that from, it's ancient [14:13:42] !e ParserFunctions [14:13:42] https://www.mediawiki.org/wiki/Extension:ParserFunctions [14:13:57] MatmaRex: Google [14:14:05] this extensions add some mostly reasonable control flow functions [14:14:05] this extension* [14:14:21] like: {{#if:nonempty|iftrue|iffalse}} [14:14:25] MatmaRex: thanks. [14:14:51] Wow, really? xD [14:15:08] https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions [14:15:12] more help ^ [14:15:15] Plasmastar: quite. [14:15:31] it's in use on Wikimedia wikis [14:16:41] So if I wanted to, for example, use different outputs if a variable in a template existed? [14:19:12] New patchset: Jens Ohlig; "Prefix and fuzzy search implemented" [mediawiki/extensions/WikibaseSolr] (master) - https://gerrit.wikimedia.org/r/43850 [14:21:12] Plasmastar: depends on what you mean by "existed", but [14:21:47] Has a value... [14:21:56] Plasmastar: you can use {{#if: {{{variable|}}} | variable was given and is non-empty | varaible not given or empty }} [14:22:07] ok [14:22:13] Plasmastar: there's a distinction between a variable that is given, but empty, and one that isn't give nat all [14:22:20] But why the pipe in the {{{}}}? [14:22:32] because of this distinction: [14:22:54] if parameter "var" isn't given, {{{var}}} will expand to "{{{var}}" [14:23:04] if it is given, it will expand to parameter's value (which may be empty) [14:23:12] if it's not given, then [14:23:21] you can privde default value after the pipe in {{{}}} [14:23:24] provide* [14:23:30] in this case, the default value is empty [14:24:07] Is an else statement not required? xD [14:25:18] it might be left empty [14:25:31] {{#if: {{{variable|}}} | variable was given and is non-empty }}, without the last part entirely, will also work [14:25:48] the simplest way to find out is by trial, or reading the docs i linked ;) [14:26:15] Okay thanks. [14:26:20] * yurik wishes wiki would ship with a large pre-installed collection of templates [14:27:19] MatmaRex: Achieved what I wanted! [14:27:36] New review: Matmarex; "(-1 per Anomie, to get this off my review list.)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/43987 [14:28:15] New review: Matmarex; "(+1 to get this off my review list.)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/43786 [14:28:47] Plasmastar: :) [14:29:04] New patchset: Hashar; "mcc can now set memcached debug mode and has help" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44253 [14:38:41] Dereckson: Hi [14:39:33] New review: Matmarex; "Faulty regex; see inline." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/43782 [14:41:37] New review: Matmarex; "-1 per Krinkle to get this off my review list." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/25262 [14:41:38] New patchset: Jeroen De Dauw; "Design improvements to sites code and initial steps to making similar improvements to ormtable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43998 [14:44:04] santhosh: I have copied that gu.json file only for testing purpose [14:46:51] New patchset: Hashar; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [14:47:02] harshkothari: replied at github [14:47:50] * harshkothari seeing [14:49:32] New patchset: Hashar; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [14:54:20] New patchset: Hashar; "JENKINS validation (do not submit)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/44102 [14:56:25] * hashar restarting Jenkins [14:57:23] 03(NEW) Input methods button should not play peekaboo on the edit form - 10https://bugzilla.wikimedia.org/44030 enhancement; MediaWiki extensions: UniversalLanguageSelector; () [15:01:00] New review: Nikerabbit; "Works." [mediawiki/extensions/Babel] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/33505 [15:08:22] New patchset: Denny Vrandecic; "(bug 42326) Add function to get the user languages" [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/33505 [15:11:11] New review: Hashar; "the LOST build status reported is because Jenkins was being restarted. Sorry for the inconvenience." [mediawiki/extensions/Babel] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33505 [15:11:23] 03(NEW) HTML-masked square brackets in values - 10https://bugzilla.wikimedia.org/44031 normal; MediaWiki extensions: Semantic MediaWiki; () [15:13:47] 03(mod) Input methods button should not play peekaboo on the edit form - 10https://bugzilla.wikimedia.org/44030 +comment (10Nemo) [15:13:50] 03(mod) PHP Warning: Invalid argument supplied for foreach() in ffs/PythonSingleFFS.php on line 101 - 10https://bugzilla.wikimedia.org/43971 +comment (10Niklas Laxström) [15:17:19] New patchset: Njw; "Initial checkin of CharRangeSpan, version 0.9." [mediawiki/extensions/CharRangeSpan] (master) - https://gerrit.wikimedia.org/r/35401 [15:20:30] 03(mod) PHP Warning: Invalid argument supplied for foreach() in ffs/PythonSingleFFS.php on line 101 - 10https://bugzilla.wikimedia.org/43971 +comment (10Siebrand) [15:23:35] mw 1.19.3 I have a simple extension tag getting registered via setHook and doing not much more than calling recursiveTagParse($text, $frame) [15:24:03] now all categories inside the tag ignore DEFAULTSORT if it comes after the tag, but not if it comes before the tag [15:29:22] 03(NEW) Narayam is not enabled for WikiSource - 10https://bugzilla.wikimedia.org/44032 normal; MediaWiki extensions: Narayam; () [15:30:30] 03(mod) HTML-masked square brackets in values - 10https://bugzilla.wikimedia.org/44031 (10contrafibularity) [15:31:22] New patchset: Waldir; "Minor tweaks to installer text" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44255 [15:32:17] Hi everyone, anyone know why I can't upload .zip files even though I have $wgCheckFileExtensions=false and $wgVerifyMimeType=false ? [15:33:55] 03(mod) Part of the text outside of square brackets not part of link for non-Latin languages (e.g. "[[test]]ers") - 10https://bugzilla.wikimedia.org/44029 normal->minor; summary; +comment (10Andre Klapper) [15:34:54] Anyone? :( [15:35:29] New review: Hoo man; "Needs changes after I745d2520" [mediawiki/extensions/CentralAuth] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/40332 [15:35:46] 03(mod) Narayam is not enabled for WikiSource - 10https://bugzilla.wikimedia.org/44032 (10Krenair) [15:35:47] subterana: we need more details [15:35:56] 03(mod) Narayam is not enabled for WikiSource - 10https://bugzilla.wikimedia.org/44032 (10Krenair) [15:36:00] what does "can't upload" mean? [15:36:45] It means I select it, but the upload field remains empty [15:37:02] 03(mod) PHP Warning: Invalid argument supplied for foreach() in ffs/PythonSingleFFS.php on line 101 - 10https://bugzilla.wikimedia.org/43971 (10Nemo) [15:37:16] does it work for uploading other things [15:38:11] yes [15:38:12] New review: Alex Monk; "Are you going to submit this, Siebrand?" [mediawiki/extensions/PageTriage] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44217 [15:41:42] Does anyone know why I can't upload .zip files even though I have $wgCheckFileExtensions=false and $wgVerifyMimeType=false ? [15:42:13] 03(mod) Input methods button should not play peekaboo on the edit form - 10https://bugzilla.wikimedia.org/44030 (10Andre Klapper) [15:42:38] i'd quite like to get the parserTests for my extension automatically tested by jenkins. what should i read to find out how? [15:43:09] njw: poke hashar [15:45:06] MatmaRex: yeah? [15:45:17] ah [15:45:22] the parser tests for extension :/ [15:45:27] that is bugged for now, phpunit can't find them [15:45:39] subterana: I don't know why you can't upload a .zip file, but this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=24731 mentions trying to upload with javascript disabled. [15:45:52] you have to add some code to publish your tests, someone did that on an extension, need to find it [15:46:34] ok [15:46:54] 03(NEW) [upstream] Jenkins violation plugin does not show per file report - 10https://bugzilla.wikimedia.org/44033 normal; Wikimedia: Testing Infrastructure; () [15:47:22] njw: the bug report is [pid 4220] [15:47:22] err [15:47:25] njw: the bug report is https://bugzilla.wikimedia.org/show_bug.cgi?id=42506 [15:48:00] njw: a workaround can be found with https://gerrit.wikimedia.org/r/#/c/38114 , look at tests/lstParserTest.php [15:48:14] njw: that will create a PHPUnit class in your extension which PHPUnit will actually be able to find [15:48:21] https://gerrit.wikimedia.org/r/#/c/38114/2/tests/lstParserTest.php,unified [15:48:55] valeriej: I can upload png, pdf, or xls, but not zip [15:49:18] thanks for the links [15:49:25] i will look into it, and at the least cc myself [15:49:26] 03(mod) testextensions should find parsertests - 10https://bugzilla.wikimedia.org/42506 +comment (10Antoine "hashar" Musso) [15:50:10] 03(mod) [upstream] Jenkins violation plugin does not show per file report - 10https://bugzilla.wikimedia.org/44033 +comment (10Antoine "hashar" Musso) [15:50:13] yea, just tried it, zip and .sh won't enter even with those parameters set [15:50:24] seems like the blacklist is still kicking in somewhere [15:51:49] it does work if I specifically allow them as file types though [15:52:39] can you tell me what you added to your LocalSettings? [15:52:52] 03(mod) [upstream] Jenkins violation plugin does not show per file report - 10https://bugzilla.wikimedia.org/44033 +upstream; +comment (10Antoine "hashar" Musso) [15:52:52] subterana: I'm not really familiar with uploading, but I have run across some bugs that have mentioned problems uploading .docx files, which are .zip files. I'm looking through bugs to see if I can find anything, but I'm not sure how else I can help you. [15:53:49] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10Andre Klapper) [15:53:50] add them to your $wgFileExtensions list [15:55:16] New patchset: Hoo man; "(bug 28362) add conditional article_views variable" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38731 [15:56:00] New review: Hoo man; "Fixed i18n and white space" [mediawiki/extensions/AbuseFilter] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38731 [15:56:03] 03(mod) JavaScript error in ULS - 10https://bugzilla.wikimedia.org/44013 +comment (10Platonides) [15:57:26] I have added $wgFileExtensions[] = 'zip' and it doesn't change anything [15:57:40] New review: Hoo man; "I guess it's uncontroversial to not lazy load this as the data is probably already loaded (or needs ..." [mediawiki/extensions/AbuseFilter] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/38731 [15:58:28] Scooter: you said you added them , how did you do that, using what code? [15:58:29] 03(mod) page_views variable - 10https://bugzilla.wikimedia.org/28362 +comment (10Marius Hoch) [15:58:45] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10Bawolff (Brian Wolff)) [15:58:46] just added it to the end of the array list that was in there by default [15:59:06] 03(mod) Narayam is not enabled for WikiSource - 10https://bugzilla.wikimedia.org/44032 +comment (10Andre Klapper) [15:59:20] array(...'mp3','sxc','pdf','zip'), etc [15:59:58] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 -easy ; +comment (10Bawolff (Brian Wolff)) [16:00:21] subterana: Comment 1 in the bug might help: https://bugzilla.wikimedia.org/show_bug.cgi?id=11984#c1 [16:03:16] 03(mod) Narayam is not enabled for WikiSource - 10https://bugzilla.wikimedia.org/44032 +comment (10Subhashish Panigrahi) [16:03:35] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10Ryan Kaldari) [16:04:12] New patchset: Hoo man; "(bug 28362) add conditional article_views variable" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38731 [16:04:27] Scooter, you are talking about an array in what file? LocalSettings.php ? [16:04:47] 03(mod) [upstream] Jenkins violation plugin does not show per file report - 10https://bugzilla.wikimedia.org/44033 +comment (10Antoine "hashar" Musso) [16:05:42] Change merged: jenkins-bot; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/33505 [16:05:55] New review: Hoo man; "Rebased, ready to merge" [mediawiki/extensions/AbuseFilter] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/38731 [16:05:55] Change merged: Hoo man; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38731 [16:06:53] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10Bawolff (Brian Wolff)) [16:12:29] New review: Platonides; "I thought this was already fixed. There should be a test case showing what currently fails, and whic..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44224 [16:18:31] 03(mod) Blank page with only "Create an account" on post-login submission due to TitleBlacklist - 10https://bugzilla.wikimedia.org/42982 +comment (10Platonides) [16:22:14] can somebody give me hashar's email address (or advise on an appropriate method of contact) please? [16:25:09] 03(mod) HttpFunctions.php not compatible with Php 5.3.19? (bug setting sslVerifyHost => true) - 10https://bugzilla.wikimedia.org/42441 +comment (10Krenair) [16:26:21] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/44073 [16:26:28] New patchset: Reedy; "Update wikidata related extensions" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/44258 [16:26:50] Change merged: Reedy; [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/44258 [16:26:51] New patchset: Waldir; "Reorganize commonPrint.css" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30641 [16:28:46] 03(mod) phpunit-databaseless fails - 10https://bugzilla.wikimedia.org/43390 +comment (10Tim Landscheidt) [16:28:46] 03(mod) [Worked around] [upstream] MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Tim Landscheidt) [16:30:16] New review: MarkAHershberger; "The jenkins failures look like jslint doesn't like older JS -- is there a way to get it to ignore js..." [mediawiki/core] (REL1_19) C: 0; - https://gerrit.wikimedia.org/r/44166 [16:30:31] New review: Waldir; "Restored overspecified selectors as they were before. Note: probably other ID-based selectors should..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/30641 [16:31:30] New review: CSteipp; "Enough front-end people have +1'ed this, and security looks good." [mediawiki/extensions/CentralAuth] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/43601 [16:31:30] Change merged: CSteipp; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/43601 [16:33:19] New patchset: Hoo man; "(bug 42338) CentralAuth API shows information about hidden users" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/44259 [16:33:29] Hi all. Is anyone here vaguely familiar with API internals? I need help fixing a commit: https://gerrit.wikimedia.org/r/#/c/37188/ [16:33:48] yurik: are you there? [16:34:03] Waldir: sup [16:34:17] looking [16:34:35] oh yeah, that one [16:34:43] I was going to do the changes you suggested but need some guidance. i.e. where to change [16:34:57] sec [16:35:00] sure [16:36:45] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 (10taste1at) [16:37:41] Waldir: apimain::printResult seems like a good start [16:37:54] it already does a very similar check [16:38:06] yurik: will look, thanks [16:39:52] 03(NEW) mediawiki.language grammar tests fail - 10https://bugzilla.wikimedia.org/44034 normal; MediaWiki: Internationalization; () [16:40:24] Waldir: i would say you can either add another param to apiformatbase:initprinter [16:41:05] or change the meaning of the $isError to $isHelp [16:41:13] maybe the later is bad [16:41:26] I was going to ask :) [16:41:29] hmm, or maybe not [16:41:34] thinking :) [16:41:51] it only uses iserror to print the extra header info [16:42:13] njw: IRC is usually the best way to reach hashar :) [16:42:13] which should only print when the real data is being shown [16:42:29] so i guess it is better to rename it to $isHelpScreen or something [16:43:26] New review: MarkAHershberger; "This should be an amendment to the previous commit. Keep release notes in the same commit at the ch..." [mediawiki/core] (REL1_19) C: -1; - https://gerrit.wikimedia.org/r/44171 [16:43:54] 03(mod) ! N pages non-patrol-able - 10https://bugzilla.wikimedia.org/35810 +comment (10Krinkle) [16:45:26] yurik: if $isError is true the default help page is shown, then, I suppose? [16:45:41] saper: thanks. i'll just catch him tomorrow, then :) [16:46:16] Waldir: formatBase shows "You are looking at the HTML representation .." if its not an error [16:47:12] exactly, so that's if there's an actual result to return. I'm assuming the help page would be shown afterwards if $isError is true [16:47:20] which means that https://en.wikipedia.org/w/api.php?action=help&querymodules=allpages always shows it [16:47:30] even though it is not really an error [16:47:42] yurik: ah, yes, i forgot about action=help [16:47:52] yeah, I guess it makes sense to rename it then [16:48:12] i don't think it will be a big deal to hide it for this case too [16:48:22] if you are already looking at help [16:48:30] New patchset: Hoo man; "(bug 42338) CentralAuth API shows information about hidden users" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/44259 [16:48:34] njw: https://gerrit.wikimedia.org/r/#/dashboard/24 email is in the commits [16:48:34] you don't really need a special header [16:48:57] makes sense [16:48:59] so yeah, just change the meaning [16:49:09] and set its value before that big if [16:49:54] why set its value? to have a default? [16:50:46] New review: Alex Monk; "Looks good, untested though" [mediawiki/extensions/CentralAuth] (master) C: 1; - https://gerrit.wikimedia.org/r/44259 [16:52:23] 03(NEW) Instance failed to build but stays in list after deletion - 10https://bugzilla.wikimedia.org/44035 minor; Wikimedia Labs: General; () [16:52:54] New review: CSteipp; "Working in test, and make the api behave the same as the specialpage-- if a user is hidden / suppres..." [mediawiki/extensions/CentralAuth] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44259 [16:52:54] Change merged: CSteipp; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/44259 [17:01:48] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10Ryan Kaldari) [17:11:03] qgil: Hi [17:15:52] hi harshkothari [17:16:16] qgil finally made 1st extension :) [17:16:25] harshkothari, I saw it :) [17:16:42] congratulations! [17:16:56] Have you seen the live TwitterCards?? [17:17:04] no... [17:17:06] where? [17:17:23] okies wait qgil [17:17:52] go here qgil https://dev.twitter.com/docs/cards/preview [17:18:12] Eugh loginwall. [17:18:35] qgil: and paste this url into that http://mediawiki.dereckson.be/index.php?title=File:Canfranc_Estacion_by_alfredol6.jpg [17:19:39] yeah marktraceur you have to login [17:20:59] harshkothari, still trying to remember my twitter password :( [17:20:59] Hello. [17:21:09] * Dereckson wonders why Twitter requires login to use a testing tool. [17:21:17] ha ha ha qgil [17:21:28] Dereckson: So you can tweet about what you think about the test! [17:21:29] to block spam? to gather use statistics? [17:21:29] * qgil wonder why they can't use the same login session as in Twitter at least [17:22:15] correct qgil its not a good thing [17:22:31] Dereckson: which is your twitter handle ? [17:22:53] 03(mod) Reports of secret key generation "hanging" on Windows with PHP 5.3.x - 10https://bugzilla.wikimedia.org/35894 +comment (10MrBassam) [17:23:05] @Dereckson [17:23:11] same on identi.ca [17:23:30] New review: Siebrand; "@Alex: I guess I'm too used to Jenkins doing it from +2 Code Review on. I usually check my dashboard..." [mediawiki/extensions/PageTriage] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44217 [17:23:30] Change merged: Siebrand; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/44217 [17:23:34] Dereckson: yeah following you on twitter :) [17:24:07] New review: Siebrand; "Thanks." [mediawiki/extensions/PageTriage] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44216 [17:27:45] Dereckson: Now making new branch for article version [17:27:46] ok nice harshkothari ! Actually I guess a Twitter card is what I saw yesterday (for the first time?) https://twitter.com/TechCrunch/status/291233570968711168 [17:28:15] yes qgil [17:28:25] you got pic qgil na [17:28:35] Dereckson: what do you think about that ? [17:29:38] 03(NEW) UserMerge is missing a message for action-usermerge - 10https://bugzilla.wikimedia.org/44036 trivial; MediaWiki extensions: UserMerge; () [17:29:41] 03(NEW) Queries have wrong zoom - 10https://bugzilla.wikimedia.org/44037 normal; MediaWiki extensions: SemanticMaps; () [17:33:11] 03(NEW) Search local titles with another language - 10https://bugzilla.wikimedia.org/44038 enhancement; MediaWiki extensions: Lucene Search; () [17:33:32] harshkothari, and as a side anecdote I guess I have been cycling not too far from that train station, years ago. Impressive building in the middle of nowhere. Dereckson [17:33:38] harshkothari: I have no opinion about the best branching models, it's up to you to use the one you are comfortable to work with [17:34:10] 03(mod) Search local titles with another language - 10https://bugzilla.wikimedia.org/44038 (10Hex) [17:34:11] 03(mod) Search all languages - 10https://bugzilla.wikimedia.org/1837 (10Hex) [17:34:14] It's one of the greatest rail station in Europe, lost in the mountains. [17:34:35] Dereckson: qgil : Its from which country ? [17:34:38] Spain [17:35:03] okies Dereckson :) [17:35:26] New patchset: Anomie; "Add pp_propname_page index to page_props" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44260 [17:35:26] New patchset: Anomie; "Add PagesWithProp special page and API module" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44261 [17:35:34] It were intended to be a road node. The Paris -> Madrid line would have been the main user of this station, but it would have provided more connections to the rest of France/Spain. [17:36:04] http://en.wikipedia.org/wiki/Canfranc [17:36:18] Or it's still in France part? [17:36:28] Dereckson, no, Spanish side [17:36:39] okies Dereckson [17:37:15] Ah, here the trick part: We have Campan and Canfranc: http://goo.gl/maps/ZMr5T [17:37:55] qgil: so are you from spain ? [17:39:53] harshkothari, born in Barcelona. I went cycling once across the Pyrenees. I remember passing that region north of Jaca in the Spanish side, so I guess I passed near that station because there are not many other options :) [17:39:55] http://www.openstreetmap.org/?mlat=42.7155&mlon=-0.5255&zoom=15&layers=M [17:41:03] anyway, back to work :) Congrats harshkothari ! [17:41:10] qgil: ohhh… Thanks :) [17:41:32] New review: Siebrand; "See inline comments." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44261 [17:42:05] Change merged: jenkins-bot; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/44194 [17:42:58] 03(mod) Flash of unstyled content (FOUC) in watchlist and log in - 10https://bugzilla.wikimedia.org/43739 +comment (10Arthur Richards) [17:48:46] howdy brion [17:49:01] * jubo2 is sitting in Business Math 101 [17:49:02] 03(mod) Move the Article feedback tool to outside the div#content - 10https://bugzilla.wikimedia.org/29704 (10mybugs.mail) [17:49:11] 's a piece of sugar pastry [17:49:46] whee [17:52:17] sumanah & guillom - are either of you aware of any MediaWiki "essays" similar to what we find on enWP? I've been pondering if it may help that vendor project if some essays like "why hacking MediaWiki core is bad idea" [17:53:27] oh varnent - interesting! Hmmm that's a good idea :-) Did you ever read the notes for http://opensourcebridge.org/2010/wiki/The_Second_Step:_HOWTO_encourage_open_source_work_at_for-profits ? [17:54:14] sumanah: reading it now :) [17:55:24] sumanah: it occurred to me as I was reading yesterday's email thread that it would be helpful to have a collection of answers to the more complicated questions we'll get - like "why should I spend time with the MW developers when XYZ person just told me to hack the core and forget about it" [17:56:49] sumanah: for enWP I often just use essays - like don't eat newcomers - but before I suggested that for MW - wanted to make sure I wasn't unaware of some massive effort like this that took place way back when [17:57:02] understood [17:57:10] I don't know of any existing essay-type documents, no [17:57:15] * marktraceur thinks hacking MediaWiki core is a great idea [17:57:17] Just do it well [17:57:43] "hack" here in the "hacky" sense [17:57:48] Ahhh [17:57:51] and not great 90s pastime hackysack [17:58:04] <^demon> Do we not have a "Don't hack core" essay? [17:58:07] <^demon> Could've sworn we did. [17:58:15] Hmm, hackysack [17:58:26] ^demon: it feels like something we'd have - but I cannot locate it [17:58:57] <^demon> http://drupal.org/best-practices/do-not-hack-core - is a good model. [17:59:13] +1 [17:59:31] Hm. [17:59:56] New review: Parent5446; "Why is the page id also in the index? If the intention is to find all pages with a certain property,..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/44260 [18:00:17] New review: Anomie; "recheck" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44260 [18:00:22] I feel a little weird, like an essay that said "don't hack core" might discourage people from hacking core (in this case I mean the good definition) [18:00:47] New patchset: Alex Monk; "(bug 44036) Add action-usermerge message" [mediawiki/extensions/UserMerge] (master) - https://gerrit.wikimedia.org/r/44263 [18:01:01] 03(mod) UserMerge is missing a message for action-usermerge - 10https://bugzilla.wikimedia.org/44036 +patch-in-gerrit; +comment (10Krenair) [18:02:09] marktraceur: I think it would have to be carefully worded - the main point would be "fix the core - yes - but if you run an outside wiki - don't hack your core and complain later about upgrade compatibility when you should have submitted your hack to MW's git [18:02:40] 03(NEW) Add a category to $wgArticleFeedbackBlacklistCategories for Portuguese Wikibooks - 10https://bugzilla.wikimedia.org/44039 normal; Wikimedia: Site requests; () [18:02:47] That sounds better [18:07:10] New review: Siebrand; "Thanks." [mediawiki/extensions/UserMerge] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44263 [18:07:13] marktraceur sucheta where is the best place to follow your OPW activity? [18:07:31] qgil: We're in #ethereditor, or just watch sucheta's commits [18:07:32] Dereckson, same question ^^^ ref Teresa [18:07:56] varnent: marktraceur - I do think my talk http://opensourcebridge.org/2010/wiki/The_Second_Step:_HOWTO_encourage_open_source_work_at_for-profits might help with some wording/arguments here [18:08:23] marktraceur, sucheta ok. Please consider sending an email to wikitech-l explaining the project and encouraging feedback and contributions - same for Dereckson / Teresa [18:08:33] Righto [18:13:09] 03(mod) UserMerge is missing a message for action-usermerge - 10https://bugzilla.wikimedia.org/44036 +comment (10Krenair) [18:13:42] hi sumanah ! I hope not to have confused Mariya with my humble personal feedback ref MediaWiki vendors. :) [18:14:24] Isarra, jorm what is the best way to follow your OPW activity? [18:14:36] Anyone "want" to review https://gerrit.wikimedia.org/r/#/c/44094/? [18:15:15] Want. Ha. [18:15:48] AzaToth: Any documentation about the change? [18:16:24] marktraceur: I read the bugzilla emails and noticed they changed it [18:16:35] dont know when and where it is documented [18:17:35] 03(mod) [upstream] Jenkins violation plugin does not show per file report - 10https://bugzilla.wikimedia.org/44033 +comment (10Antoine "hashar" Musso) [18:19:31] AzaToth: hey, there's a bug for that [18:19:50] Seems sane to me (from checking the source of some bugzilla emails) [18:20:06] marktraceur: I assume wikimedia/bugzilla/modifications contains modifications we've made to bugzilla [18:20:09] New patchset: Kaldari; "Initial version of Disambiguator extension" [mediawiki/extensions/Disambiguator] (master) - https://gerrit.wikimedia.org/r/41043 [18:20:15] AzaToth: I can merge it, but I can't deploy it. I think wikibugs is going to be out of it until the git-deploy stuff is settled [18:20:21] AzaToth: https://bugzilla.wikimedia.org/show_bug.cgi?id=42774 [18:20:23] MatmaRex: I'm such a phailure when trying to find bugs [18:20:47] AzaToth: (the description of that bug is incorrect) [18:20:56] AzaToth: Add the bug number to the commit message and I'd merge it :) [18:20:57] ok, I'll update the patch to the commit message [18:21:09] any format style for that? [18:21:13] AzaToth: it's like looking for your keys "it's always the last place you look" but only because once you find them you stop looking :) [18:21:24] heh [18:21:35] 03(mod) [Regression] wikibugs no longer reports user name for NEW bugs - 10https://bugzilla.wikimedia.org/42774 +patch-in-gerrit; summary; +comment (10Bartosz Dziewoński) [18:21:49] AzaToth: linked your change and CC\d ypou on the bug [18:22:42] New review: Anomie; "@Parent5446: The API query I plan to use this for needs to ORDER BY pp_page, and I believe that MySQ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44260 [18:23:27] whoops [18:23:37] i accidentaly added the wrong andre as reviewer to that patch [18:23:41] and now i can't rmeove him :( [18:23:44] remove* [18:24:01] andre__: *poke* [18:24:04] andre__: see https://gerrit.wikimedia.org/r/#/c/44094/1 :) [18:24:16] how should I tag the bug number? [18:24:33] is there a standard syntax, or is anything under the sun ok? [18:24:57] AzaToth: preferably add "(bug NNNN) " at the beginning of commit summary [18:25:04] k [18:26:58] yurik: how do I get action=help to pass true to initPrinter()? [18:27:26] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 +comment (10Marcin Cieślak) [18:27:28] Waldir: you can't [18:27:45] New patchset: AzaToth; "(Bug 42774) use Reporter instead of ReportedBy" [wikimedia/bugzilla/wikibugs] (master) - https://gerrit.wikimedia.org/r/44094 [18:27:50] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 (10Marcin Cieślak) [18:27:59] yurik: I assumed not directy, but there has to be a way, right? [18:28:18] initPrinter( $printHelp ), but keeep printResult( $isError ) [18:28:31] not really [18:28:34] kinda hacky [18:28:36] no need [18:28:37] marktraceur: done [18:28:55] MatmaRex: I thought you had some magic field that gerrit triggered on and updated the bug [18:29:22] yurik: I'm not sure I understand what you mean with "keep printResult( $isError )" [18:29:56] andre__: Would you prefer to weigh in on the wikibugs patch, or shall I merge? [18:31:41] qgil: probably to ask what we're doing. [18:31:55] AzaToth: nope [18:31:55] Waldir: printResult( $isError ) signature should stay the same, just inside you create a new variable $isHelp [18:31:58] "git review -d NNNN" and "git review -f" is nice ツ [18:32:08] $isHelp = $isError || action=help [18:32:31] jorm, Isarra have you considered a more public way of discussing or reporting progress/ [18:32:31] and that's the value you pass in [18:32:32] ? [18:32:38] MatmaRex: ok [18:32:59] AzaToth: i think somebody is working on that [18:33:00] i'm not sure what you mean. [18:33:19] yurik: I see... and how do I check what the action is from ApiFormatBase.php? [18:33:36] !b 17322 | MatmaRex [18:33:36] MatmaRex: https://bugzilla.wikimedia.org/17322 [18:33:42] seems to be it [18:33:47] jorm, Isarra OPW is a program for FLOSS projects, so it would be good to work in an open way, documenting as you go, inviting other contributors to join... [18:33:59] well. we are. [18:34:17] she makes edits on wiki and so forth as she does research. [18:34:35] where? [18:34:39] * AzaToth winder why bugzilla uses bazaar [18:34:41] check her contributions. [18:34:51] sub-pages in Flow. [18:35:12] AzaToth: b/c they switched to it before git became big? [18:35:18] but right now she's working on learning about something that isn't something you document much. [18:35:57] AzaToth: but, fwiw, a lot of little sub-projects at mozilla (including wikimo) use github. [18:35:59] jorm, Isarra ok, I'm not policing, just trying to learn the best way to follow your work. That's all. :) [18:36:11] 03(mod) Errant line break in UploadWizard "Use a different license" option - 10https://bugzilla.wikimedia.org/40646 +comment (10Valerie Juarez) [18:36:49] right now she's tasked with looking for research about behaviors in internet forums, best practices related to them, and then any psychological research concerning user avatars. [18:36:59] hexmode: I assume that [18:37:02] 's true [18:37:25] in addition to that, i've got her designing some user behavior tests that we're going to run on usertesting.com related to how users interact with talk pages. [18:37:25] New patchset: Anomie; "Add PagesWithProp special page and API module" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44261 [18:37:39] but she's got to learn what user tests are, and best practices, etc. on those before documenting the tests. [18:37:50] she'll be in office next week. [18:37:57] ok, than you jorm [18:38:09] ah, good to know! [18:39:16] jorm, fyi I'm asking the same to the rest of participants. Just because we just passed the first 1/6 chunk of the OPW. [18:39:29] no worries. wasn't feeling policed. [18:40:10] i'm more worried about "process overhead" than anything. i tend to avoid it as much as possible. [18:40:24] 03(NEW) [[mw:Extension:Disambiguator]] should provide a special page to list all disambiguation pages - 10https://bugzilla.wikimedia.org/44040 normal; MediaWiki extensions: [other]; () [18:40:38] i don't want her getting dinged when i refuse to jump through expected hoops. [18:40:38] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 (10mybugs.mail) [18:40:43] if you take my meaning. [18:40:56] jorm agree! Following user contributions is something very basic that I hadn't thought of. Works for me. [18:41:22] keeping a wiki task list may not be a bad idea but i'll want to talk to her first. [18:41:50] New review: MarkTraceur; "I'm happy with this but I want andre to weigh in." [wikimedia/bugzilla/wikibugs] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44094 [18:42:11] jorm, I personally think that an email to wikiteck-l explaining briefly the project and pointing people to where to know more is useful. Up to you both. [18:42:14] andre__: https://gerrit.wikimedia.org/r/44094 it would be super-cool if you could comment one way or t'other [18:42:54] not a bad idea. gonna wait until next week, though, to really get into that. [18:43:14] honestly, the real problem with this project is that it is, in actual fact, really hard to understand what it is. [18:43:28] jorm, makes sense. Let's chat when she is at the office next week [18:44:12] jorm, sometimes writing things down for others actually helps to yourself in the first place [18:46:20] marktraceur: fyi, I also pushed https://gerrit.wikimedia.org/r/#/c/44093/1 before the above [18:46:25] it's a minor one [18:46:42] dind't want to commit a "monster patch" ツ [18:46:49] 03(NEW) Adapt varnish mobile puppet class on beta - 10https://bugzilla.wikimedia.org/44041 enhancement; Wikimedia Labs: deployment-prep (beta); () [18:47:14] but I started to feel sick when I was that eq [18:47:18] saw* [18:47:40] 03(mod) Adapt varnish mobile puppet class on beta - 10https://bugzilla.wikimedia.org/44041 (10Antoine "hashar" Musso) [18:47:42] 03(mod) Supporting MobileFrontend on beta labs - 10https://bugzilla.wikimedia.org/40605 (10Antoine "hashar" Musso) [18:48:01] Waldir: read printResult() - you just need to change it a bit [18:48:08] in apimain [18:48:26] 03(mod) Supporting MobileFrontend on beta labs - 10https://bugzilla.wikimedia.org/40605 +comment (10Antoine "hashar" Musso) [18:48:34] you don't need to check anything inside formatbase [18:48:40] yurik: oh the irony! I had just set eyes on that line two seconds before you said that :P [18:48:57] np [18:49:23] apibase should not do any checking - if it gets true - includes the header, if false - uses wrapping [18:50:31] ok, so I basically need to set $isError = $isError || $this->mAction == 'help' ? [18:51:52] yurik: or should I change the $printer->initPrinter( $isError ); line to $printer->initPrinter( $isError || $this->mAction == 'help' ); instead? [18:52:02] 03(mod) SMW + 4store: SMWSparqlDatabaseError / Malformed query - 10https://bugzilla.wikimedia.org/43708 (10Peter Kovari) [18:52:14] create a new var [18:52:18] $isHelp [18:52:21] set it [18:52:30] use it, pass it into the printer [18:52:39] in the printer base, rename it to $isHelp too [18:52:55] New review: Tychay; "Ori means that this code splits the cache on the existence ULS cookie, but it doesn't ensure the exi..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/42362 [18:55:49] New review: Ori.livneh; "Terry -- after submitting that comment I realized that you _could_ do it. You just need to ensure th..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/42362 [18:56:01] yurik: so in apiMain, I'd do $printer->initPrinter( $isHelp ); ? [18:56:21] Waldir: correct [18:56:32] ok [18:56:55] 03(NEW) Special pages not written for mobile have no margin - 10https://bugzilla.wikimedia.org/44042 normal; MediaWiki extensions: MobileFrontend; () [19:00:41] New patchset: SuchetaG; "(Bug 39424) The feature of having multiple pad per page is removed" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/43100 [19:06:54] Hello. [19:06:59] 03(mod) Implement auto-generated documentation for JavaScript resources - 10https://bugzilla.wikimedia.org/40143 (10mybugs.mail) [19:07:22] Gone 1 hour to do some shopping. -3° outside. Not a lot of people in the street, but that were a cool walk. [19:07:25] (cool like nice) [19:07:37] qgil: Teresa mainly uses #mediawiki to communicate [19:08:43] Maybe for the next editions, we could federate commits/reviews/etc. stuff for a #opw notification, so the different participants can see what the others do, across projects. [19:09:04] Dereckson, ok. She is coming tomorrow to the office + Wikipedia Engineering meetup and I will have a chance to chat with her. [19:09:33] what a courage Dereckson :P [19:09:42] Dereckson, I'm not specially interested in an OPW communication island, but in using channels that anybody in the community can find and follow if interested [19:10:02] 03(mod) Allow bureaucrats to remove sysop rights on the English Wikivoyage - 10https://bugzilla.wikimedia.org/43851 +comment (10MZMcBride) [19:10:22] 03(mod) Version the API - 10https://bugzilla.wikimedia.org/39592 +comment (10db) [19:10:35] marktraceur: so "X-Bugzilla-Who" is NOT always the original reporter of the bug, it's always the person who did an action (so looks right for wikibugs). so I'll give it a +1, retroactively [19:10:52] *nod* sure sure [19:10:54] Dereckson, IRC is fine for chatting with people in the know, but not so good for engaging others. Anyway, no big deal for now. [19:11:11] qgil: More will be documented once I have some idea what I'm doing. Doubt folks have much care for the intricacies of my research methods or the practical and technical side of the user testing so much as what is actually being tested... [19:11:35] Isarra, understood and no worries. It was just me wondering. [19:11:40] Although that I'm still detoxing from ops crap isn't helping matters. [19:11:49] New patchset: IAlex; "Follow-up Id75401be (e32c8afe): no more need to prefix debug messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44267 [19:11:51] Hm [19:11:57] I haven't seen that message before [19:12:04] "Submitted, Merge Pending" [19:12:47] ^demon: Do you know what that message is? [19:12:58] marktraceur: this means that changeset has unmerged dependencies [19:13:05] Oh! [19:13:06] marktraceur: check thr "Dependencies" section [19:13:11] What exactly are dependencies? [19:13:12] Got it now [19:13:23] Isarra: other commits this one needs to work [19:13:30] Oooh. [19:14:09] Change merged: MarkTraceur; [wikimedia/bugzilla/wikibugs] (master) - https://gerrit.wikimedia.org/r/44094 [19:14:09] Change merged: MarkTraceur; [wikimedia/bugzilla/wikibugs] (master) - https://gerrit.wikimedia.org/r/44093 [19:14:28] AzaToth: There you are! [19:16:56] 03(mod) Version the API - 10https://bugzilla.wikimedia.org/39592 +comment (10Yuri Astrakhan) [19:18:05] 03(NEW) Photo uploads never signal completion - 10https://bugzilla.wikimedia.org/44043 normal; MediaWiki extensions: MobileFrontend (Beta); () [19:18:26] New review: Brian Wolff; "That can be overriden by people with +2" [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44166 [19:18:28] Isarra: on which project you are working? [19:18:52] Flow! [19:19:01] I'm doing STUFF! [19:19:11] * Isarra is very specific. [19:20:27] I know but which stuff :P [19:20:41] New patchset: Anomie; "Add PagesWithProp special page and API module" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44261 [19:20:47] New review: Brian Wolff; "The guide at mw.org suggested that I shouldnt modify the commit when copying commits between branche..." [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44171 [19:20:53] New review: Anomie; "PS3: Fix nitpicks." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44261 [19:22:02] 03(mod) E-mail ("responded to your feedback") is not in the user language - 10https://bugzilla.wikimedia.org/35143 +comment (10Mark A. Hershberger) [19:22:31] 03(NEW) Thumbnails for new images fails - 10https://bugzilla.wikimedia.org/44044 normal; MediaWiki: File management; () [19:23:37] 03(mod) [[mw:Extension:Disambiguator]] should provide a special page to list all disambiguation pages - 10https://bugzilla.wikimedia.org/44040 (10Andre Klapper) [19:24:08] hi, can someone tell me how to edit the sitenotice? [19:24:23] For anonymous or registered user? [19:24:46] siebrand: ping [19:24:58] New patchset: Waldir; "Allow API results to wrap long lines" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37188 [19:24:59] New patchset: Ram; "Minor change." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44271 [19:25:09] is there a difference? [19:25:33] Yes, anonymous is [[MediaWiki:Anonnotice]] and for logged in users [[MediaWiki:Sitenotice]] [19:25:56] and how can i edit MediaWiki:SiteNotice? [19:26:04] Nikerabbit: ping [19:26:17] like any other page (n in lowercase) [19:26:29] New review: Ram; "This is for testing." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/44271 [19:26:49] e.g. www.yourdomain.tld/wiki/MediaWiki:Sitenotice [19:26:54] there is no edit-link on MediaWiki:SiteNotice [19:27:00] just view source [19:27:10] MediaWiki allows sysops (and users with editinterface right) to edit the interface. [19:27:13] yurik: I just submitted a new patchset, can you take a look? https://gerrit.wikimedia.org/r/37188 [19:27:20] In what group are you? [19:27:41] Waldir: sorry, not right now, will get to it tonight [19:27:51] i have no idea, i just installed a mediawiki on a local server ;) [19:28:02] yurik: sure. anyway, thanks for your help :) [19:28:03] Question about magic words....can they include variables? [19:28:09] Specifically I'm looking at https://fr.wikipedia.org/w/api.php?action=query&meta=siteinfo&format=jsonfm&siprop=magicwords [19:28:48] The first one there, will the exact string "lossy=$1" translate to img_lossy, or is the $1 something I need to replace? [19:29:54] Waldir: no worries. I briefly looked, seems ok, will check later [19:29:57] okay, i have to be logged in to edit MediaWiki:SiteNotice [19:30:27] yay :) [19:30:31] New patchset: Ram; "Another minor change." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44271 [19:30:45] next question is, why it is displayed nowhere... [19:32:20] marktraceur: i think this one would be used in image references [19:32:28] Makes sense [19:32:30] marktraceur: as in, [[file:example.jpg|lossy=asd]] [19:32:38] Hm. [19:32:42] like thumb=ad [19:32:43] asd [19:33:09] marktraceur: now I assume it needs to be synced somehow? [19:33:15] this list seems to include more thangs that what we usually call magic words [19:33:22] seemingly most translateable parts of syntax [19:33:43] AzaToth: Yeah, someone needs to deploy it, but as I said, I don't suspect it will happen soon [19:33:48] k [19:34:02] That someone is probably hashar or paravoid. [19:34:11] ok ツ [19:34:28] * AzaToth polishes and sharpens the poke stick [19:34:47] 03(mod) Link notification without titles and pre'ed - 10https://bugzilla.wikimedia.org/43743 (10bsitu) [19:35:08] Anyway, yes, MatmaRex, frwiki has translated a lot of magic words [19:35:11] i have the extension DismissableSiteNotice installed, can that be the reason i dont see my sitenotice? [19:36:56] New patchset: Kaldari; "(bug 44040) Adding a special page to list all disambiguation pages" [mediawiki/extensions/Disambiguator] (master) - https://gerrit.wikimedia.org/r/44273 [19:38:09] it works with $wgSiteNotice in LocaleSettings but not with MediaWiki:SiteNotice [19:40:19] 03(mod) [[mw:Extension:Disambiguator]] should provide a special page to list all disambiguation pages - 10https://bugzilla.wikimedia.org/44040 +comment (10Ryan Kaldari) [19:42:14] 03(mod) Show git hash in Wikibase's entry on Special:Version - 10https://bugzilla.wikimedia.org/42778 +comment (10Wikidata Bot) [19:42:35] New patchset: Waldir; "Fix API output formatting (change lines delimited with * as bold)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44274 [19:42:49] yay [19:42:58] some bugzilla<->gerrit communication! [19:43:17] AzaToth: see, things are happening as we speak [19:44:36] Change abandoned: Ram; "abandon testing change" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44271 [19:44:39] MatmaRex: What bugzilla<->gerrit? [19:45:02] Oh, cool [19:45:14] * marktraceur withdraws the question [19:45:50] Dereckson: i worked on trying to get pear to work all night last night, but to no avail. was thinking maybe setting up a virtual machine would be a better idea. [19:46:26] Hello terrrydactyl. [19:47:29] I could also offer you a shell on my server. [19:48:22] You have PHP, pear and git-review already installed. [19:49:36] New patchset: Waldir; "Change description for grammar and clarity" [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/44275 [19:50:37] 03(mod) Allow bureaucrats to remove sysop rights on the English Wikivoyage - 10https://bugzilla.wikimedia.org/43851 +patch-in-gerrit; +comment (10Krenair) [19:51:16] 03(mod) Include git submodules, by default, or optionally - 10https://bugzilla.wikimedia.org/44022 (10Krenair) [19:51:56] And as it's a FreeBSD machine, the userland is similar to Mac OS X (/usr/local and not /usr for applications, BSD commands and not GNU commands, etc.), so you'll be in terra cognita. [19:53:37] New review: Siebrand; "A few comments and suggestions on the messaging and a question on the TODO in the init file." [mediawiki/extensions/Disambiguator] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/41043 [19:54:22] 03(mod) [[mw:Extension:Disambiguator]] should provide a special page to list all disambiguation pages - 10https://bugzilla.wikimedia.org/44040 (10Waldir) [19:55:46] hoo: pong [19:56:33] Nikerabbit: I couldn't find a bug... it known that Extension:Translate hides all Mediawiki: actions from RC? [19:56:44] * is it [19:56:58] See https://meta.wikimedia.org/w/index.php?namespace=8&tagfilter=&translations=filter&title=Special%3ARecentChanges [19:57:11] against https://meta.wikimedia.org/w/index.php?namespace=8&tagfilter=&translations=noaction&title=Special%3ARecentChanges [20:00:35] 03(mod) Link notification without titles and pre'ed - 10https://bugzilla.wikimedia.org/43743 +comment (10Nemo) [20:01:16] 03(mod) Testing filter on masked revision fails to get text: fatal error: Call to a member function getTextForSearchIndex() on a non-object - 10https://bugzilla.wikimedia.org/43992 +comment (10Krenair) [20:03:19] hoo: yes [20:03:22] IIRC [20:05:02] hoo: yeah it adds a new selector [20:05:33] So it's supposed to this? [20:06:25] New review: Bsitu; "Some people complain about receiving too many emails for this notification, this patch turns that of..." [mediawiki/extensions/Echo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44189 [20:06:39] hoo: it's documented at https://www.mediawiki.org/wiki/Help:Extension:Translate/Statistics_and_reporting#Recent_changes.2C_feeds_and_logging [20:07:09] New patchset: Mwalker; "(bug 1495) Enable message language fallbacks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44224 [20:07:36] New patchset: SuchetaG; "(Bug 39424) The feature of having multiple pad per page is removed" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/43100 [20:07:44] hoo: pay attention to the order of the bullets ;) [20:08:09] 03(mod) Link notification without titles and pre'ed - 10https://bugzilla.wikimedia.org/43743 (10bsitu) [20:08:25] xyzram: you should have +2/-2 on mediawiki core and extensions now [20:08:40] ok, thanks [20:08:51] Nikerabbit: So it's not possible to change this to the original behavior? [20:09:14] There's not even a &translations option which filters translations but leaves everything except alive :/ [20:09:52] Dereckson: sorry, i disappeared for a moment. my boyfriend is helping me set up a VM because he has experience with it. i figured it would be easier to have someone help troubleshoot in person. [20:10:14] MatmaRex: ツ [20:10:25] Ok. [20:10:27] Change merged: Demon; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/43881 [20:11:02] New review: Siebrand; "Thanks for the added info, Benny." [mediawiki/extensions/Echo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44189 [20:11:09] hoo: what do you mean original? [20:11:23] 03(mod) Cross-wiki userrights reflects groups on local wiki, not target wiki - 10https://bugzilla.wikimedia.org/12518 +comment (10Snowolf) [20:11:28] Nikerabbit: Like in a wiki without the translate extension [20:11:32] translations=noaction [20:11:56] that doesn't hide translations [20:12:25] wtf? [20:12:36] I guess that's the best we get... we'll probably want this wmf wide as default [20:12:36] nothing hide translations before Translate extension [20:12:46] hid* [20:12:58] Nikerabbit: Sure... but then no translation happened :P [20:13:30] sorry, I just don't get what you want [20:14:03] I want to have normal MediaWiki: edits (like JS and CSS changes) just appear in the RC per default at least on WMF hosted wikis [20:14:14] hoo: just look for them explicitly... [20:14:14] New patchset: SuchetaG; "(Bug 39424) The feature of having multiple pad per page is removed" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/43100 [20:14:27] hoo: it's not like there's a flood of them anyway [20:15:02] Nemo_bis: Sure, but I actually want people to notice my edits If I do them in such a sensitive area... [20:15:25] 03(mod) Thumbnails for new images fails - 10https://bugzilla.wikimedia.org/44044 +comment (10DaSch) [20:15:30] I now know about this, but I'm pretty sure 99% of the users don't [20:16:15] hoo: what wiki are you talking of? [20:16:18] Nemo_bis: Meta [20:16:44] hoo: Meta has so many CN-related ns8 edits that there's no way anyone would ever see your edits if not looking for them explicitly [20:16:49] (all wikis with the extension... as I edit JS/CSS almost everywhere) [20:17:10] none of them care [20:17:47] * Nemo_bis checks if hoo has to be deflagged :p [20:17:48] 03(NEW) Enable $wgAbuseFilterNotificationsPrivate for enwiki - 10https://bugzilla.wikimedia.org/44045 normal; Wikimedia: Site requests; () [20:17:50] mh... I still don't like that much... even deletions are filtered [20:18:09] there's plenty of hem [20:18:15] Nemo_bis: I was a naughty admin :P (Nah... just delete a redundant gadget) [20:18:57] yes I've seen the edit [20:19:06] if someone cares, they'll notice easily :) [20:19:29] leaving a link on [[SN]] would have saved you ten minutes ^^' [20:19:34] New patchset: Aude; "Update Wikibase to mw1.21-wmf8 extension branch" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44279 [20:20:04] New patchset: SuchetaG; "(Bug 39424) The feature of having multiple pad per page is removed" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/43100 [20:22:47] New patchset: Trevor Parscal; "Remove range.normalize (not needed), use range.isCollapsed more often" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44280 [20:25:08] 03(mod) Enable $wgAbuseFilterNotificationsPrivate for enwiki - 10https://bugzilla.wikimedia.org/44045 +patch-in-gerrit +shell; +comment (10Legoktm) [20:28:56] Hey all. I have a mediawiki installation which I forgot to lock down with a captcha …. all edits from the past 6 months are bot spam :-/ [20:29:12] New patchset: SuchetaG; "(Bug 39424) The feature of having multiple pad per page is removed" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/43100 [20:29:17] I don't have a DB backup to restore to. But is there any way in SQL or otherwise that I could simply delete all activity past a certain point? [20:30:17] New patchset: Aude; "Update Wikibase to mw1.21-wmf8 branch of extension:" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44279 [20:30:35] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44279 [20:30:42] New review: Aude; "try jenkins again...." [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44279 [20:30:57] good [20:31:02] beat jenkins [20:31:18] !e Nuke | Pushnell_ [20:31:18] Pushnell_: https://www.mediawiki.org/wiki/Extension:Nuke [20:31:32] Pushnell_: also, there's probably a maintenance script for that [20:31:41] MatmaRex: Thanks, I'll check out Nuke [20:32:02] Pushnell_: NUke can only kills thing which are still in recent changes table [20:32:11] i think 90 days back by default [20:32:13] or 30 [20:32:18] MatmaRex: oh …. yeah, this is all old. [20:33:44] Hi! I've an issue with MediaWiki 1.18.2 & ImageMagick 6.5.4-7. When we upload .gif images, the thumbnails produced only contain the image header: GIF89ad and one or two control/unreadable characters [20:34:37] Pushnell_: If you have a database backup use that :P [20:34:49] hoo: I do not :-/ [20:37:09] New review: MarkTraceur; "Some initial thoughts" [mediawiki/extensions/EtherEditor] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43100 [20:37:40] New review: Hashar; "You probably want to add an entry in the RELEASE-NOTES-1.19 file :-]" [mediawiki/core] (REL1_19); V: 0 C: -1; - https://gerrit.wikimedia.org/r/44166 [20:38:04] New patchset: Trevor Parscal; "Inline ve.dm.Document.offsetContainsAnnotation" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44322 [20:40:35] Nuke worked. I could set it to the most recent 2000 [20:40:42] Thanks everyone [20:41:26] :) [20:42:12] 03(mod) Implement mw.toolbar.addButtons (loop mw.toolbar.addButton) - 10https://bugzilla.wikimedia.org/40518 (10Waldir) [20:42:17] boywhoroared: are you sure about this? IF you're opening gif files from some crappy text editors they may cut the output at the first \0 character (or other control characters) [20:42:33] New review: Brian Wolff; "Re hashar: I did but its in a separate change (see the dependencies of this change). The guide I was..." [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44166 [20:44:21] the git version of UPGRADE still says subversion. It should says git, right? http://dpaste.org/sX125/ [20:45:05] @Vulpix: I'm sure. I used Vim, so I don't think that cuts off the characters. Also, the thumbnail file loads in the browser but nothing appears (since there isn't anything in the file) [20:46:04] 03(mod) [SMW 1.8] Notice: Array to string conversion in ... SMW_SQLStore3_Writers.php on line 383 - 10https://bugzilla.wikimedia.org/42691 (10d3mon) [20:47:48] New review: Hashar; "I am not sure why we would not want to alter the commit, there might be a good reason. Maybe for 'gi..." [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44166 [20:49:07] 03(mod) Thumbnails for new images fails - 10https://bugzilla.wikimedia.org/44044 +comment (10Bawolff (Brian Wolff)) [20:51:29] Is there a way to make gerrit not send me mails for Translate bot owned changes? [20:52:37] New patchset: Aude; "Update Wikibase with check for rc_params in Wikibase client" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44332 [20:54:45] New patchset: Aude; "Update Wikibase with check for rc_params in Wikibase client" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44332 [20:58:46] hoo: I don't think. but you can setup an email filter for it [21:00:15] hashar: Got it now... (I hope) [21:00:28] I set "Only if" to -owner:L10n-bot on https://gerrit.wikimedia.org/r/#/settings/projects [21:02:02] New review: MarkAHershberger; "After checking with them, please update the wiki with whatever they say and point me to it.:)" [mediawiki/core] (REL1_19) C: 0; - https://gerrit.wikimedia.org/r/44166 [21:04:27] New patchset: Wizardist; "Implement custom target for Wiktionary, partial redesign" [mediawiki/extensions/NamespaceRelations] (master) - https://gerrit.wikimedia.org/r/44335 [21:04:32] here it goes [21:06:11] 03(NEW) UPGRADE reference subversion -> git - 10https://bugzilla.wikimedia.org/44046 minor; MediaWiki: Documentation; () [21:06:35] New patchset: Trevor Parscal; "Cleaned up paste target and surface styles" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44336 [21:07:28] 03(mod) UPGRADE reference subversion -> git - 10https://bugzilla.wikimedia.org/44046 minor->trivial; +comment (10Krenair) [21:08:06] 03(mod) Thumbnails for new images fails - 10https://bugzilla.wikimedia.org/44044 +comment (10DaSch) [21:10:28] New patchset: preilly; "fix missing variable" [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/44337 [21:10:44] Change merged: preilly; [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/44337 [21:10:45] New patchset: Demon; "We don't use SVN anymore" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44338 [21:10:48] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44332 [21:11:13] 03(mod) UPGRADE reference subversion -> git - 10https://bugzilla.wikimedia.org/44046 +comment (10Chad H.) [21:13:07] New review: Alex Monk; "honestly this can probably just be self-merged it's so trivial" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/44338 [21:14:02] New review: Hashar; "Good catch thanks!" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44267 [21:16:49] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44338 [21:17:55] 03(mod) Add special page group for Wikibase special pages - 10https://bugzilla.wikimedia.org/43912 +comment (10Michał Łazowik) [21:18:32] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44267 [21:24:12] 03(mod) Reports of secret key generation "hanging" on Windows with PHP 5.3.x - 10https://bugzilla.wikimedia.org/35894 +comment (10Platonides) [21:26:26] 03(mod) UPGRADE reference subversion -> git - 10https://bugzilla.wikimedia.org/44046 (10Chad H.) [21:28:09] 03(mod) UPGRADE reference subversion -> git - 10https://bugzilla.wikimedia.org/44046 (10grantbow) [21:37:07] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [21:37:42] 03(mod) Make clear that Special:ActiveUsers count also log entries (except newusers log) - 10https://bugzilla.wikimedia.org/43933 +comment (10Luis Felipe Schenone) [21:40:17] Dereckson: i have ubuntu running in my VM and i need to apt-get php and pear, but there are a lot of different php packages and i was wondering which one would be best for me. [21:41:50] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [21:41:57] <^demon> terrrydactyl: "php-pear" is the one you'll want for pear. [21:42:20] <^demon> Generally, I like installing libapache2-mod-php5, it installs apache + php + all the glue you need to use php in apache. [21:43:15] i don't see libapache2-mode-php5 but there's this one: libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter module) [21:43:21] New review: Wikinaut; "can someone explain why this change is needed ?" [mediawiki/extensions/OpenID] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43482 [21:43:39] <^demon> That'd probably work too. [21:43:43] 03(NEW) special:mapsources on Wikivoyage fails with "Map sources mechanism not working yet" - 10https://bugzilla.wikimedia.org/44047 normal; MediaWiki extensions: MapSources; () [21:43:47] <^demon> Package may have changed names at some point. [21:43:50] New review: Asher; "Please remove all dependencies on the DataModel extension." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/24264 [21:44:20] ^demon: okay, thanks for the advice. i'll install that one. :) [21:44:31] <^demon> http://serverfault.com/questions/341869/apache2-and-php5-module-or-filter - this explains the difference btween the two. [21:45:26] hm, i'll try to see if i can find it without the filter. [21:46:51] where is ma krinkle? [21:50:14] New patchset: Yaron Koren; "Changed all wfMsg() and wfMsgExt() calls to wfMessage() - MW 1.17 now required" [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44342 [21:51:28] New patchset: Christian; "Reorganization of ve.ce.Surface methods" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44343 [21:52:27] New review: Wikinaut; "I deployed your code to my reference installation. It does not work - after loggin in on the OpenID ..." [mediawiki/extensions/OpenID] (master); V: -1 C: -2; - https://gerrit.wikimedia.org/r/42757 [21:52:38] New review: CSteipp; "Clicking previous on the first change takes you to the edit form, which was a little confusing. If t..." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/41369 [21:52:47] Change merged: Yaron Koren; [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44342 [21:55:07] New patchset: Kaldari; "Initial version of Disambiguator extension" [mediawiki/extensions/Disambiguator] (master) - https://gerrit.wikimedia.org/r/41043 [21:55:53] New patchset: Ori.livneh; "meta -> _meta" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44344 [21:56:38] New review: Ori.livneh; "Serious business." [mediawiki/extensions/EventLogging] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44344 [21:56:57] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/44344 [21:57:46] 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 (10T. Gries) [21:58:03] 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 (10T. Gries) [21:59:25] 03(mod) Non-friendly error message if user supplies wrong database password during install - 10https://bugzilla.wikimedia.org/43528 +comment (10Luis Felipe Schenone) [22:02:36] New patchset: Yaron Koren; "Changed new message's name to "externaldata-db-unknown-collection", added qqq" [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44346 [22:03:46] Change merged: Yaron Koren; [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44346 [22:07:57] If you don't want to maintain an Ubuntu virtual machine, I offer again to create an account on my server terrrydactyl. [22:08:57] New review: Siebrand; "All changes were incorrect. See inline comments for details." [mediawiki/extensions/ExternalData] (master) - https://gerrit.wikimedia.org/r/44342 [22:11:05] Dereckson: I've just about set it up! It's not too bad with vagrant. [22:11:21] New patchset: Ori.livneh; "Log debug warning on invalid server events." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/43199 [22:11:35] Ok :) [22:12:22] Thanks for the offer though! I really appreciate it. hopefully after this is all set up, i'll be able to get back to actual coding. i can't wait to be actually coding instead of setting up, haha. [22:12:39] New patchset: Ori.livneh; "Log debug warning on invalid server events." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/43199 [22:13:21] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/43199 [22:14:07] If I want to put a script tag into a mediawiki page (and the site is not publicly editable) should I be able to do this with the $wgRawHtml = true or would I need something else? [22:15:48] well, instead of asking I should have just tried it. it appears that I can do this with using the $wgRawHtml [22:16:05] Hello arduinoob. [22:16:11] arduinoob: Use tags: put the script tag in a MediaWiki: page (for exampel, MediaWiki:Mycustomscript, and then use Mycustomscript [22:16:30] 03(NEW) Add en.wikivoyage patroller group - 10https://bugzilla.wikimedia.org/44048 enhancement; MediaWiki: Patrolling; () [22:16:34] Dereckson: hi [22:16:45] 03(mod) Add en.wikivoyage patroller group - 10https://bugzilla.wikimedia.org/44048 (10Peter Fitzgerald) [22:17:34] If one day you have a MediaWiki project with serious needs in JavaScript, you could consider to use the Gadgets framework: http://www.mediawiki.org/wiki/Extension:Gadgets [22:17:48] For one quick script added to a page, it would be overkill. [22:17:51] arduinoob: oh, discard that, it's an extension of Wikia [22:18:02] meh, I thoughit was standard [22:18:38] also, http://www.mediawiki.org/wiki/Manual:Interface/JavaScript [22:19:05] Vulpix: and Wikia doesn't distribute the code with ? [22:19:24] New patchset: Christian; "Reorganization of ve.ce.Surface methods" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44343 [22:19:45] distribute? you mean the source code of that extension? I don't know [22:19:50] Dereckson: yeah I just wanted to add a "Google+ Badge" to a page [22:20:58] is there a good extension for adding Like buttons to every page? [22:21:25] I see there are a few out there, but I'm sure one of them is the de facto (maybe) [22:21:34] New review: Parent5446; "Because once the corresponding change in the core is merged, this extension will cause deprecation w..." [mediawiki/extensions/OpenID] (master) C: 0; - https://gerrit.wikimedia.org/r/43482 [22:22:10] New patchset: Robmoen; "Add interplatform, i18n shortcuts to ui buttons." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44347 [22:22:19] http://www.mediawiki.org/wiki/Category:Social_bookmarking_extensions list some of them [22:22:27] Change abandoned: Matmarex; "Abandoning per Anomie; understood, you're right. Thanks for your input." [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44070 [22:23:00] AddThis is the more installed I think. [22:23:12] New patchset: Robmoen; "Add interplatform, i18n shortcuts to ui buttons." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44347 [22:23:34] And it's actively maintained. [22:24:07] 03(mod) VisualEditor: Key commands should be "internationaliseable". - 10https://bugzilla.wikimedia.org/44012 +comment (10Rob Moen) [22:24:13] 03(mod) VisualEditor: Toolbar tooltips should also suggest key-commands - 10https://bugzilla.wikimedia.org/42919 +comment (10Rob Moen) [22:24:45] Change abandoned: Matmarex; "Abandoning this; I've never used the extension and to be honest I simply don't care enough to work o..." [mediawiki/extensions/Configure] (master) - https://gerrit.wikimedia.org/r/40290 [22:26:12] Dereckson: cool, thanks [22:32:39] 03(mod) Text difficult to read (subpixel rendering), need to add new fonts - 10https://bugzilla.wikimedia.org/19139 normal->major; +comment (10Bartosz Dziewoński) [22:33:21] 03(NEW) Adding department or general subject area to courses - 10https://bugzilla.wikimedia.org/44049 normal; MediaWiki extensions: EducationProgram; () [22:33:22] 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 (10Ryan Lane) [22:33:49] 03(mod) Adding department or general subject area to courses - 10https://bugzilla.wikimedia.org/44049 (10Guerillero) [22:35:00] andre__: *poke* [22:35:16] andre__: do you happen to know if today's changes to wikibugs are deployed? or if they will be soon? [22:35:38] (because it seems to still have empty parenthese on new bugs) [22:35:45] 03(mod) Adding department or general subject area to courses - 10https://bugzilla.wikimedia.org/44049 (10Sage Ross) [22:36:53] !e EasyTimeline [22:36:53] https://www.mediawiki.org/wiki/Extension:EasyTimeline [22:44:42] 03(mod) Add en.wikivoyage patroller group - 10https://bugzilla.wikimedia.org/44048 (10sumone10154) [22:45:04] 03(mod) Enable $wgAbuseFilterNotificationsPrivate for enwiki - 10https://bugzilla.wikimedia.org/44045 -shell +shellpolicy; +comment (10Dereckson) [22:47:11] 03(mod) Deploy Narayam or ULS on WikiSource - 10https://bugzilla.wikimedia.org/44032 summary (10Dereckson) [22:53:58] New patchset: Wizardist; "(Bug 27559) Preserve tab selection after submit in [[Special:Preferences]]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43609 [22:56:28] New patchset: Robmoen; "Add interplatform, i18n shortcuts to ui buttons." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44347 [22:58:07] New patchset: Robmoen; "Add interplatform, i18n shortcuts to ui buttons." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44347 [22:59:12] New patchset: Mattflaschen; "Add initial GuidedTour tests, with related refactoring." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/43103 [22:59:37] New patchset: Mwalker; "(bug 1495) Enable message language fallbacks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44224 [23:01:31] New patchset: Wizardist; "(Bug 5231) Mouseover explanations for interlanguage links in native languages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35871 [23:02:30] :clear [23:03:22] New patchset: Hoo man; "(bug 43992) Testing AbuseFilters with hidden revision causes fatal" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/44354 [23:04:22] New review: Mwalker; "@Platondides -- when I profiled this; it looked like I was losing most of my time in the getMsgFromN..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/44224 [23:04:35] 03(mod) Testing filter on masked revision fails to get text: fatal error: Call to a member function getTextForSearchIndex() on a non-object - 10https://bugzilla.wikimedia.org/43992 +patch-in-gerrit; +comment (10Marius Hoch) [23:06:02] 03(mod) VisualEditor: Toolbar tooltips should also suggest key-commands - 10https://bugzilla.wikimedia.org/42919 (10James Forrester) [23:06:50] 03(mod) VisualEditor: Key commands should be "internationaliseable". - 10https://bugzilla.wikimedia.org/44012 (10James Forrester) [23:08:50] 03(NEW) Do continuous integration for QUnit unit tests - 10https://bugzilla.wikimedia.org/44050 normal; Wikimedia: Testing Infrastructure; () [23:10:50] 03(mod) Title is missing on latest item revision - 10https://bugzilla.wikimedia.org/41852 +comment (10Michał Łazowik) [23:12:25] How would I get a list of pages created by a user using the api? [23:12:38] you can't [23:12:44] you can get a list edited by them though [23:12:46] Not all their contributions, just pages they've created [23:12:47] ah [23:13:01] 03(mod) Enable $wgAbuseFilterNotificationsPrivate for enwiki - 10https://bugzilla.wikimedia.org/44045 +comment (10MZMcBride) [23:13:02] 03(mod) FundraisingLandingPage: Should work without javascript - 10https://bugzilla.wikimedia.org/41800 (10Peter Gehres) [23:13:05] Is that different from their edits list? [23:13:29] yes [23:13:37] 03(mod) Script tag within p, which may cause incorrect Facebook snippet - 10https://bugzilla.wikimedia.org/34660 (10Peter Gehres) [23:14:00] which api parameter is that? [23:14:06] Dereckson: i got the vm box set up, but i'm having trouble getting to the database. i think i set it up when i went through the mediawiki installation, but now i don't know how to get it working on my vm. [23:16:09] New review: Mattflaschen; "I addressed some of the noted issues in patch set 4. Many of them were not related to the change." [mediawiki/extensions/GuidedTour] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43103 [23:18:43] New patchset: Matmarex; "consistently use
for user-visible errors" [mediawiki/extensions/timeline] (master) - https://gerrit.wikimedia.org/r/44357 [23:18:46] 03(mod) Deploy Narayam or ULS on WikiSource - 10https://bugzilla.wikimedia.org/44032 +shellpolicy; +comment (10Siebrand) [23:21:28] terrrydactyl: your laptop and the VM have private IPs I guess? [23:21:54] You want to have the MySQL server on the laptop or the VM? [23:22:00] who do i poke for some easy CR on E:EasyTimeline? [23:22:09] https://gerrit.wikimedia.org/r/#/c/44357/ [23:22:45] Dereckson: i think the VM since it's going to be running the apache [23:23:24] i'm going to be working on the code on my local computer which is sym linked through vagrant to my vm and then running the server through the vm [23:23:49] oO [23:23:51] For the sake of simplicity, I would do it within the VM if you don't plan to import large datasets [23:24:17] I thought Vagrant means simplicity before reading this symlink stuff. [23:24:39] vagrant is just another layer on top of virtual box [23:24:41] So you installed MySQL on the VM too? [23:24:49] The Wikidata Vagrant is really trivial to set up and runs fine... might even be good for general MW development :P [23:25:07] hoo: terrrydactyl is going to kill you [23:25:13] she were installing an Ubuntu VM [23:25:15] MatmaRex, I have no idea if and how wikibugs code changes get deployed [23:25:24] (from scratch) [23:25:45] andre__: :( [23:25:50] initially, i think when i set up mediawiki on my local machine, i fussed around with the initialization and ended up using sqlite3 but i honestly had no idea what i was doing. [23:25:51] That's always a good way to learn stuff though I wouldn't have used Ubuntu if not given though Vagrant or required in any other way :P [23:26:07] MatmaRex, actually I have no idea about wikibugs at all. I know what it's supposed to do though. :P [23:26:20] ah [23:26:22] that's easy so [23:26:25] i tried to redo install sqlite3, but i ran a quick script that said i only had sqlite and sqlite2 install no matter how i tried to install it [23:26:31] you can copy your sqlite file from the laptop to the vm [23:26:43] andre__: can you poke someone to deploy it? prefereably before the eqiad move when stuff starts exploding ;) [23:26:54] I guess sqlite is sqlite3 [23:27:31] well, i ran this: foreach (PDO::getAvailableDrivers() as $driver) { [23:27:31] echo $driver . PHP_EOL;= } [23:27:42] and it spat out sqlite and sqlite2 [23:27:55] New patchset: Trevor Parscal; "Major Documentation Cleanup" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44181 [23:28:09] I still guess sqlite is sqlite3 [23:28:09] New review: Mattflaschen; "I agree we don't to mislead people into thinking we're fully supporting the spec." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/43782 [23:28:17] okay [23:28:18] oh! [23:28:25] when i run it, i get this message [23:28:36] Sorry! This site is experiencing technical difficulties. [23:28:37] Try waiting a few minutes and reloading. [23:28:38] (Can't contact the database server: Cannot return last error, no db connection) [23:28:41] New patchset: Mattflaschen; "(bug 43942) Skip screen sheets with media queries when printing" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43782 [23:29:20] MatmaRex: looking at http://wikitech.wikimedia.org/view/Wikibugs it seems that somebody has to put it on the mail server. Probably ops, that would probably need an RT ticket [23:29:24] http://www.sqlite.org/changes.html [23:29:29] 2001 Sep 28 (2.0.0) [23:29:50] 2004 September 18 (3.0.7) [23:29:51] andre__: you're the one who knows who to poke to get it done, not me ;) [23:29:54] (afk) [23:30:25] MatmaRex, not sure if I really know better (plus anybody can file an RT ticket), but I have a vague idea, true ;) [23:30:25] 2013 It makes sense to consider any "SQLite" without version specified is the 3, out 8 years ago [23:30:35] okay [23:31:03] 03(NEW) Uncaught TypeError: Object # has no method 'isAnon' - 10https://bugzilla.wikimedia.org/44051 normal; MediaWiki extensions: WikidataRepo; () [23:31:17] And yet, ubuntu stubbornly gives me sqlite2 if I don't specify. [23:31:18] andre__: we don't have access to RT, you have [23:31:21] New patchset: Mwalker; "CN/TrEx 1 -- Priority Languages" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/24086 [23:31:36] Dereckson: anybody can create an RT ticket by email. [23:31:46] 2.8.17-7fakesync1build1 (from Ubuntu 12.04) [23:31:47] Dereckson, for access to RT tickets via browser you are right of course [23:32:01] New patchset: Christian; "Double spaces optimization" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44358 [23:32:03] I know that only because you gave me the procedure some weeks ago. This is not documented. [23:32:29] I know, and I'm after tricking ops (and dzahn?) into documenting it. [23:32:34] marktraceur: yes, but it says "sqlite2", not "sqlite" [23:32:38] ... We can create RT tickets? [23:32:44] :) [23:32:48] Krenair, yes. It's just not documented ;) [23:32:54] Dereckson: apt-cache show sqlite gives me the above [23:33:04] I assume we can't read the ticket afterwards, or any response [23:33:16] Krenair, you should get email on changes if you have filed it. [23:33:33] you still won't be able to access it via a web browser, but via email you'd get everything. [23:33:39] (as far as I understand it) [23:34:07] On Debian: [23:34:08] /home/dereckson/bin # jexec 1 apt-cache search sqlite | grep -v sqlite2 | grep -v sqlite3 |wc 82 651 5022 [23:34:27] For example : [23:34:29] php5-sqlite - SQLite module for php5 [23:34:41] Sometimes, it's documented: [23:34:42] python-apsw - another Python SQLite 3 wrapper [23:36:07] 03(mod) Uncaught TypeError: Object # has no method 'isAnon' - 10https://bugzilla.wikimedia.org/44051 (10Aude) [23:38:13] Dereckson: i think i found where my sqlite file is set up on my local machine. it's at /var/lib/mediawiki/my_wiki and it contains my_wiki.sqlite [23:38:32] MatmaRex: Reedy and AaronSchulz for EasyTimeline [23:38:44] (according status:merged project:mediawiki/extensions/timeline NOT owner:L10n-bot) [23:38:59] New patchset: Trevor Parscal; "Cleaned up paste target and surface styles" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44336 [23:38:59] New patchset: Trevor Parscal; "Reorganization of ve.ce.Surface methods" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44343 [23:39:00] New patchset: Trevor Parscal; "Remove range.normalize (not needed), use range.isCollapsed more often" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44280 [23:39:00] New patchset: Trevor Parscal; "Major Documentation Cleanup" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44181 [23:39:10] terrrydactyl: yes, that's the correct file [23:39:44] Dereckson: okay, give me a sec to try and get it to work. :) [23:40:43] Dereckson: do you know if i just need the file or the whole path? i.e. mediawiki/my_wiki [23:40:59] 03(mod) Uncaught TypeError: Object # has no method 'isAnon' - 10https://bugzilla.wikimedia.org/44051 +comment (10Aude) [23:41:04] the file [23:41:16] okay [23:41:32] # SQLite-specific settings [23:41:32] $wgSQLiteDataDir = "/usr/home/dereckson/dev/mediawiki/data"; [23:41:41] $wgDBname = "test_wiki"; [23:42:14] MediaWiki concatenates these two variables to get the full path to your SQLite database. [23:42:30] New patchset: Trevor Parscal; "Double spaces optimization" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44358 [23:42:38] 03(mod) Uncaught TypeError: Object # has no method 'isAnon' - 10https://bugzilla.wikimedia.org/44051 +comment (10Marius Hoch) [23:43:01] (this is not a bad idea by the way to have the sqlite database outside the web served directory) [23:43:55] New patchset: Trevor Parscal; "Double spaces optimization" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/44358 [23:44:04] 03(NEW) q:sk: site settings - 10https://bugzilla.wikimedia.org/44052 normal; Wikimedia: Site requests; () [23:45:10] 03(mod) Review and deploy SVGEdit extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/38271 (10Waldir) [23:48:00] 03(mod) Slovak Wikiquote (sk.wikiquote.org) site settings - 10https://bugzilla.wikimedia.org/44052 summary (10MZMcBride) [23:49:07] 03(mod) Slovak Wikiquote (sk.wikiquote.org) site settings - 10https://bugzilla.wikimedia.org/44052 +comment (10MZMcBride) [23:51:54] Susan: :-P [23:52:16] Danny_B: :P [23:52:22] Dereckson: so i have the file in my virtual machine, but i'm not sure where to put it or change the settings on where to look for it. [23:52:23] New patchset: Reedy; "Fix mctest to work with new WMF memcached setup" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44360 [23:52:31] Susan: who cut your nose off? [23:52:52] For some reason, I write ":-)" and ":-(", but it's always ":D" and ":P" [23:52:53] . [23:52:55] I'm not sure why. [23:53:16] Susan is secretly Voldemort and has no need for a nose. [23:53:25] Shhhhhhhh. [23:53:42] you can't say his (or her actually? ;-)) name [23:53:54] I don't want everyone to know! [23:54:08] New review: Mattflaschen; "Looks good. I didn't notice any problems." [mediawiki/extensions/AbuseFilter] (master) C: 1; - https://gerrit.wikimedia.org/r/41369 [23:54:14] Susan: hey, I always check the wiki village pump before ask the question (re: bug 44052) [23:54:14] terrrydactyl: There are a few people in the wiki-world who consider me worse than Lord V. [23:54:23] He who must not be named....so he goes by misleading nicks [23:54:30] New patchset: Reedy; "Fix mctest to work with new WMF memcached setup" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44360 [23:54:36] Susan: Oh my, that's one big robe to fill! [23:54:38] Dereckson: Ah, good to know. [23:54:40] This way, I got the link in the right format (with the oldid) when it's not an archive/dedicated page [23:55:18] Dereckson: and are you satisifed? ;-) [23:55:19] terrrydactyl: read at :41:31 and :41:40 [23:55:25] I noted the two relevant LocalSettings.php parameters [23:56:14] New patchset: Reedy; "Bug 43688 - mcc.php doesn't work with new WMF memcached config" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44361 [23:56:14] New patchset: Reedy; "Fix mctest to work with new WMF memcached setup" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44362 [23:56:16] 03(mod) Deploy Narayam or ULS on the multilingual WikiSource - 10https://bugzilla.wikimedia.org/44032 summary (10Dereckson) [23:56:40] 03(mod) Deploy Narayam or ULS on the multilingual WikiSource - 10https://bugzilla.wikimedia.org/44032 +comment (10Dereckson) [23:56:53] New patchset: Reedy; "Fix mctest to work with new WMF memcached setup" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44363 [23:56:55] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44361 [23:56:56] where is $wgSQLiteDataDir and $wgDBname located? [23:57:15] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44362 [23:57:21] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/44363 [23:57:25] 03(mod) Deploy Narayam or ULS on the multilingual WikiSource - 10https://bugzilla.wikimedia.org/44032 +comment (10Dereckson) [23:57:33] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44360 [23:57:40] terrrydactyl: in LocalSettings.php [23:57:45] Dereckson: ah okay. [23:57:59] and you have the right to add them yourself or to create this file manually by the way [23:58:13] the installers are mostly a convenience [23:59:15] You'll do it for your extension for example if you add a $wgGit2PagesDataDir to specify where the repositories should be checked in [23:59:45] ohh [23:59:47] (that would be probably more convenient to set /tmp by default and to let the choice)