[00:01:51] hypergrove: Also; Don't use $wgOut from your parser function, use the ParserOutput. Don't blindly concatenate html the way you are. You have a wide open XSS vulnerability. Your arg handling is a mess. You should start using SFH_OBJ_ARGS instead. Your parser setup looks ridiculous; Two static methods, yet you go to the trouble of creating a separate function and calling a static method non-statically. [00:04:14] hypergrove: The parser is not always used, and may not be initialized at the right time. And your issue may be that you're also trying to add your i18n in that spot. [00:05:05] Dantman, great advice much much appreciated. removed the setup function at http://dpaste.org/XwKVJ/ but still the #popup is not being recognized [00:05:33] Presumably leading to the i18n system loading before the parser is loaded without knowledge of the i18n. [00:06:55] hypergrove: your i18n? [00:07:46] i've moved it to after the ParserFirstCallInit, is that right? no change - #popup still not recognized [00:08:05] hypergrove: No, the i18n file. [00:08:18] k [00:08:40] And I think your issue is you haen't purged and are looking at a cached page. [00:08:51] here! PopupPage popup. [00:08:51] Catchable fatal error: Argument 2 passed to Article::newFromTitle() must implement interface IContextSource, none given, called in /home/bestprac/public_html/extensions/PopupPages/PopupPages.php on line 128 and defined in /home/bestprac/public_html/includes/Article.php on line 104 [00:08:54] http://dpaste.org/UG8BC/ [00:09:30] good thanks - will work on it [00:11:28] New patchset: Mwjames; "SMW\RecurringEvents eliminate restrictions and use subobjects as object storage" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/50592 [00:13:41] When running update.php, I get two of these: ipblocks table does not exist, skipping new field patch. [00:14:07] "A database error has occurred. Did you forget to run maintenance/update.php after upgrading?" [00:14:40] I tried searching, but couldn't find anything relevant. It's an exported MySQL dump (latin1) to a new (latin1) MySQL instance on a different server. [00:14:53] New review: Mwjames; "Added RecurringEventsTest which should cover examples as in [1]." [mediawiki/extensions/SemanticMediaWiki] (master) C: 1; - https://gerrit.wikimedia.org/r/50592 [00:14:56] I imported the new database with a different name than I installed the current mediawiki with. [00:15:10] Then I just changed it in LocalSettings.php ... [00:16:23] Error: 1146 Table 'mikwiki2.page' doesn't exist (localhost) [00:17:07] is mikwiki2 a new database name or old? [00:17:34] The new one, different from the exported database name, but the one I imported the backup to. [00:19:46] so something is wrong with your LocalSettings.php [00:19:59] Prefix? [00:20:06] maybe the user has no rights, prefix, whatever [00:20:27] Does the user and password have to be the same as the old one? [00:20:31] I'm using, um, root [00:21:26] should be the user that works [00:21:43] mysql -uyouruser -pyourpassword mikwiki2 [00:23:04] I get a prompt with what's in LocalSettings. [00:23:59] spade: and some tables there? [00:24:59] I guessed the command "show tables;" and it lists a number of tables, all prefixed with "imm" [00:25:17] A known acronym to me (department). [00:25:27] so Dantman guess was right, that's the "table name prefix" issue [00:27:30] There we go... [00:28:03] It's doing thousands of "rev_id"... [00:29:55] Holy schmackaroney. There it is. Now the rest. Thanks. [00:31:02] Another happy customer^G. [00:37:00] guys, i have a bug issue with mediawiki version 1.20.0 [00:37:11] when someone uploads an image, the thumbnails are corrupt and unviewable [00:37:21] http://starfoxwiki.info/File:Fox64Headshot.png [00:37:28] http://starfoxwiki.info/File:Slippy_SF64_transmission.png [00:37:35] http://starfoxwiki.info/File:Wolf64Headshot.png [00:37:38] those are the example [00:37:43] *exampls [00:39:59] hi [00:40:07] anyone awake in here? [00:40:32] !ask | lyy [00:40:33] lyy: Hi, how can we help you? Just ask your question. [00:40:34] first time newb installing mediawiki on fedora [00:41:07] anyone awake in here? http://www.wikihow.com/Install-MediaWiki-on-Fedora [00:41:14] oops sorry for spam [00:41:53] when i'm done, when I try to do step 9, I get a page that doesn't get rendered [00:42:30] sorry, I meant to type that when i am at step 9, i get a page that doesn't get rendered. [00:42:41] all i see is a php code page [00:43:08] lyy: you need to configure your web server to accept PHP files [00:43:20] ok [00:43:45] let me try to google on how to do that [00:43:57] check www.mediawiki.org [00:44:11] but we do not generally help with fedora/ubuntu/packages [00:44:26] just try to unpack the .tar.gz from mediawiki.org [00:44:31] might be easier [00:44:34] New patchset: Emw; "Initial commit of PDBHandler" [mediawiki/extensions/PDBHandler] (master) - https://gerrit.wikimedia.org/r/46897 [00:49:15] New patchset: Emw; "Initial commit of PDBHandler" [mediawiki/extensions/PDBHandler] (master) - https://gerrit.wikimedia.org/r/46897 [01:00:17] New review: Alex Monk; "(2 comments)" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39171 [01:09:34] 03(mod) User edit counts (user.user_editcount field) is often wrong - 10https://bugzilla.wikimedia.org/19311 (10Voyagerfan5761 / dgw) [01:13:45] 03(mod) Grouped edits not patrollable - 10https://bugzilla.wikimedia.org/43977 +comment (10yocacahuate) [01:16:29] New review: Parent5446; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [01:18:33] New patchset: Mwjames; "SMW\RecurringEvents eliminate restrictions and use subobjects as object storage" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/50592 [01:19:01] New patchset: Mwjames; "SMW\RecurringEvents eliminate restrictions and use subobjects as object storage" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/50592 [01:31:33] 03(mod) Messages of log entries should support GENDER - 10https://bugzilla.wikimedia.org/24156 +comment (10Pavel Selitskas) [01:45:23] so, apparently someone installed the wiki as root, instead of their username, which might explain why we constantly have permissions errors.... if we somehow changed it back to our user (starfoxw), would that break the wiki? [01:47:08] 03(mod) Column pp_propname in table PageProps should have an index - 10https://bugzilla.wikimedia.org/45316 +schema-change; +comment (10MZMcBride) [01:47:10] only if you didn't change all the required permissions [01:50:57] New patchset: Parent5446; "(bug 18528) Show error for empty username for providers." [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50593 [01:51:11] 03(mod) Disable login button submit function on the provider picker page until something is entered as username - 10https://bugzilla.wikimedia.org/18528 +patch-in-gerrit; +comment (10Tyler Romeo) [01:52:00] New patchset: Isarra; "(Bug 44854) Add a subtle box shadow to the content div in Vector" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50594 [02:02:58] Anyone know where" url param 'extended' to Special:Watchlist" may be better documented since its update? The explanation on the gerrit isn't enlightening. Like starting in the middle bit of a string, and asked to describe the end [02:11:13] sDrewth: Which Gerrit change/bug? [02:22:14] 03(mod) Unable to extend diff context in Gerrit - 10https://bugzilla.wikimedia.org/45309 +comment (10innocentkiller) [02:27:24] hi, I've installed the language bundle and translated pages, is it possible to display them in the browser's language by default instead of en? [02:27:47] also is it possible to have an automatic list of available languages on the page? [02:27:50] thanks [02:28:47] vinvin: http://www.mediawiki.org/wiki/Manual:$wgLanguageCode ? [02:29:11] 03(mod) ProofreadPage namespaces for Finnish Wikisource - 10https://bugzilla.wikimedia.org/40759 +comment (10billinghurst) [02:29:12] New patchset: PleaseStand; "Web installer: fix "Upgrade existing installation"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50595 [02:30:00] 03(mod) Installer fails when updating an existing database in a fresh installation - 10https://bugzilla.wikimedia.org/45257 +patch-in-gerrit; +comment (10PleaseStand) [02:31:55] saper: no I meant how to display pages in the language matching the browser's, like dynamically [02:32:33] if the user if en, display in en, if he's de, display in de [02:34:57] it is possible to some extent with the user interface, you can see how http://commons.wikimedia.org/ does it (offering to switch interface via javascript) [02:35:51] with content it is a bit more tricky, maybe try asking on #mediawiki-i18n, but I am sure it's a FAQ described somewhere [02:36:21] probably yes [02:36:24] thanks saper [02:36:39] too tired to search mediawiki.org now [02:37:16] check mailing list archives, there is mediawiki-i18n list (http://dir.gmane.org/gmane.org.wikimedia.mediawiki.i18n) [02:37:25] great [02:38:50] http://dir.gmane.org/gmane.org.wikimedia.mediawiki and http://dir.gmane.org/gmane.science.linguistics.wikipedia.technical might be worth checking too [02:42:16] 03(mod) ProofreadPage namespaces for Finnish Wikisource - 10https://bugzilla.wikimedia.org/40759 +comment (10billinghurst) [02:53:04] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50595 [02:54:55] 03(mod) Installer fails when updating an existing database in a fresh installation - 10https://bugzilla.wikimedia.org/45257 -patch-in-gerrit ; +comment (10PleaseStand) [03:01:56] !speed [03:01:56] [03:17:38] New review: Thaiphan; "(4 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41035 [03:23:05] 03(mod) api.php ask response breaks sorting - 10https://bugzilla.wikimedia.org/45303 +comment (10Nischay Nahata) [03:23:06] 03(mod) Semantic MediaWiki Ask API not sorting - 10https://bugzilla.wikimedia.org/45298 +comment (10Nischay Nahata) [03:53:39] New review: Mwalker; "(10 comments)" [mediawiki/extensions/PDBHandler] (master) C: 1; - https://gerrit.wikimedia.org/r/46897 [04:47:57] 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 +comment (10MZMcBride) [04:50:16] 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 +comment (10MZMcBride) [04:50:17] 03(mod) "http://wikidata.org/wiki" is a redirect loop - 10https://bugzilla.wikimedia.org/44612 (10MZMcBride) [04:50:19] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 (10MZMcBride) [04:50:58] heh [04:51:04] so many problems with a simple domain [04:52:18] New patchset: Cscott; "Export additional language information from the siteinfo API." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50596 [04:55:40] 03(mod) "http://wikidata.org/wiki" is a redirect loop - 10https://bugzilla.wikimedia.org/44612 +comment (10MZMcBride) [04:58:23] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 +comment (10b) [05:05:34] 03(mod) Wikidata should use wikidata.org as a domain (not www.wikidata.org) - 10https://bugzilla.wikimedia.org/41847 +comment (10b) [05:26:05] New patchset: Cscott; "Export additional language information from the siteinfo API." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50596 [05:46:22] 03(mod) Don't use a closure in $wgExtensionFunctions - 10https://bugzilla.wikimedia.org/45167 +comment (10Aude) [06:18:38] New patchset: Ori.livneh; "Holy grail: 'unquote_plus' w/consistent behavior" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50597 [06:23:47] New review: Wikinaut; "First at all, thanks for your work." [mediawiki/extensions/OpenID] (master); V: -1 C: -2; - https://gerrit.wikimedia.org/r/50593 [06:25:30] 03(NEW) test.wikipedia.beta.wmflabs.org is misconfigured (AFT database tables not set up) - 10https://bugzilla.wikimedia.org/45318 normal; Wikimedia Labs: deployment-prep (beta); () [06:35:30] New review: Wikinaut; "I would also propose, that (by adding some jQuery) you GREY out the submit button if the input field..." [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50593 [06:37:43] New review: Wikinaut; "see also http://api.jquery.com/prop/" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50593 [06:48:31] 03(NEW) In the OpenID preferences tab: after deletion of an OpenID returnto OpenID tab - 10https://bugzilla.wikimedia.org/45319 normal; MediaWiki extensions: OpenID; () [06:48:42] 03(mod) In the OpenID preferences tab: after deletion of an OpenID returnto OpenID tab - 10https://bugzilla.wikimedia.org/45319 normal->15enhancement (10T. Gries) [06:51:04] New review: Spage; "(10 comments)" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/49089 [06:53:13] New patchset: Spage; "jsDuck support" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/49089 [06:54:16] hexmode: «Hi, thanks for the ping on this. I've moved the wiki to a new server and hope to get it upgraded to an LTS release which I can ignore for a long long time.» [06:54:59] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50597 [07:09:39] 03(NEW) Browse properties link missing from sidebar - 10https://bugzilla.wikimedia.org/45320 normal; MediaWiki extensions: Semantic MediaWiki; () [07:15:36] 03(mod) Different OpenID URLs returned by Yahoo! to Login and Convert - 10https://bugzilla.wikimedia.org/19383 +comment (10mail) [07:15:54] New patchset: Worden.lee; "Remove gaps from $wgFileExtensions array" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50598 [07:18:54] 03(NEW) SMW update jobs forced to single thread - 10https://bugzilla.wikimedia.org/45321 normal; MediaWiki extensions: Semantic MediaWiki; () [07:20:52] 03(mod) UploadWizard fails for certain values of $wgFileExtensions - 10https://bugzilla.wikimedia.org/44776 +comment (10Lee Worden) [07:22:26] New review: Worden.lee; "This is an alternative to https://gerrit.wikimedia.org/r/#/c/48092/." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50598 [07:23:17] New review: Worden.lee; "I've now submitted a patch to Setup.php as an alternative to this: https://gerrit.wikimedia.org/r/#/..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/48092 [07:24:01] 03(NEW) Userpages $wgOpenIDShowUrlOnUserPage -- behaviour change - 10https://bugzilla.wikimedia.org/45322 normal; MediaWiki extensions: OpenID; () [07:24:17] 03(mod) Userpages $wgOpenIDShowUrlOnUserPage -- behaviour change - 10https://bugzilla.wikimedia.org/45322 normal->15enhancement (10T. Gries) [07:27:00] hey. [07:27:08] how do I gpg -v the mediawiki release? [07:27:29] New patchset: Nikerabbit; "SMWSQLStore2 is no more." [translatewiki] (master) - https://gerrit.wikimedia.org/r/50599 [07:28:02] when I import the mediawiki.tar.gz.sig which is linked in the download section and import the keys from https://www.mediawiki.org/keys/keys.html, I still get "public key not found" [07:28:16] s/when I import/when I gpg -v/ [07:28:31] gpg: Signature made Di 04 Dez 2012 22:07:38 CET using DSA key ID 62D84F01 [07:28:32] gpg: Can't check signature: public key not found [07:34:47] New review: Yuvipanda; "qqq should not be whitelisted (breaks the build). We are using qq for the same purpose." [translatewiki] (master) C: -1; - https://gerrit.wikimedia.org/r/49507 [07:37:46] okay, never mind, it was the fault of my gpg config... [07:38:44] New review: Nikerabbit; "Have all the callers in core been fixed already?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50577 [07:40:31] New patchset: Spage; "Remove e3.clickTrack() and e3.isUserAnonymous()" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/50600 [07:41:00] 03(mod) Transcode URLs result in 404 - 10https://bugzilla.wikimedia.org/45294 normal->04CRIT; +comment (10Erik Moeller) [07:42:31] New patchset: Worden.lee; "(bug 44776) Remove gaps from $wgFileExtensions array" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50598 [07:54:02] 03(mod) UploadWizard fails for certain values of $wgFileExtensions - 10https://bugzilla.wikimedia.org/44776 +comment (10worden.lee) [07:56:51] 03(mod) SMW update jobs forced to single thread - 10https://bugzilla.wikimedia.org/45321 +comment (10niklas.laxstrom) [08:01:43] New review: Nikerabbit; "qqq needs to be whitelisted, or users can't edit documentation at twn. It is mapped to qq on export ..." [translatewiki] (master) - https://gerrit.wikimedia.org/r/49507 [08:07:00] DB connection error: Connection refused (localhost). [08:07:00] Check the host, username and password and try again. i am getting this error [08:07:45] my mysql host,username,pass do match but still [08:08:17] "Connection refused" can mean MySQL is not running [08:21:50] 03(NEW) Preference tab "OpenID": show the list of "trust" records (the list of "consumer" domains and services where you use your MediaWiki OpenID) - 10https://bugzilla.wikimedia.org/45323 normal; MediaWiki extensions: OpenID; () [08:22:02] 03(mod) Preference tab "OpenID": show the list of "trust" records (the list of "consumer" domains and services where you use your MediaWiki OpenID) - 10https://bugzilla.wikimedia.org/45323 normal->15enhancement (10T. Gries) [08:22:40] 03(mod) Change preference tab "OpenID": Show list of "trust" records (= list of "consumer" domains and services where you allowed to use your MediaWiki OpenID) - 10https://bugzilla.wikimedia.org/45323 summary (10T. Gries) [08:22:53] 03(mod) Change preference tab "OpenID": Show list of "trust" records (= list of "consumer" domains and services for which you allowed to use your MediaWiki OpenID) - 10https://bugzilla.wikimedia.org/45323 summary (10T. Gries) [08:24:00] 03(mod) Change preference tab "OpenID": Show list of "trust" records (= list of "consumer" domains and services for which you allowed to use your MediaWiki OpenID) - 10https://bugzilla.wikimedia.org/45323 +comment (10mail) [10:15:44] 03(NEW) OpenID consumer when authentication an https://OpenID: show a distinct verification error message in case of untrusted (e.g. self-signed) CA - 10https://bugzilla.wikimedia.org/45324 normal; MediaWiki extensions: OpenID; () [10:16:09] 03(mod) OpenID consumer when authenticating an https://OpenID: show a distinct verification error message in case of untrusted (e.g. self-signed) CA - 10https://bugzilla.wikimedia.org/45324 summary (10T. Gries) [10:16:18] 03(mod) OpenID consumer when authenticating an https://OpenID: show a distinct verification error message in case of untrusted (e.g. self-signed) CA - 10https://bugzilla.wikimedia.org/45324 (10T. Gries) [10:31:06] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50582 [10:32:55] New review: Anomie; "(2 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/50596 [10:35:55] New patchset: IAlex; "Make ApiEditPage use Article::newFromWikiPage() and add user to context" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50601 [10:41:15] New patchset: Ori.livneh; "Shift responsibility for annotating events with UUID" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50602 [10:42:43] New patchset: Ori.livneh; "Shift responsibility for annotating events with UUID" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50602 [10:46:32] New review: Anomie; "Please make sure that calls in core and extensions deployed on WMF sites are removed first." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/50577 [10:50:47] 03(mod) OpenID consumer when authenticating an https://OpenID: show a distinct verification error message in case of untrusted (e.g. self-signed) CA - 10https://bugzilla.wikimedia.org/45324 (10Daniel Friesen) [10:53:07] 03(mod) OpenID consumer when authenticating an https://OpenID: show a distinct verification error message in case of untrusted CA (e.g. self-signed certificate) - 10https://bugzilla.wikimedia.org/45324 summary (10T. Gries) [11:07:24] 03(mod) wikidata Converts ZWNJ to Space in Item's Label - 10https://bugzilla.wikimedia.org/45106 +comment (10Santhosh Thottingal) [11:10:46] 03(mod) Normal search with [some] accented letters fails, search by label has to be used - 10https://bugzilla.wikimedia.org/42234 +comment (10Leinad) [11:16:59] New review: Martineznovo; "The change is good, but it could be improved using the mediawiki.api.watch ResourceLoader module tha..." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49609 [11:24:06] 03(NEW) Loading of a Wikidata entry hangs while waiting for something and sometimes crashes - 10https://bugzilla.wikimedia.org/45325 major; Wikimedia: Wikidata; () [11:30:17] New review: Martineznovo; "Please, abandon this change. Current master already loads the edit JS using ResourceLoader:" [mediawiki/extensions/LiquidThreads] (lqt-updates) C: -1; - https://gerrit.wikimedia.org/r/16583 [11:32:06] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50602 [11:33:38] New review: Liangent; "(1 comment)" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/47582 [11:36:43] New review: Nikerabbit; "The placement of the count feels quite hackish to me." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/32914 [11:55:08] 03(mod) Support language variant conversion in Parsoid - 10https://bugzilla.wikimedia.org/41716 +comment (10liangent) [12:03:00] 03(mod) Support language variant conversion in Parsoid - 10https://bugzilla.wikimedia.org/41716 +comment (10liangent) [12:05:45] 03(mod) Loading of a Wikidata entry hangs while waiting for something and sometimes crashes - 10https://bugzilla.wikimedia.org/45325 +comment (10federicoleva) [12:09:41] 03(NEW) Missing Lohit-Nepali.woff? - 10https://bugzilla.wikimedia.org/45326 normal; MediaWiki extensions: UniversalLanguageSelector; () [12:19:36] 03(mod) Linktrail is wrongly applied to CJK characters - 10https://bugzilla.wikimedia.org/41151 +comment (10liangent) [12:22:13] 03(NEW) Undefined offset: 634 in UniversalLanguageSelector/data/LanguageNameSearch.php on line 32 - 10https://bugzilla.wikimedia.org/45327 normal; MediaWiki extensions: UniversalLanguageSelector; () [12:23:03] 03(mod) Missing Lohit-Nepali.woff? - 10https://bugzilla.wikimedia.org/45326 +comment (10Nemo) [12:30:04] anyone know the bug ID for issues with langlinks and wikidata (IE tracking remote interwikis vs local iws?) [12:34:29] New patchset: Santhosh; "Proofread" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50363 [12:35:19] 03(mod) Error when upgrading from 1.3: Call to undefined method DatabaseMysql::applyPatch() - 10https://bugzilla.wikimedia.org/45235 (10sadan.yuval) [12:41:55] 03(mod) ProofreadPage namespaces for Finnish Wikisource - 10https://bugzilla.wikimedia.org/40759 +comment (10thomaspt) [12:57:37] New review: Rohieb; "It seems a bit odd to me to test for failing xcache API and ship a workaround, if the xcache API cha..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44754 [13:00:13] 03(mod) XCache return values are not handled correctly - 10https://bugzilla.wikimedia.org/44952 +comment (10Roland Hieber) [13:06:26] 03(mod) Column pp_propname in table PageProps should have an index - 10https://bugzilla.wikimedia.org/45316 (10jeblad) [13:13:36] 03(mod) "Refreshing links table." is confusing - 10https://bugzilla.wikimedia.org/23839 +comment (10liangent) [13:18:13] New review: Krinkle; "Untested, but code makes sense." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/50598 [13:19:10] New patchset: Krinkle; "Remove gaps from $wgFileExtensions array" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50598 [13:24:29] 03(mod) wgFileExtensions should always be a numerical array without gaps - 10https://bugzilla.wikimedia.org/44776 summary (10Krinkle) [13:27:22] New patchset: Yuvals; "Testing commit" [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/50603 [13:29:01] I have a gerrit question: Can I "commit --amend" a patch (part1 of a fix) which is already merged ? [13:29:10] New review: Krinkle; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/5130 [13:33:26] New patchset: Yuvals; "Testing commit; ammending." [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/50603 [13:35:24] New patchset: Wikinaut; "(bug 45268) cumulative fix replacing deprecated wfMsg calls" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50604 [13:36:33] New review: Krinkle; "(4 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/5130 [13:37:31] hey-o! [13:37:59] what's the best method for creating a break to stop word wrap such as I have found here [13:38:01] http://en.wikipedia.org/wiki/Embroidery [13:38:10] below the section Materials [13:38:40] New review: Wikinaut; "Hi, I found the time to fix the wfMsg issues. Would be nice if you can check and approve my change s..." [mediawiki/extensions/OpenID] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/50604 [13:40:29] 03(mod) Column pp_propname in table PageProps should have an index - 10https://bugzilla.wikimedia.org/45316 +comment (10mediawiki-bugs) [13:40:47] and is there a better channel for me to be asking these questions? seems I may be in a channel not for these simple issues [13:44:50] New review: Wikinaut; "the second and final part of the patch is (cumulative patch) here https://gerrit.wikimedia.org/r/#/c..." [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50478 [13:47:26] Wikinaut: no [13:49:42] New review: Krinkle; "(3 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/5130 [13:52:23] New patchset: Foxtrott; "bugfix (unknown hook used)" [mediawiki/extensions/Lingo] (master) - https://gerrit.wikimedia.org/r/50605 [13:52:44] 03(mod) E:OpenID still uses deprecated wfMsg - 10https://bugzilla.wikimedia.org/45268 +comment (10mail) [13:53:52] 03(mod) Link entries of special pages are broken after site language changes - 10https://bugzilla.wikimedia.org/45074 +comment (10liangent) [13:54:08] Change merged: Foxtrott; [mediawiki/extensions/Lingo] (master) - https://gerrit.wikimedia.org/r/50605 [14:05:56] Change abandoned: Siebrand; "Abandoned. Outdated." [mediawiki/extensions/LiquidThreads] (lqt-updates) - https://gerrit.wikimedia.org/r/16583 [14:06:51] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49609 [14:08:42] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50035 [14:11:12] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/32914 [14:13:18] 03(NEW) Pages accessed from $fallback8bitEncoding should be redirected or have added - 10https://bugzilla.wikimedia.org/45328 normal; MediaWiki: General/Unknown; () [14:13:21] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49701 [14:15:39] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50009 [14:17:45] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49503 [14:18:24] 03(NEW) Use module "mediawiki.api.watch" on lqt.js - 10https://bugzilla.wikimedia.org/45329 enhancement; MediaWiki extensions: LiquidThreads; () [14:19:42] Is there a way of listing/selecting all pages that start with a phrase? e.g. "cooking" [14:20:02] 03(NEW) mw.Map should not ignore fallback "undefined" - 10https://bugzilla.wikimedia.org/45330 normal; MediaWiki: JavaScript; () [14:21:22] 03(NEW) mw.Map should not get confused by keys that look like Object.prototype - 10https://bugzilla.wikimedia.org/45331 normal; MediaWiki: JavaScript; () [14:21:31] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49842 [14:22:29] 03(mod) Liquid thread sorting order submit button should have its own message - 10https://bugzilla.wikimedia.org/25309 +comment (10Alex Monk (Krenair)) [14:23:27] !api | testuser2321 [14:23:27] testuser2321: The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at < https://www.mediawiki.org/wiki/API >. For client libraries in various languages, see < https://www.mediawiki.org/wiki/API:Client_Code >. [14:23:32] 03(mod) LQT: Call to a member function getThreadObj - 10https://bugzilla.wikimedia.org/37562 +comment (10Alex Monk (Krenair)) [14:23:54] 03(mod) LQT notification email (enotif) are sent for replies/new threads on watchlisted pages/threads regardless of users' enotif settings - 10https://bugzilla.wikimedia.org/39513 +comment (10Alex Monk (Krenair)) [14:24:09] New review: Siebrand; "IMO this is bloat. "You may be"? We should provide unambiguous UIs to users, and not confront them w..." [mediawiki/extensions/LiquidThreads] (master) C: -1; - https://gerrit.wikimedia.org/r/49817 [14:24:47] 03(mod) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41185 +comment (10Alex Monk (Krenair)) [14:24:48] Vulpix: So I have to use the API? [14:24:58] There isn't a "nice" filter, ext already done? [14:25:21] 03(mod) New Messages count is not updated after marking all threads as read - 10https://bugzilla.wikimedia.org/24292 +comment (10Alex Monk (Krenair)) [14:25:36] testuser2321: well, not exactly. Maybe I misunderstood you. There's Special:PrefixIndex [14:26:44] Special:PrefixIndex/cooking will do the job [14:26:49] 03(mod) Watch and Unwatch links do not work - 10https://bugzilla.wikimedia.org/40665 +comment (10Alex Monk (Krenair)) [14:26:59] maybe the C in cooking should be uppercase [14:27:13] Thanks Vulpix , Ill haev a look into "Special:PrefixIndex" :D [14:27:48] 03(mod) LiquidThreads warning about signing your post is broken - 10https://bugzilla.wikimedia.org/29127 +comment (10Alex Monk (Krenair)) [14:29:02] Vulpix: Perfect! [14:29:03] :D [14:29:08] Big thank you!!!!!!!!! [14:29:15] you're welcome :) [14:29:42] it's very handy to get subpages of a given page [14:30:35] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49695 [14:31:20] 03(mod) Signature changes not logged - 10https://bugzilla.wikimedia.org/36096 +comment (10Alex Monk (Krenair)) [14:33:48] Change merged: Demon; [mediawiki/extensions/ExtensionDistributor] (master) - https://gerrit.wikimedia.org/r/50588 [14:34:09] New review: Alex Monk; "Needs rebase." [mediawiki/extensions/OpenID] (master) C: -1; - https://gerrit.wikimedia.org/r/50604 [14:35:18] 03(mod) Outputting "Closure" under extension functions on Special:Version is useless - 10https://bugzilla.wikimedia.org/45166 +comment (10krenair) [14:37:50] 03(mod) Set up automatic PHPUnit test suite runs for MySQL backend - 10https://bugzilla.wikimedia.org/35912 (10Platonides) [14:38:09] 03(mod) AbuseFilter receives wrong page name from WikiLove - 10https://bugzilla.wikimedia.org/45092 +comment (10Alex Monk (Krenair)) [14:39:15] 03(mod) When changing the sitelinks after an error the old error is still displayed - 10https://bugzilla.wikimedia.org/45109 +comment (10Alex Monk (Krenair)) [14:40:49] 03(mod) negative numbers look weird in the feedback bubble remaining characters count - 10https://bugzilla.wikimedia.org/36858 +comment (10Alex Monk (Krenair)) [14:41:19] hello all! I met a problem in configuring the wiki to sent email. Although I've installed mail module with pear, including net_smtp and net_socket. But when I want to sent a email, it says "PEAR mail package is not installed". Anyone can help me to fix it? [14:42:46] 03(mod) mw.Map should not get confused by keys that look like Object.prototype - 10https://bugzilla.wikimedia.org/45331 +comment (10Krinkle) [14:42:53] 03(mod) mw.Map should not ignore fallback "undefined" - 10https://bugzilla.wikimedia.org/45330 +comment (10Krinkle) [14:42:59] New patchset: Krinkle; "mw.Map: Avoid using 'undefined' to check for real existance." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50606 [14:44:11] 03(NEW) Include who approved a change in jenkins merges - 10https://bugzilla.wikimedia.org/45332 normal; Wikimedia: Testing Infrastructure; () [14:44:44] 03(mod) Threads moved to a watched page do not trigger e-mail notifications - 10https://bugzilla.wikimedia.org/30698 +comment (10Alex Monk (Krenair)) [14:48:09] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50598 [14:53:28] Platonides: about bug 45332, on gerrit there's a table with a list of reviewers with the score of verified/code review of each one. Where do you want a summary of this to appear? [14:57:47] New review: Siebrand; "Per comments by Niklas." [mediawiki/extensions/Translate] (master) C: -1; - https://gerrit.wikimedia.org/r/49977 [14:58:24] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50363 [14:58:44] 03(mod) [Opera] ULS text winds up on top of the icon in RTL languages - 10https://bugzilla.wikimedia.org/45142 (10Siebrand) [14:59:14] Change merged: jenkins-bot; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/50183 [14:59:43] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/49803 [15:01:04] 03(mod) Time prior to removal of old wmfbranch directories from cluster MUST be higher than longest cache of ANY kind; leads to missing resources - 10https://bugzilla.wikimedia.org/44570 +comment (10krinklemail) [15:06:38] 03(mod) MessageCaches Parser clone is easily messing with original - 10https://bugzilla.wikimedia.org/32368 +comment (10Alex Monk (Krenair)) [15:29:10] New patchset: Siebrand; "Use XHTML
tag" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/50607 [15:30:33] Change merged: jenkins-bot; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/50607 [15:37:47] 03(mod) Add wgFullTitle for full page title as normally displayed - 10https://bugzilla.wikimedia.org/45265 +comment (10krinklemail) [15:41:12] 03(NEW) New namespaces at uk.wikinews.org - 10https://bugzilla.wikimedia.org/45333 normal; Wikimedia: Site requests; () [15:46:14] 03(mod) New namespaces at uk.wikinews.org - 10https://bugzilla.wikimedia.org/45333 +comment (10base-w) [15:46:57] New review: Krinkle; "(4 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/50480 [15:48:42] 03(NEW) [TUX] !recent&task=acceptqueue not working - 10https://bugzilla.wikimedia.org/45334 normal; MediaWiki extensions: [other]; () [15:48:57] 03(mod) [TUX] !recent&task=acceptqueue not working - 10https://bugzilla.wikimedia.org/45334 (10Siebrand) [15:54:08] New review: Cscott; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50596 [16:03:09] 03(mod) New namespaces at uk.wikinews.org - 10https://bugzilla.wikimedia.org/45333 +comment (10Dereckson) [16:06:09] New review: Hoo man; "Are you still interested in this?" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38716 [16:12:21] 03(mod) Sometimes, Learn > Upload .. headings are incorrectly centered - 10https://bugzilla.wikimedia.org/37109 +comment (10Nischay Nahata) [16:26:56] 03(mod) Inconsistent search results with language links - 10https://bugzilla.wikimedia.org/30595 +comment (10ForoaW) [16:27:09] Krenair, :where can i find prefrences in mediawiki core? [16:27:19] what? [16:27:57] i am talking about user prefrences [16:28:19] Krenair, https://bugzilla.wikimedia.org/show_bug.cgi?id=44947 i am trying to fix this! [16:28:51] Maybe you want includes/Preferences.php [16:29:22] Oh but those texts will be in the languages/messages directory [16:29:55] specifically you need to change languages/messages/MessagesEn.php [16:31:37] this is a general problem i am facing,i dont know where to look into . [16:31:59] languages/messages/MessagesEn.php [16:45:37] .. [16:49:19] New review: Hoo man; "(2 comments)" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/47582 [16:59:57] New review: Liangent; "(1 comment)" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/47582 [17:05:18] New patchset: Wikinaut; "(bug 45268) cumulative fix replacing deprecated wfMsg calls" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/50604 [17:07:21] 03(mod) api.php ask response breaks sorting - 10https://bugzilla.wikimedia.org/45303 +comment (10jeroen_dedauw) [17:11:05] New review: Hoo man; "(1 comment)" [mediawiki/extensions/AbuseFilter] (master) C: 1; - https://gerrit.wikimedia.org/r/47582 [17:13:15] New patchset: Siebrand; "Update tags" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50610 [17:13:57] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50610 [17:14:59] 03(mod) api.php ask response breaks sorting - 10https://bugzilla.wikimedia.org/45303 +comment (10jamesin.hongkong.1) [17:15:07] 03(mod) Include who approved a change in jenkins merges - 10https://bugzilla.wikimedia.org/45332 +comment (10innocentkiller) [17:22:41] 03(mod) Userpages $wgOpenIDShowUrlOnUserPage -- suggested behaviour change - 10https://bugzilla.wikimedia.org/45322 summary (10T. Gries) [17:32:25] New patchset: Siebrand; "Disable a MediaWiki extension for Wikia" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50613 [17:32:27] New review: Jeroen De Dauw; "(10 comments)" [mediawiki/extensions/SemanticMediaWiki] (master) C: -1; - https://gerrit.wikimedia.org/r/50592 [17:33:29] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50613 [17:34:37] is an expert for ->getSkin() available ? [17:34:57] Change restored: Alex Monk; "User is having trouble on IRC pushing here because the change is closed." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49387 [17:36:30] New patchset: Rahul21; "(Bug 34798) Added the text alignment for properties diff-otitle and diff-ntitle" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49387 [17:36:30] Wikinaut: ? [17:36:30] New patchset: Rahul21; "(Bug 44947) Removed "requires JavaScript" from preference texts" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50614 [17:37:02] Dantman: E:OpenID has five $wgUser->getSkin() Throws deprecated warning [17:37:15] I don't know if I should replace them by $this->getSkin() [17:38:12] 03(mod) Loading of a Wikidata entry hangs while waiting for something and sometimes crashes - 10https://bugzilla.wikimedia.org/45325 (10Legoktm) [17:39:15] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/49507 [17:39:20] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50599 [17:39:48] New patchset: Siebrand; "FUEL enabled" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50615 [17:40:10] Dantman: lines 6 and 7 http://dpaste.org/Kh6BL/ [17:40:13] as an example [17:40:30] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50615 [17:40:59] Really? there is no entry for https://de.wiktionary.org/wiki/hackathon [17:41:12] YOU SHOULD BE ASHAMED! maybe. [17:41:12] can anyone help me - I am looking for the implementation of editing functions, it said that I can find them in skins/common/edit.js, but it is absent there [17:43:00] Change abandoned: Rahul21; "(no reason)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49387 [17:43:09] ilonak: resources/mediawiki.action/mediawiki.action.edit.js - https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree;f=resources/mediawiki.action;hb=HEAD [17:44:07] thanks a lot Vulpix [17:49:34] New patchset: Alex Monk; "(Bug 44947) Removed "requires JavaScript" from preference texts" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50614 [17:49:55] 03(mod) add info if langlink is stored at repository or local - 10https://bugzilla.wikimedia.org/41345 +comment (10Phoenixoverride) [17:56:32] 03(mod) User name blacklist should be managed globally to avoid SUL fragmentation - 10https://bugzilla.wikimedia.org/36939 +comment (10Alex Monk (Krenair)) [17:58:51] 03(mod) [ui] Refactor toolbar to improve extensibility - 10https://bugzilla.wikimedia.org/44745 +comment (10Alex Monk (Krenair)) [18:07:33] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10rahul14m93) [18:09:52] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10rahul14m93) [18:11:02] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10rahul14m93) [18:11:16] 03(mod) User name blacklist should be managed globally to avoid SUL fragmentation - 10https://bugzilla.wikimedia.org/36939 +comment (10James Forrester) [18:11:23] New patchset: Krinkle; "Add .gitreview" [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50616 [18:11:45] Change merged: Krinkle; [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50616 [18:13:45] 03(mod) User name blacklist should be managed globally to avoid SUL fragmentation - 10https://bugzilla.wikimedia.org/36939 +comment (10Alex Monk (Krenair)) [18:17:35] 03(mod) Add support for interwiki links which points to sections instead of whole article - 10https://bugzilla.wikimedia.org/45314 (10uv.wiki) [18:18:36] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10Betacommand) [18:18:54] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10Rahul Maliakkal) [18:21:55] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 -javascript ; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [18:27:43] New review: Platonides; "Yep, Sorry. It was intended as a live hack to test the difference, but then missed to keep it out of..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50595 [18:28:20] New patchset: Jforrester; "(bug 26390) Add a note to the top of the discussion page history view pointing to the header history" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [18:30:14] New review: Jforrester; "Wording of message changed per Siebrand; otherwise this looks like a good change from my POV." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [18:31:12] 03(mod) PAGESINCATEGORY inaccurate for deletion related categories - 10https://bugzilla.wikimedia.org/16036 +comment (10Phoenixoverride) [18:32:26] Krenair: Mind if I revert your closing of bug 36939? It now needs to get moved to be a wm-config bug, but that's frankly where Erik should have filed it in the first place. [18:32:49] If you're going to move it to the wikimedia product, that sounds fine to me [18:33:24] Kk. [18:34:31] 03(mod) User name blacklist should be managed globally to avoid SUL fragmentation - 10https://bugzilla.wikimedia.org/36939 +comment (10James Forrester) [18:35:14] 03(mod) User name blacklist should be managed globally to avoid SUL fragmentation - 10https://bugzilla.wikimedia.org/36939 (10James Forrester) [18:38:12] New review: Siebrand; "Still bloated. Before we add more UI stuffs, can we get some design input?" [mediawiki/extensions/LiquidThreads] (master) C: -1; - https://gerrit.wikimedia.org/r/49817 [18:39:02] siebrand: If you thought it shouldn't be there in the first place, say so, and WONTFIX the bug. Don't just -1 and change your reasoning each time. :-) [18:39:46] 03(NEW) [935e66d4] Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/45335 normal; MediaWiki: Page editing; () [18:39:50] Gah, he's not here; will e-mail. [18:39:53] New review: Siebrand; "Not merging because I'd like to see some more +1 before I do." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/50614 [18:40:26] New review: Jforrester; "Siebrand, if you thought it shouldn't be there in the first place, say so, and WONTFIX the bug. Don'..." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [18:41:38] New review: Siebrand; "@james: I'm not changing my objection "all the time". It's just that you uploaded a new change set, ..." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [18:45:38] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41360 +comment (10Ori Livneh) [18:46:11] New review: Jforrester; "Siebrand: Nothing would make more more deliriously happy than resolving this one way or another. I'd..." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [18:46:31] Krenair: Can you post the code somewhere? [18:48:04] Krinkle: http://pastebin.com/3sPLjKUN [18:48:40] Krenair: You can't call a prototype method without context [18:49:19] Krenair: Detaching methods is dangerous [18:49:21] Just call it inline [18:49:29] Detach your callback instead [18:50:03] and then attach it to the promise instead of passing it as an argument, which is deprecated [18:50:41] 03(mod) Set up automatic PHPUnit test suite runs for MySQL backend - 10https://bugzilla.wikimedia.org/35912 +comment (10Ori Livneh) [18:54:06] Krinkle, okay great, thanks [18:58:28] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 +comment (10Sven Manguard) [19:04:36] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 +comment (10Legoktm) [19:10:56] New review: Jeroen De Dauw; "Nikerabbit: look at the test case :)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50042 [19:14:40] New review: Jeroen De Dauw; "(2 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50042 [19:15:58] hello [19:16:17] any wiki admin's here? [19:16:25] ? [19:16:49] admin of which wiki? [19:17:13] 03(NEW) Localize strings in drop down menu - 10https://bugzilla.wikimedia.org/45336 normal; MediaWiki extensions: ExtensionDistributor; () [19:17:20] New review: Siebrand; "James: Apologies for the misquote. Unfortunately Gerrit does not allow me to reply using a threaded ..." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/49817 [19:26:01] 03(mod) Fatal error in fatalmonitor - 10https://bugzilla.wikimedia.org/44485 +comment (10Max Semenik) [19:27:41] New patchset: Raimond Spekking; "Remove unused message" [mediawiki/extensions/ExtensionDistributor] (master) - https://gerrit.wikimedia.org/r/50625 [19:28:27] 03(mod) FeaturedFeeds documentation shouldn't be output in API if there are no configured feeds - 10https://bugzilla.wikimedia.org/34968 +comment (10Max Semenik) [19:34:32] 03(mod) Localize strings in drop down menu - 10https://bugzilla.wikimedia.org/45336 (10Siebrand) [19:34:44] 03(mod) Localize strings in drop down menu - 10https://bugzilla.wikimedia.org/45336 +i18n (10Siebrand) [19:39:04] New review: Se4598; "tested local, rebased on current master head (c6a03ad)" [mediawiki/extensions/ArticleFeedbackv5] (master) C: 1; - https://gerrit.wikimedia.org/r/42537 [19:39:19] New patchset: Raimond Spekking; "Some consistency tweaks in preparation for adding extension to Translatewiki.net" [mediawiki/extensions/GoogleSiteSearch] (master) - https://gerrit.wikimedia.org/r/50626 [19:43:10] 03(mod) EXIF date prefill does not deal with insane dates well - 10https://bugzilla.wikimedia.org/26090 +comment (10Nischay Nahata) [19:44:33] ok i'm struggling along with contexts, because i want to call newfromtitle() ... is there any code around I could view about this? thanks [19:45:06] i have looked at http://www.mediawiki.org/wiki/Manual:RequestContext#Using_IContextSource_and_ContextSource but it's not too helpful to me [19:45:21] 03(NEW) Removals/reverts cause series of identical "linked from" notifications - 10https://bugzilla.wikimedia.org/45337 normal; MediaWiki extensions: Echo; () [19:46:18] 03(mod) Removals/reverts cause series of identical "linked from" notifications - 10https://bugzilla.wikimedia.org/45337 +comment (10erik) [19:46:39] Krinkle, it seems I have to pass it as an argument or I get "Uncaught TypeError: undefined is not a function" from the success( data.watch ) call in doWatchInternal [19:49:00] 03(mod) Loading of a Wikidata entry hangs while waiting for something and sometimes crashes - 10https://bugzilla.wikimedia.org/45325 (10jeblad) [19:50:07] could someone talk with me about these "contexts" - sure would be appreciated, thx [19:50:31] Platonides, can i work on https://bugzilla.wikimedia.org/show_bug.cgi?id=18819 [19:51:00] Krenair: Do you have the latest master? [19:52:06] 03(NEW) Server response on POST request empty - 10https://bugzilla.wikimedia.org/45338 normal; MediaWiki extensions: MaintenanceShell; () [19:52:53] Krinkle, it's a few days out of date [19:53:31] New patchset: Krinkle; "Fix bug: Empty response on certain Apache/PHP versions." [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50631 [19:53:38] Krenair: update it [19:53:48] (git remote update; git rebase gerrit/master) [19:54:03] 'git stash' in front and 'git stash pop' after if you have a dirty working copy [19:55:15] New patchset: Krinkle; "Fix empty response on certain Apache/PHP versions." [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50631 [19:55:19] Change merged: Krinkle; [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50631 [19:55:56] Krinkle, great, thanks again. [19:58:11] New patchset: Mwjames; "SMW\RecurringEvents eliminate restrictions and use subobjects as object storage" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/50592 [19:58:30] New review: Mwjames; "(8 comments)" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/50592 [19:58:46] does anyone have a sec to talk about getting or creating a context so that i can call newFromTitle> [19:59:31] Catchable fatal error: Argument 2 passed to Article::newFromTitle() must implement interface IContextSource, none given, [19:59:53] i am trying to load a page's content into a variable [20:00:45] New patchset: Krinkle; "Fix scripts not working due to uncomitted transactions." [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50632 [20:01:02] Change merged: Krinkle; [mediawiki/extensions/MaintenanceShell] (master) - https://gerrit.wikimedia.org/r/50632 [20:01:36] 03(mod) Server response on POST request empty - 10https://bugzilla.wikimedia.org/45338 +comment (10Krinkle) [20:01:46] 03(mod) Server response on POST request empty - 10https://bugzilla.wikimedia.org/45338 (10Krinkle) [20:02:09] Is there a way to know to find out if a page in redirect in js using MW api? [20:05:00] prop=info will probably tell you if it's a redirect [20:06:12] ok i am doing a new RequestContext() and my problem went away. i have no idea if this is right [20:13:49] hi liangent [20:14:18] liangent: may i poke you about https://gerrit.wikimedia.org/r/#/c/49776/ ? :) [20:17:50] hihi [20:18:11] is there a way to list the params a template is called with (inside the template)? [20:18:28] or is such 'introspection' not available? [20:18:33] (could it be?) [20:22:08] Change merged: Siebrand; [mediawiki/extensions/GoogleSiteSearch] (master) - https://gerrit.wikimedia.org/r/50626 [20:29:40] New review: Jeroen De Dauw; "@MaxSem: code does not go bad over time if it's left alone. Bitrot is caused by people making bad ch..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48258 [20:30:30] hi [20:30:38] heya! [20:30:43] hi [20:30:45] how does mediawiki sanitize uploaded SVG? [20:30:48] does it? [20:30:49] ^ [20:30:51] heya pythonsnake :) [20:31:14] New patchset: Alex Monk; "(bug 45329) Use mediawiki.api.watch for watching/unwatching pages" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50636 [20:31:17] what stops someone from uploading malicious javascript embedded in say http://upload.wikimedia.org/wikipedia/commons/8/85/Metro_Brussels.svg [20:31:17] New review: MaxSem; "So far, I'm not convinced that it's not a pattern for the sake of pattern." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/48258 [20:31:20] and then you clicking on it [20:31:24] 03(mod) Use module "mediawiki.api.watch" on lqt.js - 10https://bugzilla.wikimedia.org/45329 +patch-in-gerrit; +comment (10Alex Monk (Krenair)) [20:31:27] and all your logins are belong to me, etc [20:31:40] I ask this because we'd like to have svg support in mediagoblin [20:32:04] but we don't want to have users accidentally deploy sites that have serious XSS vulnerabilities [20:32:11] https://grepular.com/Scalable_Vector_Graphics_and_XSS [20:33:08] 03(mod) Add wb_action abusefilter variable to specify the actual action taken - 10https://bugzilla.wikimedia.org/45252 +comment (10T. H. Kelly) [20:36:18] hi - i want to get the html for a page's content. When I call Article::newFromTitle( $title, $context )->getParserOutput()->getText() all it gives me is raw text not the html. What am I doing wrong? [20:37:00] well, getText, as it's name says, gets the text (wikitext) of the page, not the HTML :) [20:37:22] paroneayea, we've got a generic script detection framework which doesn't allow uploading the file form that page, for example: "This file contains HTML or script code that may be erroneously interpreted by a web browser." [20:37:23] yeah i can't find a fn to return html [20:37:56] paroneayea: see, a stripping! :D [20:38:12] or don't allow with js [20:38:20] stripping is better imo [20:38:58] New review: Jeroen De Dauw; "I explained why it is useful and linked to an example. Plus I offered to further explain if you have..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48258 [20:39:19] New review: Alex Monk; "(7 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/5130 [20:39:19] Vulpix, is there a method for returning the html? [20:39:56] New patchset: Alex Monk; "Add auto-save feature for edit textareas, via localStorage" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/5130 [20:40:15] New review: Alex Monk; "Still lots of things from PS5 to deal with." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/5130 [20:41:32] hypergrove: I don't know, see the docs [20:41:34] !class [[Archivo:EP227_Pokémon_en_el_corral.jpg|200px]] [20:41:35] 200px]]: See http://svn.wikimedia.org/doc/class[[Archivo:EP227_Pokémon_en_el_corral.jpg.html [20:41:39] meh, wrong paste [20:41:50] !class ParserOutput [20:41:50] See http://svn.wikimedia.org/doc/classParserOutput.html [20:45:46] 03(mod) [REGRESSION] When attempting to add text through action=edit§ion=new on user script pages, an internal error occurs - 10https://bugzilla.wikimedia.org/43784 +comment (10Helder) [20:45:49] 03(mod) [Regression] MWException when saving section=new on .css and .js pages - 10https://bugzilla.wikimedia.org/43008 +comment (10Helder) [20:46:02] Vulpix, it seems I need to call $rev = Revision::newFromTitle( $title ); [20:46:02] if( is_object( $rev ) ) [20:46:02] $contents = $rev->getText(); [20:46:17] oops sorry, didnt mean to paste code [20:47:13] MaxSem: aha [20:47:57] paroneayea, it will stop you even if you attempt to upload a gif with JS inside [20:48:19] or a pic with a java applet inside [20:48:25] MaxSem: oh huh! [20:48:26] interesting. [20:48:41] New patchset: Fo0bar; "Add i18n message documentation" [mediawiki/extensions/GoogleSiteSearch] (master) - https://gerrit.wikimedia.org/r/50704 [20:49:09] MaxSem: that's good to know, thanks for informing. I think maybe the right route for us is to use an svg whitelist tool maybe that strips everything out except for certain accepted things. That might be tedious to write though [20:49:17] something like lxml.html.clean() as it exists in python [20:50:17] there's a full-blown SVG sanitizer waiting for review somewhere in Gerrit, howeer it's pretty perennial:P [20:50:35] hypergrove: Be sure to use the right param to getText() [20:51:00] MaxSem: yeah I guess it would have to be pretty huge [20:51:08] it's a pretty large spec from what I've seen [20:58:59] 03(NEW) Fatal error when using Instant Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/45339 critical; MediaWiki: General/Unknown; () [20:59:37] New review: Krinkle; "This fixes bug 44135." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/44864 [21:00:20] 03(mod) Fatal error when using Instant Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/45339 +comment (10Krinkle) [21:00:20] 03(mod) Fatal on any page with files from Commons: Error setting curl options - 10https://bugzilla.wikimedia.org/44135 +comment (10Krinkle) [21:00:30] hexmode: you there? [21:01:21] New review: Helder.wiki; "(1 comment)" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50636 [21:03:41] New patchset: Ori.livneh; "jsduck-ify comments in ext.eventLogging.core.js" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50705 [21:04:49] Dantman, thanks i did and it works ! thx [21:05:53] New review: Krinkle; "(4 comments)" [mediawiki/extensions/LiquidThreads] (master) C: -1; - https://gerrit.wikimedia.org/r/50636 [21:08:04] New patchset: Ori.livneh; "jsduck-ify comments in ext.eventLogging.core.js" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50705 [21:09:42] New review: Raimond Spekking; "(3 comments)" [mediawiki/extensions/GoogleSiteSearch] (master) - https://gerrit.wikimedia.org/r/50704 [21:17:18] New review: Parent5446; "I'm confused as to why this is being done this way. Why not just set the JS variable directly using ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/50480 [21:21:11] New review: Parent5446; "Looks good. Haven't checked yet, but it should be good." [mediawiki/extensions/OpenID] (master) C: 1; - https://gerrit.wikimedia.org/r/50604 [21:24:16] * Matthew_ gently pokes JeroenDeDauw for a quick question [21:26:17] New patchset: Krinkle; "Add missing release notes for various commits." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/50706 [21:26:47] New review: Krinkle; "Missing release notes, added in I7e8c78dd." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/37635 [21:26:53] New review: Krinkle; "Missing release notes, added in I7e8c78dd." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/44846 [21:27:05] 03(mod) FeaturedFeeds extension: Set feed limit for monthly featured articles on la.wikipedia - 10https://bugzilla.wikimedia.org/33978 (10uv.wiki) [21:27:23] New review: Krinkle; "Missing release notes, added in I7e8c78dd." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/44864 [21:28:13] Change merged: Krinkle; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/50706 [21:30:43] New review: Krinkle; "Wrong bug number?" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/48343 [21:30:50] siebrand: ^ [21:32:52] Krinkle, great [21:33:05] I had adding RELNOTES to old branches in my TODO [21:33:56] Tomorrow I'm going to ask hexmode to release 1.20.3, all of my wikis have been broken without me knowing (Instant Commons fatally broken, causes any page with an image to look like this: http://finanpedia.nl/wiki/Overleg_gebruiker:Hillard978 [21:33:58] Platonides: [21:34:05] That I find unacceptably horrible [21:34:21] no, please wait a bit [21:34:30] We've apparantly known for weeks, fixed in the repo, and backported [21:34:34] just nobody cared to release it [21:34:35] I have a security bug to report [21:34:45] Platonides: So what? We'll release again [21:34:56] We have a fatal error on every page of every wiki that has Instant Commons enabled. [21:35:01] There is no reason not to relaese. [21:35:05] we can include those 3 lines patch in that release as well [21:35:34] If you can get it landed *in* REL1_20 within 24 hours, go ahead, but it's not me you have to confince [21:35:42] I'm asking Mark tomorrow andI'm not waiting. [21:35:58] ok, 24h should be enough [21:36:36] 03(mod) Set up "P" as an alias for "Property" namespace - 10https://bugzilla.wikimedia.org/45079 +comment (10pinkampersand.wikimedia) [21:37:52] Hey every one [21:38:00] so hexmode, please wait that :) [21:54:16] 03(mod) Set up "P" as an alias for "Property" namespace - 10https://bugzilla.wikimedia.org/45079 +patch-in-gerrit; +comment (10Legoktm) [21:54:35] the portal/current events links in my sidebar show up without a namespace prefix like this ":CurrentEvents" and I can't override them with MediaWiki:Portal-url, anyone got any idea why this could be? [21:55:29] New review: Siebrand; "(1 comment)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/50706 [21:56:53] Matthew_: pong [21:57:54] JeroenDeDauw: Hey! First of all, thanks for all the work on the EP extension. Got a quick question I wanted to double-check (a Professor asked me). Students put down which articles they're working on, correct? Or how does that work? The Docs weren't really clear. [22:02:18] New patchset: Yaron Koren; "Added support for SMW's SQLStore3 (finally) for remote autocompletion" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/50710 [22:04:00] 03(mod) Normal search with [some] accented letters fails, search by label has to be used - 10https://bugzilla.wikimedia.org/42234 (10jeblad) [22:05:51] New review: Krinkle; "(1 comment)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/50706 [22:06:30] New review: Krinkle; "@Parent5446 please read the code, it explains answers this explicitly." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50480 [22:07:18] Change merged: Yaron Koren; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/50710 [22:09:35] can't even get changes from MediaWiki:Sidebar to show up... [22:14:20] karthus: clear you cache? [22:14:42] Matthew_: EP? [22:14:55] dbolser_: Education Program. [22:15:45] Matthew_: ty [22:15:52] dbolser_: Sure :) [22:17:22] JeroenDeDauw: You get my message? [22:23:50] dbolser, I tried doing "touch LocalSettings.php" and truncating objectcache table [22:27:17] New patchset: Siebrand; "Add repo for FUEL" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50711 [22:28:04] New patchset: Alex Monk; "(bug 45329) Use mediawiki.api.watch for watching/unwatching pages" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50636 [22:28:27] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50711 [22:30:34] New patchset: Siebrand; "Also blacklist Bengali" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50712 [22:36:01] New patchset: Siebrand; "Correct paths for FUEL in configuration" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50713 [22:37:04] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50712 [22:37:10] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50713 [22:42:50] New patchset: Physikerwelt; "Introduction of debugfeatures" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/49488 [22:43:11] New patchset: Physikerwelt; "Specialpage MathDebug" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/50386 [22:48:45] 03(mod) New namespaces at uk.wikinews.org - 10https://bugzilla.wikimedia.org/45333 (10Anatoliy Goncharov) [22:55:35] New patchset: Alex Monk; "(bug 45249) Comment text diff links in thread history should be protocol-relative" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50714 [22:55:53] 03(mod) Diff links in thread history unconditionally point to HTTP while browsing through HTTPS - 10https://bugzilla.wikimedia.org/45249 +patch-in-gerrit; +comment (10Alex Monk (Krenair)) [22:58:08] New review: Anomie; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50596 [22:59:38] New patchset: Ori.livneh; "Tidy up and document JavaScript API" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/50705 [22:59:56] My MediaWiki extension doesn't currently run on PostgreSQL. Are there any guides/tutorials/infos about writing portable DB code within MediaWiki, or specifically about updating standard MySQL-based code to work on Postgre as well? [23:00:06] 03(NEW) [TUX] #. comments in gettext not displayed in translation helpers - 10https://bugzilla.wikimedia.org/45340 major; MediaWiki extensions: Translate; () [23:00:07] 03(mod) MessageCaches Parser clone is easily messing with original - 10https://bugzilla.wikimedia.org/32368 +comment (10Brad Jorsch) [23:00:17] 03(mod) [TUX] #. comments in gettext not displayed in translation helpers - 10https://bugzilla.wikimedia.org/45340 (10Siebrand) [23:01:51] 03(mod) [TUX] !recent&task=acceptqueue not working - 10https://bugzilla.wikimedia.org/45334 (10Siebrand) [23:04:02] New patchset: Fo0bar; "Add i18n message documentation" [mediawiki/extensions/GoogleSiteSearch] (master) - https://gerrit.wikimedia.org/r/50704 [23:09:00] 03(mod) api.php ask response breaks sorting - 10https://bugzilla.wikimedia.org/45303 +comment (10cariaso) [23:16:40] New patchset: Siebrand; "Fix codeMap for FUEL" [translatewiki] (master) - https://gerrit.wikimedia.org/r/50716 [23:18:10] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/50716 [23:22:35] New review: Krinkle; "wgScriptExtension is still used in core to determine path to php files in PHP and JS. Needs to be up..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/35171 [23:22:51] 03(mod) Remove .php5 files from MediaWiki root - 10https://bugzilla.wikimedia.org/18010 (10Krinkle) [23:23:37] hey guys [23:23:42] can I use wikipedia.org for my own personal articles? [23:24:22] 03(mod) VisualEditor: SurfaceFragment methods don't document their chainability properly - 10https://bugzilla.wikimedia.org/45264 (10Krinkle) [23:27:25] Krenair: ping? [23:30:47] 03(mod) VisualEditor: Handling of double click when preference "Edit pages on double click" is active - 10https://bugzilla.wikimedia.org/43023 +comment (10Krinkle) [23:42:04] 03(NEW) Parsoid: Incorrect rendering for [[Template:Disambiguation]] - 10https://bugzilla.wikimedia.org/45341 normal; Parsoid: General; () [23:42:57] 03(mod) Parsoid: Incorrect rendering for [[Template:Disambiguation]] - 10https://bugzilla.wikimedia.org/45341 +comment (10krinklemail) [23:42:59] New patchset: Siebrand; "Remove unused local variable" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50717 [23:42:59] New patchset: Siebrand; "Remove unused local assignments" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50718 [23:43:54] 03(mod) Parsoid: Incorrect rendering for [[Template:Disambiguation]] - 10https://bugzilla.wikimedia.org/45341 +comment (10krinklemail) [23:43:58] 03(mod) Deploy Account creation user experience to Commons - 10https://bugzilla.wikimedia.org/45313 +comment (10swalling) [23:45:34] 03(mod) Parsoid: Incorrect rendering for [[Template:Disambiguation]] - 10https://bugzilla.wikimedia.org/45341 +comment (10krinklemail) [23:45:54] 03(mod) Parsoid: Incorrect rendering for [[Template:Disambiguation]] - 10https://bugzilla.wikimedia.org/45341 (10Krinkle) [23:47:58] New patchset: Siebrand; "Add type hint" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50719 [23:51:07] New patchset: Siebrand; "Add type hint" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50720 [23:54:37] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50720 [23:56:35] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50717 [23:58:42] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50718 [23:59:23] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/50719