[00:02:14] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 +comment (10Jared Flores) [00:13:56] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 (10Quim Gil) [00:29:10] 03(NEW) Create mailing list wikimedia-sk-oznamy - 10https://bugzilla.wikimedia.org/58171 enhancement; Wikimedia: Mailing lists; () [00:42:56] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 +comment (10Andre Klapper) [00:47:39] 03(mod) Example link on Manual:Upgrading to patch file is a 404 for .0 stable releases - 10https://bugzilla.wikimedia.org/58159 +easy; summary; +comment (10Andre Klapper) [00:53:24] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10matma.rex) [01:04:14] 03(mod) Display tabs as 4 spaces using CSS tab-size property - 10https://bugzilla.wikimedia.org/57824 +comment (10Rastus Vernon) [01:04:31] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 (10nemesus) [01:09:29] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 (10nemesus) [01:11:06] 03(mod) 1.22.0 patch file missing from download directory. - 10https://bugzilla.wikimedia.org/58159 summary; +comment (10p858snake) [01:16:21] 03(mod) 1.22.0 patch file missing from download directory. - 10https://bugzilla.wikimedia.org/58159 +comment (10p858snake) [01:16:43] 03(mod) 1.22.0 patch file missing from download directory. - 10https://bugzilla.wikimedia.org/58159 minor->major (10Kunal Mehta (Legoktm)) [01:17:35] 03(mod) 1.22.0 patch file missing from download directory. - 10https://bugzilla.wikimedia.org/58159 -easy (10p858snake) [01:20:07] 03(NEW) 1.19 and 1.20 download directories missing files - 10https://bugzilla.wikimedia.org/58172 normal; MediaWiki: General/Unknown; () [01:32:05] is there any way to have mw.msg print out braces? i'm trying to adjust the default MsUpload comment so that a license template is used, but since mw.msg defaults to plain, braces can't be used. would something like %7B%7BLicense%7D%7D or {{License}} work? [01:33:23] Kanegasi: this doesn't sound like a problem with mw.msg, but with the calling code [01:33:48] (in particular, it sounds like you're doing $(…).html( mw.msg(…) ), which you probably shouldn't do) [01:34:04] if that's what you're doing, the second version should work; i can't come up with a scenario in which the first would work. [01:34:19] ah [01:34:23] or maybe i misunderstood [01:34:33] in which case the second version might work as well [01:34:42] you know, you should just show us the code. [01:34:46] or a link. [01:34:46] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 +comment (10aklapper) [01:34:49] so we don't have to guess [01:34:52] i am only editing MediaWiki:Msu-comment. the code involved is in Extension:MsUpload. if I put {{license}} into Msu-comment, file uploads end up with msu-comment: Unknown operation "license" [01:35:42] looking through the extension's code, it uses mw.msg [01:35:59] that's https://bugzilla.wikimedia.org/show_bug.cgi?id=52479 [01:37:14] per the comment there, the workaround is to use mw.message( 'some-key' ).plain() in extension code [01:37:55] so being just an admin, i have to get the wiki owners to manually alter MsUpload's code? [01:38:53] yeah, i'm afraid :( i don't know a better workaround [01:58:23] 03(mod) Kill SkinTemplateOutputPageBeforeExec hook - 10https://bugzilla.wikimedia.org/58137 +comment (10jrobson) [02:05:32] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 (10nemesus) [02:09:23] is there a way I can disable collapsible tabs through LocalSettings.php (I just upgraded to 1.22) [02:11:01] Seahorse: i don't think you can. why would you? [02:11:27] because we are using the donate box extension to display a project wonderful ad and it's hidden [02:11:56] and we will probably get in trouble if we don't fix it [02:13:43] 03(mod) VisualEditor: Copy wikiEditor's search-and-replace tool - 10https://bugzilla.wikimedia.org/48368 +comment (10WhatamIdoing) [02:14:01] this is why I really don't like when things are merged to the core.. especially when you can't disable them. If I want a feature I can install an extension for it. [02:14:45] uh [02:14:54] how does it get hidden? [02:15:11] it should not get hidden unless it doesn't fit on the screen already [02:15:20] and even then, to have it hidden, you have to add a specal class to it [02:15:43] i have a feeling you're talking about something else, can i get a link or a screenshot? [02:18:21] MatmaRex, http://i.imgur.com/YFz9txK.png [02:18:36] all of the sections are collapsible and most of them are collapsed by default [02:19:31] I haven't been involved with this wiki in a few years so I don't know if they changed anything skin-wise [02:22:16] 03(NEW) input box should be focus when form opened - 10https://bugzilla.wikimedia.org/58173 minor; MediaWiki extensions: WikidataClient; () [02:23:15] Seahorse: ah, well [02:23:20] these are not tabs [02:23:37] we have both collapsibleTabs and collapsibleNav, and you want the latter :) [02:23:59] ah I see [02:24:33] Seahorse: how do you create that? with a PHP hook? or something else? [02:24:53] the ad box? [02:25:00] i'm looking at the source and it seems like sidebar sections with the 'persistent' class will not be hideable [02:25:02] yeah [02:25:35] (or just something in mediawiki:sidebar?) [02:26:16] I don't know how it was done (someone else modified it) but we used this https://www.mediawiki.org/wiki/Extension:SidebarDonateBox [02:26:40] they probably replaced the snippet where the paypal donate button html goes with the project wonderful ad box goes [02:26:58] *box html [02:28:29] it has nothing to do with MediaWiki:Sidebar though [02:28:54] I'm assuming its coded in similar to the toolbox [02:30:34] yeah, probably [02:31:13] Seahorse: looking at that extension, [02:31:21] taking a look at the code, it appears you can't specify classes at the hook? [02:31:29] i'm functionally retarded php and c wise though [02:32:30] https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FSidebarDonateBox/5b94284dc7b63be6f6cee3d042fdd476d43cb9ef/SidebarDonateBox.php [02:33:14] hmm, yeah [02:33:17] 03(mod) VisualEditor: Cursor not moving past ग्र on left arrow key press - 10https://bugzilla.wikimedia.org/51846 +comment (10Siddhartha.Ghai) [02:33:40] that seems silly, especially for wikis that want to customise with CSS [02:34:27] okay, i don't know how to do this off-hand, sorry [02:34:33] and i don't have time now [02:34:42] i suggest mailing the wikitech-l list with the question [02:34:43] !lists [02:34:43] mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [02:38:20] https://www.mediawiki.org/wiki/Manual:Hooks/SkinBuildSidebar [02:38:26] yeah, no class specification [02:38:30] seems like a big oversight [02:38:48] 03(mod) Problems with update from 1.21.3 to 1.22.0 - 10https://bugzilla.wikimedia.org/58168 (10nemesus) [02:40:33] ampharos: it looks like you could use the SkinTemplateToolboxEnd hook, i guess [02:40:39] but that's nasty and deprecated [02:40:45] !hook SkinTemplateToolboxEnd [02:40:45] https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateToolboxEnd [02:41:03] (but it'll still work if you really really need it now) [02:41:31] really, just mail wikitech-l and somebody will think about this [02:56:01] MatmaRex, i fixed it [02:56:12] I just removed something from vector.php [02:56:14] problem solved [02:56:34] which is surprising because usually when I try doing something like that everything breaks [02:57:05] 03(mod) Rewrite Template:Interval in Lua - 10https://bugzilla.wikimedia.org/58130 +comment (10Theopolisme) [02:57:42] heh [02:57:48] well, for some definition of 'solved' [02:58:04] i know [02:58:26] it will come back to haunt me [02:58:55] but for me - close enough [03:01:44] yeah, probably [03:01:56] MatmaRex, thanks for your help, I appreciate it :) [03:02:04] my pleasure :) [03:02:07] good night, i'm off [03:02:14] (and please do mail wikitech :) ) [04:06:11] 03(NEW) Cross site scripting [xss] - 10https://bugzilla.wikimedia.org/58174 major; MediaWiki: Special pages; () [04:08:18] wonderful. [04:09:07] I wish we could reorder the new bug screen so we could place security up the top in bold as well [04:14:33] Nice that we were told how to replicate it [04:16:37] That User:Sam R... is quite scary [04:20:53] heh :D [04:33:27] Reedy: luckily its "Username:" so don't worry ;) [04:38:27] I don't have the Sam R account either ;) [05:15:42] hello people, i have certain level of experience editing wiki pages, but i have no experience as sysop and im planning to create a site solely for documentation, any advice or suggestion about tutorials or articles to read about this new journey i want to take ? [05:33:07] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 +comment (10jamesin.hongkong.1) [05:33:27] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 (10MWJames) [05:57:58] 03(mod) Rewrite Template:Interval in Lua - 10https://bugzilla.wikimedia.org/58130 +comment (10Quim Gil) [06:12:40] 03(NEW) Optionally put "[patrolled by SoAndSo]" next to patrolled revisions in RecentChanges, Contribs, and History - 10https://bugzilla.wikimedia.org/58175 normal; MediaWiki extensions: Extensions requests; () [06:12:49] 03(mod) Rewrite Template:Interval in Lua - 10https://bugzilla.wikimedia.org/58130 +comment (10theopolismewiki) [06:21:46] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 +comment (10jaredflores2000) [06:25:32] 03(mod) Two new lists for Wikimedia-VE - 10https://bugzilla.wikimedia.org/57792 +comment (10fhaidel) [06:40:20] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10liverpudlian932) [06:40:28] 03(NEW) Missing dependency for WikibaseLib - 10https://bugzilla.wikimedia.org/58176 minor; MediaWiki extensions: WikibaseDatabase; () [06:43:28] hey, hi all, hope you are well. hello from Portland Oregon. I have a tiny add-in to mediawiki that stopped working and cant find out why for the life of me. Can any one help me find out why it stopped? [06:44:21] it is called link to top. it adds a link next to each section on a page with a clickable link that goes to top of the page [06:44:49] it must tie in to the link there for EDIT since it appears right next to that word. or shall i say, ought to appear right next to it. [06:47:09] 03(mod) Missing dependency for WikibaseLib - 10https://bugzilla.wikimedia.org/58176 +comment (10greenrd) [06:49:40] sadly, i do not yet know how to step through a page load of wikimedia PHP page to see exactly where to debug the loading of this extension. [06:49:40] any advice please [06:55:13] come on guys [06:55:16] some one is out there [06:55:23] hi [06:55:25] um [06:55:32] can you post the code that is no longer working? [06:55:36] let us all not have a dead channel here [06:55:46] oops my smiley face did not come through there [06:55:52] : - ) [06:55:59] is this after upgrading to 1.22? [06:56:26] sadly and poorly --i know -- we do not know what change caused this. [06:56:49] i believe it was actually from the previous version perhaps even 2 ago [06:56:49] ok, well can you post the code that is no longer working? [06:58:46] yes it is right here http://www.mediawiki.org/wiki/Extension:SectionLinkToTop [06:59:40] I do know that there were recently some changes to how edit section links work internally [06:59:56] I think your best bet is to email the mediawiki-l list [06:59:57] !lists [06:59:58] mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [07:04:18] thank you for that. i will debug some more tonight. then try that next. do you have any favorite ways to dump the page load or stack trace? [07:05:22] !debugging [07:05:22] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [07:05:43] an easy way to get a stacktrace is just stick "throw new MWException('something');" in the code [07:11:08] thx. that helps. doing so now. [08:05:53] 03(mod) movepages.py: automatic incoming links fix - 10https://bugzilla.wikimedia.org/55077 (10xqt) [08:08:12] 03(mod) Port reflinks.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56900 (10xqt) [08:08:48] 03(mod) TypeError running a script (via pwb.py) - 10https://bugzilla.wikimedia.org/56879 (10xqt) [08:09:58] 03(mod) adding -recentchange -nobot argument - 10https://bugzilla.wikimedia.org/55044 (10xqt) [08:10:59] 03(mod) isDisambig results in AttributeError - 10https://bugzilla.wikimedia.org/54868 (10xqt) [08:18:01] 03(mod) Yandex returns incorrect variables and newlines - 10https://bugzilla.wikimedia.org/58120 summary (10Niklas Laxström) [08:18:16] 03(mod) Microsoft returns incorrect newlines - 10https://bugzilla.wikimedia.org/58121 summary (10Niklas Laxström) [08:18:33] 03(mod) claimit.py: enable claim with the same property, but different value - 10https://bugzilla.wikimedia.org/54415 (10xqt) [08:19:34] 03(mod) Scenario fails on ciwmf: Display language change is previewed immediately - 10https://bugzilla.wikimedia.org/58031 +comment (10niklas.laxstrom) [08:57:03] 03(mod) input box should be focus when form opened - 10https://bugzilla.wikimedia.org/58173 +need-volunteer (10Lydia Pintscher) [08:59:37] 03(mod) Update favicon piece.ico - 10https://bugzilla.wikimedia.org/58164 +comment (10matx-1997) [09:39:23] 03(NEW) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 normal; Pywikibot: interwiki.py; () [09:40:33] 03(mod) interwiki on Wiktionary Type Error - 10https://bugzilla.wikimedia.org/57726 +comment (10xqt) [09:48:38] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 +comment (10xqt) [10:00:06] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 +comment (10xqt) [10:04:43] 03(mod) {{formatnum}} arguments 'R' and 'NOSEP' should match the entire string, not just part of the string - 10https://bugzilla.wikimedia.org/56199 +comment (10gerritadmin) [10:04:48] 03(mod) {{formatnum}} arguments 'R' and 'NOSEP' should match the entire string, not just part of the string - 10https://bugzilla.wikimedia.org/56199 (10Gerrit Notification Bot) [10:12:32] 03(mod) and do not work with Parsoid because they are not normal parser tags - 10https://bugzilla.wikimedia.org/48891 (10Siebrand Mazeland) [10:14:46] 03(mod) Cannot recover from invalid token error - 10https://bugzilla.wikimedia.org/41466 +comment (10s.mazeland) [10:15:28] 03(mod) You are not warned when log in is lost or expired - 10https://bugzilla.wikimedia.org/48775 major->normal (10Siebrand Mazeland) [10:17:35] 03(mod) onSkinTemplateOutputPageBeforeExec hook use causes language button to show up on pages in mobile - 10https://bugzilla.wikimedia.org/57091 (10Siebrand Mazeland) [10:18:29] 03(mod) 1= plural rule not working for Russian (and maybe other languages) - 10https://bugzilla.wikimedia.org/54514 (10Siebrand Mazeland) [10:18:56] 03(mod) Filter messages from aggregate group when contained group is discouraged for the language - 10https://bugzilla.wikimedia.org/47875 (10Siebrand Mazeland) [10:19:04] 03(mod) Filter messages from aggregate group when contained group is discouraged for the language - 10https://bugzilla.wikimedia.org/47875 major->normal (10Siebrand Mazeland) [10:26:15] 03(mod) [TUX] Task/view selector (List/Page/Proofread) is not initially visible - 10https://bugzilla.wikimedia.org/47637 +comment (10s.mazeland) [10:27:46] 03(NEW) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 normal; MediaWiki: API; () [10:29:37] 03(mod) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 +comment (10slboat) [10:30:23] 03(mod) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 +comment (10slboat) [10:31:08] 03(mod) Android export should support plurals appropriately - 10https://bugzilla.wikimedia.org/45695 +comment (10s.mazeland) [10:34:41] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 +comment (10gerritadmin) [10:34:44] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 (10Gerrit Notification Bot) [10:37:58] 03(mod) Number of members doesn't appear in [[Special:WantedCategories]] with uselang hi on hi-wp - 10https://bugzilla.wikimedia.org/38615 +comment (10s.mazeland) [10:39:52] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 +comment (10gerritadmin) [10:40:02] 03(mod) Timeout when sending translation notification (again) - 10https://bugzilla.wikimedia.org/55397 +comment (10Siebrand Mazeland) [10:41:26] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 (10xqt) [10:41:47] 03(mod) interwiki bot bot removes everything except interwiki links - 10https://bugzilla.wikimedia.org/58177 (10xqt) [10:59:28] 03(mod) Hide signature button from WikiEditor toolbar in content namespaces - 10https://bugzilla.wikimedia.org/57727 (10This, that and the other) [11:08:15] 03(mod) Can't handle VP9. (Transcode error) - 10https://bugzilla.wikimedia.org/53863 +comment (10maic274) [11:09:22] 03(mod) Android export should support plurals appropriately - 10https://bugzilla.wikimedia.org/45695 +comment (10yuvipanda) [11:13:36] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10tomasz) [11:28:25] 03(NEW) statement that was just added vanishes from view after canceled edit - 10https://bugzilla.wikimedia.org/58179 major; MediaWiki extensions: WikidataRepo; () [11:28:40] 03(mod) statement that was just added vanishes from view after canceled edit - 10https://bugzilla.wikimedia.org/58179 (10Lydia Pintscher) [11:33:48] 03(NEW) changing the sort order and editing a statement at the same time only saves edit - 10https://bugzilla.wikimedia.org/58180 normal; MediaWiki extensions: WikidataRepo; () [11:34:12] 03(mod) changing the sort order and editing a statement at the same time only saves edit - 10https://bugzilla.wikimedia.org/58180 normal->major (10Lydia Pintscher) [11:37:31] 03(mod) Add color to "Waiting for %i pages to be put." - 10https://bugzilla.wikimedia.org/55030 +comment (10gerritadmin) [11:37:34] 03(mod) Add color to "Waiting for %i pages to be put." - 10https://bugzilla.wikimedia.org/55030 (10Gerrit Notification Bot) [11:41:10] 03(mod) Make preferences "Add pages I create and files I upload to my watchlist" and "pages and files I edit" true by default - 10https://bugzilla.wikimedia.org/45020 +comment (10Nemo) [11:41:33] 03(mod) Make preference "Email me when a page or file on my watchlist is changed" true by default - 10https://bugzilla.wikimedia.org/45022 (10Nemo) [11:50:52] 03(mod) Add color to "Waiting for %i pages to be put." - 10https://bugzilla.wikimedia.org/55030 +comment (10gerritadmin) [11:51:35] 03(mod) Add color to "Waiting for %i pages to be put." - 10https://bugzilla.wikimedia.org/55030 (10xqt) [12:22:23] 03(NEW) unicode encoding grid engine - 10https://bugzilla.wikimedia.org/58181 major; Wikimedia Labs: tools; () [12:32:52] 03(mod) reflinks.py not yet available in rewrite - 10https://bugzilla.wikimedia.org/55135 +comment (10xqt) [12:32:54] 03(mod) Port reflinks.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56900 +comment (10xqt) [12:47:15] 03(mod) Add casechecker.py to i18n repo - 10https://bugzilla.wikimedia.org/55022 +comment (10gerritadmin) [12:47:16] 03(mod) Add casechecker.py to i18n repo - 10https://bugzilla.wikimedia.org/55022 (10Gerrit Notification Bot) [12:47:59] 03(mod) Add casechecker.py to i18n repo - 10https://bugzilla.wikimedia.org/55022 +comment (10gerritadmin) [12:49:47] 03(mod) Add casechecker.py to i18n repo - 10https://bugzilla.wikimedia.org/55022 (10xqt) [13:05:57] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10seb35wikipedia) [13:09:51] stupid, stupid preferences... [13:10:55] o hi ashley [13:11:04] there were some bugs about prefs not saving filed in earlier MW versions [13:11:09] rar MatmaRex [13:11:12] !bug ALL pref save [13:11:12] https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=ALL+pref+save [13:11:16] don't remember how they were fixed [13:11:28] but worth investigating i guess [13:12:00] aye, thanks for the link [13:12:06] still, I just don't get the whole damn issue :-/ [13:12:55] nor do i, i only skimmed your email :) [13:13:24] it's as if User::saveOptions() and/or User::loadOptions() are just high...except the only changes to the latter were like spacing changes between 1.21 and 1.22 [13:13:31] it's driving me nuts [13:36:11] so I tested https://gerrit.wikimedia.org/r/#/c/64963/1/includes/Preferences.php,unified [13:36:18] it removes the "prefs saved successfully" message and after pressing the save button, it LOOKS like the prefs *were* indeed saved correctly...until you browse to a different page and then return to special:prefs, only to find out that they've been changed to the defaults [13:41:50] 03(mod) "(undo)" link missing from history in Chrome for edits containing a summary - 10https://bugzilla.wikimedia.org/38109 +comment (10Derk-Jan Hartman) [13:47:06] MatmaRex: fascinating -- disabling the Gadgets extension seems to have done the trick (at least for me) [13:50:30] ashley: hmmm [13:50:48] ashley: gadgets is using the HTMLMultiSelectField [13:50:59] which has some very funky logic done to it in the preferences form [13:51:24] and like almost nothing in core uses it [13:55:41] Ok, so I seem to be unable to install any new versions of MW on my dev server... I get a DB query error: CREATE UNIQUE INDEX user_name ON `user` (user_name) Function: DatabaseBase::sourceFile( /srv/www/testing/mediawiki-1.22.0/maintenance/tables.sql ) Error: 1031 Table storage engine for 'user' doesn't have this option (localhost) [13:58:44] Nice, the free text field in special:block is now immediately hidden when the page is loaded with wpExpiry parameter... I used to have to wait it to move [13:59:09] ah no, there is it again.. I guess it just got a bit faster [14:00:07] Any idea what is going on with MW/My MySQL... it's MariaDB with InnoDB and using Binary storage? [14:01:37] Lcawte: what engine is using for that table? be sure it's innoDB [14:03:19] It's telling me InnoDB, but it's using MariaDB so it's "Percona-XtraDB, Supports transactions, row-level locking, and foreign keys" [14:04:17] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 +comment (10raylton.sousa) [14:05:09] 03(mod) [TUX] Task/view selector (List/Page/Proofread) is not initially visible - 10https://bugzilla.wikimedia.org/47637 +comment (10niklas.laxstrom) [14:15:20] 03(mod) "(undo)" link missing from history in Chrome for edits containing a summary - 10https://bugzilla.wikimedia.org/38109 +comment (10Brad Jorsch) [14:17:34] !db category [14:17:34] See http://www.mediawiki.org/wiki/Manual:category_table [14:21:59] 03(mod) Add color to "Waiting for %i pages to be put." - 10https://bugzilla.wikimedia.org/55030 +comment (10gerritadmin) [14:35:19] ANy ideas? [14:38:48] I've been searching a while about the "Table storage engine for xxx doesn't have this option", but all I've come about this was because using a storage engine that doesn't support that feature (inserting rows, truncate table...) [14:39:17] Hmm [14:39:39] Could http://pastebin.com/dDaYAk9U be related? It's another error I'm gettign when I try to update.php a seperate wiki... [14:40:46] hmmm, that looks like a filesystem problem, and could indeed be related to the create index error as well [14:41:14] maybe mysql/mariadb doesn't have permissions to write in those database files, or there's some sort of filesystem corruption [14:43:29] 03(mod) Undo does not detect "the revision was already undone", instead displaying "can be undone" with an empty diff - 10https://bugzilla.wikimedia.org/29762 summary; +comment (10Brad Jorsch) [14:43:41] you may also want to look at the mysqld error log [14:48:28] Got it. [14:49:35] hmm, how can i convert an object implementing the Iterator interface to a plain good ol' array? [14:49:50] do i have to foreach over it and build it myself, or is there a magical function? [14:50:11] hmm, what is iterator_to_array… [15:08:09] MatmaRex: exactly that [15:10:02] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 +comment (10jeroen_dedauw) [15:14:16] thanks Nikerabbit [15:15:01] Nikerabbit: i was trying to make https://gerrit.wikimedia.org/r/100210 work :) stupid iterators require me to seek back after doing anything [15:15:15] and i couldn't figure out why i get no pages shown [15:15:39] 03(NEW) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 normal; MediaWiki extensions: Semantic MediaWiki; () [15:16:10] 03(mod) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 normal->04BLOCKER (10Jeroen De Dauw) [15:16:41] ...have rev_sha1 field in revision table. [15:16:41] PHP Fatal error: Cannot redeclare class FakeMaintenance in /srv/www/testing/mediawiki/maintenance/Maintenance.php on line 1260 [15:16:41] ^ Huh? [15:16:44] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 +comment (10jeroen_dedauw) [15:17:29] 03(mod) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 +comment (10jeroen_dedauw) [15:18:22] Weird, it wasn't even running on the wiki in that dir. [15:19:23] 03(mod) Undo does not detect "the revision was already undone", instead displaying "can be undone" with an empty diff - 10https://bugzilla.wikimedia.org/29762 +comment (10gerritadmin) [15:19:26] 03(mod) Undo does not detect "the revision was already undone", instead displaying "can be undone" with an empty diff - 10https://bugzilla.wikimedia.org/29762 (10Gerrit Notification Bot) [15:25:06] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10liverpudlian932) [15:31:24] 03(mod) [TUX] Task/view selector (List/Page/Proofread) is not initially visible - 10https://bugzilla.wikimedia.org/47637 +comment (10federicoleva) [15:34:25] 03(mod) [TUX] Task/view selector (List/Page/Proofread) is not initially visible - 10https://bugzilla.wikimedia.org/47637 +comment (10federicoleva) [15:41:39] 03(mod) Cannot recover from invalid token error - 10https://bugzilla.wikimedia.org/41466 +comment (10gtisza) [15:51:30] 03(NEW) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 enhancement; Wikimedia: General/Unknown; () [15:52:19] 03(mod) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 (10David Wood) [15:52:19] 03(mod) Update favicons to provide high res variant (tracking) - 10https://bugzilla.wikimedia.org/45036 (10David Wood) [16:02:59] 03(mod) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 +comment (10gerritadmin) [16:03:00] 03(mod) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 (10Gerrit Notification Bot) [16:08:26] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [16:28:00] 03(mod) Replicated database of dewiki is corrupted - 10https://bugzilla.wikimedia.org/57642 +comment (10apper) [16:30:07] 03(mod) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 +comment (10Brad Jorsch) [16:34:20] 03(mod) Set "Add pages I edit to my watchlist" and "Add pages I create to my watchlist" to true by default on Wikimedia wikis (only for new users) - 10https://bugzilla.wikimedia.org/36316 +comment (10matma.rex) [16:40:51] 03(NEW) VisualEditor: Adding of nowiki - 10https://bugzilla.wikimedia.org/58184 minor; VisualEditor: General; () [16:47:52] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10qgil) [17:04:50] 03(mod) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 +comment (10qgil) [17:06:02] 03(mod) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 +comment (10slboat) [17:10:26] Hello, i'm using mediawiki 1.22.0 and i cant get a preview of uploadet .svg files.. The error is "Memory allocation failed (unable to allocate string) [Cannot allocate memory]." ... The .svg file has a size of ~1MB... [17:12:10] 03(mod) CURLOPT_CONNECTTIMEOUT_MS report ... - 10https://bugzilla.wikimedia.org/58178 +comment (10Kevin Israel (PleaseStand)) [17:23:05] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10qgil) [17:29:28] 03(mod) Update favicon wikiquote.ico - 10https://bugzilla.wikimedia.org/58183 +comment (10einyxdotcom) [17:40:14] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10tomasz) [17:44:47] 03(mod) Rewrite Template:Countdown in Lua - 10https://bugzilla.wikimedia.org/58135 +comment (10Theopolisme) [17:57:45] 03(mod) Watchlist and recent changes should be able to show diffs inline - 10https://bugzilla.wikimedia.org/51958 +comment (10matma.rex) [18:08:13] 03(mod) AttributeError: 'Page' object has no attribute '_isredir' - 10https://bugzilla.wikimedia.org/54684 +comment (10Geoffrey Mon) [18:11:07] 03(NEW) show "n since last visit" link and diff to zero for new pages - 10https://bugzilla.wikimedia.org/58185 normal; MediaWiki: Watchlist; () [18:12:18] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10qgil) [18:15:04] 03(mod) page move doesn't always update Wikidata - 10https://bugzilla.wikimedia.org/53220 +comment (10gerritadmin) [18:15:13] 03(mod) page move doesn't always update Wikidata - 10https://bugzilla.wikimedia.org/53220 (10Gerrit Notification Bot) [18:23:29] Hi, how can i get rendered(html) article output by revision as an extension? I spent hours with the documentation but still have no clue. WikiPage, Article, Page etc. dont seem to have this functionality [18:26:12] Harp: you can take a look at Extension:DumpHTML to see how it does that [18:26:16] !e DumpHTML [18:26:16] https://www.mediawiki.org/wiki/Extension:DumpHTML [18:27:08] or at the Article#view method [18:27:29] (not for the feeble of mind) [18:31:54] 03(mod) Refinement of 'searchmenu-new' message for users without create permission and searches without results - 10https://bugzilla.wikimedia.org/20976 (10Bartosz Dziewoński) [18:32:45] somebody interested in a campaign to make people upgrade their vulnerable mediawiki instances? if i'd get some help i could produce a list of wikis that should be contacted (a bunch!), and we could mail the admins, then possibly help them a bit, because they have a hard time upgrading from ancient versions [18:33:21] i'm unsure how open i should make it, but i could easily create just the list of vulnerable ones out there [18:34:15] i'd like to supply the data, but dont have the time for all the mailing and upgrade questions that follow then [18:34:33] mutante: if i were you, i'd have hexmode do it ;) [18:34:41] 03(mod) Refinement of 'searchmenu-new' message for users without create permission and searches without results - 10https://bugzilla.wikimedia.org/20976 +comment (10gerritadmin) [18:34:49] MatmaRex: that's what i did last time, this is round 2 :) [18:34:51] hehe [18:34:52] 03(mod) Watchlist and recent changes should be able to show diffs inline - 10https://bugzilla.wikimedia.org/51958 +comment (10rainerrillke) [18:45:16] Vulpix: Thanks i did it like this for now and it seems to work $article->getPage()->getContent()->getParserOutput($article->getTitle())->mText [18:46:23] Harp: wow [18:47:33] If we have $article, why there needs to have getParserOutput($article->getTitle())? looks like there should be a more "clean" way to get it [18:49:06] 03(mod) enable Echo on all beta.wmflabs.org-wikis - 10https://bugzilla.wikimedia.org/56950 +comment (10gerritadmin) [18:49:32] 03(mod) enable Echo on all beta.wmflabs.org-wikis - 10https://bugzilla.wikimedia.org/56950 +comment (10Umherirrender) [18:49:43] i agree. something like $article->getRenderedOutput(revision=1,format=HTML) or using a renderer and passing an article object with everything... [18:50:12] mayby this already exist but i didnt found it [18:53:37] Harp: you could probably use the "external" API from within PHP [18:53:39] !api [18:53:39] 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 >. [18:53:57] you'd probably use action=parse [18:54:34] and you can create internal requests to the API by using… [18:55:49] Harp: still there? :P i'll just link an example [18:55:53] since it's long-ish [18:56:35] Harp: https://github.com/wikimedia/mediawiki-extensions-VisualEditor/blob/master/ApiVisualEditor.php#L151-L166 [18:56:50] this actually uses the action=parse API, heh [18:58:34] MatmaRex: thank you i'll look into it [19:00:16] MatmaRex: i always hesitated using a full webrequest as i dont feel good about it, its ugly. [19:00:53] our "external" API is a lot less ugly than our internal API, though [19:01:12] :) [19:04:47] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 +comment (10jaredflores2000) [19:05:13] !class Revision [19:05:13] See https://doc.wikimedia.org/mediawiki-core/master/php/html/classRevision.html [19:30:25] 03(mod) AttributeError: 'Page' object has no attribute '_isredir' - 10https://bugzilla.wikimedia.org/54684 (10Merlijn van Deen) [19:30:25] 03(mod) isDisambig results in AttributeError - 10https://bugzilla.wikimedia.org/54868 (10Merlijn van Deen) [19:31:02] ashley: Are you around by any chance? [19:31:13] Meiko: aye, what's up? [19:31:42] This is probably off-topic for #mediawiki, should I ask you in #brickimedia? [19:32:27] Meiko: or just PM him :) [19:34:01] is this a pokeymans channel vulpix? [19:34:17] we're named for the occasion [19:34:41] kinda [19:38:56] hi all, I have a very large page, and trying to compare changes times out (page stays white with no content). [19:39:08] How can I increase the amount of time a query can run? [19:39:21] I increased Timeout in apache, but that didn't seem to change anything [19:40:35] I added memcached and LocalizationCache, which helped article load times, but not the diff [19:41:05] 03(mod) Images: {{largethumb}} template on nlwiki getting substituted on save - 10https://bugzilla.wikimedia.org/54803 +comment (10kelson) [19:41:08] digimer: there's a max_execution_time php.ini variable, you can increase that [19:41:19] Vulpix: thank you [19:43:18] Vulpix: that worked, thanks! [19:44:13] yw :) [19:47:28] 03(mod) Undefined variable: noFollow in /includes/installer/LocalSettingsGenerator.php on line 368 - 10https://bugzilla.wikimedia.org/58044 (10Nemo) [19:48:58] side question; Is there a particularly compelling reason to upgrade 1.20.2 to 1.22? [19:49:18] I'd at least upgrade 1.20.2 to 1.20.8 if nothing else [19:49:21] Upgrading is quite involved because I manually tweak a bunch of css/html things [19:49:32] Reedy: ok, thanks [19:50:37] if you're tweaking css, you should use MediaWiki:Common.css [19:50:51] last question; Is there a decent program for converting wikipedia pages to PDFs? print to PDF is not well formatted at all. [19:51:03] legoktm: I'll look into that [19:52:49] 03(mod) VectorBeta: broken interlanguage links when the typography experiment is enabled - 10https://bugzilla.wikimedia.org/58162 summary; +comment (10Amir E. Aharoni) [19:52:49] 03(mod) RTL/bidirectional issues (tracking) - 10https://bugzilla.wikimedia.org/745 (10Amir E. Aharoni) [20:04:55] 03(NEW) "Same filename"-warning on different file types - 10https://bugzilla.wikimedia.org/58186 normal; MediaWiki extensions: UploadWizard; () [20:05:20] 03(mod) "Same filename"-warning on different file types - 10https://bugzilla.wikimedia.org/58186 (10albin) [20:12:44] 03(mod) Port HTML5 default mode change (core 97caae596) to Parsoid - 10https://bugzilla.wikimedia.org/54438 +comment (10kelson) [20:17:10] 03(mod) Notify a user once their delivery has finished - 10https://bugzilla.wikimedia.org/54861 +comment (10gerritadmin) [20:17:29] 03(mod) Donate interface-error-msg no longer used? - 10https://bugzilla.wikimedia.org/42898 +comment (10alexivanov97) [20:17:44] 03(mod) "Same filename"-warning on different file types - 10https://bugzilla.wikimedia.org/58186 +comment (10bawolff+wn) [20:22:44] 03(mod) Donate interface-error-msg no longer used? - 10https://bugzilla.wikimedia.org/42898 +comment (10federicoleva) [20:25:04] What If mediawiki editor was like stackoverflow editor with live edit feature [20:25:20] What if it was? [20:28:03] Reedy: it will be cool man. that's very fast and clean [20:29:00] sajjadg: and unusable for larger sections of text [20:29:51] sajjadg: that editor is great when you can actually see what you're doing in both screens (a la wordperfect's reveal codes feature) [20:30:08] valhallasw: why unstable? [20:30:13] sajjadg: but I think VisualEditor has a much larger appeal [20:30:19] unusable, not unstable. [20:30:20] 03(mod) VisualEditor: Rename [big|small]Stack variables in ve.dm.Surface - 10https://bugzilla.wikimedia.org/49754 +comment (10gerritadmin) [20:30:22] 03(mod) VisualEditor: Rename [big|small]Stack variables in ve.dm.Surface - 10https://bugzilla.wikimedia.org/49754 (10Gerrit Notification Bot) [20:30:56] and unusable because you can't see what you are doing both in both the edit screen and the preview [20:31:15] valhallasw: some people have more than 1 screen and come prefer to divide their screen to 2 separate part and edit and see what happens immediately [20:39:33] and also that editor has very good keyboard shortcuts. very good shortcuts. I really enjoy editing with that awesome editor. [20:43:29] 03(NEW) Update favicon interal.ico - 10https://bugzilla.wikimedia.org/58187 enhancement; Wikimedia: General/Unknown; () [20:46:10] 03(mod) Update favicon interal.ico - 10https://bugzilla.wikimedia.org/58187 (10David Wood) [20:46:10] 03(mod) Update favicons to provide high res variant (tracking) - 10https://bugzilla.wikimedia.org/45036 (10David Wood) [20:47:04] 03(mod) Update favicon interal.ico - 10https://bugzilla.wikimedia.org/58187 +comment (10gerritadmin) [20:47:06] 03(mod) Update favicon interal.ico - 10https://bugzilla.wikimedia.org/58187 (10Gerrit Notification Bot) [20:47:44] PG was faster than MySQL in installation! [20:48:20] imagine I have a Title (which ->exists()) -- how'd I get the last edit's timestamp? [20:50:46] 03(mod) Parsoid: Export as LaTeX - 10https://bugzilla.wikimedia.org/37933 +comment (10dirk.hunniger) [20:50:48] I assume it's in the revision class somewhere [20:50:49] WikiPage::factory( $title )->getRevision() [20:51:04] or Revision::newFromTitle(), i think [20:51:17] and then ->getTimestamp() [20:51:18] yeah, that's probably better [20:52:32] 03(NEW) fixing_redirects.py crashes on [[../]] - 10https://bugzilla.wikimedia.org/58188 major; Pywikibot: General; () [20:54:12] cheers legoktm and MatmaRex :D [20:56:30] 03(mod) Create wikimedia-ci mailing list - 10https://bugzilla.wikimedia.org/57664 +comment (10guebodja) [21:00:32] 03(mod) Wrap Recent changes, Recent changes linked & Watchlist in
- 10https://bugzilla.wikimedia.org/8844 summary (10Bartosz Dziewoński) [21:00:33] 03(mod) Wrap Recent changes, Recent changes linked & Watchlist in
- 10https://bugzilla.wikimedia.org/8844 summary; +comment (10Gerrit Notification Bot) [21:01:26] shit. MySQL is working very slow ! [21:02:08] PG was a lot faster! [21:02:30] 03(mod) fixing_redirects.py crashes on [[../]] - 10https://bugzilla.wikimedia.org/58188 +comment (10JAn Dudík) [21:04:40] 03(mod) SSL certificate for ACC project (acc.wmflabs.org) - 10https://bugzilla.wikimedia.org/53175 +comment (10FunPika) [21:16:55] 03(mod) Run or schedule initSiteStats.php maintenance script - 10https://bugzilla.wikimedia.org/57788 minor->trivial (10Nemo) [21:21:10] 03(mod) Respect x-forwarded-for header - 10https://bugzilla.wikimedia.org/58069 (10Bryan Davis) [21:42:17] 03(NEW) LinksUpdateTest should respect database constrains - 10https://bugzilla.wikimedia.org/58189 normal; MediaWiki: Unit tests; () [21:42:18] 03(mod) Cloned tables for unittests do not have references and constraints - 10https://bugzilla.wikimedia.org/37702 (10Marcin Cieślak) [21:42:27] 03(mod) LinksUpdateTest should respect database constraints - 10https://bugzilla.wikimedia.org/58189 summary (10Marcin Cieślak) [22:11:11] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 +comment (10jamesin.hongkong.1) [22:13:58] 03(NEW) Notice: Use of undefined constant SMW_NS_PROPERTY - 10https://bugzilla.wikimedia.org/58190 normal; MediaWiki extensions: Semantic MediaWiki; () [22:14:21] 03(mod) Notice: Use of undefined constant SMW_NS_PROPERTY - 10https://bugzilla.wikimedia.org/58190 (10MWJames) [22:14:22] 03(mod) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 (10MWJames) [22:14:38] 03(mod) Notice: Use of undefined constant SMW_NS_PROPERTY - 10https://bugzilla.wikimedia.org/58190 (10MWJames) [22:14:38] 03(mod) SMW Settings / LocalSettings issues when using the Composer install - 10https://bugzilla.wikimedia.org/57760 (10MWJames) [22:14:55] 03(mod) Notice: Use of undefined constant SMW_NS_PROPERTY - 10https://bugzilla.wikimedia.org/58190 (10MWJames) [22:17:21] 03(NEW) BlockTest should not fail under database constraints - 10https://bugzilla.wikimedia.org/58191 normal; MediaWiki: User blocking; () [22:17:22] 03(mod) Cloned tables for unittests do not have references and constraints - 10https://bugzilla.wikimedia.org/37702 (10Marcin Cieślak) [22:18:42] 03(mod) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 +comment (10jamesin.hongkong.1) [22:20:44] 03(mod) BlockTest should not fail under database constraints - 10https://bugzilla.wikimedia.org/58191 +comment (10gerritadmin) [22:20:47] 03(mod) BlockTest should not fail under database constraints - 10https://bugzilla.wikimedia.org/58191 (10Gerrit Notification Bot) [22:21:44] 03(mod) Namespace constants can no longer be used directly in LocalSettings - 10https://bugzilla.wikimedia.org/58182 +comment (10jamesin.hongkong.1) [22:22:55] 03(mod) BlockTest should not fail under database constraints - 10https://bugzilla.wikimedia.org/58191 +comment (10Marcin Cieślak) [22:37:43] 03(mod) [Tablesorter] Headers with rowspan should be considered for all rows - 10https://bugzilla.wikimedia.org/38911 +comment (10matma.rex) [22:54:58] legoktm: Good job with GlobalPreferences :D [22:55:25] heh thanks [22:55:35] the UI is still pretty bad