[00:03:05] 03(mod) MobileFrontend links by default "Terms of use" to WMF's terms of use - 10https://bugzilla.wikimedia.org/53902 +comment (10jrobson) [00:07:07] 03(mod) Move page deletion to a RevDelete mechanism; kill archive table (fire optional) - 10https://bugzilla.wikimedia.org/55398 +comment (10pleasestand) [00:07:21] 03(mod) Provide metadata support on Wikimedia Commons - 10https://bugzilla.wikimedia.org/17503 +comment (10gerritadmin) [00:15:20] 03(mod) Simple Search: Fulltext search impossible with disabled javascript or search suggestions are not supported - 10https://bugzilla.wikimedia.org/25127 +comment (10matma.rex) [00:34:48] 03(mod) Add global variable to disable newPP limit report - 10https://bugzilla.wikimedia.org/26792 -easy (10Bartosz Dziewoński) [00:37:13] 03(mod) Rename to Education program - 10https://bugzilla.wikimedia.org/45756 +comment (10Bartosz Dziewoński) [01:47:37] I have a quick conundrum: How can I allow base64 images skate by mediawiki's sanitizer? Is there a setting in localsettings.php which I can turn on or off which will allow it? [01:48:03] I'm specifically referring to base64 images in background-image: url( /* */ ) notations [01:52:21] is it possible to do conditional cell background based on the number provided in the cell? [01:52:45] for example user inputs 1. cell background becomes yellow [01:52:57] user inputs 2. cell background becomes red [01:54:31] No_one_at_all: There is no such setting. The blacklist is hardcoded in Sanitizer::checkCss. [01:54:56] PleaseStand: dang! [01:55:11] also, will the real slim shady PleaseStand up. [01:55:12] :D [01:56:43] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 (10Arlo Breault) [02:13:30] a user uploaded hundreds of PDFs with spam, is it possible to mass-delete them? [02:13:54] are there admin scripts for that? I wouldn't want to mess with the DB directly :) [02:14:20] !e Nuke [02:14:20] https://www.mediawiki.org/wiki/Extension:Nuke [02:14:24] There's that. [02:14:27] And... [02:14:36] there are scripts in the maintenance directory. [02:14:43] Of your installation. [02:14:50] They're supported PHP scripts that can delete a list of pages. [02:15:03] And/or purge the deleted files from your server, I think. [02:33:12] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 +comment (10abreault) [03:01:13] 03(mod) Vector: Allow setting collapsiblenav state from user JS - 10https://bugzilla.wikimedia.org/23807 +comment (10Donald Lancon) [03:07:12] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 +comment (10abreault) [03:09:31] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 +comment (10gerritadmin) [03:09:33] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 (10Gerrit Notification Bot) [03:14:48] 03(mod) Accidental temporary transclusions can result in notification confusion - 10https://bugzilla.wikimedia.org/50082 +comment (10Mr. Stradivarius) [03:16:46] 03(NEW) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 normal; MediaWiki extensions: Vector; () [03:23:39] James_F|Away: Yeah, I'm still working on that. https://gerrit.wikimedia.org/r/#/c/90670/ may just fix it, but I don't want to merge that on a friday evening. [03:39:56] Hello, I am looking for a part time wiki dev to help get part of a wiki setup for me. I am willing to put up a little bit cash for the help [03:40:18] Ryahn: really? I might have just Teh Person. [03:40:27] What you need done? [03:41:19] I am needing to get a template setup to where it will show all the crafting recipes for a mod pack I am helping with. [03:41:30] Its basically something like this http://minecraft.gamepedia.com/Template:Grid/Crafting_Table/doc [03:43:04] Hmm. I'm not too familiar with Minecraft, and I'm not sure the person I'm thinking of is, either. Lemme ask. [03:43:39] They wont be have to be familiar with it. I just need to get a template setup [03:43:53] I have tried myself but I am having a hard time understanding it all [03:52:59] Ryahn: how soon you need it? [03:53:17] My friend's not here right now. [03:54:01] Monday if possible, if not I can wait till Friday [03:54:31] Ok. And why can't you just copy the one from minecraft-wiki? [03:54:46] I have tried and its not coming out right [03:55:16] Hmm. Do you have the templates.... Mod, A2, and Grid? [03:55:32] er, wait. [03:56:03] Sorry, mod3 and A,B,C1,2,3 are parameters. [03:56:19] You need the Grid template, for one [03:56:46] I went to the page and followed all the other ones at the bottom [03:56:49] Heh [03:56:55] Created Template:NAMEHERE [03:57:26] Ok, and you just need Template:Grid/Crafting_Table, or Template:Grid? [03:58:09] Yes, just need it to show up. I can get all the images from there [03:58:28] ok, link me to your wiki and I'll try and debug. [03:58:45] This doesn't seem too hard, he said innocently. [03:58:57] http://resonant-rise.com/wiki/index.php?title=Main_Page [03:59:10] This is what I got from trying to copy it lol [03:59:11] http://resonant-rise.com/wiki/index.php?title=Test [04:00:34] Ryahn: I may have figured it out [04:01:19] Ryahn: try moving Grid/Crafting_Table to Template:Grid/Crafting_Table [04:01:41] wait, no, nevermind [04:01:42] STOP [04:01:45] I am an idiot. [04:05:39] Ryahn: Ok, I really actually may have figured it out. Those templates use {{#var}} and {{#explode}} calls, which are actually parser functions [04:06:03] Ryahn: ...parser functions which aren't standard in MediaWiki. You may need to install an extension or two to get it working [04:06:40] hmm [04:06:53] It sounds really complicated [04:06:54] explode seems to be from this: http://www.mediawiki.org/wiki/Extension:StringFunctions [04:07:31] It's not that complicated. You simply have to download a recent stable build, unzip it to the extensions folder, and enable it in localsettings.php [04:07:39] you do have access to localsettings.php, right? [04:08:09] Ya [04:08:25] Ok, lemme check my own wiki's config real quick... [04:08:46] and let me also check minecraft-wiki's version page... [04:13:17] Ryahn: yeah, looks like they use https://www.mediawiki.org/wiki/Extension:Variables and http://www.mediawiki.org/wiki/Extension:StringFunctions [04:14:07] Ryahn: although you'd want to use http://www.mediawiki.org/wiki/Extension:ParserFunctions instead of StringFunctions, because ParserFunctions is newer. [04:14:28] 03(mod) Unwanted linebreaks of a wikitable's caption in Japanese Wikipedia - 10https://bugzilla.wikimedia.org/55353 +comment (10degueulasse_2) [04:15:08] Er, ParserFunctions doesnt have all the StringFunctions iirc [04:15:31] legoktm: does it have #explode? [04:15:39] * legoktm checks [04:16:10] ah [04:16:11] yes it does [04:16:18] just set $wgPFEnableStringFunctions = true [04:16:21] Then I think that'd be all he needs. [04:23:01] Ok so [04:23:42] It looks like it works [04:23:44] I think [04:25:04] Ryahn: cool! Now...about that cash... [04:25:05] :D [04:25:54] I will send you $60 if you can help me fix this lol http://resonant-rise.com/wiki/index.php?title=Test [04:26:12] I know it needs I think 3 images [04:26:21] But I am not seeing where the background of it goes [04:29:54] Ryahn: I'm havin' a look. [04:32:47] File:Grid {{{default}}}.png [04:32:58] Have to hunt for it lol [04:33:07] 03(NEW) 'Start new thread' link is red when there is no header. - 10https://bugzilla.wikimedia.org/55906 trivial; MediaWiki extensions: LiquidThreads; () [04:33:10] sorry this is taking so long, but my internet has gone to crap all of a sudden [04:33:34] I know the filling [04:33:49] I am home on leave. Its all good [04:34:10] Ryahn: yeah, you've got about 200 or so images to grab. XD [04:34:31] I can wip up a screen scrapper in about 20 minutes [04:34:54] The problem is uploading them. [04:34:59] SSH [04:35:15] Who says I keep them on my personal computer? [04:35:22] :P [04:36:10] Well, but uploading them is a different matter from installing them in the database... [04:36:18] true [04:36:21] installing, registering, whatever the right word is. [04:36:54] This http://puu.sh/4TFgG.png needs to look like this http://puu.sh/4TFhl.png [04:37:02] Problem is getting the backgroup loaded [04:39:16] Ryahn: these're the images you need... http://pastebin.com/rVKVwL40 [04:40:02] Ryahn: you could probably wget or curl those onto your server, then use http://www.mediawiki.org/wiki/Manual:ImportImages.php [04:40:58] Whats your paypal [04:41:02] PM me [05:40:44] * No_one_at_all jayne  [07:48:35] 03(mod) Allow VisualEditor to be used on any page by manually navigating to the veaction=edit URL - 10https://bugzilla.wikimedia.org/55792 summary; +comment (10This, that and the other) [07:52:28] 03(NEW) https://geoiplookup.wikimedia.org/ not responding - 10https://bugzilla.wikimedia.org/55907 normal; Wikimedia: General/Unknown; () [08:11:45] 03(mod) https://geoiplookup.wikimedia.org/ not responding - 10https://bugzilla.wikimedia.org/55907 +comment (10closedmouth) [08:18:26] 03(mod) SSL certificate for ACC project (acc.wmflabs.org) - 10https://bugzilla.wikimedia.org/53175 +comment (10fl4-bugzilla) [08:48:25] 03(mod) https://geoiplookup.wikimedia.org/ not responding - 10https://bugzilla.wikimedia.org/55907 +comment (10Niklas Laxström) [08:50:50] 03(mod) CLDR breaks core timestamp tests - 10https://bugzilla.wikimedia.org/55886 +comment (10kartik.mistry) [08:59:52] 03(NEW) mysqldump on SGE exec hosts is very slow - 10https://bugzilla.wikimedia.org/55908 normal; Wikimedia Labs: tools; () [09:11:38] 03(mod) CLDR breaks core timestamp tests - 10https://bugzilla.wikimedia.org/55886 +comment (10kartik.mistry) [09:11:41] 03(mod) VisualEditor: Images are slow to update in the search index - 10https://bugzilla.wikimedia.org/54777 +comment (10Juan de Vojníkov) [09:38:47] 03(mod) mysqldump on SGE exec host tools-exec-01 is very slow - 10https://bugzilla.wikimedia.org/55908 summary; +comment (10Liangent) [10:00:19] 03(NEW) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55909 enhancement; Wikimedia: Site requests; () [10:17:37] 03(mod) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55342 (10Revi) [10:17:37] 03(mod) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55909 (10Revi) [10:26:16] 03(NEW) Updates on Special pages on wikivoyage.de not running any more - 10https://bugzilla.wikimedia.org/55910 major; Wikimedia: General/Unknown; () [10:34:35] 03(mod) Malformed hlist rendering due to missing linebreaks between list items - 10https://bugzilla.wikimedia.org/39617 +comment (10erwin) [10:48:46] 03(mod) Vector: Allow setting collapsiblenav state from user JS - 10https://bugzilla.wikimedia.org/23807 (10Bartosz Dziewoński) [10:48:47] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 (10Bartosz Dziewoński) [10:53:09] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 +comment (10Bartosz Dziewoński) [10:59:33] hi. ow can i display a file directory on my server in a wiki article so that i can open any of the files in that directory? FileSystemListing allows display of only file listing. [11:04:41] I'm looking for help with an SQL query: https://www.mediawiki.org/wiki/User:Leucosticte/SQL_attempts [11:07:00] 03(mod) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55909 +shell (10Tomasz W. Kozlowski) [11:19:06] 03(mod) Use more than 1 thread per transcode - 10https://bugzilla.wikimedia.org/54060 (10Jan Gerber) [11:32:11] 03(mod) PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020 - 10https://bugzilla.wikimedia.org/47341 +comment (10gerritadmin) [11:40:54] 03(mod) UniversalLanguageSelector IME selector is mis-positioned with a CodeEditor textarea - 10https://bugzilla.wikimedia.org/53300 +comment (10Santhosh Thottingal) [11:57:18] 03(NEW) Enable editing of property in claims - 10https://bugzilla.wikimedia.org/55911 enhancement; MediaWiki extensions: WikidataClient; () [12:03:00] 03(mod) keyboard of ULS doesn't support ZWNJ correctly - 10https://bugzilla.wikimedia.org/54117 +comment (10gerritadmin) [12:03:03] 03(mod) keyboard of ULS doesn't support ZWNJ correctly - 10https://bugzilla.wikimedia.org/54117 (10Gerrit Notification Bot) [12:03:25] 03(mod) Special:PasswordReset could use some design love - 10https://bugzilla.wikimedia.org/40040 +comment (10aklapper) [12:04:09] 03(mod) Rename Toolbox to Tools - 10https://bugzilla.wikimedia.org/54910 +comment (10gerritadmin) [12:06:54] 03(mod) Rename Toolbox to Tools - 10https://bugzilla.wikimedia.org/54910 -design +easy (10Bartosz Dziewoński) [12:12:19] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 +comment (10b) [12:20:39] 03(mod) Special:PasswordReset could use some design love - 10https://bugzilla.wikimedia.org/40040 +comment (10b) [12:33:57] 03(NEW) Language#formatExpiry needs database connection - 10https://bugzilla.wikimedia.org/55912 minor; MediaWiki: Internationalization; () [12:33:58] 03(mod) Code quality issues (tracking) - 10https://bugzilla.wikimedia.org/700 (10Bartosz Dziewoński) [12:40:31] 03(mod) Updates on Special pages on wikivoyage.de not running any more - 10https://bugzilla.wikimedia.org/55910 +comment (10Umherirrender) [12:40:34] 03(mod) updateSpecialPages.php not running any more on de.wp - 10https://bugzilla.wikimedia.org/53227 +comment (10Umherirrender) [12:41:08] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 summary (10Umherirrender) [12:47:09] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 +comment (10billinghurst) [12:48:09] leucosticte: do you know that archive can have a lot of rows for a single page, right? I don't understand why you say you must get one single row [12:50:04] Vulpix: archive just happens to only have one row for that page in this particular test scenario. I want to combine all the archive rows for a page with all the revision rows for the page in one query. [12:50:06] hi [12:50:55] could you tell me why at some wikies doesnt work user edit toolbar? [12:51:45] leucosticte: but how do you want to combine them? Horizontally? (fields for revision and archive) or vertically (rows from revision and archive, using a single set of fields)? [12:52:41] Vulpix: oh, it would be good to know how to do both, actually. [12:53:33] leucosticte: horizontally: use joins, but that would make a lot of repeat information, and doesn't make any sense. Vertically: Use UNION [12:54:20] Vulpix: I tried to do a join but couldn't figure out the exact query. As for union, is that any more efficient, database-load-wise, than doing two separate queries? [12:56:25] leucosticte: I can't tell you about performance. UNION would be good to sort both queries in one (for example, if there are deleted revisions in the middle of the page history) [12:57:11] leucosticte: about join, that doesn't make sense since you can't join specific rows from revision with specific rows from archive, which would lead to a lot of duplicate rows [12:57:19] or no rows at all [12:58:00] Vulpix: OK, thx. I have to go now but I'll give it a try. [12:58:28] I'm having the famous problem with "You have cookies disabled. Please enable them and try again". I moved from Hostgator to Hetzner. session.save_path is enebled on php.ini. Any thoughts? [13:02:26] 03(mod) mw.notify notifications can't be removed/hidden programmatically - 10https://bugzilla.wikimedia.org/51338 +comment (10gerritadmin) [13:08:41] I disabled wgSessionsInObjectCache and it worked [13:11:18] !wg SessionsInObjectCache [13:11:18] https://www.mediawiki.org/wiki/Manual:%24wgSessionsInObjectCache [13:12:07] edgard_wikirio: good to know that worked :) [13:12:37] Thanks Vulpix [13:15:38] 03(mod) mw.notify notifications can't be removed/hidden programmatically - 10https://bugzilla.wikimedia.org/51338 (10Bartosz Dziewoński) [13:16:54] 03(mod) have Jenkins build Debian packages for us - 10https://bugzilla.wikimedia.org/36443 +comment (10gerritadmin) [13:36:07] 03(mod) Expose in UI the page id link (permalink to this page) of a page by adding it to the respective action=info - 10https://bugzilla.wikimedia.org/42238 +comment (10b) [13:44:07] 03(mod) Expose in UI the page id link (permalink to this page) of a page by adding it to the respective action=info - 10https://bugzilla.wikimedia.org/42238 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [13:50:56] 03(NEW) hostname config - 10https://bugzilla.wikimedia.org/55913 normal; MediaWiki-Vagrant: General; () [13:53:48] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 +comment (10matma.rex) [13:54:58] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 +comment (10b) [13:57:12] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 +comment (10matma.rex) [14:00:49] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 +comment (10b) [14:01:03] 03(mod) updateSpecialPages.php not running any more on wmf wikis - 10https://bugzilla.wikimedia.org/53227 (10MZMcBride) [14:01:23] MatmaRex: Not sure what to do about that bug [14:01:25] . [14:02:49] Elsie: we need Erik's private phone number. :P [14:03:10] I have Reedy's. [14:03:13] Surely that's better. [14:03:35] I sexted him. [14:03:53] 03(mod) Malformed hlist rendering due to missing linebreaks between list items - 10https://bugzilla.wikimedia.org/39617 +comment (10gerritadmin) [14:03:55] 03(mod) Malformed hlist rendering due to missing linebreaks between list items - 10https://bugzilla.wikimedia.org/39617 (10Gerrit Notification Bot) [14:05:33] 03(mod) hostname config - 10https://bugzilla.wikimedia.org/55913 +comment (10physik) [14:07:58] 03(mod) Math extension doesn't support many languages including Malayalam, Hindi, and Tamil - 10https://bugzilla.wikimedia.org/48032 +comment (10physik) [14:16:08] 03(mod) hostname config - 10https://bugzilla.wikimedia.org/55913 +comment (10physikerwelt) [14:17:53] 03(NEW) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 normal; Wikimedia: Site requests; () [14:18:29] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 (10eikes) [14:19:42] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 (10Revi) [14:26:04] hi, I got Fatal exception of type MWException after wiki instalation. What does it mean? [14:26:28] how to debug? [14:26:52] !debug [14:26:52] 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 [14:29:55] its just changing numbers [14:30:53] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 normal->15enhancement (10eikes) [14:31:09] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 (10eikes) [14:31:23] yes, that is something for someone, who doesnt know php nor js [14:33:46] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 +comment (10gerritadmin) [14:33:48] 03(mod) Enable WikiLove on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55914 (10Gerrit Notification Bot) [14:37:18] umm it looks localisationupdate ex broke it [14:40:07] 03(mod) https://geoiplookup.wikimedia.org/ not responding - 10https://bugzilla.wikimedia.org/55907 +comment (10billinghurst) [14:42:33] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 (10djr013) [14:44:29] 03(mod) apt-cache - 10https://bugzilla.wikimedia.org/55741 +comment (10physikerwelt) [15:15:12] 03(mod) Language#formatExpiry needs database connection - 10https://bugzilla.wikimedia.org/55912 +comment (10s.mazeland) [15:17:02] 03(mod) Language#formatExpiry needs database connection - 10https://bugzilla.wikimedia.org/55912 +comment (10Bartosz Dziewoński) [15:18:01] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 +comment (10billinghurst) [15:42:55] 03(mod) Invalid commons media data are accepted, causing an uneditable claim - 10https://bugzilla.wikimedia.org/55901 normal->major; +comment (10Lydia Pintscher) [15:43:37] 03(mod) When a reference is deleted, reference count on entity view doesn't decrease - 10https://bugzilla.wikimedia.org/55891 normal->minor; +need-volunteer (10Lydia Pintscher) [15:43:48] 03(NEW) Mention notifications are not sent in zhwikipedia - 10https://bugzilla.wikimedia.org/55915 normal; MediaWiki extensions: Echo; () [16:03:14] 03(NEW) Section links to subpages generated incorrectly - 10https://bugzilla.wikimedia.org/55916 normal; MediaWiki: General/Unknown; () [16:07:34] 03(mod) Section links to subpages generated incorrectly - 10https://bugzilla.wikimedia.org/55916 +comment (10Bartosz Dziewoński) [16:09:49] 03(mod) CLDR breaks core timestamp tests - 10https://bugzilla.wikimedia.org/55886 +comment (10niklas.laxstrom) [16:11:27] 03(mod) Mention notifications are not sent in zhwikipedia - 10https://bugzilla.wikimedia.org/55915 +comment (10Bartosz Dziewoński) [16:11:30] 03(mod) Notifications are not sent when a user mentions another if the signature of the sender contains localized namespaces - 10https://bugzilla.wikimedia.org/53132 +comment (10Bartosz Dziewoński) [16:50:42] 03(mod) Design some form of cascading protection for Wikidata - 10https://bugzilla.wikimedia.org/40001 (10Lydia Pintscher) [16:53:10] 03(mod) Adding new components - 10https://bugzilla.wikimedia.org/55738 +comment (10aklapper) [16:56:19] 03(mod) WikidataRepo: Update QUnit tests to use new no-globals and assert-object pattern - 10https://bugzilla.wikimedia.org/39522 +comment (10Lydia Pintscher) [16:59:51] 03(mod) Inconsistent behavior of enter key in site-link UI - 10https://bugzilla.wikimedia.org/39318 normal->minor; +need-volunteer (10Lydia Pintscher) [17:00:30] 03(mod) Site-links ui: if page value is not empty string anymore and then changing site-id to invalid value and pressing enter will fail - 10https://bugzilla.wikimedia.org/39311 normal->minor (10Lydia Pintscher) [17:01:47] 03(mod) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 normal->minor (10Lydia Pintscher) [17:03:12] 03(mod) spec how to link to items from wikitext on the repo - 10https://bugzilla.wikimedia.org/39191 (10Lydia Pintscher) [17:03:55] 03(mod) implement meaningful notion of size for items - 10https://bugzilla.wikimedia.org/39189 (10Lydia Pintscher) [17:05:58] 03(mod) Wikidata repo MW API (tracking) - 10https://bugzilla.wikimedia.org/39174 normal->trivial; +comment (10Lydia Pintscher) [17:07:26] 03(mod) Special page for translating labels (and descriptions) - 10https://bugzilla.wikimedia.org/39173 +comment (10Lydia Pintscher) [17:07:28] 03(mod) special page to list all items without label in a given language - 10https://bugzilla.wikimedia.org/41597 +comment (10lydia.pintscher) [17:09:15] 03(mod) Module wbpatchitem that updates an item - 10https://bugzilla.wikimedia.org/39149 normal->minor (10Lydia Pintscher) [17:09:46] 03(mod) Expose the diff functionality for items through the MW API - 10https://bugzilla.wikimedia.org/39147 normal->minor (10Lydia Pintscher) [17:11:11] 03(mod) replace Item::addSiteLink with Item::setSiteLink - 10https://bugzilla.wikimedia.org/39136 normal->minor; +comment (10Lydia Pintscher) [17:14:34] 03(mod) autoComment functionality needs tests for each Wikibase API module - 10https://bugzilla.wikimedia.org/39131 -testme (10Lydia Pintscher) [17:17:31] 03(mod) Api module wbeditentity should only report changed properties - 10https://bugzilla.wikimedia.org/40405 normal->15enhancement; +need-volunteer; summary (10Lydia Pintscher) [17:20:26] 03(mod) Get rid Wikipedia-Specific code - 10https://bugzilla.wikimedia.org/40594 +comment (10Lydia Pintscher) [17:21:11] 03(mod) Sites resource loader module's cache should be invalidated when site config changes - 10https://bugzilla.wikimedia.org/40655 +comment (10Lydia Pintscher) [17:25:14] 03(mod) Change item-specific tests to cover all types of entities - 10https://bugzilla.wikimedia.org/40722 +comment (10Lydia Pintscher) [17:25:34] 03(mod) Change item-specific tests to cover all types of entities - 10https://bugzilla.wikimedia.org/40722 (10Lydia Pintscher) [17:26:09] 03(mod) Selenium tests for read permission - 10https://bugzilla.wikimedia.org/40723 normal->minor (10Lydia Pintscher) [17:28:55] 03(mod) Supporting __STATICREDIRECT__ - 10https://bugzilla.wikimedia.org/40755 +comment (10Lydia Pintscher) [17:30:30] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 (10Lydia Pintscher) [17:31:45] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 15enhancement->major (10Lydia Pintscher) [17:32:07] 03(mod) Tooltips and menus not always visible - 10https://bugzilla.wikimedia.org/40836 +comment (10Lydia Pintscher) [17:33:28] 03(mod) Moving generating of HTML from EntityView into more modular views for each data type - 10https://bugzilla.wikimedia.org/40885 +comment (10Lydia Pintscher) [17:35:28] 03(mod) Special page and/or tag to identify unlikely sitelinks added to an item - 10https://bugzilla.wikimedia.org/41050 (10Lydia Pintscher) [17:37:41] 03(mod) GeoCoordinateFormatter should be able to handle UTM - 10https://bugzilla.wikimedia.org/41102 +comment (10Lydia Pintscher) [17:53:10] 03(mod) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 +comment (10Siebrand Mazeland) [17:55:56] 03(mod) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55909 +comment (10gerritadmin) [17:55:58] 03(mod) Add namespace aliases on Korean Wikipedia - 10https://bugzilla.wikimedia.org/55909 (10Gerrit Notification Bot) [17:57:57] 03(mod) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 +comment (10lydia.pintscher) [17:59:11] 03(mod) Malformed hlist rendering due to missing linebreaks between list items - 10https://bugzilla.wikimedia.org/39617 +comment (10Erwin Dokter) [18:08:49] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 +comment (10jrobson) [18:09:08] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 +comment (10jrobson) [18:09:40] 03(mod) user preference to override collapsing of sidebar items in Vector skin - 10https://bugzilla.wikimedia.org/55905 normal->15enhancement (10Jon) [18:18:48] 03(NEW) apple-touch-icon.png, $wgAppleTouchIcon and docroot cleanup - 10https://bugzilla.wikimedia.org/55917 enhancement; Wikimedia: General/Unknown; () [18:20:54] 03(mod) Support for unicode text input in cmd on windows - 10https://bugzilla.wikimedia.org/54726 (10Merlijn van Deen) [18:22:57] 03(mod) Support for unicode text input in cmd on windows - 10https://bugzilla.wikimedia.org/54726 +comment (10valhallasw) [18:37:44] 03(NEW) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 normal; Huggle: Application; () [18:39:40] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10mybugs.mail) [18:44:00] 03(mod) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 +easy (10Siebrand Mazeland) [18:45:50] 03(mod) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 (10Bartosz Dziewoński) [18:45:51] 03(mod) Interface messages needing rewording or documentation and other issues with existing messages (tracking) - 10https://bugzilla.wikimedia.org/38638 (10Bartosz Dziewoński) [18:50:07] I am working on testing a MediaWiki upgrade from 1.18 to 1.21, I've uploaded the updated MediaWiki and a updated Translate extension, upon running php update.php I get a "Call to a member function getDbType() on a non-object in /mw/maintenance/doMaintenance.php on line 91" error. I understand I need $wgDBadminuser and $wgDBadminpassword set so I have set those, but to no luck. Any suggestions? [18:52:26] SleePy: which database are you using? [18:52:45] MySQL [18:53:03] SleePy: are your LocalSettings.php still there? [18:53:11] Yes [18:53:29] $wgDBtype = "mysql"; [18:54:05] let me checkout 1.21 [18:54:30] I do see one message here about this, I also use Semantic wiki, but just disabled its calls in my settings: http://www.mediawiki.org/wiki/Thread:Project:Support_desk/update.php_fatal_error [18:54:46] any other extensions? [18:55:34] Semantic Wiki, Nuke, Parser Functions, Translate and ToolTip [18:56:34] 03(NEW) There is not enough space for the the message about multiple notifications - 10https://bugzilla.wikimedia.org/55919 normal; MediaWiki extensions: Echo; () [18:58:27] SleePy: which php version? I'm checking the source atm [18:58:55] PHP 5.3.10-1ubuntu3.7 with Suhosin-Patch (cli) (built: Jul 15 2013 18:05:44) [18:59:18] I have an impression some files aren't updated properly [18:59:28] SleePy: using "git" or tarball? [18:59:29] This doesn't match the servers PHP version, just a dev box I am running it on to test everything with [19:00:01] For Mediawiki I wget the tarbell, decompressed and then did a cp -R uncompressedFiles /path/to/mw [19:00:57] SleePy: was /path/to/mw empty before? [19:02:35] I was in the directory itself so I used ./ [19:02:52] sleepy@artemis:/mw/maintenance$ cp -r mediawiki-1.21.2/* ./ [19:04:02] Just did it with a sudo to make sure and same result :| [19:04:39] but was it empty? [19:05:06] I would just move it away, extract the tarball anew, copy LocalSettings.php, unpack extensions [19:05:21] 03(mod) MathJax changes a cite error into a formula - 10https://bugzilla.wikimedia.org/55888 +comment (10Ltrlg) [19:06:25] No the directory wasn't empty, just unpacked over my existing one. I verified I had that one working before I did the update [19:07:17] 03(mod) Math: MathJax parses errors generated by Extension:Cite - 10https://bugzilla.wikimedia.org/55675 +comment (10ltrlg.wp) [19:07:22] can you try with the empty one? [19:07:40] Sure can [19:08:12] you might need images/ folder from the old one and extensions [19:08:22] see https://www.mediawiki.org/wiki/Updating#Unpack_the_new_files [19:08:50] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10benapetr) [19:09:44] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10benapetr) [19:13:44] Same issue. Don't think it likes something in my config.. It looks like $maintenance object is supposed to originate from update.php? [19:19:13] Weird, it does originate back from update.php which defines the function... [19:22:50] 03(NEW) Reimplement Wikibase data structures in Lua - 10https://bugzilla.wikimedia.org/55920 normal; MediaWiki extensions: WikidataClient; () [19:22:53] 03(mod) Lua: add getClaims(property) helper function - 10https://bugzilla.wikimedia.org/46160 (10Liangent) [19:22:54] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Liangent) [19:23:57] 03(mod) MathJax changes a cite error into a formula - 10https://bugzilla.wikimedia.org/55888 +comment (10Helder) [19:23:57] 03(mod) Math: MathJax parses errors generated by Extension:Cite - 10https://bugzilla.wikimedia.org/55675 +comment (10Helder) [19:24:06] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10benapetr) [19:24:53] 03(mod) Math: MathJax parses errors generated by Extension:Cite - 10https://bugzilla.wikimedia.org/55675 +javascript; +comment (10Helder) [19:32:58] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10mybugs.mail) [19:33:44] 03(mod) Label for link to original uploaded PDF says "Full resolution" instead of something like "Download file" - 10https://bugzilla.wikimedia.org/53017 +comment (10Liangent) [19:34:30] 03(mod) Label for link to original uploaded PDF says "Full resolution" instead of something like "Download file" - 10https://bugzilla.wikimedia.org/53017 +comment (10liangent) [19:39:14] Some reason after calling require( $maintenance->loadSettings() ); in doMaintenance.php it seems to set the $maintenance object to 0; [19:42:27] Oh I think I found it, has to do with a integration file for authentication which is calling its own $maintenance [19:51:02] 03(NEW) Global variable $maintenance in doMaintenance.php may clash with other components - 10https://bugzilla.wikimedia.org/55921 normal; MediaWiki: Maintenance scripts; () [19:55:10] That was it, our Auth extension was defining $maintenance. Did a workaround in the Auth function to restore it and that works for me [20:05:26] 03(mod) Remove Thanks from History pages - 10https://bugzilla.wikimedia.org/55648 +comment (10Steven Walling) [20:23:55] 03(mod) Supporting __STATICREDIRECT__ - 10https://bugzilla.wikimedia.org/40755 +comment (10ThB) [20:27:11] 03(mod) SSL certificate for ACC project (acc.wmflabs.org) - 10https://bugzilla.wikimedia.org/53175 +comment (10rlane32) [20:30:40] 03(NEW) date entry panel opens to the wrong side and is partly obscured in RTL languages - 10https://bugzilla.wikimedia.org/55922 normal; MediaWiki extensions: WikidataRepo; () [20:30:41] 03(mod) WikiData RTL / BiDi tracker bug - 10https://bugzilla.wikimedia.org/36637 (10Amir E. Aharoni) [20:30:53] 03(mod) apple-touch-icon.png, $wgAppleTouchIcon and docroot cleanup - 10https://bugzilla.wikimedia.org/55917 +comment (10Kunal Mehta (Legoktm)) [20:31:54] 03(mod) date entry panel opens to the wrong side and is partly obscured in RTL languages - 10https://bugzilla.wikimedia.org/55922 +comment (10amir.aharoni) [20:55:04] 03(NEW) Create Lua "classes" / metatables for data types - 10https://bugzilla.wikimedia.org/55923 normal; MediaWiki extensions: WikidataClient; () [20:55:06] 03(mod) Reimplement Wikibase data structures in Lua - 10https://bugzilla.wikimedia.org/55920 (10Liangent) [20:58:00] 03(mod) If you only have read notifications in the visible group flyout says "0 of 99+" - 10https://bugzilla.wikimedia.org/47856 (10Bartosz Dziewoński) [20:58:00] 03(mod) Unread notifications should really be on top - 10https://bugzilla.wikimedia.org/44296 (10Bartosz Dziewoński) [20:58:04] 03(mod) Reimplement Wikibase data structures in Lua - 10https://bugzilla.wikimedia.org/55920 (10Liangent) [20:58:08] 03(mod) Create Lua "classes" / metatables for data types - 10https://bugzilla.wikimedia.org/55923 (10Liangent) [21:06:10] What format is wgUserName (js)? [21:06:16] Does it use underscores? [21:06:39] * legoktm checks [21:06:56] https://www.mediawiki.org/wiki/Manual:Interface/JavaScript#mw.config [21:07:11] PiRSquared: no, it shouldn't have any underscores [21:08:49] legoktm: thanks, one more thing [21:11:09] If I want to generate a URL, will this work as expected with UTF-8 usernames? '//meta.wikimedia.org/w/index.php?title=User:' + encodeURIComponent( mw.config.get( 'wgUserName') ) + '&action=raw&ctype=text/javascript' [21:11:42] try it and you'll find out :P [21:11:45] but yes that should work [21:19:08] 03(NEW) Update the CSS of diffs to match current MediaWiki design - 10https://bugzilla.wikimedia.org/55924 normal; Huggle: Application; () [21:19:24] Is it possible to use the API of a different Wikimedia wiki using JSON callbacks? [21:22:20] yes [21:22:23] *jsonp [21:22:25] okay [21:22:30] but you can't do any actions that require being logged in [21:22:41] for that you have to use CORS and I'm not really sure how that works. [21:26:12] that seems hard [21:27:55] what are you trying to do? [21:29:14] Create a Synchbot in JS, based on Krinkle|detached 's Global SUL script (his mw.siteMatrix.Iterator seems to be perfect for this) [21:29:45] PiRSquared, I have something like that in python [21:30:04] Krenair: is it public? [21:30:58] Ah right, the mentors summit was today https://www.mediawiki.org/wiki/Talk:Google_Code-In [21:31:01] PiRSquared, yeah, https://github.com/Krenair/PyMediaWikiClient/blob/master/Synchbot.py [21:31:20] you'll need to clone the MediaWikiClient.py file in that directory as well [21:45:15] 03(mod) Update the CSS of diffs to match current MediaWiki design - 10https://bugzilla.wikimedia.org/55924 +comment (10mybugs.mail) [21:47:46] 03(mod) Supporting __STATICREDIRECT__ - 10https://bugzilla.wikimedia.org/40755 +comment (10Lydia Pintscher) [21:47:47] 03(mod) Allow sitelinks to wikipedia and wikivoyage redirect pages to fix the 'Bonnie and Clyde problem' - 10https://bugzilla.wikimedia.org/52564 +comment (10Lydia Pintscher) [21:50:31] 03(mod) date entry panel opens to the wrong side and is partly obscured in RTL languages - 10https://bugzilla.wikimedia.org/55922 (10Lydia Pintscher) [22:07:09] 03(mod) https://geoiplookup.wikimedia.org/ not responding - 10https://bugzilla.wikimedia.org/55907 (10peihana) [22:08:12] Hello, I upgraded ubuntu to 13.10 last night and now all my pages 404. apache seems to be working fine... any suggestions? [22:23:39] 03(mod) update.php: "Class 'EchoHooks' not found in extensions/Echo/Echo.php:532" - 10https://bugzilla.wikimedia.org/55469 +comment (10thomasmulhall410) [22:24:06] 03(mod) update.php: "Class 'EchoHooks' not found in extensions/Echo/Echo.php:532" - 10https://bugzilla.wikimedia.org/55469 +comment (10thomasmulhall410) [22:27:54] 03(NEW) Adding parameters now requires clicking in the "Add parameter" ("Parameter name") field. The cursor should be placed there automatically. - 10https://bugzilla.wikimedia.org/55925 normal; VisualEditor: General; () [23:42:38] using the API to get the diff between two revisions, the contents of revisions->diff->* property contains the HTML markup that would be sent to the UA. Is there any way to get the "actual" diff without decoding and re-parsing that HTML? Example URL: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&pageids=1470141&rvstartid=577604361&rvdiffto=prev&rvlimit=1&rvprop=comment&format=json [23:45:26] Where are the MediaWiki: pages for the links to custom css/js pages on the appearance tab of preferences? [23:46:14] How difficult would it be to add a link there to the twinkle prefs page? [23:46:30] Robert_L: not really. the best way is to download the content of both revisions, and use whatever langugae's diff library is. in python there is difflib and im sure most other languages have something