[00:00:47] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/8975 [00:03:53] New patchset: Jeroen De Dauw; "Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8975 [00:05:49] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/8975 [00:12:40] New patchset: Jeroen De Dauw; "Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8975 [00:13:14] Can anyone tell me how I can set up MediaWiki to only allow editing and creation of pages by members only? [00:14:35] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/8975 [00:15:24] 03(mod) Auto-link SHA1 in Gerrit commit messages and comments - 10https://bugzilla.wikimedia.org/36774 +comment (10Krinkle) [00:15:44] New patchset: Jeroen De Dauw; "Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8975 [00:16:35] poisonarms: Then you also need to restrict account creation [00:16:41] other wise anyone can become a member [00:17:03] who is going to create the accounts? Manually? Or create a separate user group with "trusted members"? [00:17:22] Krinkle: I just want to disable creation of pages and editing without an account. [00:17:39] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/8975 [00:17:52] poisonarms: https://www.mediawiki.org/wiki/Manual:Preventing_access [00:18:13] "Restrict anonymous editing" [00:18:39] # Disable anonymous editing [00:18:40] $wgGroupPermissions['*']['edit'] = false; [00:18:41] [00:18:42] # Prevent new user registrations except by sysops [00:18:43] $wgGroupPermissions['*']['createaccount'] = false; [00:18:56] 'edit' includes 'create' [00:19:10] whether you want to restrict 'createaccount' is up to you [00:19:20] spam bots will try to create an account [00:19:44] /nick Krinkle-away [00:20:39] Thank you. [00:20:49] you're welcome [00:21:17] Reedy: around? [00:22:21] 03(mod) Update $wgNamespacesWithSubpages with new defaults from core - 10https://bugzilla.wikimedia.org/36112 (10Krinkle) [00:35:58] 03(mod) Add a direct unwatch link to entries on Special:Watchlist - 10https://bugzilla.wikimedia.org/424 -patch-need-review +patch-reviewed (10Sumana Harihareswara) [00:36:13] 03(mod) Automatic creation of low bitrate/resolution video file versions - 10https://bugzilla.wikimedia.org/30347 summary (10jeremyb) [00:38:11] 03krinkle * 10/trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm: (log message trimmed) [00:38:12] bug_format_comment: +git commit, +gerrit Change-Id, update gerrit change set [00:38:12] * bug_format_comment [00:38:12] - Fix redirect for GerritChangeset [00:38:13] As of Gerrit 3.2 the link format is https://gerrit.wikimedia.org/r/#/c/1/ [00:38:14] instead of https://gerrit.wikimedia.org/r/#change,1 [00:38:15] Use the permalink without the hash instead. [00:38:51] 03krinkle * 10/trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm: follow-up r115448: fix typo [00:48:38] 03(NEW) Trailing comma in object literal in ext.webfonts.fontlist.js - 10https://bugzilla.wikimedia.org/37152 critical; MediaWiki extensions: WebFonts; (krinklemail) [00:48:38] 03(mod) MediaWiki bugs to be fixed for 1.20wmf4 deployment (tracking) - 10https://bugzilla.wikimedia.org/36974 (10Krinkle) [00:48:55] 03(mod) Trailing comma in object literal in ext.webfonts.fontlist.js - 10https://bugzilla.wikimedia.org/37152 +comment (10Krinkle) [00:52:05] New code comment: Krinkle; Caused bug 37152. Beware of trailing comma's. Comment them out as well.; [00:55:45] New patchset: Krinkle; "ext.webfonts.fontlist.js: Fix trailing comma in object literal (broke IE7)" [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/9110 [00:56:18] 03(FIXED) Trailing comma in object literal in ext.webfonts.fontlist.js - 10https://bugzilla.wikimedia.org/37152 +comment (10Krinkle) [00:56:22] 03(mod) Trailing comma in object literal in ext.webfonts.fontlist.js - 10https://bugzilla.wikimedia.org/37152 (10Krinkle) [00:57:54] New review: Krinkle; "(no comment)" [mediawiki/extensions/WebFonts] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9110 [00:57:56] Change merged: Krinkle; [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/9110 [00:59:06] * Danny_B|backup wonders why Krinkle files a bug which he actually reparis within few mins later... [00:59:34] Just for the record. I didn't realize I could fix and merge it myself. [01:02:16] Also as reminder that it needs to be in 1.20wmf4, I'm not sure how that is handled [01:02:44] Krinkle-away: with gerrit freeform tagging! [01:02:45] ;) [01:03:27] great! [01:05:06] i really look forward hackathon to learn git'n'gerrit so i could commit myself again. i feel like having cold turkey without committing [01:05:56] Git is a lot like magic. It is simple underneath, but the simpler it is, the more magical it seems ;-) [01:14:46] 03(NEW) Create or update the REL1_19 branch - 10https://bugzilla.wikimedia.org/37153 normal; MediaWiki extensions: LdapAuthentication; (mediawiki) [01:20:55] 03(mod) install Extension:SpecialInterwiki in read-only mode on all WMF wikis - 10https://bugzilla.wikimedia.org/22043 +comment (10Krinkle) [01:56:30] 03(mod) Add 'Share via Email' option to iOS Wikipedia app - 10https://bugzilla.wikimedia.org/37094 +comment (10Brion Vibber) [01:56:30] 14(DUP) iOS save/share menu should offer to mail link - 10https://bugzilla.wikimedia.org/35742 +comment (10Brion Vibber) [02:28:12] Can anyone recommend a good extension for code syntax highlighting? [02:37:14] poisonarms: http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi [02:37:22] liangent: thank you [02:45:05] Change on 12mediawiki a page Project:Requests was modified, changed by Ole Yves link https://www.mediawiki.org/w/index.php?diff=542977 edit summary: +new section [03:08:34] 03(mod) Wikis waiting to be renamed (tracking) - 10https://bugzilla.wikimedia.org/19986 (10jeremyb) [03:09:47] 03(mod) Wikis waiting to be renamed (tracking) - 10https://bugzilla.wikimedia.org/19986 (10jeremyb) [03:10:54] * jeremyb was just trying to CC self. made a mess [03:21:08] T_T Noooooooooo [03:21:23] I forgot the golden rule of 3D Modeling...... Save! [03:23:14] Also, the air's trackpad sucks [03:23:47] Apple seams to be full of people who will sacrifice key functionality in order to make something look fancy [03:31:31] 03(mod) Please setup Collection extension on Telugu Wikipedia - 10https://bugzilla.wikimedia.org/36965 +comment (10Arjuna Rao Chavala) [03:38:09] I can't for the life of me figure out what I need to change in Geshi to change the font size of the code, anyone know? [03:56:46] poisonarms: It's in the css code within Mediawiki. Mediawiki:common.css or something alike. [03:57:31] Does anyone have any experience (good/bad) using the new VisualEditor extension, currently under development? [03:58:11] Solitarius: I keep seeing that I have to straight edit the article on MediaWiki's wiki, is that true? [03:58:24] Or do I create the file or what? [03:59:34] poisonarms: On your own wiki. Go to the http://..../wiki/MediaWiki:Common.ccs page and create it. [04:00:39] Look at http://en.wikipedia.org/wiki/MediaWiki:Common.css and copy over the geshi section, adjust to your liking. [04:05:40] Solitarius: I really can't figure this out. [04:06:08] poisonarms: Which part? Did you created the page on your wiki? Or is it the css that give you trouble? [04:06:25] Solitarius: its supposed to be like this yes? http://vidyadev.com/wiki/index.php?title=MediaWiki:Common.ccs [04:07:43] It's common.css, not common.ccs. Sorry, I have a habit of misspelling it. [04:08:35] ahhh, I didn't even notice. Thanks. [04:09:07] poisonarms: Don't forget to purge the page [04:11:08] Solitarius: purge? [04:11:29] Add &action=purge to your URL. [04:13:07] when i create it you mean? [04:14:20] No, after. It's like a refresh. It you don't see the new font size, it might be because your browser has a old common.css file in it's cache. That purge force a refresh. [04:16:55] ohh okay [04:16:56] yea [04:16:59] Solitarius: thanks [04:17:04] yw [04:18:57] I am getting an error for 1.18.3 install. Says php and lib2 are outdated. Can I have someone confirm it from here and it is on the hosting end so I can reference this? Thanx. http://foreclosurepedia.org/reo/mw-config/index.php?page=Welcome [04:21:28] FCPD: Try to check your libxml2 version with a phpinfo page. [04:21:43] how would i do that? [04:21:53] i am a cut and paste guy not a coder sorry [04:22:20] Create/upload a phpinfo.php file with the following content: " " [04:22:46] in the reo folder or root [04:23:27] In your web folder which ever it might be. Then point to http://...../phpinfo.php [04:23:51] ah thanx and ill be right back [04:25:10] http://foreclosurepedia.org/phpinfo.php [04:27:01] Your libxml2 version is 2.6.32, you need to upgrade first. No good way around it. [04:29:02] and that has to be on their end im pretty sure right? [04:29:21] yeap [04:30:47] thanx for taking the time to help me! ;) I have another running on another host but was trying FatCow out. they advertise the ability to host MW, post it everywhere and ... well par for the course! thanx again! [04:31:23] you're welcome [04:31:56] New patchset: Santhosh; "PHPUnit tests for digest email feature." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8888 [05:16:46] 03(NEW) Modify Collection format variables from PDF to ODT for Tamil Wikiprojects - 10https://bugzilla.wikimedia.org/37154 normal; Wikimedia: Site configuration; (srik.lak) [05:16:46] 03(mod) Tamil Wiki projects (tracking) - 10https://bugzilla.wikimedia.org/32578 (10Srikanth Logic) [05:33:14] New review: Santhosh; "There are some suggestions given in line. They are not blockers, but if you agree with them please i..." [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/8927 [05:55:16] I'm trying to get a grip on specs. I've run thru 3 hosts in as many days whose sites don't really work w/mediawiki: Is php 5.2.17 and libxml 2.7.8 sufficient? thanx [05:57:55] http://159.253.149.218/~yanislav/i.php is a link to siteground but it looks like the same stuff from each other site i've had to get refunds on [06:02:31] my current provider has libxml 2.6.32 and i cannot install jack manually --- they use simplescripts and how it installs i dont know. the other site has libxml 2.7.8 both are php 5.2.17 so is .17 newer than .9 ? would've thought it was sequential [06:12:17] New patchset: Amire80; "bug 36824: Filter closed wikis from the wiki list" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/9008 [06:12:51] 03wikinaut * 10/trunk/tools/viaf/ (viaf.bookmarklet.js viaf.js): v1.22 fix for bug36879 [06:13:32] 03(FIXED) safety trailers for google search links:should be "&spell=0" - 10https://bugzilla.wikimedia.org/36879 +comment (10T. Gries) [06:18:24] 03(mod) ResourceLoader does not check dependencies for existance - 10https://bugzilla.wikimedia.org/37013 +comment (10Dmitriy Sintsov) [06:40:39] 03(NEW) Sending email via Gmail bug (and solution): includes/UserMailer.php - 10https://bugzilla.wikimedia.org/37155 normal; MediaWiki: Email; (millosh) [06:54:24] New review: Siebrand; "(no comment)" [mediawiki/extensions/EducationProgram] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/9106 [07:04:55] 03(mod) Special:AggregateGroups load fails - 10https://bugzilla.wikimedia.org/37113 +comment (10MWUser) [07:33:18] hello guys [07:33:29] a new mediawiki user :) [07:53:27] how to replace site logo with another image? [07:58:41] !wg Logo | WellWisher [07:58:41] WellWisher: https://www.mediawiki.org/wiki/Manual:$wgLogo [07:59:15] ahh... thanks p858snake [08:11:27] what does this error means? Fatal error: Call to undefined method OutputPage::getHeadLinksArray() in [08:18:27] anyhelp please http://iguideon.co.cc/index.php?title=Main_Page [08:18:57] WellWisher, I don't see any error on that page. [08:19:06] (but I am not logged in, of course.) [08:19:20] click on mobile view at bottom pls [08:20:30] aha: Fatal error: Call to undefined method OutputPage::getHeadLinksArray() in /home/neonsha1/public_html/iguideon/extensions/MobileFrontend/skins/SkinMobile.php on line 315 [08:23:37] yep [08:23:57] i installed 2 mobile skin extensions [08:24:06] WPTouch and MobileFrontend [08:24:39] Will they mess up when user is in mobile view mode? [08:27:13] 03(mod) jobrunner trapped in a loop cause of webVideoTranscode job - 10https://bugzilla.wikimedia.org/37072 +comment (10Antoine "hashar" Musso) [08:31:49] 04(REOPENED) Enable sub page feature in Telugu Wikisource (te.wikisource.org) - 10https://bugzilla.wikimedia.org/35193 +comment (10Amir E. Aharoni) [08:32:43] New patchset: Hashar; "(bug 37072) - prevents infinite job loop" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9116 [08:33:22] 03(mod) jobrunner trapped in a loop cause of webVideoTranscode job - 10https://bugzilla.wikimedia.org/37072 +comment (10Antoine "hashar" Musso) [08:34:17] ooh [08:34:31] who is making the telugu version? [08:34:51] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9116 [08:36:02] WellWisher: the telugu version of what? [08:36:17] te.wikisource.org [08:36:33] i think its telugu version of wikimedia [08:36:42] Well, lots of people. What do you want to know exactly? [08:36:59] http://iguideon.co.cc/index.php?title=Main_Page [08:37:26] What am I supposed to see there? [08:37:29] giving error when activating mobile view at bottom [08:37:43] YuviPanda: ^ [08:38:07] ? [08:38:07] * YuviPanda reads scrollback [08:38:37] WellWisher: where did you get the MobileFrontend extension from? [08:38:43] WellWisher: and what version of mediawiki are you on? [08:38:49] mediawiki 1.19 [08:39:00] mobilefrontend from wikimedia extensions page [08:39:32] WellWisher: so, there were some versions of MF that were *not* compatible with 1.19, but only with trunk [08:39:33] http://www.mediawiki.org/wiki/MobileFrontend [08:39:36] i'm checking, give me a moment [08:39:44] ok [08:40:05] they mentioned that it might work on 1.18 and later versions [08:42:00] WellWisher: If you know Telugu, it would be very nice if you would help with completing the translation of the Mobile interface. [08:42:02] You can do it here: [08:42:04] http://translatewiki.net/w/i.php?title=Special%3ALanguageStats&code=he&suppresscomplete=1 [08:42:06] WellWisher: did you get the version from trunk? [08:42:13] no sorry, wrong link [08:42:28] here's the right link: http://translatewiki.net/w/i.php?title=Special%3ATranslate&taction=translate&group=ext-mobilefrontend&language=te&limit=5000&task=view [08:43:07] WellWisher: Open an account on that site and translate the remaining strings. It's supposed to take just a few minutes. [08:43:52] (The ones that appear in English on green background are not translated. You can also correct the ones that are already translated if they seem incorrect.) [08:44:25] 03(NEW) ProofreadPage extension doesn't work correctly in Telugu Wikisource - 10https://bugzilla.wikimedia.org/37156 normal; MediaWiki extensions: ProofreadPage; (shijualex) [08:45:02] WellWisher: I just checked around, MF doesn't seem to be compatible with 1.19 - you need to run MW Trunk [08:45:06] MaxSem: ^ [08:45:25] (getHeadLinksArray() on OutputPage - don't think that's in 1.19) [08:45:33] New patchset: Santhosh; "Cleanup the talk page notification code" [mediawiki/extensions/NewUserMessage] (master) - https://gerrit.wikimedia.org/r/9117 [09:11:58] sure aharoni [09:16:07] Thank you, WellWisher. [09:16:26] no problem [09:16:51] well, yuvi. yes, i had downloaded it from trunk [09:17:24] on which version is mediawiki.org is running? [09:17:51] bcoz, mobilefrontend is working fine there [09:29:27] WellWisher: https://www.mediawiki.org/wiki/Special:Version [09:30:13] ooh 1.2 [09:30:38] 1.2? 1.20 [09:30:50] one-twenty [09:51:05] 03(NEW) Impossible to select contact method - 10https://bugzilla.wikimedia.org/37157 major; MediaWiki extensions: TranslationNotifications; (bugzilla.wikimedia) [10:22:42] 14(INVALID) Update of git-review failed - 10https://bugzilla.wikimedia.org/37135 +comment (10Antoine "hashar" Musso) [10:24:38] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 +comment (10Mark Clements (HappyDog)) [10:24:38] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Mark Clements (HappyDog)) [10:26:24] Hi, is there a tool to help me convert man pages to mediawiki pages? [10:29:44] interesting [10:29:48] mandoc to mediawiki [10:41:04] "While mandoc works well with the mdoc manuals used in the BSD Operating Systems, it poorly handles older troff macros such as man, me, and the roff language itself. This makes it a poor fit for GNU/Linux distributions, which primarily use man troff macros and low-level roff for their manual pages." :( [10:41:30] 03(mod) Impossible to select contact method - 10https://bugzilla.wikimedia.org/37157 +comment (10Niklas Laxström) [10:43:14] WellWisher: thanks for signing up! [10:43:23] here's the link again: http://translatewiki.net/w/i.php?title=Special%3ATranslate&taction=translate&group=ext-mobilefrontend&language=te&limit=5000&task=view [10:43:30] ok [10:52:32] aharoni: did you have a look at https://bugzilla.wikimedia.org/37157 ? [10:53:13] yes, saw it, will check it soon. [10:58:38] New patchset: Liangent; "Tweak Accept-Language sorting method to respect RFC 3282." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9119 [11:00:37] hi, I'm using mw-render to generate PDF document, but I need to change header/footer, how should I do that ? [11:00:37] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9119 [11:03:49] New patchset: Liangent; "Tweak Accept-Language sorting method to respect RFC 3282." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9119 [11:05:48] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9119 [11:08:17] 03(mod) Impossible to select contact method - 10https://bugzilla.wikimedia.org/37157 +comment (10Purodha Blissenbach) [11:10:59] how can I print the table of content from the page I try to convert with mwlib ? [11:19:50] 03(NEW) Menues overlap - 10https://bugzilla.wikimedia.org/37158 normal; MediaWiki: Skin: Vector; (bugzilla.wikimedia) [11:26:47] 03(mod) Update of git-review failed - 10https://bugzilla.wikimedia.org/37135 +comment (10Krinkle) [11:28:21] 03(mod) Update of git-review failed - 10https://bugzilla.wikimedia.org/37135 +comment (10Krinkle) [11:32:26] New review: Nikerabbit; "I'm trying to run these tests myself but I get:" [mediawiki/extensions/TranslationNotifications] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/8888 [11:37:19] Platonides: someone pointed me to RFC 3282 [11:37:43] hmm, jshint or jslint? [11:51:57] New patchset: Santhosh; "Reverse the language module dependency." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9120 [11:52:45] New review: Santhosh; "Alternate patch - https://gerrit.wikimedia.org/r/9120" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/8308 [11:53:53] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9120 [11:59:49] are you online yuvi? [12:03:51] how can we change the copyright status in footer? [12:04:18] i had selected nothing during installation, but i need to include CC license [12:19:17] WellWisher: $wgRightsPage, $wgRightsUrl, $wgRightsText and $wgRightsIcon [12:19:44] what do i need to place in those empty "" tags in localsettings.php? [12:19:53] i would like to use CC license [12:20:25] i can see $wgRightsPage, $wgRightsUrl, $wgRightsText and $wgRightsIcon in localsettings.pgp [12:20:32] php* [12:20:53] ok, got it [12:21:00] found an aticle [12:21:03] article* [12:21:17] http://www.mediawiki.org/wiki/Manual:LocalSettings.php [12:25:47] YuviPanda: ^ [12:26:17] ugh, didn't see it [12:26:18] (oh, is it resolved already?) [12:26:23] looks like WellWisher found his answer [12:26:38] nah [12:26:45] i just disabled it :P [12:26:59] yeah, yuvi. i had downloaded it from the trunk [12:27:15] WellWisher: yeah, so MobileFrontend is currently not compatible with 1.19 [12:27:24] WellWisher: should be fixed shortly though. [12:27:27] sorry about that. [12:27:32] so, can i use WPTouch instead? [12:27:34] its ok [12:27:41] i've no idea what's wptouch [12:27:43] * YuviPanda googles [12:27:50] hope, it will be fixed soon [12:27:53] WellWisher: a wordpress plugin? [12:28:00] ah [12:28:01] no [12:28:03] nah [12:28:05] http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles#WPtouch [12:28:05] http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles [12:28:10] 2 places below [12:28:27] :) [12:28:33] WellWisher: try it out! [12:28:36] http://www.memorydeleted.com/?p=396 [12:28:43] yeah, i had installed it [12:29:29] WellWisher: you can subscribe to mobile-l (https://lists.wikimedia.org/mailman/listinfo/mobile-l), i'm pretty sure we'll make an announcement when 1.19 compatibility is back on [12:29:43] oh. thanks [12:51:29] New review: Nikerabbit; "Should we revert this then?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9011 [12:54:56] New review: Reedy; "I think that is probably safer to do" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9011 [12:55:33] New patchset: Reedy; "Revert "Remove old compat methods/functions for mb_ functions"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9122 [12:57:28] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9122 [12:58:06] aharoni: is http://translatewiki.net/wiki/Thread:Support/Recent_changes_messages [12:58:15] is ... something you can comment on? [13:01:22] Nikerabbit: I don't have a lot to say there. mormegil's analysis is probably correct. How does it happen that raymond fixes it correctly FuzzyBot ruins it? [13:01:40] ^and^ FuzzyBody ruins it [13:02:00] dunno, FuzzyBot only does what someone tells it to do [13:03:09] I'm not so familiar with how FuzzyBot works, but I did catch him doing wrong things lately. [13:14:01] Any people familiar with the sqlite stuff here? I got some odd failure on jenkins that I do not have locally (I use MySQL locally) and it looks like the reason my test is failing is coming from core stuff not doing what it's supposed to do [13:14:01] https://integration.mediawiki.org/ci/job/MediaWiki-Tests-Misc/1446/console [13:15:40] 03(mod) Update of git-review failed - 10https://bugzilla.wikimedia.org/37135 +comment (10Antoine "hashar" Musso) [13:16:21] JeroenDeDauw: poke MaxSem [13:16:30] * MaxSem already looks [13:17:32] JeroenDeDauw, why it's such a problem to install a SQLite wiki locally? I personally can switch my dev wiki between mysql, sqlite and pg [13:17:58] Crazy Russians. [13:17:58] 03(NEW) sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object - 10https://bugzilla.wikimedia.org/37159 normal; MediaWiki: Database; (jeroen_dedauw) [13:18:15] 03(mod) sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object - 10https://bugzilla.wikimedia.org/37159 (10Jeroen De Dauw) [13:18:38] MaxSem: IT'S NOT, i'M DOING THAT RIGHT NOW ACTUALLY [13:18:40] eh [13:18:46] ur so cool [13:18:47] Either way, bug report here: https://bugzilla.wikimedia.org/process_bug.cgi [13:18:54] ololo [13:18:58] I'm planning on branching and making up the 1.20wmf4 branch soon [13:20:18] Reedy: :O [13:24:30] I made some commits on 1.20wmf2 locally to do some modification, now I want to switch to 1.20wmf3 with my modification kept, what should I do [13:24:49] cherry pick them? [13:25:02] Nikerabbit: anything you wanna get in first? (Might want to approve 9122) [13:25:42] Reedy: so I have to do it one by one? [13:25:56] Possibly [13:26:06] Ask someone like hashar [13:27:39] hashar, around? [13:31:06] New patchset: Amire80; "(bug 36821) Rewording notifications text" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8489 [13:32:15] New patchset: Santhosh; "PHPUnit tests for digest email feature." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8888 [13:33:12] Reedy: let me look [13:34:12] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9122 [13:34:14] Change merged: Nikerabbit; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9122 [13:45:47] liangent: yeah i am there soryr [13:46:16] liangent: if you made a eerie of commit in a branch (1.20wmf2) and checkout a new branch (1.20wmf3), you will have to merge the change there [13:47:22] liagent: you most probably want to cherry pick the commits you made in 1.20wmf2 to 1.20wmf3 . Just use something like: git checkout 1.20wmf3 ; git cherry-pick [13:47:57] liangent: OR you can make a new branch, like 1.20wmf-some_hotfix_name [13:48:06] then merge that third branch in both 1.20wmf2 and then 1.20wmf3 [13:48:09] that would be cleaner [13:48:20] as we handle it though, cherry-pick is fine [13:50:41] hashar: if there're more than 1 commits is there a shortcut command? [13:52:10] and the merging method seems better [13:54:46] hey there ! [13:55:25] I was wondering : sombody know the name of the table where is set up the commons.css ? [13:56:22] (and i was wondering too if i could create manually a "admin" from the database with all the privileges) [13:56:32] !createandpromote [13:56:33] To recreate the admin user, run "php maintenance/createAndPromote.php" on the command line. [13:56:42] You'd be better using our maintenance script for the latter [13:57:44] "the latter" ? [13:58:07] liangent: hmm maybe you could rebase the serie of commit on top of 1.20wmf3 [13:58:39] liangent: something like git rebase --onto 1.20wmf3 [13:59:00] Symfonystage: for creating the "admin" user [13:59:26] I've some trouble with the maintenance scripts because i'm doing a "one wikipedia on multiples databases" and scripts seems to never know what they have to do :p [13:59:55] hashar: I'll try it later but I have something else to do now [13:59:59] liangent: maybe with --no-ff [14:00:14] liangent: the easiest is most probably to cherry pick the commits from a branch to the other [14:00:39] liangent: OR to create a new branch wich get merged. This way you can easily apply it to 1.20wmf2,3 and 4 ;-] [14:00:58] And we have 1.20wmf4 https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=log;h=refs/heads/wmf/1.20wmf4 [14:01:30] liangent: maybe, while being in 1.20wmf2 + hacks , you could try: git rebase origin/1.20wmf3 [14:01:43] liangent: that might just do what you want [14:02:44] so I'm getting new stuff from 1.20wmf3 on my work? [14:04:36] maybe ;-] [14:08:43] Okay, right now i'm trying to pass articles from a wiki database to another. The fact is transport occurences of the article from wikipage to wikipage isn't enought :s [14:10:09] !import [14:10:09] To import pages a few pages, use Special:Import - you can also import pages directly from another wiki (see !importsources). For mass imports, use importDump.php - see for details. NOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors! [14:10:10] !export [14:10:10] To export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See for an example of this form. See also: !import [14:11:32] nice [14:14:30] New patchset: Amire80; "(bug 36821) Rewording notifications text" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8489 [14:17:19] nice but ! I would want to automatize the opertaion, isn't that possible to make it throught phps scripts ? [14:17:23] New review: Nikerabbit; "(no comment)" [mediawiki/extensions/TranslationNotifications] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/8489 [14:18:04] Reedy: do you have the PHPStorm debugger working with PHPUnit? [14:18:25] No [14:18:34] Which reminds me [14:23:41] Reedy: tried to get it to work yet? [14:31:35] Reedy: see pm [14:34:57] New patchset: Amire80; "(bug 36821) Rewording notifications text" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8489 [14:38:42] JeroenDeDauw: http://youtrack.jetbrains.com/issue/WI-10666#comment=27-320011 [14:41:52] Reedy: I just got the debugger to work w/ PHPUnit from within the IDE [14:42:00] Which turned out to be quite easy [14:43:30] New patchset: Reedy; "Forward port of https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105964" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9124 [14:43:38] I got the debugging working before [14:43:54] Krinkle: ^ [14:44:11] (the commit) [14:44:15] right [14:45:30] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9124 [14:45:44] Reedy: You want me to review that? [14:45:51] Can if you want [14:46:02] You commented on a previous merge asking why it wasn't in core [14:46:04] 03(NEW) Cant scroll in edit window - 10https://bugzilla.wikimedia.org/37160 critical; Wikimedia: General/Unknown; (juandevojnikov) [14:46:18] Reedy: so the code coverage plugin broke it for you or what? [14:46:26] yeah [14:46:27] did you already pick it to 1.20wmf4? [14:46:31] Yup [14:46:35] New review: Krinkle; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9124 [14:46:38] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9124 [14:46:45] JeroenDeDauw: That bug report was for unrelated error spammage [14:46:49] Reedy: ok, so this is for the next time then. [14:46:52] yup [14:47:07] I remembered about it as I was collecting revisions [14:49:17] Reedy: ok, that's very helpful then... [15:02:53] hello everyone, could someone tell me what i am doing wrong in this sql query - http://dpaste.com/752775/ [15:03:38] What error are you getting? [15:03:54] Reedy: i m running a phpunit test.. [15:04:35] Reedy: and its saying 'Trying to get property of non-object' [15:05:23] Reedy: and the error is at line - return $resultRow->E.pp_value; [15:05:55] New review: Nikerabbit; "(no comment)" [mediawiki/extensions/TranslationNotifications] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8489 [15:05:57] Change merged: Nikerabbit; [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8489 [15:06:19] 03(NEW) Use operations/mediawiki-config gerrit repo for beta - 10https://bugzilla.wikimedia.org/37161 normal; Wikimedia Labs: deployment-prep (beta); (krinklemail) [15:06:22] New patchset: Lupo; "(bug 36839) Use mb_check_encoding if available." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9126 [15:06:57] Reedy: did you branch already? [15:07:00] chughakshay16: return $resultRow->pp_value [15:07:30] Since you have two pp_values you need to use AS somewhere in there [15:07:44] Nikerabbit: yup [15:07:48] parently staged [15:07:52] *partly [15:07:57] Reedy: k [15:08:07] johnduhart: okay, let me try [15:08:22] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9126 [15:09:11] 03(mod) sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object - 10https://bugzilla.wikimedia.org/37159 +comment (10Jeroen De Dauw) [15:12:31] 03(FIXED) Only allow notification for non-discouraged pages - 10https://bugzilla.wikimedia.org/36820 (10Amir E. Aharoni) [15:13:07] 03(FIXED) Notification e-mail should be more personal and specific - 10https://bugzilla.wikimedia.org/36821 (10Amir E. Aharoni) [15:13:12] chughakshay16: You also need to follow coding conventions https://www.mediawiki.org/wiki/Coding_conventions [15:14:04] johnduhart: none of these work - http://dpaste.com/752778/, http://dpaste.com/752779/ [15:14:12] johnduhart: still getting the same error [15:14:13] New patchset: Platonides; "Move code to save and restore $_SERVER to setUo() and tearDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9127 [15:15:32] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8447 [15:15:35] Change merged: Nikerabbit; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8447 [15:16:09] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9127 [15:16:12] 03(FIXED) special page summary can't be emptied - 10https://bugzilla.wikimedia.org/37015 (10Amir E. Aharoni) [15:16:44] hi [15:17:04] resolved bugs are not seen in my bugs? [15:17:17] johnduhart: ? [15:17:26] chughakshay16: I'm looking hold on [15:17:32] johnduhart: okay :) [15:17:39] chughakshay16: Do a print_r on $resultRow and look at what you get [15:17:55] johnduhart: okay..give me a sec [15:19:14] Juandev: not by default, no [15:19:36] Reedy: so I am missing bug probably [15:20:17] well, I can find it in e-mail [15:22:07] Juandev, use advanced search [15:22:31] Platonides: well I found it. but it is strange that I dont see it in My bugs [15:22:33] What happens when an engineer tries to design something: http://gyazo.com/1baedee47657140b926ed0d2f4f64e36 [15:22:56] johnduhart: using print_r should give me the output in the console only. right ? [15:23:06] anyway dont mind now [15:23:14] chughakshay16: What do you mean? [15:23:27] New patchset: Amire80; "bug 36824: Filter closed wikis from the wiki list" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/9008 [15:23:31] johnduhart: i mean the condole from where i m running php unit tests.. [15:23:40] Yeah it should output there [15:23:53] johnduhart: its not giving me anything.. [15:24:05] johnduhart: just the same output as before [15:24:30] Where did you put the print_r? [15:24:35] (pastebin it) [15:24:36] johnduhart, where's the problem? [15:25:03] johnduhart: http://dpaste.com/752782/ [15:25:20] Platonides: I don't know. [15:25:49] chughakshay16: Throw a die() in after the print_r [15:26:07] johnduhart: okay [15:26:09] Platonides: Me and art don't usually mix well. Why, do you like it? [15:26:47] looks fine to me [15:27:16] reminds me kind of coat of arms of Taiwan combined with Malaysia, but is otherwise fine [15:27:30] 03(mod) Use operations/mediawiki-config gerrit repo for beta - 10https://bugzilla.wikimedia.org/37161 +comment (10Krinkle) [15:28:45] johnduhart: after putting die(), i get nothing on my console [15:30:03] oh duh [15:30:09] It's probably returning false or null [15:30:34] Therefore print_r won't output anything [15:30:57] johnduhart: is the query .. right ? [15:30:58] Replace it with var_dump [15:31:22] johnduhart: ok [15:33:17] johnduhart: this is what i get now - ......Ebool(false) [15:33:27] johnduhart: so it does return false [15:33:30] Yep [15:33:45] Meaning your query is bad since it's not returning anything [15:34:18] For a long time something puzzled me in Bugzilla advanced search: Why are LATER and DUPLICATE resolutions selected by default? Is it useful to anybody? [15:34:18] johnduhart: you are saying that no data is matching my query.. ? [15:34:39] Yes. [15:34:57] johnduhart: but when i run a direct sql query on my database i get the row i m looking for [15:35:09] liangent, I can't reproduce what you reported yesterday [15:35:24] it seems to show the languages in order of appearance [15:35:35] johnduhart: SELECT * FROM page_props INNER JOIN `page` ON pp_value=page_id WHERE pp_page='265' AND pp_propname='cvext-author-conf' - this is the query which i used [15:35:37] chughakshay16: Then the query it's generating is not the same [15:35:47] Platonides: you mean the original code? [15:35:50] before my commit? [15:35:53] yes [15:36:04] zh-cn,zh-tw returns array( 'zh-cn' => 1, 'zh-tw' => 1 ) [15:36:17] johnduhart: oh, sorry this is a different query [15:36:21] but just say.. it's unstable... [15:36:33] johnduhart: okay, then let me try it again [15:36:56] I'm using php 5.4.0-2 from debian packages [15:37:11] 5.3.12 [15:37:42] will it causes a difference? [15:37:59] what was the exact header you used? [15:38:54] Platonides: I type: curl http://mediawiki.localhost.liangent.com/index.php/Main_Page -H "Accept-Language: zh-cn,zh-tw" | grep variants -C 4 [15:39:00] same result with php5.4.1rc2 [15:39:37] I wonder if it's using the Accept-Language header for choosing the variant there [15:39:45] what do you have $wgLanguageCode set to? [15:39:54] New patchset: Jeroen De Dauw; "Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8975 [15:41:18] Reedy: can you review this? https://gerrit.wikimedia.org/r/#/c/8940/ [15:41:18] Else there'll be compat hassle in the EP extension [15:41:33] Platonides: I set it to zh [15:41:37] (if 1.20 gets released w/o that stuff) [15:41:52] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8975 [15:42:02] I can confirm it choose variants from there because the result varies if I change the header [15:44:39] Platonides: hmm is there any randomness there? [15:44:49] where? [15:44:52] it returns zh-cn for me now [15:44:58] xD [15:45:08] you removed your patch? [15:45:21] I typed git checkout master [15:45:34] try git checkout origin/master [15:46:02] oops it's broken now [15:46:09] you have your patch in master [15:47:05] yeah I can see it in git log, but I remember I committed it in another branch... [15:47:44] I don't know [15:48:02] how are you determining the variant from the grep output? [15:48:25] Platonides: it outputs the variant name in
(in chinese) [15:48:47] * Platonides adds &useskin=vector to the url [15:49:47] yes, it shows zh-tw as selected [15:50:45] nevermind [15:51:01] assertEquals() isn't checking position in the array [15:51:25] you're talking about unit test? [15:51:27] then? [15:53:06] I was making an unit test for the function [15:56:05] ok, problem solved now [15:56:08] 03(NEW) default Advanced search settings are not so useful - 10https://bugzilla.wikimedia.org/37162 normal; Wikimedia: Bugzilla; (amir.aharoni) [15:58:07] btw, can you review https://gerrit.wikimedia.org/r/9127 ? [15:59:41] 03(NEW) talk page notification title appears in the originating wiki content language - 10https://bugzilla.wikimedia.org/37163 normal; MediaWiki extensions: TranslationNotifications; (amir.aharoni) [16:00:45] liangent, I deduct you are a python coder [16:01:07] 03(NEW) talk page message's directionality is based on the target wiki content language - 10https://bugzilla.wikimedia.org/37164 normal; MediaWiki extensions: TranslationNotifications; (amir.aharoni) [16:01:07] 03(mod) RTL/bidirectional issues (tracking) - 10https://bugzilla.wikimedia.org/745 (10Amir E. Aharoni) [16:02:15] Platonides: yep. from my use of range and "tuple"? [16:02:39] 03(NEW) notification language preferences may be saved as empty strings - 10https://bugzilla.wikimedia.org/37165 normal; MediaWiki extensions: TranslationNotifications; (amir.aharoni) [16:02:42] 04(REOPENED) Enable Extension:RSS on ua.wikimedia - 10https://bugzilla.wikimedia.org/27706 +comment (10Yuri Perohanych) [16:02:48] where can I read full file in gerrit in a changeset? [16:03:14] 03(mod) Enable Extension:RSS on ua.wikimedia - 10https://bugzilla.wikimedia.org/27706 +comment (10Yuri Perohanych) [16:03:21] liangent: You have to go back to Gitweb, I think. [16:03:23] It's stupid. [16:03:25] due to the range, yes [16:03:44] Honestly I don't understand how anyone is able to work with gerrit. [16:03:49] But there they go. [16:04:03] Joan: but I want to read the new version in a changeset [16:04:37] I dunno. Gerrit's UI seems to be intentionally designed to be as useless as possible. [16:04:55] A simple "view the fucking file" option is too much to ask for. [16:05:13] 03(mod) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +comment (10Mark Holmquist) [16:06:12] Platonides: and in python it should be range( 0, count( $lang_parse[1] ) ); [16:06:29] will it be more useful to make it inclusive in both sides as php does? [16:06:51] It even fails to pick up stuff that gets merged into the repo when not done via the web UI [16:07:14] Joan: Totally agree, its a pain to work with it, why don't we build something on top of it for increasing productivity... [16:07:41] Danwe_WMDE: I don't believe it's amendable to such changes. [16:07:51] Even styling the interface has proven impossible, apparently. [16:08:00] I think it's just bad software. [16:08:01] Yeah [16:08:19] So why did we end up with this, isn't there any alternative in the GIT universe? [16:08:20] Joan: Gerrit is open source. You can improve it yourself. [16:08:43] Krenair: theoretically, yes [16:08:48] In practice, no [16:08:49] Krenair: does not make it less bad [16:08:57] I'm not saying it's not bad [16:09:32] So what happened to evaluating other solutions in 3 months [16:09:59] I guess that [16:10:05] I guess that's June/July [16:10:45] Krenair: I thought the point of using open source software was that it can be customized. :-) [16:10:49] And hacked up. [16:10:54] I don't believe that's true here. [16:11:10] Not even Roan could figure this one out. [16:11:26] !mw Gerrit [16:11:26] https://www.mediawiki.org/wiki/Gerrit [16:11:39] Hmm. [16:12:47] heh https://www.mediawiki.org/w/index.php?title=Gerrit&diff=543240&oldid=542104 [16:13:14] Platonides: I don't know much about phpunit, but do we need a $_SERVER=self::$oldServer in testGetIpLackOfRemoteAddrThrowAnException() ? [16:17:13] doesn't seem to be needed there [16:18:46] I have done some changes to your code [16:18:52] now I'm unsure about how to proceed [16:19:14] the most appropiate would be probably to send them as a different commit [16:19:51] New patchset: Liangent; "Move code to save and restore $_SERVER to setUp() and tearDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9127 [16:20:17] New review: Liangent; "(no comment)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/9127 [16:21:02] Platonides: so what're your changes [16:21:46] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9127 [16:22:47] I think I'll merge your change, then commit mine so you can review it [16:22:48] Joan: I found the way to read whole file: in diff page, click difference->preferences in headings, then choose "whole file" in context dropdown, then click update [16:22:52] New patchset: Jeroen De Dauw; "fix sqlite compat" [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9133 [16:23:02] New patchset: Jeroen De Dauw; "fix sqlite compat" [mediawiki/extensions/WikibaseLib] (master) - https://gerrit.wikimedia.org/r/9134 [16:23:25] Platonides: can't you just commit your code with dependency of mine [16:24:49] New review: Platonides; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9119 [16:25:54] liangent: Is that only for logged-in users? [16:26:13] Joan: let me logout and try again [16:26:41] Oh, I see it. [16:26:42] Wow. [16:26:58] Okay. [16:27:46] Thanks, liangent! [16:28:05] I find I forgot my password (again) when I try to relogin.. [16:29:12] Heh. [16:29:47] and in gerrit I cannot choose "save password" in firefox [16:30:09] wtf, why is git not downloading the change i just merged in gerrit? [16:30:11] New patchset: Jeroen De Dauw; "fix sqlite compat" [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/9135 [16:31:05] Platonides: I just said you can git review -d 9119 then git checkout -b from it then git review, and a dependency can be created.. [16:31:17] I can [16:31:49] but then someone would complain that I create patches with dependendencies on uncommitted patchsets [16:33:06] New review: Platonides; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9119 [16:33:09] Change merged: Platonides; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9119 [16:33:14] New review: Daniel Werner; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9133 [16:33:17] Change merged: Daniel Werner; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9133 [16:33:20] sigh, it hadn't merged [16:33:57] 03(mod) default Advanced search settings are not so useful - 10https://bugzilla.wikimedia.org/37162 +comment (10Chad H.) [16:34:05] New review: Daniel Werner; "(no comment)" [mediawiki/extensions/WikidataClient] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9135 [16:34:07] Change merged: Daniel Werner; [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/9135 [16:34:47] Platonides: ok I see it in master now [16:35:05] New review: Daniel Werner; "(no comment)" [mediawiki/extensions/WikibaseLib] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9134 [16:35:07] Change merged: Daniel Werner; [mediawiki/extensions/WikibaseLib] (master) - https://gerrit.wikimedia.org/r/9134 [16:36:55] New patchset: Platonides; "Minor changes to c9119 Accept-Language code." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9137 [16:37:03] finally! [16:37:50] Platonides: can I recruit you for a little review? :p [16:38:54] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9137 [16:39:15] JeroenDeDauw, you can try [16:39:41] New patchset: Jeroen De Dauw; "method should be static" [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/9138 [16:40:34] Platonides: https://gerrit.wikimedia.org/r/#/c/8940/ [16:40:47] New patchset: Platonides; "Add tests for WebRequest->getAcceptLang()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9139 [16:41:21] what about adding some line breaks to the commit msg? :) [16:42:45] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9139 [16:42:49] Platonides: fixed a typo [16:42:55] setUp / setUo [16:43:52] :O [16:45:38] New review: Platonides; "(no comment)" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/8940 [16:46:58] Platonides: seems you patch works. I thought about this but I guessed latter elements will be shifted on unset() [16:47:04] Platonides: err... gerrit should just wrap the lines? :p [16:47:28] It does this with code in confusion ways already, so why not here where it'd make more sense? [16:48:30] New review: Daniel Werner; "(no comment)" [mediawiki/extensions/WikidataClient] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9138 [16:48:32] Change merged: Daniel Werner; [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/9138 [16:50:51] New patchset: Jeroen De Dauw; "fix bug 37130 using Siebrands solution" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/9106 [16:51:02] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/9106 [16:52:48] and Platonides, where's your unit test code for this function you talked about? [16:52:56] https://bugzilla.wikimedia.org/show_bug.cgi?id=34501 [16:52:59] any remarks? [16:53:40] New patchset: MarkTraceur; "(bug 37150) Add in a check for FileApi availability" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9140 [16:55:10] 03(mod) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +patch +patch-need-review; +comment (10Mark Holmquist) [16:55:41] 03(mod) MediaWiki api doesn't serve EXIF GPSAltitude (and other tags) as decimals - 10https://bugzilla.wikimedia.org/32410 (10Raimond Spekking) [16:55:44] 03(mod) UploadWizard: Wiki Loves Monuments contest issues (tracking) - 10https://bugzilla.wikimedia.org/37144 (10Raimond Spekking) [17:00:57] New patchset: Reedy; "Tool to generate wikified deployment notes" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/8850 [17:03:03] 03(mod) Use operations/mediawiki-config gerrit repo for beta - 10https://bugzilla.wikimedia.org/37161 +comment (10Antoine "hashar" Musso) [17:08:39] I've a new problem up :/ [17:09:32] I made my mediawiki on localhost but when i want to show it at external on a 192.168.1.80, it shows me no style and no desgin becauser they are still linked to localhost :/ [17:10:11] Change your $wgServer [17:13:14] New patchset: MarkTraceur; "(bug 37128) Add a remove icon to categories, plus style changes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9141 [17:14:03] 03(mod) Category adder should have "X" to remove additional categories - 10https://bugzilla.wikimedia.org/37128 +patch +patch-need-review; +comment (10Mark Holmquist) [17:14:49] New review: Platonides; "Quite good." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/8036 [17:29:55] New review: Siebrand; "Found a typo." [mediawiki/extensions/EducationProgram] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/9106 [17:30:36] hi [17:32:20] thanks john ! [17:33:36] New patchset: Platonides; "$wgUseSquid unused since parent commit (fa1a8d5)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9142 [17:34:38] 03(mod) Create a separate special page for account creation - 10https://bugzilla.wikimedia.org/15700 summary (10Krinkle) [17:35:31] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9142 [17:36:41] New patchset: Jeroen De Dauw; "fix bug 37130 using Siebrands solution" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/9106 [17:38:41] New patchset: Platonides; "Change the if into a ternary operator to keep the wfProfileOut() detector happy." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9143 [17:40:09] is here someone from moodbar team development? [17:40:41] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9143 [17:43:23] Juandev: it is by the feature team, aka Benny Situ, Rob Moen, Andrew Garret .. [17:43:26] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/9106 [17:43:50] Juandev: I think they are all WMF employees in the SF office which is closed today [17:44:01] Juandev: so you want to drop an email to wikitech-l or open a bug report [17:44:24] hashar: and they are normally on this channel? [17:44:59] Juandev: either there or/and in #wikimedia-dev [17:45:47] hashar: do we know, their working hours in GMT? [17:46:13] GMT-7 [17:46:29] so it is a 9 hours if you are in France / Spain / Germany / Italy [17:46:44] aka it is currently 10:45am in SF [17:47:27] new to mediawiki: I tried http://www.mediawiki.org/wiki/Short_URL#Introduction, but my php seems not to know about $wgUsePathInfo: http://dpaste.com/752826/ [17:47:58] hashar: I am asking for working hours:-) or they dont follow them? [17:48:27] hashar: I dont see here this wiki enthusiasm to sit on IRC during their free time - he he [17:48:44] ohhh [17:49:03] well their working hours should be a something like 9:30am 6:30pm [17:49:48] or 6pm:30 / 3am:30 ? [17:51:41] New patchset: Daniel Werner; "Aliases are now part of the data view output." [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9144 [17:53:00] [19:49:17] or 6pm:30 / 3am:30 ? - thats for me? how nice. I think I am -9 hours to SF [17:53:20] Juandev: which country do you live in? :-D [17:53:20] ok, I switched back to long URL [17:53:36] hashar: Czech Rep. [17:53:43] Africa [17:54:13] cool when I got from work, I can talk to SF staff [17:55:04] exactly :-]] [17:55:40] hashar: :-) [17:56:33] 03(mod) Narayam icon should be less confusing - 10https://bugzilla.wikimedia.org/30878 +comment (10Mark A. Hershberger) [17:56:33] 03(mod) Leading space within [[ http://...]] gives redlink and avoids blacklist - 10https://bugzilla.wikimedia.org/35404 +comment (10Mark A. Hershberger) [17:56:34] 03(mod) find a better home for /home/wikipedia - 10https://bugzilla.wikimedia.org/36868 +comment (10Mark A. Hershberger) [17:56:36] 03(mod) Rendering of malayalam fonts in SVG - 10https://bugzilla.wikimedia.org/25140 +comment (10Mark A. Hershberger) [17:56:39] 03(mod) Use consistent labels for the diff-action ("diff" on SpecialRecentChanges vs. "prev" on HistoryAction) - 10https://bugzilla.wikimedia.org/29521 +comment (10Mark A. Hershberger) [17:56:40] 03(mod) Category {type}from returns false navigation links - 10https://bugzilla.wikimedia.org/29581 +comment (10Mark A. Hershberger) [17:56:41] 03(mod) SquidPurgeClient hangs on response from Squid Cache 2.7, or multiple entries in $wgSquidServers - 10https://bugzilla.wikimedia.org/37063 +comment (10Mark A. Hershberger) [17:56:42] 03(mod) Commons does not know when its files are discussed on other wikis using File_talk pages. (not notified) - 10https://bugzilla.wikimedia.org/30083 +comment (10Mark A. Hershberger) [17:56:45] 03(mod) Very bad email grouping/threading for CodeReview mails in Gmail - 10https://bugzilla.wikimedia.org/26293 +comment (10Mark A. Hershberger) [17:56:46] 03(mod) Handle summaries consisting of whitespace only consistently in contributions/history <-> watchlist/recent changes - 10https://bugzilla.wikimedia.org/29575 +comment (10Mark A. Hershberger) [17:56:47] 03(mod) vi.wikipedia.org loads blank screen in firefox - 10https://bugzilla.wikimedia.org/32229 +comment (10Mark A. Hershberger) [17:56:50] 03(mod) Allowed memory size exhausted when using API - 10https://bugzilla.wikimedia.org/30751 +comment (10Mark A. Hershberger) [17:56:50] 03(mod) Fail more graciously when an expected existing revision, doesn't exist - 10https://bugzilla.wikimedia.org/28677 +comment (10Mark A. Hershberger) [17:56:53] 03(mod) no choice for PD-old-70 - 10https://bugzilla.wikimedia.org/34531 +comment (10Mark A. Hershberger) [17:58:51] New patchset: MarkTraceur; "(bug 31124) Scroll to the top and left of the first heading" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9145 [17:59:22] 03(mod) Going to the next step should set the user to the beginning of the form - 10https://bugzilla.wikimedia.org/31124 +patch +patch-need-review; +comment (10Mark Holmquist) [18:05:57] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/UploadWizard] (master) C: 1; - https://gerrit.wikimedia.org/r/9145 [18:06:20] MediaWiki.org is now on 1.20wmf4. Please poke/tests/whatever it [18:06:42] 03(mod) UW will not create a category but it tells so - 10https://bugzilla.wikimedia.org/37127 +comment (10Mark Holmquist) [18:12:06] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9144 [18:12:08] Change merged: Jeroen De Dauw; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9144 [18:12:48] I want to add cutstom php in the sidebar, any idea ? [18:16:01] 03(mod) UW will not create a category but it tells so - 10https://bugzilla.wikimedia.org/37127 +comment (10Raimond Spekking) [18:16:53] 03(NEW) Special:ImportTranslations times out during import big files - 10https://bugzilla.wikimedia.org/37166 normal; MediaWiki extensions: Translate; (lockalsash) [18:18:33] johnduhart: Still around? [18:18:57] 03(NEW) Special:ManageMessageGroups times out when dealing with >10000 changed messages - 10https://bugzilla.wikimedia.org/37167 normal; MediaWiki extensions: Translate; (lockalsash) [18:20:20] 03(NEW) Translate extension should not reparse defenition files on each message edit - 10https://bugzilla.wikimedia.org/37168 normal; MediaWiki extensions: Translate; (lockalsash) [18:27:13] I want to add cutstom php in the sidebar, any idea ? (re) [18:28:40] I'm assigned a bug marked for fixing for 1.20wmf4 deployment which I've made a change to fix. Was I supposed to ask any specific person to review it? Is it too late now? [18:28:43] johnduhart: https://www.mediawiki.org/wiki/Gerrit/Problems [18:32:04] Joan, just saw the page you made. A few comments: [18:32:14] "Ugly interface that's difficult to modify" seems pretty vague [18:32:21] "No integration with Wikimedia user auth system" You mean CentralAuth? [18:32:33] "No Gitweb links anywhere in the interface?" Each patch set has a gitweb link [18:32:34] Krenair: Think about CodeReview. [18:32:41] Does it? [18:32:47] Some of these things I just assume I've missed. [18:32:51] Patch Set 2 [18:32:51] 1874a5967abf5a7710eb5ed8404097b37ccf0994 (gitweb) [18:32:51] Because I don't use it much. [18:33:07] New patchset: Reedy; "Fix for catchable fatal error (so I don't have to live hack it in AGAIN for 1.20wmf5...)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/9150 [18:33:19] Oh, there it is. [18:33:32] after doing git review on a branch, it seems unpushable. Is that actually the case or is there some way around that? e.g. after creating a new branch from master, changing stuff, commit, review, afterwards making a few more commits and just pushing and it won't work anymore. [18:33:45] The interface is just bad, I guess. [18:33:46] Or I'm stupid. [18:33:54] I couldn't find that link to save my life. [18:34:08] Danwe_WMDE: how many commits? [18:34:16] Joan, CodeReview... That uses a system to link SVN users (LDAP?) to mediawikiwiki accounts doesn't it? [18:34:27] Danwe_WMDE: generally you should aim at delivering a *single* commit to gerrit for review [18:34:37] Krenair: Well, mostly it used MediaWiki's user table for comments. [18:34:52] There was some connection between SVN username and MediaWiki account name. [18:35:06] But I don't know the exact details. I think it's just in a MediaWiki table somwehere. [18:35:09] somewhere [18:35:09] Danwe_WMDE, after doing git review I'd usually use another branch [18:35:29] mmm [18:35:29] Joan, so what do you mean by "No integration with Wikimedia user auth system"? [18:35:35] topic/feature branches [18:35:44] git checkout -b somearbitarynamegoeshere [18:35:46] Krenair: You can't comment as your MediaWiki user? [18:35:55] And you can't comment anonymously. [18:35:59] Sorry, I'm not sure what you're confused about. [18:36:08] saper: sure, I did that by doing the review. But afterwards I still want to use the branch to build up on it and do normal pushes. For another review I can then go to another fresh bransh where I squash all previous commits since the last review [18:37:25] so you want it integrated with mediawikiwiki accounts [18:37:33] Krenair: Is the (gitweb) link custom? [18:37:42] Krenair: Well, yeah. But those are pretty much CentralAuth. [18:37:45] New patchset: MarkTraceur; "(bug 37127) Change the wording for category-will-be-added" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9151 [18:37:47] And I'm not sure it's worth it. [18:37:48] No idea, but I doubt it [18:37:51] But it is a regression. [18:38:05] MediaWiki wiki is part of Wikimedia's cluster. [18:38:11] It's tied to CentralAuth. [18:38:26] Did CodeReview tie SVN with local or global accounts? [18:38:36] Any integration between outside tools and Wikimedia accounts (for all intents and purposes) is going through CentralAuth. [18:38:45] 03(mod) UW will not create a category but it tells so - 10https://bugzilla.wikimedia.org/37127 +patch +patch-need-review; +comment (10Mark Holmquist) [18:38:52] You'd be insane to link to a particular wiki's userbase... [18:39:13] Not really... [18:39:13] I dunno. What CodeReview did doens't really matter. [18:39:15] I thought only one wiki was using the extension? [18:39:22] Dantman: doesn't [18:39:26] Err. [18:39:27] doesn't * [18:39:53] Dantman: I don't think it'd make any sense for a new tool to be linked to plwikinews or some other particular wiki. [18:39:57] One wiki's userbase is the native way to work with users [18:40:06] We're talking about Wikimedia. [18:40:13] plwikinews has nothing to do with this [18:40:21] It was an example. [18:40:22] I only ever saw CodeReview being used on mediawikiwiki [18:40:25] Of a Wikimedia wiki. [18:40:28] Danwe_WMDE: what I would recommend: (1) either branch all you commits from one point (origin/master, say) and push in parallel (unless they really depend on each other) (2) only rebase when necessary [18:40:31] It was only installed there. [18:40:36] Yeah... and not every tool is developed narrowly focused on a single community [18:40:45] If it had any use case elsewhere that's news to me [18:41:02] So if you want your tool to be used anywhere else but Wikimedia, you have to implement it in a way that works with native MediaWiki [18:41:12] What CodeReview did or didn't have is only relevant as far as suggesting new features for Gerrit. [18:41:24] And that means working with a specific wiki's userbase rather than directly with CentralAuth [18:41:31] If it makes sense to integrate MediaWiki wiki's auth (CentralAuth) with Gerrit, then it should be done. [18:41:34] So you don't have to be insane... just a normal programmer with a goal [18:41:53] Also, gerrit is already linked with labs [18:42:04] Labs the wiki or labs LDAP somethign? [18:42:05] something [18:42:06] So really, you have to link CentralAuth with LDAP [18:42:21] You don't have to do anything. [18:42:32] Labs and Gerrit both use LDAP [18:42:33] But when you look at Wikimedia's code review tools as a progression, this was a regression. [18:42:43] Whether it's worth fixing is a separate question. [18:42:45] 03(NEW) Add context, filepath and comments in list=messagecollection props - 10https://bugzilla.wikimedia.org/37169 normal; MediaWiki extensions: Translate; (lockalsash) [18:42:56] Joan: Not if you want ssh keys shared [18:42:59] Personally I'd rather have anonymous commenting before we had CentralAuth integrated. [18:43:20] Logging in a huge barrier to entry (cf. Wikipedia). [18:43:48] Code commenters are not fixing typos [18:44:06] Why do you want to be able to comment anonymously on changes? [18:44:11] (nobody knows where i could set up some php IN the mediawiki's sidebar, or it is too evident ? :-/) [18:44:14] And it shouldn't require logging in to point out a programmer's typo, Dantman. [18:44:15] I'm not sure how that'd be an improvement [18:44:38] Krenair: Logging in annoying? [18:44:42] is * [18:44:58] You want anonymous commenting... Because login is annoying? [18:44:59] Wow. [18:45:00] Your attempt to link anonymous commenting to WP also doesn't fit [18:45:20] Krenair: MediaWiki deosn't require logging in. [18:45:21] Anonymous actions on WP works because not only can anyone add anything, but anyone can remove it [18:45:28] This isn't a very radical concept around here. [18:45:32] Gerrit isn't supposed to be MediaWiki [18:45:43] Nobody said otherwise. [18:45:47] Anonymous comments are only equivilant to a wiki if anyone can delete anyone else's comments [18:45:52] And that's not possible [18:45:54] But you're acting as though anonymous commenting is a radical concept. [18:46:01] Then MediaWiki is irrelevant [18:46:17] Except Gerrit is being used to develop... MediaWiki. [18:46:34] Dantman: I don't really know what you're going on about. [18:46:48] Gerrit being used to develop MediaWiki doesn't mean we should try to get all of MediaWiki's ideas into gerrit. [18:46:52] Anonymous actions work on Wikipedia because MediaWiki relies on the user's IP address. [18:47:06] Gerrit can do that too, presumably. Other than that, I wouldn't dig into the Wikipedia comparison. [18:47:10] No, it works because anonymous actions can be undone by anyone [18:47:26] Otherwise WP would be full of spam [18:47:48] Plenty of MediaWiki wikis are full of spam. [18:47:54] Irrelevant [18:47:58] Heh. [18:48:24] That's because those wikis don't have people taking advantage of the fact they can remove it [18:48:45] Removing spam every day is a good use of human resources. [18:48:48] Absense of human involvement does not negate the facts of what is possible [18:49:23] The point is that anonymous commenting IS a radical position unless you acompany it by the ability to delete other people's comments [18:50:19] And deleting other's comments would have to be as open as creating them in the first place. [18:50:27] And then we'd have to be able to see who is creating and deleting what. [18:50:38] And then.. Oh wait we're back to square 1 with MediaWiki and CodeReview. [18:51:19] I'm not sure CodeReview allow anonymous commenting. [18:51:22] allowed [18:51:29] Can anyone tell me how to change what group a certain user is in? I can't seem to find out how, but I would like to have certain users have admin permissions. [18:51:50] poisonarms: [[Special:Permissions]] [18:51:58] Special:UserRights [18:52:01] saper: Is this a page? [18:52:23] Hm. Apparently it didn't. [18:52:42] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/UploadWizard] (master) C: 1; - https://gerrit.wikimedia.org/r/9151 [18:53:12] Thanks guys [18:53:35] i need some help or at least sanity checking for my interwiki link usage [18:54:24] poisonarms: /Special:UserRights [18:54:33] Thank you. [18:55:12] 03(mod) Translate extension should not reparse defenition files on each message edit - 10https://bugzilla.wikimedia.org/37168 +comment (10Niklas Laxström) [18:55:22] huh [18:55:52] 03(mod) Make it possible to override account creation throttle on-wiki. - 10https://bugzilla.wikimedia.org/36367 (10mybugs.mail) [18:55:53] 03(mod) Remove IP throttle for account creation (provide override whitelist via a MediaWiki extension?) - 10https://bugzilla.wikimedia.org/25000 (10mybugs.mail) [18:58:44] how odd. i doubt anyone's going to fix this but... [18:59:03] compare the link for "Reply from mailarchive:mediawiki-l/2012-May/039327.html:": [18:59:07] https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Manual_talk:Hooks/SkinCopyrightFooter [18:59:10] https://www.mediawiki.org/wiki/Manual_talk:Hooks/SkinCopyrightFooter [18:59:14] they don't go to the same place [18:59:48] New patchset: Daniel Werner; "Changed aliases to use ul and li for better structure." [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9152 [19:00:27] lol, secure.wm.o [19:00:39] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9153 [19:02:34] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9153 [19:04:39] 03amire80 * 10/trunk/translatewiki/Mozilla/genMozilla.php: Cleaned up and updated. Made it possible to add more products and not just the browser, although new products will probably require more tweaks. [19:05:19] ho ho ho, so fun to `svn commit'. [19:06:02] I'm getting an error of "PHP Fatal error: Class 'FSFileBackend' not found in /var/lib/mediawiki/extensions/timeline/Timeline.php on line 74", when trying to get the timeline extension working. Any ideas? [19:06:39] everything should be installed correctly as per the many instructions online, but I'm not seeing much about this error [19:06:44] What version of mediawiki? [19:06:55] I'm guessing not 1.19 [19:08:07] I'm checking now, brb [19:10:54] 03(mod) Add license/rights column for mediawikis table - 10https://bugzilla.wikimedia.org/36341 +comment (10Robert Hanke) [19:10:55] 03(mod) add language column to mediawikis table - 10https://bugzilla.wikimedia.org/36337 +comment (10Robert Hanke) [19:10:55] 03(mod) rewrite/fix versioncheck for wikistats table - 10https://bugzilla.wikimedia.org/36292 +comment (10Robert Hanke) [19:10:56] 03(mod) add 200 000 wikia wikis to stats table - 10https://bugzilla.wikimedia.org/36291 +comment (10Robert Hanke) [19:10:57] 03(mod) import several thousand wikis from wikiteam lists - 10https://bugzilla.wikimedia.org/36265 +comment (10Robert Hanke) [19:10:58] 03(mod) replace/rewrite largest_html.php / re-add output in other formats for "largest" all-in-one stats table - 10https://bugzilla.wikimedia.org/36290 +comment (10Robert Hanke) [19:11:01] 03(mod) handle wikis which have API for siteinfo but do not have siprop statistics - 10https://bugzilla.wikimedia.org/36573 +comment (10Robert Hanke) [19:11:01] 03(mod) MediaWiki - wiki registry - 10https://bugzilla.wikimedia.org/37062 +comment (10Robert Hanke) [19:11:02] 03(mod) List of largest Mediawikis on http://wikistats.wmflabs.org/ displays wrong version number - 10https://bugzilla.wikimedia.org/36268 +comment (10Robert Hanke) [19:11:03] 03(mod) update all the old wiki names to their official names reported by API - 10https://bugzilla.wikimedia.org/36286 +comment (10Robert Hanke) [19:11:03] 03(mod) new possible wikifarms / hives detected - check for lists - 10https://bugzilla.wikimedia.org/36570 +comment (10Robert Hanke) [19:11:04] 03(mod) Initial Cleanup - 10https://bugzilla.wikimedia.org/36133 +comment (10Robert Hanke) [19:11:06] 03(mod) completely remove or globally add the "views" column in stats tables - 10https://bugzilla.wikimedia.org/36293 +comment (10Robert Hanke) [19:11:08] 03(mod) account creation for Mschon - 10https://bugzilla.wikimedia.org/36789 +comment (10Robert Hanke) [19:11:08] 03(mod) do not use old mysql_connect method, avoid client mismatch php/mariadb - 10https://bugzilla.wikimedia.org/36338 +comment (10Robert Hanke) [19:11:08] 03(mod) deploy a replacement for the old "wikistats admin" (WSA) script - 10https://bugzilla.wikimedia.org/36287 +comment (10Robert Hanke) [19:11:08] 03(mod) add a stats table for the LXDE wikis - 10https://bugzilla.wikimedia.org/36289 +comment (10Robert Hanke) [19:11:49] v 1.15.5 [19:12:09] Far too old [19:12:14] You either need to upgrade mediawiki [19:12:15] I'm assuming then, that this issue has been addressed in a later version and I should just upgrade? [19:12:21] or use a version of timeline for 1.15 [19:12:32] ok thanks [19:12:38] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9116 [19:12:41] You've got a version of timeline that's for modern versions of mediawiki [19:12:49] that class was added in 1.19 [19:13:04] http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_15/extensions/timeline/ [19:13:43] makes sense, I'll try using an older version of timeline. Thanks for the help [19:14:16] I'm so lostin the sourcecode, no way to see how to isert easely php in the sidebar, hue ? :'( [19:14:31] Most likely [19:14:37] It also sounds horrible [19:14:58] by horrible, I mean, insecure [19:15:06] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9152 [19:15:08] Change merged: Jeroen De Dauw; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9152 [19:18:43] New review: Nikerabbit; "I updated my PHPunit but now I get:" [mediawiki/extensions/TranslationNotifications] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/8888 [19:22:31] I'm gonna maaaaaaaaaaaaaaaaaad :'( [19:23:36] New review: Nikerabbit; "Would be more comfortable accepting this if it came with unit tests and comparison of speed and memo..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9126 [19:24:08] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/9127 [19:25:57] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/9137 [19:26:08] 04(REOPENED) Add license/rights column for mediawikis table - 10https://bugzilla.wikimedia.org/36341 (10Nemo_bis) [19:26:53] 03(FIXED) Add license/rights column for mediawikis table - 10https://bugzilla.wikimedia.org/36341 (10Nemo_bis) [19:27:10] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/9139 [19:28:23] New review: Nikerabbit; "(no comment)" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/9142 [19:29:20] New patchset: Daniel Werner; "cleaned up some code formatting" [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9154 [19:36:51] New patchset: Nikerabbit; "Fix for catchable fatal error" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/9150 [19:36:56] Reedy: ^^ [19:38:09] 03(mod) Add context, filepath and comments in list=messagecollection props - 10https://bugzilla.wikimedia.org/37169 normal->15enhancement (10Lockal) [19:40:49] 03(mod) Add context, filepath and comments in list=messagecollection props - 10https://bugzilla.wikimedia.org/37169 +comment (10Niklas Laxström) [19:42:28] 03(mod) Templates should have 'meta icons' to fix text direction issues - 10https://bugzilla.wikimedia.org/31738 +comment (10Fomafix) [19:44:20] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9154 [19:44:22] Change merged: Jeroen De Dauw; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/9154 [19:46:54] "No Gitweb links anywhere in the interface?" Each patch set has a gitweb link [19:47:06] I shouldn't have to open a patch to look at the fucking repo [19:47:46] I agree, but where should more gitweb links be? [19:50:39] In the toolbar [19:50:48] 03(mod) Improve SQLite detection, to be able to execute SQLite tests - 10https://bugzilla.wikimedia.org/34759 (10christian) [19:51:04] There should be a nice page with all the projects and their repos, and be linked from the navagation bar up top [19:51:45] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/9155 [19:51:51] As shocking as it might be some people like to quickly look at a piece of code without having to jump through sixty different hoops [19:51:54] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AdManager] (master) - https://gerrit.wikimedia.org/r/9156 [19:52:02] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/9157 [19:52:11] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/9158 [19:52:20] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/9159 [19:52:30] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/9160 [19:52:38] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/9161 [19:52:46] Oh boy here comes the daily flood of stupid [19:52:50] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/9162 [19:53:00] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/9163 [19:53:09] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/9164 [19:53:18] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/9165 [19:53:25] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9153 [19:53:26] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/9166 [19:53:27] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9153 [19:53:28] New review: Siebrand; "(no comment)" [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9155 [19:53:30] Change merged: Siebrand; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/9155 [19:53:35] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Configure] (master) - https://gerrit.wikimedia.org/r/9167 [19:53:36] New review: Siebrand; "(no comment)" [mediawiki/extensions/AdManager] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9156 [19:53:38] Change merged: Siebrand; [mediawiki/extensions/AdManager] (master) - https://gerrit.wikimedia.org/r/9156 [19:53:39] New review: Siebrand; "(no comment)" [mediawiki/extensions/AllTimeZones] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9157 [19:53:41] Change merged: Siebrand; [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/9157 [19:53:43] New review: Siebrand; "(no comment)" [mediawiki/extensions/AntiSpoof] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9158 [19:53:44] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/9168 [19:53:45] Change merged: Siebrand; [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/9158 [19:53:47] New review: Siebrand; "(no comment)" [mediawiki/extensions/ArticleFeedback] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9159 [19:53:49] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/9159 [19:53:51] New review: Siebrand; "(no comment)" [mediawiki/extensions/ArticleFeedbackv5] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9160 [19:53:52] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ContributionReporting] (master) - https://gerrit.wikimedia.org/r/9169 [19:53:53] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/9160 [19:53:55] New review: Siebrand; "(no comment)" [mediawiki/extensions/Babel] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9161 [19:53:57] Change merged: Siebrand; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/9161 [19:53:59] New review: Siebrand; "(no comment)" [mediawiki/extensions/CategoryTree] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9162 [19:54:11] Oh boy here comes the daily flood of stupid [19:54:13] ... [19:54:16] That's the localisation bot. [19:54:20] Yep [19:54:34] did it stop? or do I see the messages because I'm an op? [19:54:38] It's not stupid. [19:54:45] It stopped. [19:55:02] You can see them because you're an op [19:55:23] Krenair: Yeah it is. You really think that submitting patches requests to dozens of repos daily is the best solution for translations? [19:55:36] Nobody even cares about that. [19:55:40] I tjust shouldn't spam the shit out of the channel. [19:55:46] It just [19:55:58] 03(mod) Replacing maintenance/Maintenance.php's STDOUT by print - 10https://bugzilla.wikimedia.org/35950 (10christian) [19:56:03] Joan: welcome to the brand new git era ^_^ [19:56:57] I don't really think that every time a translation is changed or added it deserves a place in my git history [19:57:05] johnduhart: If you have a better solution I'm sure the localisation team would love to hear it. [19:57:24] Krenair: weekly commits maybe? [19:57:55] ashley: "waah my translations aren't showing up quick enough!" [19:58:14] To be honest I'd be happy when it's just filtered out of being sent to the bot. [19:58:37] johnduhart: waaah, my code isn't showing up ;) [19:58:41] The fact that it commits so often is no big deal. [19:59:41] Krenair: It is when there's a page full of localisation changes waiting to be merged automatically by someone [20:00:19] The annoying part about the botspam is that it'd take like ten seconds if some root just sat down and poked. [20:00:27] But it's being debugged via code review. [20:00:35] So of course it's fucking awful and taking forever. [20:00:46] 03raymond * 10/trunk/extensions/ (19 files in 19 dirs): Localisation updates from http://translatewiki.net. [20:00:56] This is one of those situations when Tim will show up in ilke three months and fix it in a few seconds and then admonish everyone for it being broken. [20:01:13] like * [20:01:37] saper: Hi saper, I tried version 1.6 of mwdumper as you suggested last time [20:01:56] saper: but it does not even work with bz2 file [20:02:16] what does it say? [20:02:30] the jar I have put online was very minimalistic, with no dependencies [20:03:26] I WANT to add php in my wikimedia sidebar. I followed a lot of roads, no "echo" or nothing where successful. I don't even need a clean way, i jus want to put some brutal code in this fucking sidebar, and i'm going mad about failing at that. [20:04:05] Symfonystage: MediaWiki, not wikimedia [20:04:27] I'm even too mad to notice it :/ [20:04:31] What methods have you tried? [20:04:37] Symfonystage, did you try using a hook? [20:04:58] The sidebar has a lot of magic in it. [20:05:03] Symfonystage, is PHP really necessary? What do you want the code in the Sidebar to do specifically? [20:05:45] New patchset: Platonides; "Minor changes to c9119 Accept-Language code." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9137 [20:06:06] If you want to script some flashy sidebar customisation, changing MediaWiki:Common.js might be the way to go about it [20:06:38] I want to implement mediawiki to a site, and make the user "feel" like in home with an identical sidbar than the original site. The bar is dynamical, so i need php :/ [20:07:11] *sidebar [20:07:50] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9137 [20:07:50] I hanged a lot around the monobook.php file where i've seen a few post talking about it [20:07:55] That sounds like something which could be done using Javascript [20:08:08] But is better done with a skin [20:08:23] ho ? I know very little about JS, it is an advanced lvl ? [20:09:19] And even if i could set something up throught common.js i don't even know how to insert the thing in the sidebar >.< [20:09:23] I'm soooo confused [20:09:31] 03(FIXED) vi.wikipedia.org loads blank screen in firefox - 10https://bugzilla.wikimedia.org/32229 +comment (10Platonides) [20:11:02] but it seems to me strange. Nobody tried to put php in their sidebar or anywhere else ? It isn't the most basic want of a programmer to put what he wants everywhere on a page ? :s [20:12:06] Symfonystage: What you want to do is create your own skin. Instead of continuing to modify monobook look at documentation for creating a new skin [20:12:59] Symfonystage: http://blog.redwerks.org/2012/02/08/mediawiki-skinning-tutorial/ [20:13:09] It isn't really about "looking" but about content, nope ? Thats why i don't go easy to skins :o [20:14:30] Then look for a hook for the sidebat [20:14:34] sidebar* [20:15:22] the only thing i heard about hooks, it was they look quite hard for beginer :p [20:15:27] but i'll try that way [20:20:10] New patchset: QChris; "Fix error message for MySQL connection failures" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9202 [20:20:17] New review: Siebrand; "Looks like this patch should be rebased." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/4554 [20:20:48] 03(mod) Monobook user edit buttons go first - 10https://bugzilla.wikimedia.org/35068 +comment (10Ragimiri) [20:22:11] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9202 [20:22:42] 03(mod) [MySQL] Possibility for confusing error messages upon opening connection, while background connection is open - 10https://bugzilla.wikimedia.org/34819 (10christian) [20:23:32] A functinon definiton and a string with it's name placed into an array..... if you can't do that, do you really qualify as a beginner? [20:32:47] New review: Platonides; "I joined the three unsets in one call." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/9137 [20:34:38] Nikerabbit: good idea on the comment [20:36:17] hi all [20:37:18] New review: Petr Onderka; "I will fix the things indicated in your comments soon (except where I disagreed, see my comments)." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/6394 [20:37:19] got a question, my wiki was a target of spammers and i've deleted the articles and blocked the users. how can i remove both from the sql db? [20:37:24] New review: Platonides; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9116 [20:38:23] ragnar76: We usually don't recommend deleting things from the database directly [20:44:26] johnduhart: what would happen when i do it? [20:45:14] It's a big relational database. [20:45:29] You may break something horribly. You make not break anything at all. [20:45:40] It depends how well you know MediaWiki internals. :-) [20:46:12] !e User_Merge_and_Delete | ragnar76 [20:46:13] ragnar76: https://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete [20:46:28] I recommend that for the user accounts, and just merge them into one single account [20:46:47] so, the easiest way would be to export all important articles and set up a new wiki? [20:50:06] Or do what p858snake|l snake suggested [20:50:30] Or just leave the accounts alone. If they're banned they aren't doing anything [20:54:27] p858snake|l snake [20:55:12] * p858snake|l snakes up to Joan [21:10:52] New patchset: Hashar; "(bug 1) doc for SiteConfiguration" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9203 [21:11:41] 03(mod) Update extensions/README - 10https://bugzilla.wikimedia.org/37151 +comment (10Antoine "hashar" Musso) [21:12:02] New patchset: Jorm; "Prepare the universe for heat death" [universe/core] (master) - https://gerrit.deity/r/345621 [21:12:46] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9203 [21:26:52] 03(mod) Cannot go back after uploading files - 10https://bugzilla.wikimedia.org/32247 (10Platonides) [21:26:52] 03(mod) UploadWizard: Wiki Loves Monuments contest issues (tracking) - 10https://bugzilla.wikimedia.org/37144 (10Platonides) [21:27:45] 03(mod) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +comment (10Erik Moeller) [21:32:39] I made some spelling corrections in https://gerrit.wikimedia.org/r/#/c/9203/ . I'm trying to do `git review', and it insists on asking me whether I want to push two commits - [21:33:01] this one and https://gerrit.wikimedia.org/r/#/c/9116/1 , which is a dependency of 9203. [21:33:13] What should I do? [21:33:13] It's the ever old defaultremote=origin [21:33:19] There's been an update to gitreview to fix that.. [21:33:26] hahaha [21:34:06] 03(mod) action=raw should not output an HTML error page - 10https://bugzilla.wikimedia.org/37140 +comment (10Platonides) [21:36:17] aharoni: what goes "git push HEAD:refs/changes/9203" do? [21:36:45] Reedy: I updated git-review and it doesn't solve it. [21:36:53] aharoni, try git rebase gerrit/master? [21:36:59] New review: Siebrand; "(no comment)" [mediawiki/extensions/EducationProgram] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9106 [21:37:01] Change merged: Siebrand; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/9106 [21:37:14] `git fetch --all' doesn't help. `git rebase master' doesn't help. [21:37:17] Krenair: noooo [21:37:19] That's fixed the problem for me in the past [21:37:25] aharoni: tried plain "git push"? [21:37:37] I suspect that it may have something to do with the fact that it's a dependency. [21:37:50] saper, I though that `git push' is a no-no in the Gerrit world :) [21:37:58] aharoni: come on [21:38:06] it's how you talk to gerrit [21:38:14] "git review" should be forbidden really [21:38:50] so, i suppose that is simply 'gerrit'. [21:39:27] aharoni: check "git remote -v" [21:39:33] New patchset: Amire80; "(bug 1) doc for SiteConfiguration" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9203 [21:39:47] looks like it worked. [21:40:08] excellent [21:41:32] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/9203 [21:41:39] * aharoni wonders how to get gerrit to show only the changes in my patchset. [21:41:50] 03(mod) Translate extension should not reparse defenition files on each message edit - 10https://bugzilla.wikimedia.org/37168 +comment (10Siebrand) [21:41:59] Old Version History [21:43:26] 03(WONTFIX) Add context, filepath and comments in list=messagecollection props - 10https://bugzilla.wikimedia.org/37169 +comment (10Siebrand) [21:44:09] aharoni: change "Base" [21:44:51] 03(mod) ShapadoJsFFS in wrong place - 10https://bugzilla.wikimedia.org/36584 summary (10Siebrand) [21:45:20] saper: that's the thing - I change base, and it shows the right number of changed lines, but the actual diff shows the whole change. [21:45:57] aharoni: let me fetch it w8 [21:49:14] 03(mod) key mapping issues in Narayam Gujarati transliteration - 10https://bugzilla.wikimedia.org/35931 +comment (10Dhaval) [21:50:17] 03(mod) Edit tools and Narayam not working in gujarati wikis (IE7) - 10https://bugzilla.wikimedia.org/36275 +comment (10Dhaval) [21:50:33] aharoni: right, looks like diff link is the same :) [21:51:05] 03(mod) Special:AggregateGroups load fails - 10https://bugzilla.wikimedia.org/37113 +comment (10Siebrand) [21:52:37] 03(mod) Edit tools and Narayam not working in gujarati wikis (IE7) - 10https://bugzilla.wikimedia.org/36275 +comment (10Dhaval) [21:57:31] 03(mod) Send notification to account owner on multiple unsuccessful login attempts - 10https://bugzilla.wikimedia.org/9838 +comment (10Platonides) [22:04:47] 03(mod) Edit tools and Narayam not working in gujarati wikis (IE7) - 10https://bugzilla.wikimedia.org/36275 +comment (10Siebrand) [22:07:01] 03(NEW) Internal error on testwiki - 10https://bugzilla.wikimedia.org/37170 normal; MediaWiki extensions: CentralNotice; (rainerrillke) [22:08:06] 03(mod) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +comment (10Mark Holmquist) [22:17:58] 03(mod) Overwrite of the copyright owner in campaigns has no effect - 10https://bugzilla.wikimedia.org/30762 04BLOCKER->major; +comment (10Ryan Kaldari) [22:20:37] 03(mod) Failed to upload photo: Unknown warning: "exists-normalized" - 10https://bugzilla.wikimedia.org/36342 04BLOCKER->major; +comment (10Ryan Kaldari) [22:20:58] 03(NEW) Reference reveal doesn't work in the beta - 10https://bugzilla.wikimedia.org/37171 normal; MediaWiki extensions: MobileFrontend; (tfinc) [22:32:17] 03(mod) Edit tools and Narayam not working in gujarati wikis (IE7) - 10https://bugzilla.wikimedia.org/36275 +comment (10Dhaval) [22:34:31] New review: Kaldari; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9140 [22:34:33] Change merged: Kaldari; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/9140 [22:36:38] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/9142 [22:36:40] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/9142 [22:43:04] 03(FIXED) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +comment (10Ryan Kaldari) [23:01:03] 03(mod) UploadWizard broken in Safari 5 - 10https://bugzilla.wikimedia.org/37150 +comment (10Mark Holmquist) [23:02:25] 03maxsem * 10/trunk/debs/squid/test-redirector.php: Basic tests for redirector.c [23:07:59] MaxSem: I thought you were writing C there for a minute [23:08:19] I did, in the previous commit [23:08:36] I'm not seeing things then.. [23:11:43] New patchset: Reedy; "Update UploadWizard to master per Kaldari" [mediawiki/core] (wmf/1.20wmf4) - https://gerrit.wikimedia.org/r/9207 [23:12:48] I am wanting to manually install 1.18.3. I downloaded it and want it to appear as mydomain.com/reo Do I just upload the tar file rename it and then unpack? And will it prompt for database creation? Thank you! [23:12:54] New review: Reedy; "(no comment)" [mediawiki/core] (wmf/1.20wmf4); V: 1 C: 2; - https://gerrit.wikimedia.org/r/9207 [23:12:57] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf4) - https://gerrit.wikimedia.org/r/9207