[00:01:02] Change merged: Aaron Schulz; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/22940 [00:02:18] can anyone give me two regex, one for a strong password, other for a medium strength password, assume suitable data as you see fit coz this will be modified to perfection later [00:05:21] akshayagarwal, such subtle things definitely can't and shouldn't be verified with regexes [00:05:22] New review: Asher; "That brings up iwlinks, which has two unique indexes covering the same three columns, making the sec..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/17912 [00:06:32] akshayagarwal, basically I committed once a password strengtth checker consisting of 100+ lines of JS - it wasn't good enough [00:07:05] akshayagarwal, you can build on it btw [00:07:12] MaxSem: does this look somewhat neat? http://dpaste.org/qKVC0/ i took it from stackoverflow [00:07:16] <^demon> I tried it in an extension once, also a failure. [00:07:25] <^demon> It's not an easy problem to solve. [00:07:48] hopeless [00:08:03] it should be much more intelligent [00:08:23] otherwise it could consider passwords such as Password123 good [00:09:23] MaxSem: hmm... correct, I originally took some regex from here http://www.geekwisdom.com/dyn/passwdmeter [00:09:55] but it seems that its too complex for a user to generate a good password according to those standards [00:10:11] akshayagarwal, you can use my stuff from 7d9d83329f3c2f7b24703b1a02b21f2a4a922595 as a starting point [00:10:36] MaxSem: i will do that, thanks :) [00:11:15] there was a newer revision of this file, probably [00:11:39] MaxSem: i cant seem to find that revision in gerrit, am i doing something wrong? [00:11:55] it'll be in git, it predates gerrit [00:11:56] twas pre-gerrit [00:12:04] just dig it in git [00:12:12] You can probably identify bad ones easier than you can say its a good one [00:12:58] regex probably works well there ;) [00:13:29] 03(NEW) Image ID shown when instance is created rather than image name - 10https://bugzilla.wikimedia.org/40065 normal; MediaWiki extensions: OpenStackManager; (rlane32) [00:13:48] found it in Git [00:14:37] MaxSem: that looks really impressive! [00:14:49] MaxSem: doubt if it isnt good enough [00:15:08] it wasn't [00:15:17] hence it was removed [00:25:56] New review: Sumanah; "I'm sorry to be picky, but you should write a better commit message. We use commit messages to help..." [mediawiki/extensions/BreadCrumbs] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22935 [00:28:51] how do you look a user up based on their user_id? [00:29:10] using the API [00:31:23] You can't [00:31:58] !bug 32494 [00:31:58] https://bugzilla.wikimedia.org/show_bug.cgi?id=32494 [00:34:28] New patchset: Siebrand; "Replace uses of deprecated wfTimestamp()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23025 [00:34:37] New review: Asher; "Thanks for pointing out that thread! I hadn't read it yet. I'd rather see something like Freako's pa..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/21584 [00:39:34] 03(NEW) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 normal; MediaWiki: User blocking; (king.of.hearts.wiki) [00:39:55] New patchset: Subramanya Sastry; "Improved RT-ing of figures + unrelated dead code removal." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23026 [00:41:45] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Sumana Harihareswara) [00:42:30] ashley: ^ Can you help dig up more information on this unblocking thing? [00:45:33] sumanah: looking [00:45:39] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Krenair) [00:50:03] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23026 [00:51:37] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 (10king.of.hearts.wiki) [00:52:04] 03(mod) Wikidata should not return 406 Not Acceptable - 10https://bugzilla.wikimedia.org/40032 +comment (10This, that and the other) [00:52:22] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Sam Reed (reedy)) [00:52:23] New patchset: Adamw; "(FR #508) New Paypal adapter; validation before redirect" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/23027 [00:53:00] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Betacommand) [00:55:05] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Max Semenik) [00:55:15] Betacommand: that query would never work [00:55:18] ipb_user is a user id [00:56:13] Reedy: I used address, typo on the bug report [00:57:01] How would you know his ip address? :/ [00:57:29] Reedy: ipb_address isnt the IP address [00:57:39] its the user_text [00:58:01] well, it is if they're anon [00:58:15] Either way, you were still wrong ;) [00:58:17] There's a block there [00:58:53] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Sam Reed (reedy)) [00:59:04] Also with a space isn't right [01:00:42] Reedy: I just checked the toolserver its not [01:00:42] New patchset: Kaldari; "(bug 39407) Trying to improve display for small screens" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/23029 [01:00:58] it's not what? [01:01:23] I am trying to update the database after installing an extension, I cd to maintenance & then run php update.php but it gives an error DB connection error: No such file or directory (localhost) althought MW contains the right DB credentials [01:01:43] and the database server is indeed localhost [01:02:07] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Brett Zamir) [01:02:36] New review: Alex Monk; "Just some missing spaces. Although I would avoid naming properties with 'm', MediaWiki core does thi..." [wikimedia/fundraising/DonationEmailUnsubscribe] (master) C: -1; - https://gerrit.wikimedia.org/r/22679 [01:04:44] akshayagarwal: MySQL I presume? [01:04:51] sumanah: yes [01:05:08] * sumanah has no ideas, sorry [01:05:56] Reedy: what query did you use? [01:06:13] select * from ipblocks where ipb_user = 745793\G [01:06:18] on the enwiki master [01:06:26] I'm much more inclined to believe that rather than the toolserver [01:09:14] Reedy: yeah, the missing _ was the cause [01:13:06] we should really look up blocks by user ID [01:14:39] MaxSem: you and I did ;) [01:14:59] Reedy, but not MW [01:15:03] how lame! [01:15:06] lol, srsly? [01:16:26] New patchset: MaxSem; "Add temporary messages for the WLM app banner" [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/23020 [01:16:44] New patchset: Robmoen; "Fixed multiple bugs with Context Icon appearing when not relevant." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23030 [01:18:47] Reedy, that [01:18:55] s why MW doesn't see the block [01:20:56] New patchset: Akshay; "1) adding new message mediocre to extension english messages 2) fixing username validation in ApiValidateSignup.php by making the first letter of username passed as capitalized 3) fixing wrong replacement of wgRequest by replacing it with getRequest 4) us" [mediawiki/extensions/SignupAPI] (master) - https://gerrit.wikimedia.org/r/23031 [01:23:10] New patchset: Reedy; "Notice: Use of undefined constant ExperimentsHooks - assumed 'ExperimentsHooks' in /home/wikipedia/common/php-1.20wmf11/extensions/E3Experiments/Experiments.php on line 63" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23032 [01:23:18] Well, it sees it, just not as current [01:48:26] 03(mod) Enable the Scribunto extension on English Wiktionary - 10https://bugzilla.wikimedia.org/40031 summary (10MZMcBride) [01:51:54] {{color|red|text}} doesn't seem to color a text. [01:52:21] It just displays template:color instead. [01:52:21] You probably don't have the color template. [01:52:39] https://en.wikipedia.org/wiki/Template:Color [01:53:27] Brooke, It's a long journey to configure media wiki. [01:54:56] Brooke, Doesn't mediawiki have it? [01:55:26] MediaWiki doesn't come with any tmeplates. [01:55:28] templates [01:58:14] Brooke, I can't find where to download any template. [01:58:25] https://en.wikipedia.org/wiki/Special:Export [02:00:30] Brooke, I'm still baffled. [02:01:12] I forgive you. [02:01:43] Brooke, Oh my lord. [02:04:10] http://www.mediawiki.org/wiki/Help:Templates comes to my rescue. [02:11:38] Brooke, If I enter Template:Color into https://en.wikipedia.org/w/index.php?title=Special:Export , I see many lines output. [02:11:49] Do I need to export them all? [02:14:52] hmm [02:15:46] It's a very simple template. [02:15:50] Just a . [02:15:55] You don't need the template to color text. [02:15:58] But it's more convenient. [02:16:15] Brooke, Does media wiki allow HTML tags? [02:17:07] A subset of them. [02:17:13] is fien. [02:17:14] fine [02:19:02] how do I extract admin password? [02:20:24] New patchset: Mwjames; "SRF gallery, quick fix for a broken redirect feature and output mode" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23016 [02:21:16] I just used mysql to change the passwor.d [02:21:30] You forgot it already? [02:21:31] oh my god.... [02:21:34] The password is hashed. [02:21:36] Brooke, I set it to 13245. [02:21:39] And salted. [02:21:43] Right... [02:21:57] Brooke, but in the user table, the password was empty. [02:22:16] Did you use the installer? [02:22:25] It usually asks for an admin username and password. [02:23:02] Brooke, I specified "12345" as the admin password. [02:23:11] So what's the problem? [02:24:15] I don't know [02:24:19] I used "UPDATE user SET user_password = MD5( CONCAT( user_id, '-', MD5( 'NEWPASS' ) ) ) WHERE user_id =1". [02:24:32] Why are you messing around with the user table? [02:24:42] What are you trying to do? [02:24:51] And why do you think it should be done via raw SQL commands? [02:26:33] Brooke, I used "php changePassword.php --user=example --password=newpassword" [02:26:44] Why... [02:26:59] And when I try to log in, mediawiki tells me "consecutive login failure, try again later." [02:27:20] Why didn't just log in to the account and change the password at Special:ChangePassword? [02:27:22] How long do I need to wait until I will be able to log in again? [02:27:32] Brooke, I couldn't log in to the account. [02:27:36] Why not? [02:27:40] I don't know. [02:27:45] But last time I checked. [02:27:54] You seem a bit hopeless. [02:27:54] The password was empty in the user table. [02:31:02] Brooke, Does media wiki block login for a while after consecutive login failures? [02:31:11] Not usually. [02:31:30] I think there's a throttle if you set up memcached. [02:31:35] And configure the throttle. [02:33:13] Brooke, I think I configured cache. [02:33:41] New review: Mwjames; "Well it worked for the tests I did therefore ..." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23016 [02:33:41] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23016 [02:33:51] 03(mod) MediaWiki's info action should link first revision of a page - 10https://bugzilla.wikimedia.org/40046 +easy; +comment (10MZMcBride) [02:34:25] It keeps trying to use Xcache. [02:34:29] How do I make it use APC? [02:36:03] CACHE_ACCEL is set to 3. [02:39:15] it'll use APC if it is installed [02:41:44] <^demon|zzz> TimStarling: Didn't it prefer xcache over apc, given a choice? [02:41:49] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:41:49] <^demon|zzz> Or did you fix that when you refactored. [02:42:14] maybe, but it prefers APC now, I just checked [02:42:37] <^demon|zzz> Ah ok, used to be the other way around iirc. [02:42:51] Now I see '[Fri Sep 07 11:41:48 2012] [notice] child pid 26556 exit signal Segmentation fault (11)' when I access wiki. [02:43:12] in 1.18 it tried eaccelerator, then APC, then xcache [02:43:19] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:43:30] now eaccelerator is removed but it is otherwise the same [02:43:47] <^demon|zzz> ah ok, I knew it preferred something before apc. [02:43:51] <^demon|zzz> I forgot eaccel. [02:44:36] it's probably a bad idea to have both installed at the same time [02:46:57] I thought with cache accelerators, you installed as many as possible. It's sure to make everything faster. [02:49:54] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:51:34] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [03:01:03] New review: Mwjames; "I put myself on hold since I have some other changes to merge into this commit." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: -1; - https://gerrit.wikimedia.org/r/21853 [03:12:03] 03(mod) MediaWiki's info action should vertically align cell values to top - 10https://bugzilla.wikimedia.org/39956 +comment (10MZMcBride) [03:12:15] wikibugs is lagged. [03:25:28] New review: Ori.livneh; "Oops. Many thanks!" [mediawiki/extensions/E3Experiments] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23032 [03:25:28] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23032 [03:34:25] New review: Krinkle; "A few thoughts in the inline comments. Though it is still a bit of a mess. There's is scattered bits..." [mediawiki/extensions/ConventionExtension] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22937 [03:37:06] Extension:ConventionExtension lacks a certain ring to it. [03:37:20] Was Extension:Convention taken? [03:39:42] 04(REOPENED) File related MWTimestamp::setTimestamp : Invalid timestamp exceptions - 10https://bugzilla.wikimedia.org/40037 +comment (10Yann Forget) [03:39:48] How do I make a link to a subjective URL in media wiki? [03:41:29] What's a subjective URL? [03:41:33] heh [03:43:00] Brooke, /w/index.php relative to the server hostname. [03:43:17] I mean a relative URL. [03:43:25] {{fullurl:}} I guess you want. [03:43:30] What are you trying to do? [03:43:54] Brooke, The server that holds the wiki has several hostnames. [03:44:01] I want my wiki to be available on all hosts. [03:44:37] oops [03:44:42] I said something else. [03:44:52] Brooke, I need a link to /gitweb. [03:45:09] And I also want several hostnames for a wiki. [03:49:01] The initial user, wiki, doesn't have any admin right. [03:52:15] I think the user was configured improperly. [03:52:21] It didn't even belong to any group. [03:55:55] I exported color templates from en.wikipedia.org and imported them into my mediawiki. [03:55:59] And those templates look weird. [03:56:24] They work though. [03:56:30] But the template pages look weird. [03:57:09] "Wikipedia pages with incorrect protection templates" [04:10:24] New patchset: Aaron Schulz; "[RDBStore] Added sharded, external, DB support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16696 [04:10:40] Does mediawiki now support relative URLs? [04:11:48] 03(mod) Shorten thumbnail name convention - 10https://bugzilla.wikimedia.org/39697 +comment (10Aaron Schulz) [04:18:53] TimStarling: I wonder what's with https://graphite.wikimedia.org/latest/ ? [04:19:43] needs restarting I guess [04:24:07] is graphite still on professor? [04:25:10] it's not responding to ssh [04:25:37] I think so [04:26:14] http://ganglia.wikimedia.org/latest/graph.php?h=professor.pmtpa.wmnet&m=load_one&r=day&s=by%20name&hc=4&mc=2&st=1346991953&g=cpu_report&z=medium&c=Miscellaneous%20pmtpa [04:27:50] Performing hard reset on /SYS failed [04:27:50] reset: Target already stopped [04:29:10] start: Failed to start /SYS [04:36:30] New review: Aaron Schulz; "Can there be a wrapper function to do what wfTimestamp() did? Why do we need 2 lines of code now for..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23025 [04:40:09] 03(mod) Render sitewide css/js pages as normal wikitext - 10https://bugzilla.wikimedia.org/10422 (10MZMcBride) [04:58:56] hey guys I want to add "" to my media wiki .... would I have to add this to every page? ie - does I need an extension to handle this? [05:09:36] New review: Tim Starling; "Why was it deprecated? What is the point of this change?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23025 [05:10:13] Siebrand is funny [05:10:41] like some sort of antideprecation bot [05:11:06] you could put @deprecated on wfGetDB() for no reason at all and he would change 10000 lines of code a week later to remove references to it [05:16:30] No one? [05:19:35] New patchset: Tim Starling; "Remove @deprecated from wfTimestamp()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23034 [05:20:54] New review: Tim Starling; "Fixed the same issue in a different way in https://gerrit.wikimedia.org/r/23034" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23025 [05:26:17] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23034 [05:27:59] Anyone know how to add a meta tag to ALL media wiki pages? [05:28:22] ie - [05:28:42] 03(ASSIGNED) Narayam compatibility with ULS - 10https://bugzilla.wikimedia.org/39096 +i18n (10Santhosh Thottingal) [05:29:16] OutputPage::addMeta() ? [05:30:53] Aaron|home: Sorry to be a total new comer here... That function sounds useful... so, where would one call that? [05:31:55] maybe use http://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay [05:33:11] Aaron|home: Yea I've been looking into that hook. Not experienced enough with PHP to append my meta tag to the header. Also, I wish there was a global way to do this, not per page. [05:33:49] the function that uses the hook can add it regardless of the title [05:34:19] I see. So how would I assure that my meta tag is added to all pages / when all pages load? [05:35:13] The extensions that use that hook seem to want me to add my meta tag to the content of a page... Seems a little too much work considering I have hundreds of pages. [05:36:07] read up on http://www.mediawiki.org/wiki/Manual:Hooks , you can create a hook and function in LocalSettings.php that just always calls addMeta() [05:36:23] badass, that's what I need. Thanks man [05:37:40] I think closures work too [05:37:59] Aaron|home: I bet ;) Too bad I hate php and avoid everything about it [05:38:20] like $wgHooks['BeforePageDisplay'][] = function( OutputPage &$out, Skin &$skin ) { $out->addMeta( 'apple-mobile-web-app-capable', 'yes' ); } [05:38:34] woah. [05:38:56] psuedo code? or possible solution? [05:39:24] Ryan_Lane: [05:39:31] Wikinaut: so... [05:39:46] let's take for instance that I have two wikis [05:39:50] New patchset: Santhosh; "Fix Bug 39096 - Narayam compatibility with ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23035 [05:39:51] wikiA and wikiB [05:39:55] wikiA is acting as my provider [05:40:01] and wikiB is acting as the consumer [05:40:08] A and B [05:40:22] let's assume that I wanted to force a provider for wikiB [05:40:22] ac_slater: you need a ; at the end [05:40:35] 03(mod) Narayam compatibility with ULS - 10https://bugzilla.wikimedia.org/39096 +comment (10Santhosh Thottingal) [05:40:38] $wgOpenIDConsumerForce = 'http://wikiA.example.org/' [05:40:50] Wikinaut: that isn't supported by the extension [05:41:01] there's no discovery [05:41:12] Well, I never checked _this_ part of the extension! [05:41:15] gah, and a "return true" [05:41:16] Aaron|home: ill test it now and let ya know. I appreciate it. [05:41:19] Change merged: Siebrand; [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/23020 [05:41:25] yep, the hook requires that [05:41:50] Wikinaut: basically, you need to provide a discovery url that will give back the user's information if they are logged in, or allows them to log in if not [05:42:06] also, I notice that you provide a login form [05:42:11] that's not going to work [05:42:16] mmmhhh [05:42:26] you need to redirect to the real login form, then have it redirect back [05:42:34] this usually works [05:42:44] it definitely won't work for me [05:42:52] (mom) [05:43:07] I'm using: 1. ConfirmEdit 2. OATHAuth 3. LdapAuthentication [05:43:17] (checks the settings on his wikis) [05:43:18] if you don't use the real form, it bypasses all of those [05:43:51] Aaron|home: holy crap. It worked. [05:43:57] Ryan_Lane: can you try the defaults, i.e. do not set $wgOpenIDConsumerForce [05:44:02] I did [05:44:11] you sound surprised? [05:44:14] that doesn't do what I want it to do [05:44:15] also... [05:44:19] the login form is broken in that situation [05:44:23] then make sure that the user page WikiA exists !!! [05:44:31] ... [05:44:36] if there is no content, it does not work [05:44:37] if I log into the wiki, openid works [05:44:46] if I'm not logged into the wiki, then it fails [05:44:49] nono [05:44:53] it doesn't let me attempt to log in [05:44:56] man, '...' always makes me chuckle, every time [05:45:00] Aaron|home: well... usually I expect APIs to be poorly documented, in this case, you used the hook exactly like the API said. Also, thank you. [05:45:09] Do you mean "if I log into to WikiA" [05:45:41] if I attempt to log into wikiB while not already being logged into wikiA, then authentication fails [05:45:44] Aaron|home: Sorry. I type like I speak sometimes. I feel people relate better to IM conversations that way. Call me informal, but it's a habit. [05:45:49] if I'm already logged into wikiA, then it passes [05:45:54] Ryan_Lane: I understand ! [05:46:00] Aaron|home: IF you were talking to me. [05:46:02] basically, it's not giving me a chance to login [05:46:03] Now I know what you mean [05:46:20] The provider part of E:OpenID should do this: [05:46:39] that's only part of it, though. I don't want users to need to pass an OpenID url. I want the login link to pass them to wikiA and I want wikiA to do auto-discovery [05:46:43] if authentication request fails, the login (on WikiA) page must be called [05:46:53] yeah, that's not happening. [05:46:53] is this, what you mean ? [05:46:56] ok [05:46:59] but... [05:47:07] even if it did, the login form isn't right [05:47:14] because it reimplements it [05:47:23] ? [05:47:24] I have 3 other authentication extensions installed [05:47:38] if you reimplement the login form, they disappear [05:48:23] Ryan_Lane: but if WikiB (RP) requests authentication from WikiA, some login must be done on WikiA [05:48:29] I know [05:48:38] but the OpenID extension shouldn't present a login form [05:48:43] it should redirect to the login page [05:48:46] yes [05:48:49] and the login page should redirect back afterwards [05:48:52] that's not what happens right now [05:49:03] right now, you forward to Special:OpenIDServer/Login [05:49:09] which makes its own login form [05:49:11] I meant above: there's perhaps a bug in the RP-part of E:OpenID [05:49:13] that's not going to work [05:49:39] the whole workflow is broken [05:49:42] it's more than just a bug [05:50:05] No, I do not think that the workflow is broken [05:50:13] it is [05:50:31] think positive, pls [05:50:38] Special:OpenIDServer/Login <— this shouldn't exist [05:51:04] If you feel competent, pls. fix it. Start with the latest version. [05:51:09] this isn't a matter of thinking positive or negative [05:51:20] it's a matter of the extension not working as a provider [05:51:35] unless you only use mediawiki's built-in password authentication [05:52:00] if you use any other extension (central auth, or ldap, or oath) it is broken [05:52:09] Yes, I only used MW built-in authentication until now [05:52:38] it's just a matter of redirecting to the real login form with a returnto parameter [05:52:40] It is really necessay you file a bug https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki%20extensions&component=OpenID please [05:52:49] I will [05:52:56] I wanted to discuss it with you first [05:53:00] yes [05:53:00] there's a few bugs [05:53:23] and now I understand you [05:53:31] and your problem which I could never detect [05:53:45] because I only used WikiA with MW built-in authentication [05:53:52] well, autodiscovery is a normal thing [05:53:59] it's just missing from the extension [05:54:04] fixing that should be relatively easy [05:54:22] I kindly asked you to help (me) to fix that issue - you are the expert! [05:54:23] look in SpecialOpenIDXRDS.body.php [05:54:31] in "Auth" issues. [05:54:47] if $par isn't set, then it gives back a 404 [05:55:08] rather than doing so, it could provide the current logged in user [05:55:17] if no one is logged in, it could redirect to the login form [05:55:17] Ryan_Lane: I must leave now. Put everything intot the bug tracker, pls, so that we have a log [05:55:30] pls. talk on the bug... [05:55:34] ok [05:55:39] so nothing is left [05:55:46] CUL8R [05:55:54] ciao bye bye tschuess [05:58:12] 03(NEW) When used as a provider, if a user needs to login, then the extension should redirect to the login form - 10https://bugzilla.wikimedia.org/40067 normal; MediaWiki extensions: OpenID; (rlane32) [05:59:33] Ryan_Lane: go to bed! [05:59:44] way too early to go to bed ;) [06:03:29] 03(NEW) OpenID extension lacks autodiscovery when used as a provider - 10https://bugzilla.wikimedia.org/40068 normal; MediaWiki extensions: OpenID; (rlane32) [06:06:00] 03(NEW) Noexternalinterlang behaving eratically - 10https://bugzilla.wikimedia.org/40069 normal; MediaWiki extensions: WikidataClient; (smolensk) [06:11:02] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Derk-Jan Hartman) [06:13:02] Hello [06:55:34] 03(NEW) Please make Cortado path configurable - 10https://bugzilla.wikimedia.org/40070 normal; MediaWiki extensions: TimedMediaHandler; (faidon) [07:01:07] 03(FIXED) Motorola Defy+ not getting redirected - 10https://bugzilla.wikimedia.org/39984 +comment (10Tomasz Finc) [07:03:00] 03(mod) or.wiktionary.org Special:Statistics not updeted - 10https://bugzilla.wikimedia.org/39978 (10Srikant Kedia) [07:07:35] 03(mod) MobileFrontend breaks frontend caching in some cases - 10https://bugzilla.wikimedia.org/35842 +comment (10Tomasz Finc) [07:09:57] 03(mod) Remove Patrol from Fi-wiki - 10https://bugzilla.wikimedia.org/39942 +comment (10Dereckson) [07:10:51] 03(FIXED) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 +comment (10Gauravjuvekar) [07:12:46] 03(mod) Remove Patrol from Fi-wiki - 10https://bugzilla.wikimedia.org/39942 +comment (10Dereckson) [07:21:58] 03(FIXED) Break lines in review Gerrit comments - 10https://bugzilla.wikimedia.org/39767 -patch-in-gerrit ; +comment (10Dereckson) [07:29:42] New patchset: Daniel Werner; "New hook 'AfterFinalPageOutput' which is called at the end of OutputPage::output()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/14303 [07:33:55] New patchset: Daniel Werner; "New hook 'AfterFinalPageOutput' which is called at the end of OutputPage::output()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/14303 [07:42:05] 03(mod) Wikidata should not return 406 Not Acceptable - 10https://bugzilla.wikimedia.org/40032 +comment (10Daniel Kinzler) [07:49:09] New patchset: Nikerabbit; "Special:ManageMessageGroups fix" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23038 [07:50:08] 03(mod) Wikidata should not return 406 Not Acceptable - 10https://bugzilla.wikimedia.org/40032 +comment (10Daniel Kinzler) [07:56:10] New review: Daniel Kinzler; "@asher: the idea of this patch is to avoid silent database corruption due to premature implicite com..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21584 [07:57:56] New patchset: Raimond Spekking; "Show a proper subtitle if the user has no edit rights" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23039 [07:58:13] Is mediawiki developed with gerrit? [08:01:12] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10josmart) [08:01:44] New patchset: Raimond Spekking; "Add new WMF messages for WLM app" [translatewiki] (master) - https://gerrit.wikimedia.org/r/23040 [08:02:04] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/23040 [08:08:35] 03(mod) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Frieda Brioschi) [08:10:11] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 normal->major (10josmart) [08:14:11] New review: Daniel Kinzler; "minor stuff" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22706 [08:19:34] New patchset: Santhosh; "JsHint fixes - Move the invocation into the parens that contain the function." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23041 [08:33:41] hallo everyone, i have a problem with my wiki. my webhoster updated php to version 5.3. now im not able to login. in addition there is an errormessage in the top of the wiki. look here: http://o-wiki.net/index.php?title=Main_Page does anybody know whats wrong? or how i can fix this? best wishes, moritz [08:38:46] New review: Chughakshay16; "Krinkle i have looked over your comments, will post a patchset with all those changes.But just go ov..." [mediawiki/extensions/ConventionExtension] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22937 [08:43:23] Change abandoned: Santhosh; "abandoning" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22447 [08:43:31] morits: Is your Mediawiki version 1.15.1? Can you upgrade it to current version 1.19.2. [08:50:25] tale: i will try it. i hope i make no mistake [08:50:41] New patchset: Raimond Spekking; "Replace non standard 'tt' with 'code' for better HTML5 conformity" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/23042 [08:53:50] New patchset: Raimond Spekking; "Replace non standard 'tt' with 'code' for better HTML5 conformity" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23043 [08:54:24] New patchset: Tobias Gritschacher; "fixed selenium test for item disambiguation which failed when executed twice due to remainig old items with the same label" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23044 [08:57:06] New patchset: Raimond Spekking; "Fix UTF8 encoding" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/23045 [08:59:09] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23043 [09:01:39] 03(mod) Enable 'editinterface' flag on ptwikipedia - 10https://bugzilla.wikimedia.org/39905 +comment (10Dereckson) [09:05:46] New patchset: Daniel Kinzler; "Don't check for edit conflicts per default." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23046 [09:07:48] 03(NEW) Lost edithistory for User:Tostarpadius@svwiki - 10https://bugzilla.wikimedia.org/40071 normal; Wikimedia: Site configuration; (la.vallen) [09:10:04] Change merged: Daniel Kinzler; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22933 [09:12:35] Change merged: Daniel Kinzler; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/14303 [09:15:57] New review: Raimond Spekking; "some comments" [mediawiki/extensions/Comments] (master) C: 0; - https://gerrit.wikimedia.org/r/22015 [09:20:33] New review: Siebrand; "This will cause a merge conflict for patch 22361" [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23042 [09:20:33] Change merged: Siebrand; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/23042 [09:22:54] Change merged: Siebrand; [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/23045 [09:31:01] 03(NEW) Adding CSS semantic classes to changes list - 10https://bugzilla.wikimedia.org/40072 enhancement; MediaWiki: Special pages; (dereckson) [09:31:01] 03(mod) More specific CSS classes for Special:Contributions - 10https://bugzilla.wikimedia.org/39795 (10Dereckson) [09:31:04] New patchset: Rudolf.grossmann; "I18n of error messages. Use of parameters in messages." [mediawiki/extensions/GeoGebra] (master) - https://gerrit.wikimedia.org/r/23047 [09:32:03] 03(ASSIGNED) Adding CSS semantic classes to changes list - 10https://bugzilla.wikimedia.org/40072 +comment (10Dereckson) [09:33:10] 03(mod) More specific CSS classes for Special:Contributions - 10https://bugzilla.wikimedia.org/39795 +comment (10Dereckson) [09:36:55] New patchset: Dereckson; "(bug 39795) Add CSS classes to identify contributions items" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22030 [09:37:18] New review: Dereckson; "Rebased to master." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/22030 [09:44:17] New patchset: Jens Ohlig; "Special:ItemByTitle -- needless text removed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22737 [09:46:30] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22909 [09:48:02] New patchset: Rudolf.grossmann; "Replace some spaces by tabs." [mediawiki/extensions/GeoGebra] (master) - https://gerrit.wikimedia.org/r/23048 [09:57:31] New patchset: Rudolf.grossmann; "Added a few i18n messages using GeoGebra extension." [mediawiki/extensions/FormelApplet] (master) - https://gerrit.wikimedia.org/r/23049 [10:00:16] New patchset: Henning Snater; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [10:00:19] New patchset: Daniel Werner; "(bug 40047) links to sites after editing site-links working again" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23050 [10:00:53] 03(NEW) Add URL unconditionally to the result from wbsetsitelink - 10https://bugzilla.wikimedia.org/40073 normal; MediaWiki extensions: WikidataRepo; (jeblad) [10:01:00] 03(mod) Add URL unconditionally to the result from wbsetsitelink - 10https://bugzilla.wikimedia.org/40073 (10jeblad) [10:01:38] New patchset: Santhosh; "Fix Bug 39686 - Cancel button in settings should go to the previous context" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23051 [10:02:22] 03(FIXED) Cancel button in settings should go to the previous context - 10https://bugzilla.wikimedia.org/39686 +comment (10Santhosh Thottingal) [10:02:42] 03(mod) Cancel button in settings should go to the previous context - 10https://bugzilla.wikimedia.org/39686 (10Santhosh Thottingal) [10:03:11] New patchset: Jens Ohlig; "Special:ItemByTitle -- needless text removed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23052 [10:04:16] New review: Daniel Kinzler; "comments to Patch Set 14 have not been addressed" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22706 [10:04:41] Change abandoned: Jens Ohlig; "Gerrit is on drugs and hallucinates about a recursive merge that cannot be done." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22737 [10:07:40] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [10:09:16] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10Ralf Schmitt) [10:09:50] New patchset: Jens Ohlig; "Special:ItemByTitle -- needless text removed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23052 [10:11:31] hey, i want to update a mediawiki. i saved all old files and the database. i dezipped the mediawiki 19. should i now just upload the files? and replace the old files with this? [10:12:05] 03(NEW) wbsetsitelink api module should return link to page which then should be used by the UI when displaying the link - 10https://bugzilla.wikimedia.org/40074 normal; MediaWiki extensions: WikidataRepo; (Danweetz) [10:13:13] 03(mod) wbsetsitelink api module should return link to page which then should be used by the UI when displaying the link - 10https://bugzilla.wikimedia.org/40074 +comment (10Daniel Werner) [10:13:25] morits, It's best to put the new files into a new directory and copy/move the things like LocalSettings.php, extensions, and images that are specific to your wiki from the old directory into the new one and move the new one into the old one's place [10:15:09] morits, Sometimes we rename files (to be specific we usually move a bunch of files into a new subdirectory) in new releases and if you extract overtop it can lead to situations where files from old versions linger around and cause some bugs if your config happens to reference them. [10:15:15] Dantman: the old localsettings will work with the new wiki? and is that all? local settings, extensions and images? or are there more folders [10:15:38] ok [10:15:41] Generally those are what people modify [10:15:53] And yes the local settings will work [10:15:54] i will do this as you said [10:16:06] 03(mod) Add URL unconditionally to the result from wbsetsitelink - 10https://bugzilla.wikimedia.org/40073 (10jeblad) [10:16:12] thank you for your advise [10:17:06] yikes [10:17:06] https://commons.wikimedia.org/wiki/Category:Files_with_404_errors [10:17:07] 03(mod) wbsetsitelink api module should return link to page which then should be used by the UI when displaying the link - 10https://bugzilla.wikimedia.org/40074 (10jeblad) [10:17:12] there is a whole category of those ? [10:18:21] 03(mod) The UI should use site-link url's generated by the API's wbsetsitelink instead of building them by itself - 10https://bugzilla.wikimedia.org/40074 summary (10Daniel Werner) [10:18:41] 03(mod) The UI should use site-link url's generated by the API's wbsetsitelink instead of building them by itself - 10https://bugzilla.wikimedia.org/40074 (10Daniel Werner) [10:18:42] 03(mod) Add URL unconditionally to the result from wbsetsitelink - 10https://bugzilla.wikimedia.org/40073 (10Daniel Werner) [10:21:48] New patchset: Henning Snater; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [10:24:23] New patchset: Dereckson; "(bug 40072) Add semantic CSS classes to identify changes list items" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22030 [10:29:04] New review: Dereckson; "PS4: Switching from bug 39795 to 40072." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/22030 [10:31:01] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22453 [10:31:43] 03(mod) Adding CSS semantic classes to changes list - 10https://bugzilla.wikimedia.org/40072 +patch-in-gerrit; +comment (10Dereckson) [10:43:24] New patchset: John Erling Blad; "(Bug 40073) Add URL unconditionally to the result from wbsetsitelink" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23053 [10:44:40] 03(mod) Add URL unconditionally to the result from wbsetsitelink - 10https://bugzilla.wikimedia.org/40073 (10jeblad) [10:45:28] New review: Logicwiki; "Verified on Chrome, Firefox" [mediawiki/extensions/UniversalLanguageSelector] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/23051 [10:46:42] 03(NEW) Clean language code issues in wmf-config/InitialiseSettings.php - 10https://bugzilla.wikimedia.org/40075 normal; Wikimedia: Site configuration; (dereckson) [10:46:44] 03(mod) Tidy up wmf-config CommonSettings.php and InitialiseSettings.php - 10https://bugzilla.wikimedia.org/29902 (10Dereckson) [10:47:33] New patchset: Raimond Spekking; "Make Special:GlobalGroupPermissions more readable in read only modus" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23054 [10:50:12] hello [10:50:25] Are any people out there? [10:52:22] New review: Henning Snater; "- Daniel's comments to patch set 14 need to be addressed" [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22706 [10:53:33] I need to find a simple description of MediaWiki. I mean i have to describe what is MediaWiki to a layperson [10:53:40] Could someone help me? [10:54:30] ZoomClub: try https://en.wikipedia.org/wiki/MediaWiki [10:54:52] Its too complicated. [10:55:01] Need an easier explanation. [10:55:08] does the person know what a wiki is? [10:56:22] 03(mod) Clean language code issues in wmf-config/InitialiseSettings.php - 10https://bugzilla.wikimedia.org/40075 +comment (10Robin Pepermans (SPQRobin)) [10:56:53] So i have to explain to that guy what wiki is and after that try the following part with mediaWiki? [10:57:14] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10josmart) [10:57:32] ZoomClub: mediawiki is a software that allows you to have your own wiki, a website that anyone can edit. [11:00:02] ZoomClub: explaining MediaWiki to a person who does not know what a wiki is, sounds as promising as explaining Star Wars to someone who does not know what a movie is. [11:00:05] its working on a public server? [11:00:18] are you sure you understand what mediawiki is? [11:05:04] meh [11:05:09] you don't need to know what wiki is [11:05:15] to understand what m ediawiki is [11:05:25] mediawiki is software that allows to make sites that anyone can edit [11:05:26] easy! [11:06:26] agree [11:07:11] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23041 [11:07:13] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23035 [11:10:06] New review: John Erling Blad; "Could it be some hidden dependency? Got this while running group Wikibase. It still persist after a ..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [11:11:21] hey everyone, im trying to update a wiki. Dantman gave me the advice to extract the data to a new folder and to copy the extensions and image folder and the localsetteings.php. should i first copy the files and run the update afterwards, or should i first run the update and then copy those files? [11:12:24] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [11:18:03] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22919 [11:18:48] New patchset: Santhosh; "Whitespace cleanup, remove deprecated methods" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23055 [11:19:29] 03(FIXED) Narayam compatibility with ULS - 10https://bugzilla.wikimedia.org/39096 (10Santhosh Thottingal) [11:21:05] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23044 [11:21:34] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [11:26:10] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22922 [11:31:12] New review: John Erling Blad; "Going to take an additional look on this later after the rest of the stuff is merged." [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/22917 [11:32:31] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22923 [11:38:00] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22928 [11:40:49] how can I get an rss feed of special:latest changes to include bot edits? [11:42:00] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10Artem A Klevtsov) [11:52:00] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10josmart) [11:53:04] 03(VERIFIED) Narayam compatibility with ULS - 10https://bugzilla.wikimedia.org/39096 (10Srikanth Logic) [11:53:51] New review: John Erling Blad; "Not totally confident in handling of late conflicts, but for now this seems fine." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23046 [11:53:51] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23046 [11:53:58] New patchset: Daniel Kinzler; "Use EditEntity to implement undo/restore" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22917 [11:54:27] New review: Daniel Kinzler; "should be fixed by I7e63ae3d and should now work after the rebase." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [11:57:52] New review: John Erling Blad; "Seems like spourious stuff are in the i18n-file." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23052 [11:58:14] New patchset: Santhosh; "Fix Bug 39529 - Display settings section should be selected by default" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23056 [11:59:06] 03(ASSIGNED) Display settings section should be selected by default - 10https://bugzilla.wikimedia.org/39529 +comment (10Santhosh Thottingal) [12:00:46] hey everyone, im trying to update a wiki. Dantman gave me the advice to extract the data to a new folder and to copy the extensions and image folder and the localsetteings.php. should i first copy the files and run the update afterwards, or should i first run the update and then copy those files? [12:01:47] morits, files then update. All the update does is make any changes to the database that needs to be done. So if you do it with the old files it does nothing. [12:04:42] Dantman, thank you very much! [12:06:29] New patchset: Daniel Kinzler; "Don't use fixed internal IDs for test sites." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23057 [12:06:36] New review: John Erling Blad; "Seems like its working now." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23050 [12:06:36] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23050 [12:06:43] New patchset: Daniel Kinzler; "Avoid nested transactions in SiteObject::save." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23058 [12:08:27] anyone know where the banner part of the collection result page is coming from ? https://en.wikipedia.org/w/index.php?title=Special:Book&bookcmd=rendering&return_to=%2896391%29+1998+CZ1&collection_id=01f90087eb26c62e&writer=rl&uselang=qqx [12:12:16] Change abandoned: Daniel Kinzler; "will be replaced by more complete & consise patch" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23057 [12:14:27] New review: John Erling Blad; "Aw.... :)" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [12:14:40] Danntman, btw: is it a problem to update from version 1.6 to 1.19? or will it work normal [12:14:59] 03(ASSIGNED) Tidy up wmf-config CommonSettings.php and InitialiseSettings.php - 10https://bugzilla.wikimedia.org/29902 +comment (10Dereckson) [12:17:18] do we not have a good way to add internal links to messages causing them to become 'external' other than by using a plainlinks span around them ? [12:18:10] New patchset: Daniel Kinzler; "Don't allow setting of internal IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23060 [12:18:33] Brooke: 21:00 < Brooke> Dereckson: Yo. [12:18:33] 21:00 < Brooke> Dereckson: If you're looking for a fun challenge: . :-) [12:19:06] Brooke: done for step 1. [12:19:19] (well, "done"... "to review") [12:20:07] thedj[work]: I guess SieBrand would know that [12:20:13] grr. [12:20:18] gerrit seems dead. [12:20:22] Indeed. [12:20:29] Checked from my home and server connections. [12:25:27] ...doing rev_id from 337601 to 337800 [12:25:36] 03(mod) Creating new accounts causes database error on PostgreSQL - 10https://bugzilla.wikimedia.org/38925 +comment (10Karun) [12:25:38] I wonder how long this is going to take [12:25:39] lol [12:26:18] New patchset: Daniel Kinzler; "Fixed 2 bugs in TestSites::insertIntoDb()" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23061 [12:28:53] 03(mod) IP Block query fails with External auth - 10https://bugzilla.wikimedia.org/38907 (10Karun) [12:28:55] 03(mod) PostgreSQL/pgsql support (tracking) - 10https://bugzilla.wikimedia.org/384 (10Karun) [12:29:21] 03(ASSIGNED) Clean language code issues in wmf-config/InitialiseSettings.php - 10https://bugzilla.wikimedia.org/40075 +comment (10Dereckson) [12:30:59] gerrit slow for me only? [12:31:35] Nikerabbit: no, times out for me [12:31:36] 03(mod) No results on CheckUser query from 127.0.0.1 on PostgreSQL - 10https://bugzilla.wikimedia.org/37971 (10Karun) [12:31:39] 03(mod) PostgreSQL/pgsql support (tracking) - 10https://bugzilla.wikimedia.org/384 (10Karun) [12:32:23] Nikerabbit: git review seems to work, but the web frontend doesnt [12:32:50] fast again [12:33:17] yea, wfm now [12:33:54] 03(mod) IndexPager::reallyDoQuery (BlockListPager) when searching for blocked IP - 10https://bugzilla.wikimedia.org/33612 (10Karun) [12:34:51] 14(WFM) IndexPager::reallyDoQuery (BlockListPager) when searching for blocked IP - 10https://bugzilla.wikimedia.org/33612 +comment (10Karun) [12:40:49] 03(mod) RuntimeError: command failed with returncode 256 - 10https://bugzilla.wikimedia.org/38187 +comment (10Artem A Klevtsov) [12:45:08] New review: Daniel Kinzler; "That's odd - seems related to Ifa012949, but I can't imagine how you'd have the old implementation b..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [12:54:26] New patchset: Daniel Kinzler; "Use EditEntity to implement undo/restore" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22917 [12:54:50] New review: Daniel Kinzler; "fixed bad auto-merge" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [12:56:57] Hi hashar. Could you moved this file? This is needed by the config change you merged. https://bugzilla.wikimedia.org/show_bug.cgi?id=38036#c1 [12:57:06] (it's the si. favicon) [12:58:03] New patchset: TheDJ; "(bug 36855) escape literal % in tex input" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23063 [12:58:25] 03(mod) MathJax treats percent sign (%) as start of a comment - 10https://bugzilla.wikimedia.org/36855 +patch-in-gerrit; +comment (10Derk-Jan Hartman) [13:06:12] New patchset: Daniel Kinzler; "Fixed 3 bugs in TestSites::insertIntoDb()" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23061 [13:06:56] Change merged: Siebrand; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23055 [13:08:05] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23056 [13:08:25] 03(mod) Limit scope of title-based syntax highlighting - 10https://bugzilla.wikimedia.org/39609 +comment (10Phil Boswell) [13:09:00] Nikerabbit, after upgrading 1.18 -> 1.19 messages like go missing... what was the fix for that again? [13:12:11] 03(mod) MathJax don't render correctly in TOC - 10https://bugzilla.wikimedia.org/38641 +comment (10Derk-Jan Hartman) [13:12:23] New patchset: Karun; "bug35043 added check for '" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23064 [13:13:24] 03(NEW) Script like HotCat for suggesting categories in UW - 10https://bugzilla.wikimedia.org/40076 enhancement; MediaWiki extensions: UploadWizard; (firilacroco) [13:14:32] New review: Nikerabbit; "Please see my inline comments." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23055 [13:16:09] Change merged: Daniel Kinzler; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23053 [13:16:11] 03(ASSIGNED) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 -shell +patch-in-gerrit +shellpolicy; +comment (10Dereckson) [13:17:06] 03(mod) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Dereckson) [13:17:07] New patchset: Tobias Gritschacher; "added setup and teardown methods to selenium tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23066 [13:17:57] Dantman: maybe rebuild localisationcache [13:18:41] Tried that, didn't work... [13:18:58] I'll try using --force this time [13:19:40] 03(NEW) ApiSetItem needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 normal; MediaWiki extensions: WikidataRepo; (daniel.kinzler) [13:20:03] 03(mod) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 summary (10Daniel Kinzler) [13:21:13] 03(mod) Math error showing in hebrew - 10https://bugzilla.wikimedia.org/38720 +comment (10Derk-Jan Hartman) [13:22:31] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Dereckson) [13:23:21] Dantman: i usually trunk the l10n_cache table in the database. [13:23:27] * truncate [13:25:26] 03(NEW) Sites class needs a way to get all sites of a given group - 10https://bugzilla.wikimedia.org/40078 normal; MediaWiki extensions: WikidataRepo; (daniel.kinzler) [13:25:40] 03(mod) Sites class needs a way to get all sites of a given group - 10https://bugzilla.wikimedia.org/40078 (10Daniel Kinzler) [13:25:41] 03(mod) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 (10Daniel Kinzler) [13:27:25] New patchset: John Erling Blad; "(Bug 39839) Add a faster method for "userWasLastToEdit"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22200 [13:27:30] New patchset: Jens Ohlig; "Special:ItemByTitle -- needless text removed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23052 [13:27:51] New patchset: Santhosh; "Correct selectors, and formatting" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23067 [13:28:10] New review: Santhosh; "Fixed the comments for Niklas in I0016246c" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23055 [13:28:49] 03(mod) wrong favicon on siwiki and siwiktionary - 10https://bugzilla.wikimedia.org/38036 +comment (10Antoine "hashar" Musso) [13:31:16] Note to self... trying to rebuild the localization cache in 64-threadded mode will lead to DDoSing your own database... [13:31:41] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Erik Zachte) [13:32:20] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 (10Erik Zachte) [13:32:44] New patchset: Tobias Gritschacher; "added setup and teardown methods to selenium tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23066 [13:33:25] 03(FIXED) wrong favicon on siwiki and siwiktionary - 10https://bugzilla.wikimedia.org/38036 (10Dereckson) [13:33:52] 03(mod) "You cannot post a blank message" error on every summary edit - 10https://bugzilla.wikimedia.org/39773 (10mybugs.mail) [13:34:59] 03(mod) Turkish need lc / uc methods - 10https://bugzilla.wikimedia.org/33643 +comment (10Antoine "hashar" Musso) [13:35:08] 03(mod) MathJax zoomed preview shouldn't be hidden when "click-dragged" on - 10https://bugzilla.wikimedia.org/36091 +upstream (10Derk-Jan Hartman) [13:35:26] Change merged: J; [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/22580 [13:35:53] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/22579 [13:35:58] Truncating the table worked. [13:36:23] ...we really shouldn't make manual database interaction a requirement. [13:36:36] 03(NEW) Cannot override default site links from client to repo - 10https://bugzilla.wikimedia.org/40079 normal; MediaWiki extensions: Wikidata; (nischayn22) [13:36:46] 03(mod) Mathjax font is too small - 10https://bugzilla.wikimedia.org/38752 +comment (10Derk-Jan Hartman) [13:36:49] 03(ASSIGNED) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Dereckson) [13:37:18] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Dereckson) [13:40:10] 03(mod) WikiStats article statistics should include all content namespaces - 10https://bugzilla.wikimedia.org/35198 +comment (10Nemo_bis) [13:40:52] 03(mod) Turkish need lc / uc methods - 10https://bugzilla.wikimedia.org/33643 +comment (10Vito Genovese) [13:40:55] 03(mod) Set up SemanticForms on AcaWiki - 10https://bugzilla.wikimedia.org/39843 normal->15enhancement; +comment (10Dereckson) [13:40:57] mediawiki is maintained on gerrit. [13:41:01] gerrit [13:41:51] 03(mod) WMF logo in wikimedia.org should be moved to the footer - 10https://bugzilla.wikimedia.org/39842 +design; +comment (10Dereckson) [13:42:40] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Nemo_bis) [13:44:19] New patchset: TheDJ; "(bug 35556) Allow MathJax to report errors." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23069 [13:44:39] 03(mod) Errors in TeX code should be reported to users using MathJax - 10https://bugzilla.wikimedia.org/35556 +patch-in-gerrit; +comment (10Derk-Jan Hartman) [13:45:07] 03(NEW) Count error on paging - 10https://bugzilla.wikimedia.org/40080 normal; Wikimedia: General/Unknown; (bknliem) [13:46:13] New review: John Erling Blad; "Seems okey, will try to merge it." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22917 [13:46:20] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22917 [13:46:45] 03(NEW) Count error on category content - 10https://bugzilla.wikimedia.org/40081 normal; Wikimedia: General/Unknown; (bknliem) [13:46:59] New patchset: Tobias Gritschacher; "added setup and teardown methods to selenium tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23066 [13:47:34] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Brett Zamir) [13:51:38] 03(mod) Add Anexos to content namespaces on Portuguese and Spanish Wikipedia - 10https://bugzilla.wikimedia.org/39866 +comment (10Dereckson) [13:52:04] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23067 [13:53:08] 03(NEW) You have a new message -- error on idwp - 10https://bugzilla.wikimedia.org/40082 normal; Wikimedia: General/Unknown; (bknliem) [13:53:25] New patchset: Nikerabbit; "'prefix' code path spew warnings" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23070 [13:54:57] 03(mod) Add "autoreviewer" to $wgRestrictionLevels on ptwiki - 10https://bugzilla.wikimedia.org/39652 +comment (10Dereckson) [14:00:58] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23052 [14:02:56] New patchset: Nikerabbit; "Fix path to dev" [translatewiki] (master) - https://gerrit.wikimedia.org/r/23071 [14:03:38] 03(mod) Rename "chapcomwiki" to "affcomwiki" - 10https://bugzilla.wikimedia.org/39482 +shellpolicy; +comment (10Dereckson) [14:06:17] New patchset: Nikerabbit; "Add Waymarked Trails Help" [translatewiki] (master) - https://gerrit.wikimedia.org/r/23072 [14:07:12] Change merged: Nikerabbit; [translatewiki] (master) - https://gerrit.wikimedia.org/r/23072 [14:07:39] New patchset: Matthias Mullie; "refactor AFT allowance checks" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/21884 [14:07:39] New patchset: Umherirrender; "(bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_title" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17894 [14:08:04] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17894 [14:10:34] 03(FIXED) Remove field cat_hidden from table category - 10https://bugzilla.wikimedia.org/32552 +comment (10Umherirrender) [14:16:50] Change merged: SPQRobin; [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/20668 [14:16:54] New review: Umherirrender; "> Or do you mean more than one link per lang?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17912 [14:18:20] New patchset: TheDJ; "(bug 35478) Refactor MathJax loader" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23073 [14:18:45] 03(mod) Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js - 10https://bugzilla.wikimedia.org/35478 -patch-need-review +patch-in-gerrit; +comment (10Derk-Jan Hartman) [14:18:54] New patchset: Burthsceh; "Escape and describe messages, and fix a typo" [mediawiki/extensions/RevisionCommentSupplement] (master) - https://gerrit.wikimedia.org/r/21601 [14:19:38] New review: John Erling Blad; "The whole transaction level thingy seems to be a little fragile to me, but it doesn't break anything" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23058 [14:19:38] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23058 [14:21:55] 03(mod) Animation of menu is rather slow. - 10https://bugzilla.wikimedia.org/25039 (10mybugs.mail) [14:22:35] 03(mod) Animation of menu is rather slow. - 10https://bugzilla.wikimedia.org/25039 (10mybugs.mail) [14:22:55] New patchset: Tobias Gritschacher; "added setup and teardown methods to selenium tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23066 [14:30:40] 03(mod) Rename "chapcomwiki" to "affcomwiki" - 10https://bugzilla.wikimedia.org/39482 +comment (10Tomasz W. Kozłowski) [14:31:33] New review: Burthsceh; "I modified few messages in grammar. I added a link of Special:Log at show in Special:RevisionComment..." [mediawiki/extensions/RevisionCommentSupplement] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/21601 [14:31:34] Change merged: Burthsceh; [mediawiki/extensions/RevisionCommentSupplement] (master) - https://gerrit.wikimedia.org/r/21601 [14:31:34] 03(mod) Script like HotCat for suggesting categories in UW - 10https://bugzilla.wikimedia.org/40076 +comment (10Daniel P.) [14:34:00] New patchset: Matthias Mullie; "Bug 39754 - Feedback Page on iPad - Hide My Post Flyout Issues" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/23075 [14:37:16] 03(mod) Feedback Page on iPad - Hide My Post Flyout Issues - 10https://bugzilla.wikimedia.org/39754 +comment (10Matthias Mullie) [14:38:40] 03(mod) Rename "chapcomwiki" to "affcomwiki" - 10https://bugzilla.wikimedia.org/39482 -shellpolicy ; +comment (10jeremyb) [14:40:25] New review: John Erling Blad; "Fails with a lot of errors." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23061 [14:40:43] 03(NEW) Preview broken on thread reply posting/edit (nothing happens) - 10https://bugzilla.wikimedia.org/40083 normal; MediaWiki extensions: LiquidThreads; (federicoleva) [14:40:44] 03(mod) MediaWiki bugs to be fixed for 1.20wmf11 deployment (tracking) - 10https://bugzilla.wikimedia.org/39841 (10Nemo_bis) [14:41:18] 03(mod) "You cannot post a blank message" error on every summary edit - 10https://bugzilla.wikimedia.org/39773 +comment (10Nemo_bis) [14:41:19] New review: John Erling Blad; "There was 1 error:" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/23060 [14:45:24] 03(ASSIGNED) fr.wikiquote Babel malfunction - 10https://bugzilla.wikimedia.org/39472 normal->15enhancement; +comment (10Dereckson) [14:48:58] New review: Daniel Werner; "Getting an error when running our tests which don't happen on master." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23060 [14:49:29] 03(mod) Rename "chapcomwiki" to "affcomwiki" - 10https://bugzilla.wikimedia.org/39482 +comment (10Dereckson) [14:56:42] New patchset: John Erling Blad; "(Bug 38675) Review Wikibase API error handling" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23078 [14:58:25] 03(WONTFIX) Update call of User::getGroupMember in Special:GlobalUsers - 10https://bugzilla.wikimedia.org/31615 +comment (10Umherirrender) [14:59:05] New review: Dereckson; "If the vulnerability were related to wgProofreadPageNamespaceIds, yes." [mediawiki/extensions/ProofreadPage] (master) C: 0; - https://gerrit.wikimedia.org/r/17643 [14:59:24] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23078 [15:00:03] 03(mod) Support Chinese on WebFonts - 10https://bugzilla.wikimedia.org/31791 +comment (10shi zhao) [15:02:19] New patchset: TheDJ; "(bug 35188) Remove the inline \displaystyle from tex when we forcefully add it." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23079 [15:02:46] 03(mod) Determine block mode vs. inline mode properly for MathJax - 10https://bugzilla.wikimedia.org/35188 +comment (10Derk-Jan Hartman) [15:03:05] New review: Dereckson; "Reedy issues in patch set 4 has been resolved in patch set 5." [mediawiki/extensions/ProofreadPage] (master) C: 1; - https://gerrit.wikimedia.org/r/17643 [15:04:58] New review: Kghbln; "See my inline comments on the spots I identified. However, this is not a general review of the code ..." [mediawiki/extensions/BreadCrumbs] (master) C: -1; - https://gerrit.wikimedia.org/r/22935 [15:06:07] New patchset: Umherirrender; "(bug 24502) Allow multiple langlinks to same language" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17912 [15:06:21] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17912 [15:08:36] New review: Dereckson; "Commit message issue." [mediawiki/extensions/ProofreadPage] (master) C: -1; - https://gerrit.wikimedia.org/r/21735 [15:09:21] New review: Daniel Kinzler; "Needs I471cdb9a to be merged first, I guess." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23060 [15:11:06] New patchset: Umherirrender; "Add separate fa_sha1 field to filearchive table" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17512 [15:11:09] New review: Dereckson; "Looks good." [mediawiki/extensions/ProofreadPage] (master) C: -1; - https://gerrit.wikimedia.org/r/22297 [15:11:22] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17512 [15:13:40] 03(mod) Add hook to info action to allow extensions to add extra information to a pages info - 10https://bugzilla.wikimedia.org/38559 +comment (10Krenair) [15:15:56] New review: Dereckson; "Code ok." [mediawiki/extensions/ProofreadPage] (master) C: -1; - https://gerrit.wikimedia.org/r/21347 [15:17:25] New patchset: Umherirrender; "(bug 12681) 'new message' bar above the page title" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4549 [15:17:41] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4549 [15:19:16] New patchset: Tpt; "Small improvements in the UI of the page edition and a few cosmetic changes" [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/21735 [15:23:21] New patchset: Tpt; "(bug 36070) Add of support of non-arabic page number in page namespace." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/22297 [15:24:49] New review: Tpt; "Patch set 2: Cosmetic change in the commit message" [mediawiki/extensions/ProofreadPage] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22297 [15:24:58] 03(mod) Script like HotCat for suggesting categories in UW - 10https://bugzilla.wikimedia.org/40076 +comment (10Mark Holmquist) [15:24:59] 03(mod) Category suggestion is case sensitive - 10https://bugzilla.wikimedia.org/28740 +comment (10Mark Holmquist) [15:25:57] 03(mod) Script like HotCat for suggesting categories in UW - 10https://bugzilla.wikimedia.org/40076 +comment (10Mark Holmquist) [15:29:04] 03(mod) Syntax error in SPARQL INSERT/DELETE DATA requests when default graph not set (1.7.1) - 10https://bugzilla.wikimedia.org/37575 +comment (10Francesco Panico) [15:29:20] 03(mod) wrong favicon on siwiki and siwiktionary - 10https://bugzilla.wikimedia.org/38036 +comment (10Pasindu Kavinda) [15:29:42] New patchset: Daniel Kinzler; "Require EDIT_NEW for item creation." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23083 [15:30:26] 03(mod) Syntax error in SPARQL INSERT/DELETE DATA requests when default graph not set (1.7.1) - 10https://bugzilla.wikimedia.org/37575 +comment (10Francesco Panico) [15:31:32] New review: Nikerabbit; "Was this tested?" [mediawiki/extensions/Math] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23073 [15:31:39] New patchset: Tpt; "(bug 27558) Add of a support of wiki links to proofreadpage_page_status" [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/21347 [15:35:37] I set up a wiki but I get this error [15:35:38] (Can't contact the database server: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file [15:37:20] fppp: this is a problem with your mysql setup. ask in #mysql or better, ask your system administrator. [15:37:31] oh, and don't use mysql 4.x :) [15:39:55] Change merged: Tpt; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/21347 [15:41:26] Change merged: Tpt; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/22299 [15:44:37] I don't use mysql 4.x though, so it's a bit weird I get that error [15:45:33] 04(REOPENED) Favicon for siwiki - 10https://bugzilla.wikimedia.org/32825 +comment (10Pasindu Kavinda) [15:47:58] 03(mod) [REGRESSION] jquery.badge.js now only accepts numbers - 10https://bugzilla.wikimedia.org/40059 +comment (10Rainer@Rillke.eu) [15:52:18] 03(NEW) wrong value in sparql query fo - 10https://bugzilla.wikimedia.org/40084 normal; MediaWiki extensions: Semantic MediaWiki; (fpanico) [15:54:37] 03(mod) wrong value in sparul query if the property value is a redirect page - 10https://bugzilla.wikimedia.org/40084 normal->04BLOCKER; summary (10Francesco Panico) [15:55:51] New patchset: Daniel Kinzler; "Fixed 4 bugs in TestSites::insertIntoDb()" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23061 [15:59:09] New patchset: MarkTraceur; "Fixing more tests" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/21343 [16:01:16] New patchset: Daniel Kinzler; "Don't allow setting of internal IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23060 [16:04:15] New review: MarkTraceur; "I can't test on a newer GCC, but it works for me. If it works for y'all, that seems like a win." [mediawiki/extensions/Parsoid] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/22841 [16:05:16] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23061 [16:06:35] New patchset: Daniel Kinzler; "ApiLinkTitles should set bot flag only if asked to." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23084 [16:07:29] New review: Daniel Werner; "@Siebrand: Not developed by the Wikidata team at least, I might poke at it in my free time though." [mediawiki/extensions/StickToThatLanguage] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/17889 [16:08:21] Can I ask questions? [16:08:37] !ask | ellif [16:08:37] ellif: Hi, how can we help you? Just ask your question. [16:09:01] (one day, someone will change that message to something terrible and mean and it will ruin someone's day) [16:09:18] ellif: We're happy to help :) [16:10:00] 1. my wiki can't make full support of Template in wikipedia-ko. [16:10:21] 2. I can make run my wiki with poem extension. [16:11:04] 1a. So, What exteension I have to install more? [16:11:10] http://ellif.tk/lif2/index.php?title=%ED%98%B8%EC%BF%A0%ED%98%B8%EC%BF%A0%EC%84%A0 [16:11:25] Here's the problem page. [16:11:50] Pretty slow server? [16:12:03] 03(ASSIGNED) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Dereckson) [16:14:55] marktraceur, not problem of server, but my wiki can't handle this templates in this article. [16:15:02] Ah [16:15:27] !infobox | ellif [16:15:27] ellif: https://en.wikipedia.org/wiki/Template:Infobox [16:15:33] hm, no, that's not it. [16:15:42] !parserfunctions | ellif [16:15:42] ellif: "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [16:15:48] *nod* [16:15:49] @search infobox [16:15:49] Results (Found 1): infobox, [16:15:59] !e Poem | ellif [16:16:00] ellif: https://www.mediawiki.org/wiki/Extension:Poem [16:16:09] but we also somehwere have a warning about templates from wikiepdia. these are hard to copy [16:16:20] @search wikipedia [16:16:20] Results (Found 23): bot, bunching, charinsert, cheatsheet, compare, corn, credit, cron, editing, export, hosting, iis404, infobox, interwiki, patch, purge, pywikipediabot, refresh, shell, stroopwafels, testwiki, wikipedia, wp, [16:16:41] hm, whatever [16:16:44] !templateproblems | ellif [16:16:44] ellif: The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and enabling HTML Tidy . Also make sure you copied dependency templates, see [16:17:02] DanielK_WMDE: http://toolserver.org/~mwbot/botbrain.html <-- much more helpful [16:17:22] marktraceur: if it works :( [16:17:26] err, :) [16:17:31] *nod* [16:17:32] um problem in poem extension is If I include it in Localsettings.php, It didn't works. [16:17:44] ellif: didn't work how? [16:18:10] ah... [16:18:16] !copytemplates | ellif [16:18:16] ellif: For help copying templates from one wiki to another, see < http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another >. [16:18:21] elif: That template has other problems, you didn't import the templates it depends on [16:18:22] !templateproblems | ellif [16:18:22] ellif: The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and enabling HTML Tidy . Also make sure you copied dependency templates, see [16:18:25] there we go :) [16:18:26] Yeah read those [16:18:48] * marktraceur seriously just said those things :P [16:18:52] OK now I configurate poem extension, and not works. [16:19:03] marktraceur: sorry, i eas just so happy that i found them ;) [16:19:04] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Roan Kattouw) [16:19:17] ellif: Do you get an error message? Can you paste it somewhere so we can see? [16:19:32] ellif: does it show an error? is it listed on Special:Version? how do you know it does not work? do you have an example? [16:19:56] New review: MarkTraceur; "I'm on it--I may need some guidance as to when 'emit' and when '$$'." [mediawiki/extensions/Parsoid] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22849 [16:20:19] marktraceur, DanielK_WMDE, just get in http://ellif.tk/lif2 [16:20:47] ellif: Could you paste the server logs somewhere? [16:20:55] ellif: you'll have to enable php debugging to find out what's going wrong. or dig into the webserver's error file [16:20:59] probably just a file permission [16:21:05] !blankpage | ellif [16:21:05] ellif: A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [16:21:13] Ooh, cool [16:21:22] Didn't know about that one [16:21:27] Um...Because I dinot have server, I have to ask server admin [16:21:35] dinot->didn't [16:21:55] ellif: We're around all the time, so come back whenever you can :) [16:21:56] ellif: you should have some way to see the server logs or at least enable php error reporting even on a shared host. ask about that [16:22:55] OK, but first of all, I'll down parserfunctions:) [16:25:00] New review: MarkTraceur; "Rebased (it took quite a bit of trouble, too)" [mediawiki/extensions/Parsoid] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21343 [16:25:24] New patchset: TheDJ; "Add support to MathJax for RGB colors" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23088 [16:27:25] New patchset: TheDJ; "(bug 35478) Refactor MathJax loader" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23073 [16:27:35] New review: Daniel Werner; "Especially important, my note from line 170, EditableValue.Interface.js" [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22891 [16:27:46] Change merged: Tpt; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/22297 [16:28:42] New review: TheDJ; "I have tested this on my local install and it seems to work. It was a shame that we still had this l..." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23073 [16:30:45] Ah, Problem fixed. poem extension was not $IP/Extensions/Poem, $IP/Extensions/Poem/Poem (...) [16:31:09] And one more question. [16:33:36] !access [16:33:36] For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [16:33:48] New patchset: AABoyles; "Fixed Session bug, attempting to follow Style Guidelines" [mediawiki/extensions/BreadCrumbs] (master) - https://gerrit.wikimedia.org/r/22935 [16:33:53] New patchset: Henning Snater; "removed invalid HTML structures" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23089 [16:34:24] 03(mod) Remove (or improve) hack for integrals from wiki2jax.js - 10https://bugzilla.wikimedia.org/35477 +comment (10Derk-Jan Hartman) [16:36:27] 03(mod) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Max Semenik) [16:37:30] I followed instructions at http://www.mediawiki.org/wiki/Manual:Security#Upload_security , but mediawiki installtaion still warns me of upload security. [16:38:01] !infobox [16:38:02] https://en.wikipedia.org/wiki/Template:Infobox [16:38:24] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Marco Aurelio) [16:42:58] 03(mod) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Dereckson) [16:47:01] 03(mod) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Dereckson) [16:47:36] 03(mod) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Dereckson) [16:47:58] It's impossible to put an URL to this bug. [16:48:15] MaxSem: http://tinyurl.com/gerrit23065 or https://gerrit.wikimedia.org/r/gitweb?p=operations%2Fmediawiki-config.git;a=commit;h=ef17e614e0df8d2824b30c7f33d50d83110fe12c [16:48:48] the Gerrit + number parsing is buggy and cut URLs. [16:49:04] 03(NEW) Overlap of text and icons at Special:AbuseFilter/test - 10https://bugzilla.wikimedia.org/40085 trivial; MediaWiki extensions: AbuseFilter; (maurelio) [16:49:06] thanks [16:50:56] Dereckson, basically I looked for this change to -2 it cause increasing the limit is the wrong way to deal with it [16:51:46] New review: Brian Wolff; "$wgGDAlwaysResample needs entry in DefaultSettings.php." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/22945 [16:52:38] 03(ASSIGNED) Add portal namespace at sewiki - 10https://bugzilla.wikimedia.org/39206 -shellpolicy +shell; +comment (10Dereckson) [16:53:12] MaxSem: the extension doesn't cache the feed? [16:53:36] New patchset: MarkTraceur; "[C++] Adding some tokenizer rules (first wave)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22849 [16:54:53] it does. however, large limit + complex pages + cache pollution = DoS vector [16:55:01] New patchset: Henning Snater; "setting HTML language attributes on site links table and input boxes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [16:55:07] New review: Daniel Werner; "All selenium tests should run over this at least once." [mediawiki/extensions/Wikibase] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/23089 [16:55:22] MaxSem: and a 70 entries feed is a large limit ? oO [16:55:36] So it looks like that Git-review update broke it... [16:55:43] alex@alex:/var/www/MediaWiki/Git/core$ git review -d 22910 [16:55:43] Could not parse json query response: 'generator' object has no attribute 'next' [16:56:02] imagine someone putting Obama into every day's feeed entry [16:56:04] !g 22910 [16:56:04] https://gerrit.wikimedia.org/r/#q,22910,n,z [16:56:08] 03(NEW) can just type capital letters in username field - 10https://bugzilla.wikimedia.org/40086 normal; WikiLoves Monuments Mobile: Login; (dzahn) [16:57:44] New patchset: Henning Snater; "removed invalid HTML structures" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23089 [17:00:05] New review: Adamw; "Something in this change is preventing access to the admin tabs. For example, if I visit Special:Ce..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22887 [17:00:56] MaxSem: okay [17:01:22] 03(mod) Many character sets don't work in texvc - 10https://bugzilla.wikimedia.org/798 summary; +comment (10Derk-Jan Hartman) [17:01:47] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22892 [17:02:26] New patchset: GWicke; "Fixing more tests" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/21343 [17:02:43] 03(mod) The "No higher resolution available." on SVG file pages is misleading - 10https://bugzilla.wikimedia.org/39538 +comment (10Bawolff) [17:02:59] 03(WONTFIX) Set $wgFeaturedFeedsDefaults['limit'] = 70 on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Dereckson) [17:03:27] MaxSem: draft deleted [17:03:34] bawolff: lol, we have that ? patch coming up ! [17:04:06] New review: Aaron Schulz; "I agree with just using warnings for now and dealing with transactions with some extra thought." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21584 [17:05:04] thedj: I think so. That wouldn't catch things like office documents, which may suffer from the same issue, I'm not sure [17:05:51] 04(REOPENED) Make feeds update once per week on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 summary; +comment (10Max Semenik) [17:06:33] no, they all return 0x0 for thumbs, which is special cased already [17:08:50] oh ok, then isVectorized sounds perfect [17:09:08] Platonides: ee39f5f7c53af38b6b727294e88c901a83bcda14 <-- why is the UPDATE there for the exists() case? [17:09:52] lol, i actually added isVectorized I see now... [17:11:12] New review: Adamw; "Works on gcc 4.7.1" [mediawiki/extensions/Parsoid] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/22841 [17:15:39] 03(mod) Add portal namespace at sewiki - 10https://bugzilla.wikimedia.org/39206 +comment (10Dereckson) [17:17:34] How I grow basic font size in mediawiki? [17:17:35] New patchset: Aaron Schulz; "Avoid redundant logging UPDATE query." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23090 [17:21:30] 03(mod) fr.wikiquote Babel malfunction - 10https://bugzilla.wikimedia.org/39472 +comment (10JackPotte) [17:22:28] New review: GWicke; "My understanding is that the c++0x flag is not going to be around forever, but I have not checked th..." [mediawiki/extensions/Parsoid] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22841 [17:24:01] New patchset: TheDJ; "(bug 39538) SVG filepages do not need the file-nohires message." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23091 [17:24:21] 03(mod) The "No higher resolution available." on SVG file pages is misleading - 10https://bugzilla.wikimedia.org/39538 +patch-in-gerrit; +comment (10Derk-Jan Hartman) [17:25:22] 03(FIXED) MediaWiki's info action should vertically align cell values to top - 10https://bugzilla.wikimedia.org/39956 +comment (10Madman) [17:26:56] 03(mod) MathJax supports CJK directly while Texvc doesn't - 10https://bugzilla.wikimedia.org/36061 (10Derk-Jan Hartman) [17:27:29] 03(mod) Math error showing in hebrew - 10https://bugzilla.wikimedia.org/38720 +comment (10Platonides) [17:30:00] 03(mod) Certain monuments don't have names in the monuments database - 10https://bugzilla.wikimedia.org/38695 +comment (10Arthur Richards) [17:30:08] New patchset: Henning Snater; "setting HTML language attributes on site links table and input boxes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [17:38:40] New review: MarkTraceur; "Yeah, considering that I'm on the latest stable Ubuntu and cannot compile without this patch, it see..." [mediawiki/extensions/Parsoid] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/22841 [17:43:38] 03(mod) fr.wikiquote Babel malfunction - 10https://bugzilla.wikimedia.org/39472 +comment (10Dereckson) [17:44:35] New patchset: TheDJ; "(bug 38720) Output the Math errors in a consistent language" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23092 [17:45:08] 03(mod) Math error showing in hebrew - 10https://bugzilla.wikimedia.org/38720 +comment (10Derk-Jan Hartman) [17:46:02] I have two url formats: "http://www.gamematris.com/wiki/index.php?title=Pag_Name" and "http://www.gamematris.com/wiki/index.php/title=Page_Name" I want to redirect format 1 to format 2 but don't know how [17:47:26] apergos: can you +/- 1 https://gerrit.wikimedia.org/r/#/c/22930/ ? [17:47:44] lemme look [17:48:10] (this is asign of what a lousy mood I'm in, I'd rather review someone else's code than the work I'mcurrently involved in :-/) [17:48:18] did wake up again at 4 am though [17:48:43] :/ [17:49:32] I'm not sure how much brion looked at it [17:49:37] ugh I am being dragged away to a conferenceroom :-( sorry [17:49:39] 03(mod) Create option to disable interface animations - 10https://bugzilla.wikimedia.org/30401 +comment (10Derk-Jan Hartman) [17:50:12] Change merged: Aaron Schulz; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23092 [17:50:56] I have two url formats: "http://www.gamematris.com/wiki/index.php?title=Pag_Name" and "http://www.gamematris.com/wiki/index.php/title=Page_Name" I want to redirect format 1 to format 2 but don't know how [17:51:41] 03(mod) Certain monuments don't have names in the monuments database - 10https://bugzilla.wikimedia.org/38695 +comment (10Jon) [17:51:44] Hello guys, a quick question -- does 'jquery.localize' get loaded by default with every page ? [17:53:36] New review: GWicke; "Merging for now, so that Mark can compile his work." [mediawiki/extensions/Parsoid] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22841 [17:53:36] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22841 [17:53:49] 03(mod) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Cristian Consonni) [17:54:20] 03(mod) tablesorter should sort images with alt text - 10https://bugzilla.wikimedia.org/40044 +comment (10Derk-Jan Hartman) [17:55:04] Dantman: Hello, ^^^^ [17:56:06] Dantman: do i need to add jquery.localize as dependency while loading a module for my extension.. ? [17:56:24] 14(DUP) Classes in math-tag are ignored when using MathJax - 10https://bugzilla.wikimedia.org/36144 +comment (10Derk-Jan Hartman) [17:56:26] 03(mod) Styles in math-tag are ignored when using MathJax - 10https://bugzilla.wikimedia.org/35191 +comment (10Derk-Jan Hartman) [17:58:19] New review: GWicke; "0x was the standard-in-development, and c++11 is now the actual standard that was the result of that..." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22841 [17:59:32] 03(mod) tablesorter should sort images with alt text - 10https://bugzilla.wikimedia.org/40044 +comment (10Liangent) [18:02:36] New patchset: Henning Snater; "setting HTML language attributes on site links table and input boxes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [18:02:36] New review: Adamw; "Fine by me. My point however was that a simple "-std=c++0x" with no conditional will work on gcc 4...." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22841 [18:02:45] 03(NEW) mwlib errors on certain #expr - 10https://bugzilla.wikimedia.org/40087 normal; MediaWiki extensions: Collection; (hartman.wiki) [18:03:50] for some reason I am not able to use localize() method on a jquery elem -- any suggestions ? [18:04:12] which library is supposed to provide that? [18:04:27] Nikerabbit: jquery.localize [18:05:40] 03(mod) mwlib errors on certain #expr - 10https://bugzilla.wikimedia.org/40087 +upstream; +comment (10Derk-Jan Hartman) [18:06:01] Nikerabbit: browser throws this error -- Uncaught TypeError: Object [object Object] has no method 'localize' [18:09:05] 03(FIXED) Math error showing in hebrew - 10https://bugzilla.wikimedia.org/38720 +comment (10Platonides) [18:10:08] marktraceur: When trying to upload several photographs, I get the error "Unknown error: "internal_api_error_MWException"." Chase me ladies, I'm the Cavalry (talk) 16:26, 7 September 2012 (UTC) [18:10:36] Hmmm [18:11:08] thedj: Server logs would be cool, can you determine which server and contact some admins? [18:11:58] 03(mod) Create Page: (Tudalen:) and Index: (Indecs) namespaces for ProofreadPage in Welsh (cy.) Wikisource - 10https://bugzilla.wikimedia.org/39264 +comment (10Dereckson) [18:14:01] marktraceur: no, UW feedback page report [18:15:04] thedj: So probably a commons error? [18:15:12] yes [18:15:19] God damn kaldari and his AFKness [18:15:40] 03(mod) tablesorter should sort images with alt text - 10https://bugzilla.wikimedia.org/40044 +comment (10Bartosz Dziewoński) [18:15:49] What is the width of the mediawiki logo? [18:15:52] thedj: Is there a bug? [18:15:59] (I mean filed in BZ) [18:16:02] I can't measure it on mediawiki main page. [18:16:42] marktraceur: nope [18:16:50] just picked it of the UW/feedback page right now [18:16:50] crocket: mw.org has an icon of 135x135 [18:16:52] Is the left panel of mediawiki set to 135px? [18:17:37] crocket: It appears to be 160px [18:17:59] marktraceur, appears? [18:18:11] crocket: I'm telling you what Firebug tells me [18:18:22] crocket: Looks like the relevant rule is "width: 10em" [18:18:40] marktraceur, Isn't it a different skin? [18:18:49] Uhhhh maybe [18:19:04] I don't know, I just opened http://mediawiki.org and inspected some elements [18:20:03] marktraceur, The default skin is vector, and its left panel width is 10em. [18:20:25] crocket: Well, then that's this skin [18:20:31] 'cause that's exactly the width I see [18:24:17] 03(mod) Create option to disable interface animations - 10https://bugzilla.wikimedia.org/30401 +comment (10Steven Walling) [18:25:41] 03(ASSIGNED) Create Page: (Tudalen:) and Index: (Indecs) namespaces for ProofreadPage in Welsh (cy.) Wikisource - 10https://bugzilla.wikimedia.org/39264 +comment (10Dereckson) [18:28:53] 06(LATER) Enable AFTv5 on ta.wikipedia.org - 10https://bugzilla.wikimedia.org/38774 +comment (10Dereckson) [18:29:46] New patchset: Umherirrender; "Add 'expandurl' to prop=extlinks/list=exturlusage" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23095 [18:30:38] New review: Krinkle; "You're welcome." [mediawiki/extensions/ConventionExtension] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22937 [18:32:03] New patchset: IAlex; "Removed purgeStaleMemcachedText.php and refreshImageCount.php scripts" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23096 [18:32:13] 03(mod) exturlusage provides no way to exclude protocol-relative URLs from output - 10https://bugzilla.wikimedia.org/40052 +comment (10Umherirrender) [18:32:27] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/21343 [18:34:12] New patchset: Kaldari; "Updating to use fetchLanguageNames for language lists" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23097 [18:34:15] 06(LATER) Enable the New Pages Feed feature on en.WS - 10https://bugzilla.wikimedia.org/38512 +comment (10Dereckson) [18:34:35] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23096 [18:35:36] Krinkle|detached: But taking your suggestion into account, I tried using localize() on my jquery elem -- it doesnt work, any suggestions ? :) [18:35:37] New patchset: TheDJ; "(bug 35478) Refactor MathJax loader" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/23073 [18:37:30] 03(WONTFIX) Allow autoconfirmed users to move files on Wikimedia wikis by default - 10https://bugzilla.wikimedia.org/38186 +comment (10Dereckson) [18:39:05] 03(mod) Set $wgUseRCPatrol = true; on zhwiki - 10https://bugzilla.wikimedia.org/37663 +comment (10Dereckson) [18:41:40] New patchset: Subramanya Sastry; "Updating commit 66986b1 to fix crashes/regressions." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23098 [18:42:34] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23098 [18:47:37] New review: MarkTraceur; "Work in progress, don't merge" [mediawiki/extensions/Parsoid] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/22849 [18:48:42] New patchset: Henning Snater; "setting HTML language attributes on site links table and input boxes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [18:54:32] 03(NEW) [GraphViz] graphsize parameter not validated properly. - 10https://bugzilla.wikimedia.org/40088 normal; MediaWiki extensions: SemanticResultFormats; (list) [18:57:51] 03(FIXED) Redirect tag is not resolved in XML dump file - 10https://bugzilla.wikimedia.org/30513 (10Diederik van Liere) [18:58:24] New patchset: Henning Snater; "setting HTML language attributes on site links table and input boxes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [19:01:42] New patchset: MarkTraceur; "(bug 37908) Use for categories, plus round-tripping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22664 [19:03:17] 03(mod) Request for new 'largeupload' userright on commons. - 10https://bugzilla.wikimedia.org/36687 +comment (10Dereckson) [19:04:05] 03(mod) New user right: "Allow large uploads" - 10https://bugzilla.wikimedia.org/21338 +comment (10Dereckson) [19:06:29] 03(mod) New namespaces for UzWiki - 10https://bugzilla.wikimedia.org/38840 +comment (10Barras) [19:07:47] 03(ASSIGNED) Include Portal: in default search on svwp - 10https://bugzilla.wikimedia.org/34780 -shellpolicy ; +comment (10Dereckson) [19:09:32] 03(ASSIGNED) New namespaces for UzWiki - 10https://bugzilla.wikimedia.org/38840 -shellpolicy +shell; +comment (10Dereckson) [19:11:50] 03(mod) Create option to disable interface animations - 10https://bugzilla.wikimedia.org/30401 (10mybugs.mail) [19:12:45] New patchset: Matmarex; "(bug 40444) make $.tablesorter treat alt attribute like text" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23100 [19:13:45] 03(mod) Include Portal: in default search on svwp - 10https://bugzilla.wikimedia.org/34780 -shell +shellpolicy; +comment (10Dereckson) [19:13:54] 03(mod) tablesorter should sort images with alt text - 10https://bugzilla.wikimedia.org/40044 +patch-in-gerrit; +comment (10Bartosz Dziewoński) [19:14:09] New review: Daniel Werner; "Looking good now, working fine! A few lines of redundant code can perhaps be removed in a follow-up." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22891 [19:14:09] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22891 [19:14:09] 03(mod) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Arthur Richards) [19:15:24] 03(mod) Updates to ISO-codes for ku family dialects - 10https://bugzilla.wikimedia.org/37310 +comment (10Robin Pepermans (SPQRobin)) [19:16:29] 03(mod) Include Portal: in default search on svwp - 10https://bugzilla.wikimedia.org/34780 +comment (10Barras) [19:20:00] New review: Matmarex; "Should I add a release note for this?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23100 [19:20:24] 03(mod) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Cristian Consonni) [19:20:54] 03(mod) Preview broken on thread reply posting/edit (nothing happens) - 10https://bugzilla.wikimedia.org/40083 (10mybugs.mail) [19:24:23] 06(LATER) Set $wgUseRCPatrol = true; on zhwiki - 10https://bugzilla.wikimedia.org/37663 +comment (10Liangent) [19:25:01] 03(mod) Preview broken on thread reply posting/edit (nothing happens) - 10https://bugzilla.wikimedia.org/40083 +comment (10Nemo_bis) [19:25:09] 03(mod) Enable 'editinterface' flag on ptwikipedia - 10https://bugzilla.wikimedia.org/39905 (10mybugs.mail) [19:26:13] 03(mod) Preview broken on thread reply posting/edit (nothing happens) - 10https://bugzilla.wikimedia.org/40083 +comment (10Bartosz Dziewoński) [19:26:59] 03(mod) Set $wgUseRCPatrol = true; on zhwiki - 10https://bugzilla.wikimedia.org/37663 +comment (10Dereckson) [19:34:44] 03(FIXED) Open editing on se.wikimedia.org for any logged-in user - 10https://bugzilla.wikimedia.org/39671 +comment (10Dereckson) [19:36:34] New review: CSteipp; "I don't see any major security issues with these changes. It would be best of Reedy could confirm th..." [mediawiki/extensions/ProofreadPage] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/17643 [19:37:48] 03(VERIFIED) Open editing on se.wikimedia.org for any logged-in user - 10https://bugzilla.wikimedia.org/39671 +comment (10Dereckson) [19:42:38] 03(NEW) Special:NewMessages is incorrectly showing log-in only data - 10https://bugzilla.wikimedia.org/40089 major; MediaWiki extensions: LiquidThreads; (krinklemail) [19:43:10] New patchset: Umherirrender; "Fix Title::getRedirectsHere to get only local redirects" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23101 [19:46:05] 03(mod) Preview broken on thread reply posting/edit (nothing happens) - 10https://bugzilla.wikimedia.org/40083 (10mybugs.mail) [19:49:41] 03(mod) New namespaces for UzWiki - 10https://bugzilla.wikimedia.org/38840 +patch-in-gerrit; +comment (10Dereckson) [19:53:12] New patchset: Matmarex; "add a little envelope icon to new message bar" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23103 [19:57:42] New review: Matmarex; "I think that icon attribution in the commit message should be enough? Or should this be noted somewh..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23103 [20:04:14] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22664 [20:04:27] New patchset: IAlex; "Improve documentation of maintenance scripts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23104 [20:06:18] New review: GWicke; "Unless GCC 4.8 removes support for the legacy c++0x ;)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22841 [20:08:23] 03(mod) Include Portal: in default search on svwp - 10https://bugzilla.wikimedia.org/34780 +comment (10Ronnie) [20:14:07] 03(NEW) - 10https://bugzilla.wikimedia.org/40090 normal; Parsoid: JS/tokenizer; (mtraceur) [20:14:41] New patchset: Reedy; "Update cldr to 22-d04" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/23105 [20:15:00] Hi… I recently instituted reCAPTCHA and a DNS blacklist, but spam has started growing again, I'm getting about 20+ spam users registering + edits a day and it's climbing :( [20:15:13] I need more suggestions to combat spam :( [20:16:31] !spam [20:16:31] For information about combating and handling spam in MediaWiki, see and . [20:16:36] * Reedy looks [20:16:43] yeah i've gone through most of that [20:16:46] and implemented much of it :s [20:16:50] lucky, could try AbuseFilter if there are patterns [20:17:01] Email confirmation? [20:17:01] https://www.mediawiki.org/wiki/Manual:$wgEmailConfirmToEdit [20:19:08] TIL: There's a regular expression search in bugzilla AND there are 23 bugs with summaries shorter than 5 characters [20:19:23] Are you bored? [20:19:30] Reedy: No, just curious :) [20:20:02] (I just entered a four-character bug summary, and figured it might have been relatively unique, but was wrong) [20:20:21] lucky, in my experience a simple filter like this catches most spam: action == "edit" & !"autoconfirmed" in user_groups & added_links rlike "\." [20:21:09] have it warn all new users matching that (adding external links) [20:30:20] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23104 [20:34:23] New review: Nikerabbit; "Where have these files come from and do they need to be deleted?" [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23105 [20:36:11] New review: Krinkle; "Nice, looking good :)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22030 [20:41:47] 03(mod) - 10https://bugzilla.wikimedia.org/40090 +comment (10Mark Holmquist) [20:43:25] New review: Mwalker; "Take a look at my comments. I don't have any big problems; and it seems to work." [mediawiki/extensions/DonationInterface] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20467 [20:43:54] Dereckson: Sweet, thanks! [20:47:49] New patchset: Dereckson; "(bug 40072) Add semantic CSS classes to identify changes list items" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22030 [20:48:26] New review: Dereckson; "Restored mw-contributions-table." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/22030 [20:49:12] * Brooke stares at marktraceur. [20:49:20] What the hell kind of bug summary is ""? [20:49:33] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22695 [20:49:54] Brooke: A great and hilarious one if you know that header tags are only allowed to go up to
[20:50:27] 03(mod) Parsoid outputs invalid header HTML elements (integers greater than 6) - 10https://bugzilla.wikimedia.org/40090 summary (10MZMcBride) [20:50:32] Psh [20:50:38] Ruin my fun :P [20:50:46] :-) [21:06:06] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23090 [21:06:19] New review: Aaron Schulz; "Would be nice to have directionality and alternative sort column support...I guess that can come later." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/10378 [21:08:06] New patchset: MaxSem; "Allow weekly updated feeds" [mediawiki/extensions/FeaturedFeeds] (master) - https://gerrit.wikimedia.org/r/23108 [21:10:03] 03(mod) Make feeds update once per week on fr.wikisource - 10https://bugzilla.wikimedia.org/39919 +comment (10Max Semenik) [21:10:55] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23038 [21:11:04] 03(mod) can just type capital letters in username field - 10https://bugzilla.wikimedia.org/40086 +comment (10Brion Vibber) [21:11:57] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23070 [21:12:39] New patchset: Aaron Schulz; "Fix transaction nesting caused by LocalFile." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21582 [21:12:41] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/23071 [21:12:42] Change merged: IAlex; [mediawiki/extensions/PdfHandler] (master) - https://gerrit.wikimedia.org/r/22359 [21:12:57] New review: Aaron Schulz; "Rebased." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21582 [21:24:01] New patchset: GWicke; "Revert "(bug 37908) Use for categories, plus round-tripping"" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23109 [21:24:14] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23109 [21:25:53] New review: GWicke; "This caused quite a few wt2wt failures (530 -> 505 passing)." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23109 [21:27:53] 03(mod) Certain monuments don't have names in the monuments database - 10https://bugzilla.wikimedia.org/38695 +comment (10Platonides) [21:27:54] New patchset: Adamw; "order_id is pulled from the session when appropriate" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/21834 [21:27:54] New patchset: Adamw; "(FR #595) Adyen payment gateway" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20467 [21:28:15] New patchset: Ori.livneh; "Return of 'pe' URL param, this time as debug hook" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23110 [21:28:30] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23110 [21:29:28] New patchset: SPQRobin; "Use data-sort-value instead of hidden text" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23111 [21:33:49] New patchset: Aaron Schulz; "Fix transaction nesting caused by LocalFile." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21582 [21:35:21] New review: Dereckson; "The code sounds good. I'm a little puzzled why you use a frequency instead to allow a more flexible ..." [mediawiki/extensions/FeaturedFeeds] (master) C: -1; - https://gerrit.wikimedia.org/r/23108 [21:35:38] 03(NEW) Add two-factor links to preferences - 10https://bugzilla.wikimedia.org/40091 normal; MediaWiki extensions: OATHAuth; (rlane32) [21:36:52] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21582 [21:37:01] 03(NEW) SSH key management should exist as a tab in the preferences - 10https://bugzilla.wikimedia.org/40092 normal; MediaWiki extensions: OpenStackManager; (rlane32) [21:39:29] New review: Aaron Schulz; "Needs to be rebased." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21584 [21:41:31] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 (10Nick Sorenson) [21:42:42] New patchset: Alex Monk; "(bug 40058) Parse newwindow message." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22910 [21:43:24] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40094 (10Nick Sorenson) [21:47:04] ... [21:48:13] ? [21:49:58] New patchset: Robmoen; "Repurpose broken code in fooerCleanup modules for Footer improvement." [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/22164 [21:52:06] 03(mod) can just type capital letters in username field - 10https://bugzilla.wikimedia.org/40086 +comment (10Daniel Zahn) [21:55:42] New review: Matmarex; "Bitchin' about docs. Didn't really review the code itself." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/22562 [21:59:31] MatmaRex: Succinctly put. [21:59:37] New review: Trevor Parscal; "This works, but please remove the limit argument to getText, remove getSelectionText and use getText..." [mediawiki/extensions/VisualEditor] (master); V: 1 C: -1; - https://gerrit.wikimedia.org/r/23030 [21:59:55] marktraceur: thankyou [22:00:15] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Max Semenik) [22:01:44] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/22701 [22:04:20] Hi MatmaRex. I know Tpt would like a CSS review at https://gerrit.wikimedia.org/r/#/c/21735/ so I added you as reviewer. Is that fine? [22:04:48] New patchset: Catrope; "Fix bugs in whitespace preservation for aliens" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23113 [22:06:27] New patchset: Ori.livneh; "Stream community portal events to browser-side JS [prototype]" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23114 [22:09:03] Dereckson: yeah, i'm going to look at it tomorrow [22:10:43] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Nick Sorenson) [22:11:22] Change merged: Trevor Parscal; [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/22164 [22:11:40] Thank you MatmaRex. [22:11:47] Going to sleep. Good night everybody. [22:11:54] New patchset: MarkTraceur; "(bug 37908) Use for categories, plus round-tripping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23115 [22:16:58] New patchset: Catrope; "Work in progress on meta nodes, do not merge" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23002 [22:17:33] New patchset: Catrope; "Fix bugs in whitespace preservation for aliens" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23113 [22:20:54] New patchset: MarkTraceur; "(bug 37908) Use for categories, plus round-tripping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23115 [22:21:40] who could review a teeny design change? https://gerrit.wikimedia.org/r/#/c/23103/ [22:22:23] I have a parse error @ https://bugzilla.wikimedia.org/show_bug.cgi?id=40093 [22:23:29] MaxSem: uh [22:23:35] tell him to install his service packs. :P [22:23:45] I'm replying [22:23:58] also note, https://bugzilla.wikimedia.org/show_bug.cgi?id=40094 is a dupe of this... [22:24:43] New review: MaxSem; "I remeber someone attempted to introduce this envelope on ru:, but it was unanimously disliked and h..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23103 [22:24:51] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Roan Kattouw) [22:25:04] 14(DUP) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40094 +comment (10Roan Kattouw) [22:25:05] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Roan Kattouw) [22:25:11] ugh, need git help [22:25:15] New patchset: MarkTraceur; "[C++] Adding some tokenizer rules (first wave)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22849 [22:25:36] New review: MarkTraceur; "Not done yet, still." [mediawiki/extensions/Parsoid] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/22849 [22:25:45] how do I save and push a Phalanx patch I originally committed (almost) two days ago? it's one of the changesets that got lost due to recent git/gerrit/whatever issues [22:26:30] New patchset: Trevor Parscal; "Added links to annotation set classes for demo" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23146 [22:26:31] ashley: Let me check if the Phalanx repo has been restored yet [22:26:47] It seems to have been [22:27:04] ashley: Was the patch pending review, or had it been merged and is it now lost? [22:27:29] Or was it never submitted to Gerrit in the first place? [22:27:29] I had pushed it, it was a very important one [22:27:30] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23149 [22:27:34] never submitted to gerrit [22:27:37] Using direct push? [22:27:41] yep [22:27:52] Then in your working copy, run git pull, then git push [22:28:05] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23113 [22:28:26] New patchset: Raimond Spekking; "Ignore API error messages per https://gerrit.wikimedia.org/r/#/c/23078/" [translatewiki] (master) - https://gerrit.wikimedia.org/r/23154 [22:28:35] New patchset: Siebrand; "Replace deprecated methods." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23025 [22:28:39] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23146 [22:28:47] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/23154 [22:29:23] New review: Siebrand; "PS2 has wfTimestamp related changes removed, which left replacing two other deprecated function call..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23025 [22:31:10] RoanKattouw: git pull seems to have worked, but pushing fails [22:31:18] What does it say? [22:31:19] git.exe push --progress "origin" master:master [22:31:19] Counting objects: 12, done. [22:31:19] Compressing objects: 100% (7/7) [22:31:20] Writing objects: 100% (7/7) [22:31:20] Writing objects: 100% (7/7), 1.07 KiB, done. [22:31:21] remote: Resolving deltas: 100% (4/4) [22:31:22] remote: Processing changes: refs: 1 [22:31:26] remote: Processing changes: refs: 1, done [22:31:28] To ssh://ashley@gerrit.wikimedia.org:29418/mediawiki/extensions/Phalanx.git [22:31:30] ! [remote rejected] master -> master (can not update the reference as a fast forward) [22:31:31] ok, you just typed an exclamation mark with no meaning in the channel, good job. If you want to see a list of all keys, check !botbrain [22:31:32] error: failed to push some refs to 'ssh://ashley@gerrit.wikimedia.org:29418/mediawiki/extensions/Phalanx.git' [22:31:35] git did not exit cleanly (exit code 1) [22:31:39] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Nick Sorenson) [22:31:40] Right [22:31:43] Let me check the ACL for Phalanx [22:31:51] Oh, fast-forward, right [22:31:58] Try git pull --rebase , then push again [22:32:19] Crap [22:32:21] 03(NEW) Set $wgAllowExternalImagesFrom to allow https://upload.wikimedia.org/wikipedia/commons/ - 10https://bugzilla.wikimedia.org/40095 enhancement; Wikimedia: Site configuration; (rd232) [22:32:24] *All* the metadata for Phalanx is hosed [22:32:33] New review: Raimond Spekking; "Translation for these messages disabled with https://gerrit.wikimedia.org/r/23154" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23078 [22:32:50] ashley: The permissions are borked, let me fix that [22:33:20] it's probably easier to commit the patch as a brand new thingy, it only touches three files and is relatively straightforward (but TortoiseGit's GUI confuses me at times) [22:33:22] New review: Matmarex; "It was specifically requested on pl.wiki with a few people agreeing, and I liked it personally, too,..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23103 [22:33:23] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Tisza Gergő) [22:33:39] it's not like this is an epic rewrite or anything the like ;-) but thank you for your time, RoanKattouw [22:33:54] New review: Raimond Spekking; "Message file will be rebuild with the next update. All existing translation will be removed than." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23078 [22:34:17] TomDaley: The metadata for Phalanx is totally hosed, I'm restoring it now [22:34:27] New review: Reedy; "They're from a pre-release tag http://unicode.org/cldr/trac/browser/tags/release-22-d04" [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23105 [22:34:35] TomDaley: As in reconfiguring the ACL etc [22:34:48] Yeah, I wasn't able to restore that. [22:34:52] Corrupted object. [22:35:34] Went ahead and just set-project-parent back to mediawiki/extensions [22:35:57] Oh is that why I'm getting an internal server error trying to save the ACL for it? [22:36:22] Probably not. [22:36:25] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22826 [22:36:35] Thanks for fixing the parent [22:36:38] I got a similar issue earlier that I couldn't pin down. [22:36:41] Now I'm actually able to grant push [22:37:04] OK done [22:37:11] ashley: ACL restored, you should be able to push now [22:37:51] ! [remote rejected] master -> master (invalid committer) [22:37:51] ok, you just typed an exclamation mark with no meaning in the channel, good job. If you want to see a list of all keys, check !botbrain [22:37:53] O_o [22:37:56] wm-bot: stfu [22:37:56] Hi ashley, there is some error, I am a stupid bot and I am not intelligent enough to hold a conversation with you :-) [22:38:37] "invalid committer"? [22:39:02] ashley: Could you pastebin git show --pretty=fuller ? [22:39:13] (Just the header, no need to paste the diff part) [22:39:20] the last time I checked I wasn't (an) invalid [22:39:22] but I can try [22:41:24] 03(NEW) Localized numbers for thumbnail size in image tag - 10https://bugzilla.wikimedia.org/40096 normal; MediaWiki: Parser; (huji.huji) [22:41:46] New review: MaxSem; "> The only usermessage-related change I could find in ru.wiki's CSS-s is [1], and it seems to have b..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23103 [22:42:48] New review: Siebrand; "Adam's observed behaviour confirmed." [mediawiki/extensions/CentralNotice] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22887 [22:42:57] New review: Matmarex; "There's nothing in either Monobook.css or Common.css ;)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23103 [22:43:40] Home@HOME-PC /C/Users/Home/Documents/Devel/Phalanx-wmf (master) [22:43:40] $ git show --pretty=fuller [22:43:40] commit b8773454d99590a186a13fb9a381a49d9aacc145 [22:43:40] Merge: 9f0c8cb 0bab743 [22:43:41] Author: Jack Phoenix [22:43:42] AuthorDate: Sat Sep 8 01:29:21 2012 +0300 [22:43:43] Commit: Jack Phoenix [22:43:44] CommitDate: Sat Sep 8 01:29:21 2012 +0300 [22:43:46] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/extensio [22:43:48] Home@HOME-PC /C/Users/Home/Documents/Devel/Phalanx-wmf (master) [22:43:52] $ [22:43:54] RoanKattouw: ^^ [22:44:01] Hmm [22:44:26] Could you *pastebin* (not paste) git log origin/master..HEAD --pretty=fuller ? [22:44:44] after the patch I want to restore & commit there is the most recent TWN i18n update patch and the above "merge branch 'master'" commit...something funky's going on [22:45:38] Yeah, that's because you ran git pull while both the upstream master and your own master had parallel changes. But that merge commit is fine, and can be straightened out if desired [22:45:47] RoanKattouw: Unfortunately the "invalid committer" wasn't documented until 2.5: https://gerrit-review.googlesource.com/Documentation/error-invalid-committer.html [22:45:56] (also pastebins suck for a variety of reasons, including making the conversation harder to follow, at least in the future when looking at your logs, but sure) [22:47:57] RoanKattouw: http://dpaste.com/797990/ [22:48:17] New patchset: Robmoen; "Fixed multiple bugs with Context Icon appearing when not relevant." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23030 [22:48:23] New patchset: Siebrand; "More maintenance for CentralNotice extension." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/22887 [22:50:04] New review: Siebrand; "PS3 fixes incorrect registration of special pages inheriting from CentralNotice. __construct() calle..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22887 [22:52:21] Oh, hah, I see [22:52:35] ashley: You seem to have accidentally rescued a commit that was lost upstream [22:53:07] aye, the security patch is the one that got lost and that I obviously want to restore ASAP :) [22:53:15] No, not just that one [22:53:22] The Sep 5 localization commit also doesn't exist upstream [22:53:35] ah... [22:53:44] So it's trying to push it but you don't have the Forge {Author,Committer} Identity rights [22:53:48] Let me grant those temporarily [22:54:28] ashley: OK try pushing now [22:54:33] 03(mod) Certain monuments don't have names in the monuments database - 10https://bugzilla.wikimedia.org/38695 +comment (10Jon) [22:54:55] 0bab743..b877345 master -> master [22:54:56] Success [22:55:03] thank you RoanKattouw =) [22:55:08] yay [22:55:33] ashley: Thanks for restoring the lost history :) [22:55:35] RoanKattouw: You just need to grant Force Committer. Everyone has Forge Author granted at All-Projects. [22:55:40] Oh, OK [22:55:44] (If you didn't, you couldn't amend other people's patches) [22:55:46] Right [22:55:50] I was just wondering that [22:55:59] Anyways, I've revoked the temp perms [22:56:39] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Phalanx.git;a=commitdiff;h=9f0c8cbc4adc31f93d76dd57a98feddd62878d1b -- and it's there once again, yay :) [23:04:47] New patchset: Adamw; "Initial commit of [[Extension:Nonlinear]]" [mediawiki/extensions/Nonlinear] (master) - https://gerrit.wikimedia.org/r/23159 [23:05:56] New review: Adamw; "copied comments after git corruption:" [mediawiki/extensions/Nonlinear] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23159 [23:06:20] New patchset: Siebrand; "UserMerge extension maintenance." [mediawiki/extensions/UserMerge] (master) - https://gerrit.wikimedia.org/r/20018 [23:06:31] New patchset: Siebrand; "I18nTags extension maintenance." [mediawiki/extensions/I18nTags] (master) - https://gerrit.wikimedia.org/r/20055 [23:08:31] Change merged: Siebrand; [mediawiki/extensions/ParserFunctions] (master) - https://gerrit.wikimedia.org/r/22900 [23:09:07] Change abandoned: Mwalker; "This was debug code for something or another; no longer needed as I don't recall why I wrote it :p" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/21202 [23:10:37] 03(mod) Deprecate old MF format=json API hack - 10https://bugzilla.wikimedia.org/35595 +comment (10Max Semenik) [23:12:20] New patchset: Trevor Parscal; "Fixed multiple bugs with Context Icon appearing when not relevant." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23030 [23:12:31] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23030 [23:12:50] New patchset: GWicke; "Asio piping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009 [23:12:55] New patchset: Siebrand; "ParserFunctions extension maintenance." [mediawiki/extensions/ParserFunctions] (master) - https://gerrit.wikimedia.org/r/20062 [23:13:20] New review: Siebrand; "PS5 is rebase after removal of Convert.php." [mediawiki/extensions/ParserFunctions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20062 [23:20:58] 03(mod) Deprecate old MF format=json API hack - 10https://bugzilla.wikimedia.org/35595 +comment (10Tomasz Finc) [23:21:36] hi [23:23:31] Change merged: Siebrand; [mediawiki/extensions/GeoGebra] (master) - https://gerrit.wikimedia.org/r/23047 [23:24:17] New patchset: Helder.wiki; "(bug 31809) Fix drag-and-drop and improve error handling" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/17777 [23:26:21] hi crocket [23:28:19] New patchset: Siebrand; "Format code and replace dirname( __FILE__ ) by __DIR__." [mediawiki/extensions/GeoGebra] (master) - https://gerrit.wikimedia.org/r/23048 [23:28:36] Change merged: Siebrand; [mediawiki/extensions/GeoGebra] (master) - https://gerrit.wikimedia.org/r/23048 [23:30:14] 03(FIXED) MediaWiki:Newwindow not support HTML tags - 10https://bugzilla.wikimedia.org/40058 (10Siebrand) [23:30:19] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22910 [23:31:47] http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet doesn't tell me anything about the relationship between indents and blocks. [23:32:44] 03(mod) Enable $wgCrossSiteAJAXdomains for wikimedia sites - 10https://bugzilla.wikimedia.org/20814 +comment (10Roan Kattouw) [23:33:58] New patchset: Adamw; "(FR #615) Skrill/Moneybookers integration" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/23160 [23:34:34] help me [23:34:39] New patchset: Siebrand; "Require Two-Factor Authentication" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/22692 [23:35:27] New review: Siebrand; "Latest PS removes camel case from title per comment." [mediawiki/extensions/OpenStackManager] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22692 [23:35:27] Change merged: Siebrand; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/22692 [23:35:59] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Chris Steipp) [23:37:31] How do I make quote boxes? [23:38:21] New review: Kaldari; "I think this is the right idea, but if we're going to refactor CentralNotice (which it definitely ne..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22944 [23:38:50] crocket:
quote here
most likely [23:39:14] RoanKattouw, indentations seem to do it, too, but mediawiki doesn't explain about it. [23:39:49] crocket: If a line starts with a space, it's rendered as preformatted text, yes [23:40:00] RoanKattouw, preformatted. [23:40:07] RoanKattouw, Where is it documented? [23:40:46] I don't know [23:41:56] New patchset: Siebrand; "Initial commit of the Unsubscribe extension!" [wikimedia/fundraising/DonationEmailUnsubscribe] (master) - https://gerrit.wikimedia.org/r/22679 [23:45:11] https://gerrit.wikimedia.org/r/#/c/22015/ : Revision gone on merge. [23:45:23] :O [23:45:26] REVISION_GONE? [23:45:30] TomDaley: ----^^ [23:46:26] A-ha! I was wondering what happened there. [23:46:55] Wait [23:46:58] The rev is there [23:47:00] 03(NEW) Revision gone when merging 22015 - 10https://bugzilla.wikimedia.org/40097 blocker; Wikimedia: Git/Gerrit; (s.mazeland) [23:47:01] 03(NEW) Wrong edit summary generation when adding a new discussion section - 10https://bugzilla.wikimedia.org/40098 major; MediaWiki: Parser; (vlakoff) [23:47:06] It just has a different hash from what Gerrit says [23:47:08] New review: Pgehres; "Matt and I chatted IRL and have decided to make the i18n compatible with standard MW i18n files and ..." [wikimedia/fundraising/DonationEmailUnsubscribe] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22679 [23:47:17] commit 6e530052a428eb15d80d7279bc19486f3f2099d0 [23:47:19] Author: raymond [23:47:20] How do I properly enclose a sentence within a gray box? [23:47:21] Date: Thu Aug 30 14:42:25 2012 +0200 [23:47:26] I want to make it conspicuous. [23:47:28] crocket:
.....
[23:47:36] If you mean that same box you got by indenting [23:47:50] RoanKattouw, But that doesn't warp lines by default. [23:48:10] Right [23:48:13] You could use
[23:48:18] And possibly add CSS to make it stand out [23:48:34] RoanKattouw, a blockquote looks the same as an indent [23:48:40] TomDaley: I think I can fix that commit, would you like me to? [23:49:35] Change merged: Demon; [mediawiki/extensions/Comments] (master) - https://gerrit.wikimedia.org/r/22015 [23:49:39] :O [23:49:43] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Max Semenik) [23:49:51] How the .... [23:49:52] No need. It was dangling. I was having trouble figuring out where it attached earlier. [23:49:57] I reattached it [23:50:30] When I fetched it I got the commit, but with a different hash [23:50:53] I'm pretty sure he resubmitted since the original PS2 wasn't working. [23:50:54] 03(mod) Review and deploy TimedMediaHandler extension (timed media handler) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/27699 +comment (10Chris Steipp) [23:51:06] Although the one I fetched had an additional newline in the commit msg [23:51:08] So you fetched the new PS2. [23:51:16] Anyway, it's merged and fixed. [23:51:19] Good [23:51:36] Yeah dude I feel bad for not helping out, I knew most of the stuff you wrote about on the blog [23:51:54] 03(mod) Wrong edit summary generation when adding a new discussion section - 10https://bugzilla.wikimedia.org/40098 (10vlakoff) [23:51:55] New patchset: GWicke; "Asio async / parallel token piping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009 [23:51:57] I had a hangup in the middle of a git rebase screw up my clone once [23:52:18] RoanKattouw: If you wanna help, sort out those dangling commits on mediawiki-config ;-) [23:52:22] I still haven't done that [23:52:45] Things had been written to disk out of order apparently, so my HEAD was pointing to a commit hash, and that commit object's file existed but was a 0-byte file [23:53:27] Or sorry, HEAD pointed to master which pointed to a bad hash [23:53:59] The only way to recover was to manually edit the refs/heads/master file to point to another, valid hash, then go from there to find the old tree and reset there [23:54:10] Because all git utilities refused to work with this invalid state [23:54:15] * RoanKattouw takes a look on manganese [23:55:02] 03(NEW) Add apparmor profiles for TMH media converters - 10https://bugzilla.wikimedia.org/40099 normal; MediaWiki extensions: TimedMediaHandler; (csteipp) [23:56:16] 03(mod) User randomly unblocked - 10https://bugzilla.wikimedia.org/40066 +comment (10Max Semenik) [23:56:52] New review: Siebrand; "@Peter Gehres: Thanks for that." [wikimedia/fundraising/DonationEmailUnsubscribe] (master) C: 1; - https://gerrit.wikimedia.org/r/22679 [23:57:12] 03(FIXED) Revision gone when merging 22015 - 10https://bugzilla.wikimedia.org/40097 +comment (10Chad H.) [23:57:30] TomDaley: OK so look at /var/lib/gerrit2/review_site/git/operations/mediawiki-config.git/refs/changes/85/12185 . It's *empty* , but that's a 16-patchset change [23:58:52] New review: Siebrand; "Yep. But I'd like to see this merged asap as we're going to do a two day sprint on integrating CN an..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22944 [23:59:54] RoanKattouw: Yes, I've been seeing this going on all day.