[00:06:34] 03(mod) Multimedia Viewer: Keyboard shortcut to activate MV active inside VisualEditor - 10https://bugzilla.wikimedia.org/58107 +comment (10gerritadmin) [00:13:44] 03(mod) Multimedia Viewer: Keyboard shortcut to activate MV active inside VisualEditor - 10https://bugzilla.wikimedia.org/58107 (10James Forrester) [00:14:29] 03(mod) VisualEditor: Pasting rich text from external sources inserts spurious new lines in Firefox - 10https://bugzilla.wikimedia.org/58283 +comment (10gerritadmin) [00:14:47] 03(mod) Multimedia Viewer: Keyboard shortcut to activate MV active inside VisualEditor - 10https://bugzilla.wikimedia.org/58107 +comment (10mtraceur) [00:14:55] 03(mod) VisualEditor: If copying from one VE instance to another, on pasting the result has a ☁ inserted too - 10https://bugzilla.wikimedia.org/58138 +comment (10gerritadmin) [00:17:16] 03(mod) VisualEditor: If copying from one VE instance to another, on pasting the result has a ☁ inserted too - 10https://bugzilla.wikimedia.org/58138 (10James Forrester) [00:18:05] 03(mod) VisualEditor: Pasting rich text from external sources inserts spurious new lines in Firefox - 10https://bugzilla.wikimedia.org/58283 (10James Forrester) [00:20:39] any ideas on why this line (in collapsible code from mw site): $( ButtonLink ).on( 'click', createClickHandler( tableIndex ) ); [00:20:50] why this line fails, does not return? [00:21:10] 03(mod) Unreliable EXIF author metadata is given precedence over authorship data from templates - 10https://bugzilla.wikimedia.org/58195 +comment (10Tisza Gergő) [00:24:35] ori-l: i want to remove the step entirely. hiding the tab won't cause the wizard to forget that it's still there [00:31:03] 03(mod) Add more Visual Editor tests via CloudBees jobs for OSes beyond Linux - 10https://bugzilla.wikimedia.org/58110 +comment (10jhall) [00:31:06] may I ask about attaching event handlers to html , as I find in the collpasible table code from the MediaWiki site? The collapsible code is failing (not returning from) this line:$( ButtonLink ).on( 'click', createClickHandler( tableIndex ) ); [00:31:37] 03(NEW) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 normal; VisualEditor: Editing Tools; () [00:31:42] any thoughts appreciated much! :) [00:31:42] 03(mod) Use Function rather than $.globalEval to compile cached JavaScript code - 10https://bugzilla.wikimedia.org/58259 +comment (10gerritadmin) [00:32:45] when I comment out that line, everything works as expected, so /something/ is happening there and it aint exactly clear to me [00:32:47] 03(mod) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 (10ryasmeen) [00:33:01] 03(mod) LocalisationUpdate doesn't work with .i18n.php shims for new-style .json messages - 10https://bugzilla.wikimedia.org/58249 +comment (10roan.kattouw) [00:33:02] 03(mod) Use Function rather than $.globalEval to compile cached JavaScript code - 10https://bugzilla.wikimedia.org/58259 +comment (10gerritadmin) [00:33:04] 03(mod) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 (10ryasmeen) [00:33:06] 03(mod) Add more VisualEditor tests via CloudBees jobs for OSes beyond Linux - 10https://bugzilla.wikimedia.org/58110 summary (10James Forrester) [00:34:17] 03(mod) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 (10ryasmeen) [00:36:20] 03(mod) Add regex field to interwiki table - 10https://bugzilla.wikimedia.org/41618 +comment (10nathanlarson3141) [00:36:20] 03(mod) Add iw_regex field - 10https://bugzilla.wikimedia.org/57054 +comment (10Nathan Larson) [00:36:39] hypergrove: Did you see any errors in the console? [00:36:53] (please hilight me with your response, I don't think I missed one, but I'd rather be sure) [00:38:55] marktraceur, thank you. i've removed all errors from errorlog file, will look at console again [00:40:21] marktraceur, displaying http://www.datawiki.co.za/datawiki/index.php?title=Template:.collapsible is not showing any console errors. And here is the link for the code ... http://www.datawiki.co.za/datawiki/index.php/MediaWiki:Common.js [00:41:36] you can see i've laced the code with alerts to find out where the error is occurring. I've just read that attaching an event handler needs to be done for elements after they've been inserted into the doc structure, s that's why I replicated/moved the offending line down [00:42:30] omg i did get an erroir in the console [00:42:59] it says on() is not a function... investigatiing [00:44:38] 03(mod) Use Function rather than $.globalEval to compile cached JavaScript code - 10https://bugzilla.wikimedia.org/58259 +comment (10krinklemail) [00:47:07] 03(mod) adding "railway-sans" font to wikimania2014 server - 10https://bugzilla.wikimedia.org/58203 +comment (10This, that and the other) [00:47:11] marktraceur, seems I should use bind(). on() was added in 1.7 (and I dont know how to check right now the version that's running) [00:48:02] 03(mod) Use Function rather than $.globalEval to compile cached JavaScript code - 10https://bugzilla.wikimedia.org/58259 +comment (10krinklemail) [00:48:24] hypergrove: in the browser console, jQuery.fn.jquery returns the version number [00:49:00] https://github.com/wikimedia/mediawiki-core/blob/1.17.0/resources/jquery/jquery.js [00:49:03] v1.4.2 [00:49:20] http://api.jquery.com/on/ ; new in 1.7.0 [00:49:31] So, using .bind() should fix it indeed. [00:49:40] ok chaning from on() to bind() fixes the issue entireily afaik [00:50:34] hypergrove: Please make it a priority to update to MediaWiki 1.22 (or at least MediaWiki 1.19 LTS ) because 1.17 is deprecated and no longer supported and potentially insecure otherwise with newer browsers. [00:51:10] https://www.mediawiki.org/wiki/Download [00:51:15] i understand - should https://www.mediawiki.org/wiki/Manual:Collapsible_elements#jQuery.makeCollapsible be updated for bind() not on()? [00:51:31] No, .bind() has been deprecated for several years in jQuery. [00:51:51] ok i'll add a note to its talk page [00:51:56] Thanks [00:52:02] 03(mod) Thumbnail rendered with green cast - 10https://bugzilla.wikimedia.org/58294 +comment (10bawolff+wn) [00:52:19] (since Nov 2011 to be exact) [00:56:46] 03(mod) Separate login, logout and create account personal tools messages from messages used as special page titles - 10https://bugzilla.wikimedia.org/52861 +comment (10gerritadmin) [00:56:48] 03(mod) Separate login, logout and create account personal tools messages from messages used as special page titles - 10https://bugzilla.wikimedia.org/52861 (10Gerrit Notification Bot) [00:57:56] Krinkle, added note. thanks, now onto the navbar,m which uses mw.hook( 'wikipage.content' ).add( createNavigationBarToggleButton );... which Gloria says is too new [00:59:00] 03(mod) Multiple issues template has issues - 10https://bugzilla.wikimedia.org/57378 +comment (10rkaldari) [01:01:17] 03(mod) Thumbnail rendered with green cast - 10https://bugzilla.wikimedia.org/58294 +comment (10bawolff+wn) [01:05:03] 03(mod) Clicking this page has issues in editor preview incorrectly throws confirm message - 10https://bugzilla.wikimedia.org/57328 +comment (10rkaldari) [01:17:41] 03(NEW) bad reference in Component Description for Extension setup - 10https://bugzilla.wikimedia.org/58302 minor; Wikimedia: Bugzilla; () [01:20:45] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10t.lam) [01:26:31] 03(mod) Thumbnail rendered with green cast - 10https://bugzilla.wikimedia.org/58294 +comment (10gtisza) [01:29:11] 03(NEW) Upgrade to latest jQuery 1.x in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58303 normal; Wikimedia: Wikimania Scholarships; () [01:29:28] 03(mod) Upgrade to latest jQuery 1.x in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58303 normal->minor (10Bryan Davis) [01:29:47] Gloria: ^ better? [01:32:13] 03(NEW) In Beta, opening and closing "This page has some issues" from the preview overlay causes your edit to be lost - 10https://bugzilla.wikimedia.org/58304 normal; MediaWiki extensions: MobileFrontend (Beta); () [01:32:37] 03(mod) enable Flow extension on test2 and a handful of mediawiki.org pages - 10https://bugzilla.wikimedia.org/56506 (10spage) [01:32:38] 03(mod) Clicking this page has issues in editor preview incorrectly throws confirm message - 10https://bugzilla.wikimedia.org/57328 +comment (10rkaldari) [01:35:31] 03(mod) In Beta, opening and closing "This page has some issues" from the preview overlay causes your edit to be lost - 10https://bugzilla.wikimedia.org/58304 +comment (10bingle-admin) [01:36:22] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10t.lam) [01:37:08] 03(mod) Use a select list to choose wikis in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58226 +comment (10gerritadmin) [01:37:10] 03(mod) Use a select list to choose wikis in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58226 (10Gerrit Notification Bot) [01:40:17] 03(mod) enable Flow extension on test2 and a handful of mediawiki.org pages - 10https://bugzilla.wikimedia.org/56506 (10Sean Pringle) [01:45:19] 03(mod) Document setting up search indexer for new wikis - 10https://bugzilla.wikimedia.org/28657 +comment (10otto) [01:46:12] 03(mod) Clicking on links in Nearby popups sends you to the reference list of the current article - 10https://bugzilla.wikimedia.org/57412 +comment (10Kunal Mehta (Legoktm)) [01:50:52] 03(mod) BetaFeatures: Display nicer names for browser compatibility - 10https://bugzilla.wikimedia.org/58007 +comment (10legoktm.wikipedia) [01:53:16] legoktm: Yeah, no, there aren't. :-( [01:54:06] legoktm: Time to produce browser-name-*? [01:54:49] I think so [01:55:34] 03(mod) Clicking on links in Nearby popups sends you to the reference list of the current article - 10https://bugzilla.wikimedia.org/57412 +comment (10bingle-admin) [02:04:15] 03(mod) Jenkins: Consider using node-jscs as checkstyle utility for javascript coding style - 10https://bugzilla.wikimedia.org/54218 +comment (10gerritadmin) [02:04:17] 03(mod) Jenkins: Consider using node-jscs as checkstyle utility for javascript coding style - 10https://bugzilla.wikimedia.org/54218 (10Gerrit Notification Bot) [02:15:23] 03(mod) [New UserLogin] Messages 'loginstart', 'loginend' and 'login-https' missing - 10https://bugzilla.wikimedia.org/47883 +comment (10Aron Parsons) [02:32:26] 03(mod) Install maven2 - 10https://bugzilla.wikimedia.org/56998 +comment (10tim) [02:41:38] 03(mod) VisualEditor: Rename [big|small]Stack variables in ve.dm.Surface - 10https://bugzilla.wikimedia.org/49754 +comment (10gerritadmin) [02:50:00] hello [02:51:01] my first time on IRC. [02:51:16] AndrewJ: welcome [02:51:24] Hi [02:51:45] are you looking for mediawiki help [02:52:01] im working on building a Wiki for people with Chronic Pain [02:52:24] and i have to find a host [02:52:52] i tried Wikia but I dont like it [02:53:49] !hosting [02:53:49] For a list of popular wiki hosting services, see . You can also set up MediaWiki on most webspace that provides PHP and MySQL (SSH recommended). [02:53:54] AndrewJ: ^ [02:54:06] ideally something that is free but I can upgrade later to a paying host to get rid of the ads [02:55:39] AndrewJ: there are different kinds of hosting, renting a (virtual) server and installing mediawiki, or have somebody host it for you entirely [02:55:43] shoutwiki.com is probably a good option then [02:55:50] if you dont want to host it yourself [02:56:07] thanks for the link. I have seen that. I wonder if anyone could give there opinion based on their own experninces [02:56:10] thanks [02:56:16] there is also an in-between kind of, where you can get a "turnkey" mediawiki appliance [02:56:23] on a virtual machine [02:56:38] 03(mod) Timeout when updating complex pages - 10https://bugzilla.wikimedia.org/55219 +comment (10Bawolff (Brian Wolff)) [02:58:16] right. sorry a Virtual machine to build your own wiki host? [03:02:23] AndrewJ: yea, for example https://www.vr.org/os/turnkey-linux-vps -> https://www.vr.org/os/turnkey-linux-vps/mediawiki-appliance [03:05:21] shoutwiki looks good, Ive been reading about making Wikis for a week but i still dont know all the right questions to ask. [03:05:55] oh ok. [03:06:10] AndrewJ: certainly easiest option for now, yea [03:06:57] another one is http://wikkii.com/wiki/Free_Wiki_Hosting [03:09:11] i dont want to get into hosting it myself right now. [03:10:35] But shoutwiki is quite scalable? I just dont want to find out a year from now i have to move hosts. [03:11:04] AndrewJ: talk to ashley :) [03:11:15] but I think he's asleep [03:11:44] AndrewJ: he's this guy: https://www.mediawiki.org/wiki/User:Jack_Phoenix [03:12:29] thanks [03:15:11] legoktm: that is the same person? hah nice [03:15:50] !help : On one of my wikis the preferences page is long and scrollable, On the other wikis on the farm the preferences page has tabs. How can I fix the one wiki so it displays tabs ? [03:15:50] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [03:18:42] Mlpearc: do you see anything in your javascript error console? [03:19:06] rut roh, whats that ? [03:19:55] Mlpearc: http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers [03:21:21] legoktm: Yes, quite a few as a matter of fact [03:21:55] errors that is [03:22:50] Mlpearc: what do they look like? use a pastebin like dpaste.de [03:24:37] 03(NEW) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 normal; Wikimedia: Wikimania Scholarships; () [03:25:14] 03(mod) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 (10Bryan Davis) [03:25:15] 03(mod) Security review of Wikimania Scholarship - 10https://bugzilla.wikimedia.org/57546 (10Bryan Davis) [03:27:19] 03(NEW) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 normal; Wikimedia: Wikimania Scholarships; () [03:28:06] 03(mod) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 (10Bryan Davis) [03:28:08] 03(mod) Security review of Wikimania Scholarship - 10https://bugzilla.wikimedia.org/57546 (10Bryan Davis) [03:29:25] 03(NEW) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 normal; Wikimedia: Wikidata; () [03:29:46] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 (10Bryan Davis) [03:29:46] 03(mod) Security review of Wikimania Scholarship - 10https://bugzilla.wikimedia.org/57546 (10Bryan Davis) [03:31:04] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 (10Sam Reed (reedy)) [03:34:43] Yes i figured advanced users were the best people to ask for this. There are likely things that are important that I dont know enough even to ask about. Once ive choosen a host and start building it I'll go elsewhere for basic questions. [03:35:21] I IMed Ashley, thanks. [03:35:59] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 +comment (10gerritadmin) [03:36:00] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 (10Gerrit Notification Bot) [03:39:02] 03(mod) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 +comment (10gerritadmin) [03:39:03] 03(mod) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 (10Gerrit Notification Bot) [03:49:03] 03(mod) Remove IP address storage from Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58295 +comment (10gerritadmin) [03:49:05] 03(mod) Remove IP address storage from Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58295 (10Gerrit Notification Bot) [03:52:59] 03(mod) $namespaceAliases change Korean message - 10https://bugzilla.wikimedia.org/53617 +comment (10bug) [04:01:27] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10bianjiang) [04:03:03] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10bianjiang) [04:04:48] Reedy: Thanks for fixing the component on bug 58307 for me. Fingers moving faster than brain apparently. [04:05:25] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10bianjiang) [04:07:12] 03(mod) Implement new mediawiki.ui button appearance in core - 10https://bugzilla.wikimedia.org/58297 +comment (10jared.zimmerman) [04:09:41] 03(NEW) Some non-Wikipedia Beta Labs wikis redirect to Wikipedia - 10https://bugzilla.wikimedia.org/58308 normal; Wikimedia Labs: deployment-prep (beta); () [04:16:20] 03(mod) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 +comment (10gerritadmin) [04:16:20] 03(mod) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 (10Gerrit Notification Bot) [04:17:33] 03(mod) Personal sandbox needed in Kannada Wikipedia - 10https://bugzilla.wikimedia.org/58260 +comment (10pavanaja) [04:31:35] 03(mod) Flow: In posts, any plain External links that are enclosed in round-brackets get mis-linked - 10https://bugzilla.wikimedia.org/57520 (10spage) [04:31:36] 03(mod) auto-external links terminate differently than the php parser - 10https://bugzilla.wikimedia.org/58054 (10spage) [04:33:19] 03(mod) Search Suggest bugs (tracking) - 10https://bugzilla.wikimedia.org/27411 (10Krinkle) [04:33:22] 03(NEW) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 major; Wikimedia: General/Unknown; () [04:34:55] 03(mod) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 +comment (10krinklemail) [04:46:14] hey all, new wikimedia user/page-editor here. i was wondering if anyone had experience or advice regarding use of 'google alerts' rss feeds with wikimedia [04:47:10] 03(mod) Some non-Wikipedia Beta Labs wikis redirect to Wikipedia - 10https://bugzilla.wikimedia.org/58308 +comment (10mflaschen) [04:48:35] 03(mod) VisualEditor: Rename [big|small]Stack variables in ve.dm.Surface - 10https://bugzilla.wikimedia.org/49754 (10James Forrester) [04:49:17] 03(NEW) Flow: PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /srv/mediawiki/extensions/Flow/includes/ParsoidUtils.php - 10https://bugzilla.wikimedia.org/58310 minor; MediaWiki extensions: Flow; () [04:51:07] bd808|BUFFER: Yep! [04:51:49] Gloria: 'Yep' to me? [04:52:20] nm [04:52:38] also virtually new to irc [04:54:26] 03(mod) Flow: PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /srv/mediawiki/extensions/Flow/includes/ParsoidUtils.php - 10https://bugzilla.wikimedia.org/58310 +comment (10bingle-admin) [05:04:57] 03(mod) Implement new mediawiki.ui button appearance in core - 10https://bugzilla.wikimedia.org/58297 +comment (10mflaschen) [05:13:18] 03(mod) Implement new mediawiki.ui button appearance in core - 10https://bugzilla.wikimedia.org/58297 +comment (10mflaschen) [05:14:41] Hi Ginghamandeggs. [05:14:43] 03(mod) Implement new mediawiki.ui button appearance in core - 10https://bugzilla.wikimedia.org/58297 +comment (10mflaschen) [05:15:13] Ginghamandeggs: What are you trying to do? Just put an RSS feed on your wiki? [05:16:06] how can I import a .xml dump file to a posgtres DB? [05:21:59] sajjadg: There's an importDump.php script in the maintenance directory, I think. [05:22:03] That should probably work. [05:23:13] Gloria: in importDump instruction they mostly mention mysql db and no word about pg. and I tested it and it's giving me this error: [05:23:13] hp maintenance/rebuildall.php [05:23:13] DB connection error: No database connection [05:23:42] I think XML dump is something general and not DB specific [05:23:49] sajjadg: rebuildall.php is not the same as importDump.php. [05:24:01] What happens when you run importDump.php? [05:24:10] I even tried mysqldump with some instruction but I couldn't import it to pg [05:24:21] mysqldump is for MySQL. [05:24:28] What are you trying to do? Move a wiki? [05:24:30] Gloria: oop. sorry they both give me this error [05:25:06] Gloria: Who, you're all...voiced and stuff [05:25:07] Gloria: yeah. mysql is very very very slow in my system and pg is fast. I have both installed and I want to move my pages to pg [05:25:11] Whoa* [05:25:26] 03(mod) Images show as new pages - 10https://bugzilla.wikimedia.org/57155 +comment (10gerritadmin) [05:25:26] marktraceur: It's to indicate that I'm special. [05:25:30] 03(mod) Images show as new pages - 10https://bugzilla.wikimedia.org/57155 (10Gerrit Notification Bot) [05:25:49] php maintenance/importDump.php --conf LocalSettings.php ../dump-current.xml my_wiki [05:25:49] 4DB connection error: No database connection [05:25:55] * marktraceur snickers [05:26:08] sajjadg: Does LocalSettings.php have appropriate DB credentials? [05:26:15] Gloria: yeah [05:26:22] You're sure? [05:26:28] Does it have MySQL credentials? [05:26:32] Or Postgres credentials? [05:28:39] Gloria: sorry I got disconnected. I HAPE MY ISP [05:29:23] sajjadg_: Are you sure your credentials are Postgres and are correct in LocalSettings.php? [05:29:51] Gloria: yes. I'm using them to connect to it. that's a working wiki [05:30:09] I triple checked it. all fields in DB setting are OK [05:30:28] I think this dump is just for Mysql! [05:30:41] sorry importDump.php is just for mysql [05:30:46] not PG [05:30:51] Is it? [05:31:18] Gloria: I don't know. but that's my guess! [05:31:33] !man importDump.php [05:31:33] https://www.mediawiki.org/wiki/Manual:importDump.php [05:33:11] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10Bawolff (Brian Wolff)) [05:35:41] 03(mod) Flow: On ee-flow page Sandbox, infinite scroll is broken - 10https://bugzilla.wikimedia.org/57897 (10spage) [05:38:01] 03(mod) Old topic on ee-flow Sandbox page causes fatal error - 10https://bugzilla.wikimedia.org/57897 (10spage) [05:39:16] Gloria: pretty good man :D [05:39:32] manual was empty :P [05:40:29] 03(mod) Flow: JavaScript error trying to highlight URL fragment - 10https://bugzilla.wikimedia.org/58262 (10spage) [05:55:30] 03(NEW) On page for files that don't exist, edit icon shouldn't open editor for articles - 10https://bugzilla.wikimedia.org/58311 normal; MediaWiki extensions: MobileFrontend; () [06:05:33] 03(mod) On page for files that don't exist, edit icon shouldn't open editor for articles - 10https://bugzilla.wikimedia.org/58311 +comment (10bingle-admin) [06:31:34] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10bianjiang) [06:31:39] 03(mod) Manx (Gaelg) Plural rules - 10https://bugzilla.wikimedia.org/47099 +comment (10Santhosh Thottingal) [06:34:58] 03(mod) Flow: Agora CSS issues in IE8 - 10https://bugzilla.wikimedia.org/56701 (10MZMcBride) [06:35:21] 03(NEW) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 normal; MediaWiki extensions: OAuth; () [06:35:35] 03(mod) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 normal->15enhancement (10Erik Moeller) [06:40:42] 03(mod) Manx (Gaelg) Plural rules - 10https://bugzilla.wikimedia.org/47099 +comment (10gerritadmin) [06:40:43] 03(mod) Manx (Gaelg) Plural rules - 10https://bugzilla.wikimedia.org/47099 (10Gerrit Notification Bot) [06:43:56] 03(mod) Chinese characters italicized on Wikipedia - 10https://bugzilla.wikimedia.org/58214 (10bugzilla) [06:52:37] hello yurik [06:52:50] hi diwanship [06:53:43] 03(NEW) Installer fails when installing two extensions with the same classes - 10https://bugzilla.wikimedia.org/58313 minor; MediaWiki: Installer; () [06:55:29] i have started working on project [06:59:17] 03(mod) [New UserLogin] Messages 'loginstart', 'loginend' and 'login-https' missing - 10https://bugzilla.wikimedia.org/47883 15enhancement->major (10Nemo) [06:59:37] nothing happens when I importDumps! no page added. and no error received. just 3-4 warning [06:59:51] should I rebuild it after import? [07:00:12] nope. rebuild didn't do anything. [07:00:46] anyone knows if it's possible to importDump from a mysql db and then importDump to a PG DB? [07:00:54] yurik i wanted to ask you that the action=parse module as you said should be implemented in different ways. Here different ways means what!! examples?? [07:01:06] 03(NEW) While editing under User/Sandbox links are under user namespace - 10https://bugzilla.wikimedia.org/58314 normal; VisualEditor: ContentEditable; () [07:01:21] diwanship, awesome!!! =) [07:02:14] as for action=parse, i need to re-read what i wrote to you, don't remember right now (its 2 am here :) [07:02:20] was about to go to bed [07:02:27] can you be online in about 8 hours? [07:02:38] need to catch a few Zzzzs :) [07:02:44] yes sure i think we are aso having a meeting [07:02:48] oh yeah [07:02:50] right :) [07:02:57] ok will talk later [07:03:03] good night [07:03:07] see, that's why i need to sleep, will be a zombie otherwise :) [07:03:13] :P [07:27:12] 03(mod) Add URL for OAuth Consumers - 10https://bugzilla.wikimedia.org/56946 +comment (10Erik Moeller) [07:29:31] why I get this error when I try to importDump to PG db? ERROR: relation "revision" does not exist [07:30:09] Does the schema changed after 1.5 ? [07:30:10] PostgreSQL schema update errors (1.15 -> 1.17) [07:30:55] java -jar mwdumper-1.16.jar --format=pgsql:1.5 /var/www/dump-php >dump4pg.sql [07:34:10] 03(mod) Improving the skinning experience for developers (improve documentation etc.) - 10https://bugzilla.wikimedia.org/57801 (10Nemo) [07:34:11] 03(mod) Code quality issues (tracking) - 10https://bugzilla.wikimedia.org/700 (10Nemo) [07:42:12] 03(mod) Installer fails when installing two extensions with the same classes - 10https://bugzilla.wikimedia.org/58313 (10John Mark Vandenberg) [07:51:52] 03(mod) $namespaceAliases change Korean message - 10https://bugzilla.wikimedia.org/53617 +comment (10Nemo) [07:56:08] 03(mod) mediawiki.util.js hardcodes skin-specific access key selectors - 10https://bugzilla.wikimedia.org/58255 +comment (10hartman.wiki) [07:57:59] 03(NEW) Typing between text and a reference produces a pawn in Firefox - 10https://bugzilla.wikimedia.org/58315 normal; VisualEditor: ContentEditable; () [08:04:22] Any ideas? Tabs/sidebar broken as if there was an unclosed div, but no recent changes on wiki. https://translatewiki.net/w/i.php?title=Special:RecentChanges&translations=filter&useskin=monobook http://koti.kapsi.fi/federico/tmp/monobook-2013-12-11-B.png http://koti.kapsi.fi/federico/tmp/monobook-2013-12-11.png [08:04:46] sajjadg_: the schema always changes [08:05:19] and are you using importDump or mwdumper, it's quite a difference [08:14:05] 03(NEW) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 normal; MediaWiki: General/Unknown; () [08:15:31] 03(mod) Text layer of DjVu doesn't appear in Page if it is linked from an index page - 10https://bugzilla.wikimedia.org/58156 +comment (10Tpt) [08:16:41] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [08:16:59] 03(mod) The mouse scroll zoom capacity have been broken in 1.23wmf5 - 10https://bugzilla.wikimedia.org/57948 +comment (10Tpt) [08:22:36] 03(mod) mediawiki.util.js hardcodes skin-specific access key selectors - 10https://bugzilla.wikimedia.org/58255 +comment (10zhorishna) [08:26:00] <_Blitz_> wer da? [08:26:06] 03(mod) [Regression] Echo: Sending 2 e-mails for user talk page notification (1x HTML, 1x old style plain text) - 10https://bugzilla.wikimedia.org/53569 +comment (10federicoleva) [08:26:14] 03(mod) Option for simple private wiki should also set $wgWhitelistRead correctly - 10https://bugzilla.wikimedia.org/57080 +comment (10John Mark Vandenberg) [08:27:11] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10federicoleva) [08:31:21] 03(mod) Bad positioning of scanned image beside text - 10https://bugzilla.wikimedia.org/24896 +comment (10thomaspt) [08:33:29] 03(mod) ProofreadPage uses too many global variables in JavaScript - 10https://bugzilla.wikimedia.org/37836 +comment (10Tpt) [08:35:26] 03(mod) Create auto-validate privilege - 10https://bugzilla.wikimedia.org/49482 +easy (10Tpt) [08:36:09] 03(mod) Option for simple private wiki should also set $wgWhitelistRead correctly - 10https://bugzilla.wikimedia.org/57080 +comment (10Nemo) [08:49:51] 03(NEW) Installer should enable img_auth.php for private wikis - 10https://bugzilla.wikimedia.org/58317 major; MediaWiki: Installer; () [08:49:52] 03(mod) Installer's "authorized editors only" does not allow edit or createaccount rights to anons but allows creating pages - 10https://bugzilla.wikimedia.org/35238 (10John Mark Vandenberg) [09:00:01] 03(NEW) VisualEditor: Paste fails with JS error - 10https://bugzilla.wikimedia.org/58318 normal; VisualEditor: Editing Tools; () [09:03:44] I like that Gabriel correctly says Chromium instead of Chrome :) http://lists.wikimedia.org/pipermail/wikitech-l/2013-December/073490.html [09:21:15] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10tomasz) [09:23:07] 03(mod) Input panel is opened instead of display panel - 10https://bugzilla.wikimedia.org/57967 +comment (10gerritadmin) [09:30:20] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 +comment (10Derk-Jan Hartman) [09:41:37] 03(mod) adding "railway-sans" font to wikimania2014 server - 10https://bugzilla.wikimedia.org/58203 +comment (10samballard99) [09:52:15] 03(NEW) Opening message group selector on main page fails - 10https://bugzilla.wikimedia.org/58320 normal; MediaWiki extensions: TwnMainPage; () [09:53:45] 03(mod) Geodata throws exception on beta labs - 10https://bugzilla.wikimedia.org/57450 +comment (10Max Semenik) [09:56:08] 03(mod) Add Forward Secrecy - 10https://bugzilla.wikimedia.org/53259 (10ondrej.sered) [09:57:14] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 +comment (10hartman.wiki) [10:00:32] 03(mod) Performance: Minimize number of thumb sizes used - 10https://bugzilla.wikimedia.org/58285 +comment (10maxsem.wiki) [10:01:35] 03(mod) Installer should enable img_auth.php for private wikis - 10https://bugzilla.wikimedia.org/58317 (10John Mark Vandenberg) [10:01:35] 03(mod) Installer's "authorized editors only" does not allow edit or createaccount rights to anons but allows creating pages - 10https://bugzilla.wikimedia.org/35238 (10John Mark Vandenberg) [10:01:39] 03(NEW) $wgMobileUrlTemplate ignored if does not start with a placeholder - 10https://bugzilla.wikimedia.org/58321 normal; MediaWiki extensions: MobileFrontend; () [10:21:44] 03(mod) Optimize TermSqlCache::saveTermsOfEntity to only update the table if actually neccessary - 10https://bugzilla.wikimedia.org/42992 (10Lydia Pintscher) [10:22:24] 03(mod) Validation of hidden fields keep form from validating during submit - 10https://bugzilla.wikimedia.org/58077 +comment (10alj62888) [10:23:54] 03(mod) Some non-Wikipedia Beta Labs wikis redirect to Wikipedia - 10https://bugzilla.wikimedia.org/58308 +comment (10Antoine "hashar" Musso) [10:23:55] 03(mod) beta: enwikisource not available - 10https://bugzilla.wikimedia.org/58271 +comment (10Antoine "hashar" Musso) [10:25:34] 03(mod) $wgMobileUrlTemplate ignored if does not start with a placeholder - 10https://bugzilla.wikimedia.org/58321 +comment (10bingle-admin) [10:29:20] 03(mod) ParsoidCacheUpdateJobOnEdit Connection timed out - 10https://bugzilla.wikimedia.org/58300 +comment (10gerritadmin) [10:29:23] 03(mod) ParsoidCacheUpdateJobOnEdit Connection timed out - 10https://bugzilla.wikimedia.org/58300 (10Gerrit Notification Bot) [10:29:50] 03(mod) ParsoidCacheUpdateJobOnEdit Connection timed out - 10https://bugzilla.wikimedia.org/58300 +comment (10gerritadmin) [10:30:03] 03(mod) ParsoidCacheUpdateJobOnEdit Connection timed out - 10https://bugzilla.wikimedia.org/58300 (10Antoine "hashar" Musso) [10:31:57] 03(mod) Images in Commons don't show up in search when using CirrusSearch - 10https://bugzilla.wikimedia.org/53531 +comment (10hashar) [10:32:53] 03(mod) Images in Commons don't show up in search when using CirrusSearch - 10https://bugzilla.wikimedia.org/53531 +comment (10hashar) [10:33:33] 03(mod) Optimize SiteLinkTable::saveLinksOfEntity to only update the table if actually necessary - 10https://bugzilla.wikimedia.org/57749 (10Lydia Pintscher) [10:34:04] 03(mod) pasting into entity search box does not trigger search - 10https://bugzilla.wikimedia.org/57983 (10Lydia Pintscher) [10:34:36] 03(mod) property parser function fails to render values - 10https://bugzilla.wikimedia.org/58099 (10Lydia Pintscher) [10:36:10] 03(mod) enable Echo on all beta.wmflabs.org-wikis - 10https://bugzilla.wikimedia.org/56950 +comment (10hashar) [10:37:38] 03(mod) Apply localization when parsing or formatting quantities - 10https://bugzilla.wikimedia.org/56685 (10Lydia Pintscher) [10:39:52] 03(mod) An element for adding or editing links is added as a list item that looks like an interlanguage link - 10https://bugzilla.wikimedia.org/57094 +comment (10Lydia Pintscher) [10:42:35] are there any reports with the new release about notifications breaking formatting on the personal line (top and right) ? [10:43:56] well, any reports beyond my observation of "O-oh" [10:54:59] 03(mod) When rounding quantity margins, never round to zero. - 10https://bugzilla.wikimedia.org/56892 (10Lydia Pintscher) [10:55:10] 03(mod) editing data values using server-side parser/validation will disable "save" button until server responds - 10https://bugzilla.wikimedia.org/57665 (10Lydia Pintscher) [10:55:23] 03(mod) Formatter and parser for QuantityValue should support explicite bounds - 10https://bugzilla.wikimedia.org/56715 (10Lydia Pintscher) [10:56:01] 03(mod) featured.py small improvement - 10https://bugzilla.wikimedia.org/55037 +comment (10gerritadmin) [10:56:30] 03(mod) page move doesn't always update Wikidata - 10https://bugzilla.wikimedia.org/53220 (10Lydia Pintscher) [11:02:06] 03(mod) adding "railway-sans" font to wikimania2014 server - 10https://bugzilla.wikimedia.org/58203 +shell; +comment (10This, that and the other) [11:02:17] 03(mod) size of rank icon is different from value snak icon - 10https://bugzilla.wikimedia.org/57663 (10Lydia Pintscher) [11:02:24] 03(mod) implement ranks for statements - 10https://bugzilla.wikimedia.org/49120 (10Lydia Pintscher) [11:05:22] 03(mod) intermittent 503 errors on beta.wmflabs.org - 10https://bugzilla.wikimedia.org/57249 +comment (10hashar) [11:05:36] 03(mod) VisualEditor:Template is getting pasted as a table while doing copy-paste - 10https://bugzilla.wikimedia.org/58241 +comment (10gerritadmin) [11:05:39] 03(mod) VisualEditor:Template is getting pasted as a table while doing copy-paste - 10https://bugzilla.wikimedia.org/58241 (10Gerrit Notification Bot) [11:08:00] 03(mod) Property value parsing, formatting and validation should be done (only?) in the backend - 10https://bugzilla.wikimedia.org/49186 (10Lydia Pintscher) [11:08:02] 03(mod) UI for quantities should use the backend for formatting - 10https://bugzilla.wikimedia.org/56716 (10Lydia Pintscher) [11:09:08] 03(mod) intermittent 503 errors on beta.wmflabs.org - 10https://bugzilla.wikimedia.org/57249 +comment (10hashar) [11:10:47] i am thinking of setting up a knowledge base and document management system. Is media wiki good for stuff like like this on a intranet ? [11:15:34] 03(mod) Implementation of basic value formatters in JavaScript - 10https://bugzilla.wikimedia.org/56261 (10tobias.gritschacher) [11:16:08] 03(NEW) When adding a reference, and a reference in a caption, in the same edit, then the ref in the caption is changed to the ref from the text - 10https://bugzilla.wikimedia.org/58322 major; VisualEditor: General; () [11:16:44] 03(mod) Implementation of basic value formatters in JavaScript - 10https://bugzilla.wikimedia.org/56261 (10Lydia Pintscher) [11:16:49] 03(mod) Property value parsing, formatting and validation should be done (only?) in the backend - 10https://bugzilla.wikimedia.org/49186 (10Lydia Pintscher) [11:17:33] 03(NEW) Visual Editor UI does not display MediaWiki:Edittools - 10https://bugzilla.wikimedia.org/58323 enhancement; VisualEditor: Editing Tools; () [11:21:58] 03(mod) Add statistics variant by word/character count - 10https://bugzilla.wikimedia.org/46632 +comment (10federicoleva) [11:23:20] hii.. i have setup a media wiki instance 1.20.5.. but i notice that all pages are accessible for public. i want to restrict all pages by default visible to only logged in users [11:23:22] how can i do that? [11:23:44] 03(mod) Property value parsing, formatting and validation should be done (only?) in the backend - 10https://bugzilla.wikimedia.org/49186 (10tobias.gritschacher) [11:23:45] 03(mod) Implement "ApiBasedValueFormatter" in the fashion of "ApiBasedValueParser" - 10https://bugzilla.wikimedia.org/56263 (10tobias.gritschacher) [11:24:56] 03(mod) Property value parsing, formatting and validation should be done (only?) in the backend - 10https://bugzilla.wikimedia.org/49186 (10tobias.gritschacher) [11:25:19] 03(mod) Use value formatters for displaying values on Entity pages (non-JavaScript view) - 10https://bugzilla.wikimedia.org/49014 (10tobias.gritschacher) [11:25:43] 03(mod) Property value parsing, formatting and validation should be done (only?) in the backend - 10https://bugzilla.wikimedia.org/49186 (10tobias.gritschacher) [11:32:22] i found the answer.. you can do that by following the changes mentioned here http://www.mediawiki.org/wiki/Manual:Preventing_access [11:38:26] 03(mod) Add statistics variant by word/character count - 10https://bugzilla.wikimedia.org/46632 (10Nemo) [11:38:27] 03(mod) Statistics for all translations in all languages in a site - 10https://bugzilla.wikimedia.org/54279 (10Nemo) [11:40:10] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 +comment (10hartman.wiki) [11:40:39] 03(NEW) [[Special:Random/Education Program]] throws a database error - 10https://bugzilla.wikimedia.org/58324 normal; MediaWiki: Special pages; () [11:42:41] 03(mod) [[Special:Random/Education Program]] throws a database error - 10https://bugzilla.wikimedia.org/58324 (10This, that and the other) [11:42:42] 03(mod) "IndexPager::buildQueryInfo" database query error when selecting namespace on Special:Contributions - 10https://bugzilla.wikimedia.org/58157 (10This, that and the other) [11:43:36] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 +comment (10Byfserag) [11:44:58] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 +comment (10liangent) [11:48:35] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 +comment (10zhuyifei1999) [11:58:30] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 +comment (10john_k586) [12:06:28] 03(mod) Provide API access for search terms which do not yield title or fulltext results - 10https://bugzilla.wikimedia.org/56830 +comment (10federicoleva) [12:08:47] how can i add user to group [12:12:00] i want to add 1 user to Administrator group.. how can i do it? [12:18:53] 03(mod) Provide API access for search terms which do not yield title or fulltext results - 10https://bugzilla.wikimedia.org/56830 +comment (10federicoleva) [12:23:12] rocking777: by Special:UserRights [12:27:14] 03(NEW) puppet change /usr/local/apache/common-local ownership to random uid - 10https://bugzilla.wikimedia.org/58325 normal; Wikimedia Labs: deployment-prep (beta); () [12:30:34] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 (10Andre Klapper) [12:32:23] 03(mod) [[Special:Random/Education Program]] throws a database error - 10https://bugzilla.wikimedia.org/58324 (10Andre Klapper) [12:33:21] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 +comment (10aklapper) [12:33:49] 03(mod) Provide API access for search terms which do not yield title or fulltext results - 10https://bugzilla.wikimedia.org/56830 +comment (10Gerard.meijssen) [12:34:32] anyone uses semantic mediawiki with PG? [12:35:15] the guide on this http://semantic-mediawiki.org/wiki/PostgreSQL page is a bit old. anyone tested new versions? [12:36:16] I don't know how you work with mysql but here I have very bad performance with mysql. PG is 3 times faster than mysql regardless of caching and optimizing. [12:36:19] 03(mod) puppet change /usr/local/apache/common-local ownership to random uid - 10https://bugzilla.wikimedia.org/58325 +comment (10gerritadmin) [12:36:22] 03(mod) puppet change /usr/local/apache/common-local ownership to random uid - 10https://bugzilla.wikimedia.org/58325 (10Gerrit Notification Bot) [12:37:41] i used UserAdmin extension and it works like charm [12:37:52] thanks sDrewth [12:40:00] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 +comment (10Andre Klapper) [12:48:00] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10RituS) [12:48:06] 03(mod) puppet change /usr/local/apache/common-local ownership to random uid - 10https://bugzilla.wikimedia.org/58325 +comment (10gerritadmin) [12:48:17] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [12:51:59] 03(mod) puppet change /usr/local/apache/common-local ownership to random uid - 10https://bugzilla.wikimedia.org/58325 +comment (10Antoine "hashar" Musso) [12:52:35] 03(mod) Visual Editor UI should display MediaWiki:Edittools - 10https://bugzilla.wikimedia.org/58323 summary; +comment (10Andre Klapper) [12:54:48] 03(mod) [New UserLogin] Messages 'loginstart', 'loginend' and 'login-https' missing - 10https://bugzilla.wikimedia.org/47883 major->normal; +comment (10Andre Klapper) [12:58:34] 03(mod) Chinese characters italicized on Wikipedia - 10https://bugzilla.wikimedia.org/58214 +comment (10aklapper) [12:59:05] 03(mod) [New UserLogin] Messages 'loginstart', 'loginend' and 'login-https' missing - 10https://bugzilla.wikimedia.org/47883 +comment (10federicoleva) [12:59:17] Hey, I am a newbie in mediawiki ! I wanted to work on bug #41484 which is about changing the Default icon in vector for "profile" in personal tools which should be gender neutral ! Could somebody help me start? I hae cloned mediawiki using git and gerrit ! [13:02:56] 03(mod) Thumbnail rendered with green cast (due to color profile?) - 10https://bugzilla.wikimedia.org/58294 normal->minor; summary (10Andre Klapper) [13:05:44] rituS: perfect, I think first you should have a look at the /skins/ directory how this is all composed [13:07:05] saper: core/skins/monobook?? [13:07:59] 03(mod) Visual Editor UI should display MediaWiki:Edittools - 10https://bugzilla.wikimedia.org/58323 +comment (10Derk-Jan Hartman) [13:08:00] 03(mod) VisualEditor: Character inserter should re-use the code/config from WikiEditor somehow - 10https://bugzilla.wikimedia.org/38029 (10Derk-Jan Hartman) [13:09:01] 03(mod) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 (10Andre Klapper) [13:09:25] rituS: vector [13:09:42] saper: Okay ! [13:09:45] rituS: and common [13:10:33] skins/vector/images/user-icon.png [13:10:48] 03(mod) Installer should enable img_auth.php for private wikis - 10https://bugzilla.wikimedia.org/58317 major->15enhancement (10Andre Klapper) [13:11:13] !bug 41484 [13:11:13] https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=41484 [13:12:36] saper: Yeah I got that image! [13:15:38] : The problem is that I am very new to mediawiki , also I don't have a clear idea about php. I thought I would learn php gradually but right now I really don't know where to start looking in /vetor. [13:19:12] 03(mod) VisualEditor: Paste fails with JS error - 10https://bugzilla.wikimedia.org/58318 (10Derk-Jan Hartman) [13:19:13] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Derk-Jan Hartman) [13:20:46] rituS: I thought designing an icon just needs a design skills, not PHP programming [13:21:00] if there is any programming needed, it's JavaScrip [13:22:06] saper: Well yes! But I need to find the portion of code which has to be changed and the vector directory contains a number of files. So I am using ctrl+f to find the code. [13:22:43] I think we should go for solving bug 45056 instead [13:25:28] saper: But that's already been assigned [13:29:44] 03(mod) /tmp filled up on deployment-jobrunner08.pmtpa.wmflabs during testing - 10https://bugzilla.wikimedia.org/58299 +comment (10hashar) [13:31:34] saper: I also don't understand why we need to remove it. Why can't we make it a clickable icon which redirects to a useful section of the code. For example what about the image doing the same thing as the ?? [13:31:38] 03(mod) bad reference in Component Description for Extension setup - 10https://bugzilla.wikimedia.org/58302 +comment (10Andre Klapper) [13:34:06] 03(mod) implement new Agora spec in mediawiki.ui - 10https://bugzilla.wikimedia.org/54360 (10Andre Klapper) [13:34:34] 03(NEW) Update favicon wiktionary/en.ico - 10https://bugzilla.wikimedia.org/58326 enhancement; Wikimedia: General/Unknown; () [13:36:05] 03(NEW) database updater doesn't create revtag_type table - 10https://bugzilla.wikimedia.org/58327 normal; MediaWiki extensions: Translate; () [13:36:51] 03(mod) Update favicon wiktionary/en.ico - 10https://bugzilla.wikimedia.org/58326 +comment (10adityagulati) [13:37:33] 03(mod) Update favicon wiktionary/en.ico - 10https://bugzilla.wikimedia.org/58326 +comment (10adityagulati) [13:37:47] 03(mod) wikistats: Links for uncyclomedia are broken - 10https://bugzilla.wikimedia.org/54855 +comment (10Andre Klapper) [13:38:32] 03(mod) The link in the e-mail should use https. - 10https://bugzilla.wikimedia.org/39676 normal->15enhancement (10Andre Klapper) [13:43:28] 03(mod) Remove user icon from personal tools in Vector and Monobook skins - 10https://bugzilla.wikimedia.org/45056 +comment (10RituS) [13:47:20] Tinkering with updating from 1.21.2 to 1.22 and getting an error about "rootpagename". See others complaining but no fix. [13:48:18] 03(NEW) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 blocker; VisualEditor: General; () [13:49:42] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 +comment (10Andre Klapper) [13:51:29] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10aklapper) [13:53:12] 03(mod) ProofreadPage Warning: Invalid argument supplied for foreach() in ProofreadPage.body.php on line 303 - 10https://bugzilla.wikimedia.org/58287 (10Andre Klapper) [13:55:18] 03(mod) Display images faster in Media Viewer - 10https://bugzilla.wikimedia.org/56695 +performance (10Andre Klapper) [13:55:21] 03(mod) Enable HTTPS for download.wikimedia.org (and dumps.wikimedia.org) - 10https://bugzilla.wikimedia.org/58292 (10Andre Klapper) [13:55:23] 03(mod) SSL related (tracking) - 10https://bugzilla.wikimedia.org/27946 (10Andre Klapper) [13:56:12] retentiveboy: Did you upgrade overwriting old version or by installing the upgrade to an empty directory? [13:56:31] upgrade [13:56:57] unpacked into new directory, copied LocalSettings [13:59:27] This is a dev instance so I can build the DB if I want. [14:07:11] 03(mod) Collection exports everything to PDF regardless of chosen format (epub, openzim, odt) - 10https://bugzilla.wikimedia.org/58151 (10Andre Klapper) [14:11:09] 03(mod) document.selection replaced by window.getSelection in Internet Explorer 11 - breaks dialogs in WikiEditor - 10https://bugzilla.wikimedia.org/57489 +comment (10Andre Klapper) [14:13:19] 03(mod) Bot Edit Summary does is not entered in a correct language - 10https://bugzilla.wikimedia.org/58269 +comment (10valhallasw) [14:16:39] 03(mod) Remove user icon from personal tools in Vector and Monobook skins - 10https://bugzilla.wikimedia.org/45056 +comment (10aklapper) [14:17:09] 03(mod) Update favicon wiktionary/en.ico - 10https://bugzilla.wikimedia.org/58326 (10Andre Klapper) [14:17:09] 03(mod) Update favicons to provide high res variant (tracking) - 10https://bugzilla.wikimedia.org/45036 (10Andre Klapper) [14:19:10] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 04BLOCKER->normal; +comment (10Andre Klapper) [14:23:49] 03(mod) database updater doesn't create revtag_type table - 10https://bugzilla.wikimedia.org/58327 +comment (10Siebrand Mazeland) [14:23:51] 03(mod) SQL error in debug mode about table revtag_type when visiting page - 10https://bugzilla.wikimedia.org/58273 +comment (10Siebrand Mazeland) [14:24:21] 03(mod) [[Special:Random/Education Program]] throws a database error - 10https://bugzilla.wikimedia.org/58324 +comment (10Brad Jorsch) [14:26:27] 03(mod) Run Selenium tests on Cloudbees using PhantomJS - 10https://bugzilla.wikimedia.org/58035 (10Željko Filipin) [14:31:31] 03(mod) Document setting up search indexer for new wikis - 10https://bugzilla.wikimedia.org/28657 +comment (10neverett+bugzilla) [14:36:46] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10littlesandra88) [14:43:38] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [14:44:26] 03(NEW) pages-logging.xml dumps lack closing - 10https://bugzilla.wikimedia.org/58329 normal; Datasets: General/Unknown; () [14:51:34] Hi! Can somebody tell the purpose of different font-colors for bugs in bug list at bugzilla? [14:52:45] is it intentional that mediawiki starts an "external" php on each request? (it seems to be related to the job queue, but is even done if the job queue is empty) [14:55:35] apsdehal: the color depends on the severity of the bug - for exampe major bugs are red, critical bugs are red and bold [14:58:02] 03(mod) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 +comment (10Bartosz Dziewoński) [14:58:06] cboltz: Thanks a lot [15:05:31] 03(mod) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 +comment (10neverett+bugzilla) [15:09:57] 03(NEW) Create mailing lists for Esperanto WUG - 10https://bugzilla.wikimedia.org/58330 enhancement; Wikimedia: Mailing lists; () [15:11:20] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10qgil) [15:11:22] 03(mod) VisualEditor: Paste fails with JS error - 10https://bugzilla.wikimedia.org/58318 (10Ed Sanders) [15:13:12] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 summary; +comment (10Ed Sanders) [15:15:04] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10esanders) [15:15:13] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 (10Ed Sanders) [15:19:47] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10Quim Gil) [15:25:11] 03(mod) opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - 10https://bugzilla.wikimedia.org/58309 (10Andre Klapper) [15:26:24] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10aklapper) [15:29:46] 03(mod) Update favicon wiktionary/en.ico - 10https://bugzilla.wikimedia.org/58326 +comment (10Quim Gil) [15:31:34] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10esanders) [15:31:50] 03(mod) Remove user icon from personal tools in Vector and Monobook skins - 10https://bugzilla.wikimedia.org/45056 +comment (10Bartosz Dziewoński) [15:37:25] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10littlesandra88) [15:42:05] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10Bawolff (Brian Wolff)) [15:45:33] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10gerritadmin) [15:45:34] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 (10Gerrit Notification Bot) [15:49:24] edsanders: thank you for root cause investigating fixupinsertion bug [15:53:24] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 +comment (10liangent) [15:53:40] 03(NEW) dumpHtml does not create correct link for file using [[:Media:file.pdf]] - 10https://bugzilla.wikimedia.org/58331 normal; MediaWiki extensions: DumpHTML; () [15:54:27] 03(mod) Fix gender in user namespaces for Portuguese wikis - 10https://bugzilla.wikimedia.org/31986 (10Andre Klapper) [15:56:31] 03(mod) Use the same icons to represent the same things (tracking) - 10https://bugzilla.wikimedia.org/53733 +comment (10Andre Klapper) [15:57:04] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10matma.rex) [16:00:15] 03(mod) LanguageConverter not applied to GeoCrumbs output - 10https://bugzilla.wikimedia.org/57925 (10Liangent) [16:00:47] 03(mod) dumpHtml does not create correct link for file using [[:Media:file.pdf]] - 10https://bugzilla.wikimedia.org/58331 (10skualito) [16:03:53] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10littlesandra88) [16:04:07] 03(mod) Run Selenium tests on Cloudbees using PhantomJS - 10https://bugzilla.wikimedia.org/58035 +comment (10gerritadmin) [16:05:13] 03(mod) Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/58328 +comment (10aklapper) [16:09:42] https://www.mediawiki.org/wiki/Special:ExtensionDistributor/VisualEditor doesn't seem to pick up REL1_22 [16:11:53] 03(mod) Write tests for expanding and collapsing all sidebar sections - 10https://bugzilla.wikimedia.org/48449 +comment (10gerritadmin) [16:11:54] 03(mod) Write tests for expanding and collapsing all sidebar sections - 10https://bugzilla.wikimedia.org/48449 (10Gerrit Notification Bot) [16:14:52] hello everyone! question, is there an android client out there that can connect to hosted mediawiki sites? Essentially something like Evernote but that feeds into a mediawiki installation would be amazing. Did some searching but was coming up empty-handed [16:17:31] thabersack: i don't know of any, but you could check out the MobileFrontend extension, which provides a skin that is allegedly more mobile-friendly than the default ones [16:17:33] !e MobileFrontend [16:17:33] https://www.mediawiki.org/wiki/Extension:MobileFrontend [16:18:01] (if you're just looking for something to make your site more usable on mobiles) [16:18:51] 03(NEW) Link to Bugzilla Etiquette in footer after finalizing it - 10https://bugzilla.wikimedia.org/58332 enhancement; Wikimedia: Bugzilla; () [16:19:53] 03(mod) Link to Bugzilla Etiquette in footer after finalizing it - 10https://bugzilla.wikimedia.org/58332 (10Andre Klapper) [16:19:58] MatmaRex: Thanks for the response. I'll check it out. [16:28:50] 03(NEW) [Regression] PHP fatal error in /includes/revisiondelete/RevisionDelete.php line 672: Cannot access private property ArchivedFile::$user - 10https://bugzilla.wikimedia.org/58333 normal; MediaWiki: Revision deletion; () [16:29:27] 03(mod) Reinstate namespace aliases on ml sites - 10https://bugzilla.wikimedia.org/58074 +comment (10sam) [16:30:48] 03(mod) AFT5: Character & word count broken for languages other than english - 10https://bugzilla.wikimedia.org/58280 +i18n (10Andre Klapper) [16:30:52] 03(NEW) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 normal; MediaWiki extensions: ExtensionDistributor; () [16:32:10] 03(mod) Reinstate namespace aliases on ml sites - 10https://bugzilla.wikimedia.org/58074 +comment (10sam) [16:36:12] 03(mod) browsertests: triggers for VisualEditor - 10https://bugzilla.wikimedia.org/53691 +comment (10gerritadmin) [16:36:14] 03(mod) browsertests: triggers for VisualEditor - 10https://bugzilla.wikimedia.org/53691 (10Gerrit Notification Bot) [16:41:38] 03(mod) [Regression] PHP fatal error in /includes/revisiondelete/RevisionDelete.php line 672: Cannot access private property ArchivedFile::$user - 10https://bugzilla.wikimedia.org/58333 (10Andre Klapper) [16:41:46] 03(mod) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 (10Andre Klapper) [16:44:03] Hi all [16:44:34] 03(mod) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 +comment (10gerritadmin) [16:44:36] 03(mod) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 (10Gerrit Notification Bot) [16:44:40] I really would like to find an extension there can generate a category list on my mainpage, any suggestions ? [16:45:19] AppelonD: Extension:CategoryTree ? [16:45:21] CategoryTree [16:45:33] Thanks Rosencrantz [16:45:43] Also, just write {{Special:Allpages/Category}} will probably work [16:46:29] 03(mod) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 +comment (10gerritadmin) [16:46:51] bawolff, Thanks that looks nice, I Was looking at CategoryTree, but As I read it I had to do a static line for each cat. [16:47:13] AppelonD: You may also want to check out [16:47:21] !e DynamicPageList_(Wikimedia) [16:47:21] https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) [16:48:23] AppelonD: Sorry, I meant to write {{Special:allpages/Category:}} (The colon at the end is important) [16:49:43] bawolff, But that only shows one cat. the tag from before did show them all [16:50:05] 03(mod) Run Selenium tests on Cloudbees using PhantomJS - 10https://bugzilla.wikimedia.org/58035 +comment (10Željko Filipin) [16:50:26] hmm, the tag from before should have showed all pages starting with the one named "Category", but not show any of the actual categories [16:50:55] it also won't show categories that don't have a description, even if there's pages in that category [16:51:07] bawolff, are that was what it did... I just was a little to quick to conclude it was cat's. :-) [16:51:30] But bawolff How do I make it show all cat.'s ? [16:51:46] hmm, unfortunatly Special:Categories is not a transcludable special page [16:51:56] 03(mod) 'redirects' not working for prop=imageinfo and commons redirects - 10https://bugzilla.wikimedia.org/45930 +comment (10gerritadmin) [16:52:02] 03(mod) Pipe escape enhancement - 10https://bugzilla.wikimedia.org/34613 +comment (10Alex) [16:52:36] AppelonD: Try adding a description (ie create the category page) to the various categories [16:53:32] bawolff, I just did, and that did the trick... :-) Thanks [16:53:32] 03(mod) 'redirects' not working for prop=imageinfo and commons redirects - 10https://bugzilla.wikimedia.org/45930 +comment (10Bawolff (Brian Wolff)) [16:54:07] bawolff, is there a way to do a list and not show columns [16:54:52] Not with that method [16:55:01] bawolff, okay I se [16:55:02] You can do that with DynamicPageList extension [16:55:03] *see [16:55:25] bawolff, I'll take a google at it :-) DynamicPageList extension [16:55:50] I reccomend using the Wikimedia version, the third party version is a little sketchy [16:56:09] bawolff, Could you drop a link ? [16:56:18] !e DynamicPageList_(Wikimedia) [16:56:18] https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) [16:56:23] bawolff, [16:56:26] bawolff, Thanks [16:56:42] 03(mod) Figure how to get WebDriver to spoof browser geolocation preferences - 10https://bugzilla.wikimedia.org/57333 +comment (10jhall) [16:56:51] If you don't specify a category, and specify the namespace=category it should list all the categories on your wiki [16:57:22] bawolff, with the extension ? [16:58:07] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10gerritadmin) [16:58:09] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 (10Gerrit Notification Bot) [16:58:24] yes [16:58:32] bawolff, OK [17:03:55] 03(mod) Geodata throws exception on beta labs - 10https://bugzilla.wikimedia.org/57450 +comment (10jhall) [17:13:29] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10Brad Jorsch) [17:18:21] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10gerritadmin) [17:18:24] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 (10Gerrit Notification Bot) [17:18:39] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10gerritadmin) [17:18:53] Hi community, I'd like use different sitename base on different language variants, any easy way to get this done? [17:19:09] 03(NEW) Template inside
  • creates an extra bullet with inline slug - 10https://bugzilla.wikimedia.org/58335 normal; VisualEditor: MediaWiki integration; () [17:20:08] How can I assign a user to a custom created group? The 'user rights management' only allow me to assign a user to the group bot, administrator or bureaucrat [17:21:23] mp19uy: it should list any groups created in the config file [17:22:22] robhsiao: I'm not sure what you're asking, but maybe $wgVariantPath ? [17:22:33] MissDee_: The groups appears in the 'User group rights' section but I don [17:23:39] oh, oh yeahg [17:23:49] t see it when editing a user. I'm logged in as the admin user and with the groups rights bureaucrat and administrator [17:24:09] oh, no I do see my custom created group [17:24:26] in both UserRights and ListGroupRights [17:25:41] Maybe I should add something else in the config file? I only put this: $wgImplicitGroups[] = 'contributors'; [17:25:46] to create that group [17:25:49] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10gerritadmin) [17:26:34] Mine was created with $wgGroupPermissions['confirmed'] = $wgGroupPermissions['user']; [17:26:49] mp19uy: see https://www.mediawiki.org/wiki/$wgAddGroups [17:27:00] you need to have permission to add the group [17:27:22] 03(mod) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 +comment (10Brad Jorsch) [17:27:31] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10gerritadmin) [17:27:50] apparently I;ve already upvoted the question and answer here: [17:27:51] http://stackoverflow.com/a/223633/588306 [17:28:18] 03(mod) VisualEditor: Indent and list-related icons' direction should depend on content dir and not GUI dir - 10https://bugzilla.wikimedia.org/56821 +comment (10moriel) [17:29:13] legoktm: doesn;t $wgAddGroups just control who can add users to existing groups? [17:29:21] yes [17:29:25] isn't that the problem? [17:29:44] oh, possiibly [17:29:53] I was thinking it hadn;t been created correctly [17:30:07] which $wgGroupPermissions seems to [17:30:32] yes, that's the problem, but I think I am going to create it the way it's done in the stackoverflow's answer [17:31:20] mp19uy: https://www.mediawiki.org/wiki/Manual:$wgImplicitGroups#Details [17:31:26] "$wgImplicitGroups is an array of groups that aren't shown in Special:Listusers and on a few other places. Note that they can't be assigned through Special:Userrights." [17:32:58] Yes, that was my error from the beginning, I saw that $wgImplicitGroups in a 'code snippet' and I trusted that what the way to add a custom group just because of it's name [17:33:04] qgil: andre__: can one of you please approve https://www.google-melange.com/gci/task/view/google/gci2013/5824806058459136 ? [17:33:05] thanks [17:33:29] thanks for your help and your time :D [17:33:54] mp19uy: a good reason to read up on what you're doing, not just blindly copy and paste :) [17:40:26] Does anyone know if there is some way to render math in section or page titles? [17:40:28] 03(mod) VisualEditor: Indent and list-related icons' direction should depend on content dir and not GUI dir - 10https://bugzilla.wikimedia.org/56821 (10James Forrester) [17:40:47] Howie: with ? does that not work? [17:41:05] MatmaRex: It doesn't seem to [17:41:05] (hmm, it probably doesn't look very well in the table of contents) [17:41:38] Howie: How complicated a formula do you need [17:41:50] Possibly you could do it with just html, if its simple [17:41:52] bawolff: well, probably italics would work fine [17:42:08] but maybe superscipt, etc also [17:44:28] Hmm, seems to work in headers for me - https://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=585619252 (although maybe it differs with mathjax vs png) [17:44:31] 03(mod) Write tests for expanding and collapsing all sidebar sections - 10https://bugzilla.wikimedia.org/48449 (10Željko Filipin) [17:44:43] Howie: Superscript can be accomplished with tags [17:46:12] bawolff: The math doesn't appear in your contents [17:46:47] but it does in the actual header [17:46:52] yes I see that [17:47:07] I want it to appear in the contents as well [17:47:17] otherwise the contents looks like it's missing something [17:47:21] sorry, I misunderstood before [17:47:52] 03(mod) TemplateData: Extend the editor to add/edit template hinting to be usable inside VE - 10https://bugzilla.wikimedia.org/50169 summary (10James Forrester) [17:47:55] 03(mod) TemplateData: Create an editor to add/edit template hinting outside of VE - 10https://bugzilla.wikimedia.org/51734 summary (10James Forrester) [17:48:18] 03(mod) TemplateData: Creating TemplateData blocks should be direction neutral - 10https://bugzilla.wikimedia.org/50436 summary (10James Forrester) [17:49:12] 03(mod) TemplateData: Create an editor to add/edit template hinting outside of VE - 10https://bugzilla.wikimedia.org/51734 +comment (10gerritadmin) [17:49:14] 03(mod) TemplateData: Create an editor to add/edit template hinting outside of VE - 10https://bugzilla.wikimedia.org/51734 (10Gerrit Notification Bot) [17:49:38] Howie: A really hacky solution would be maybe to do something like: https://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=585620106 [17:50:06] 03(mod) TemplateData: Creating TemplateData blocks should be direction neutral - 10https://bugzilla.wikimedia.org/50436 (10James Forrester) [17:50:37] bawolff: hmm http://cl.ly/image/172D0u182a3C [17:50:38] 03(mod) Possible double-counting of 'hide' logging - 10https://bugzilla.wikimedia.org/55542 (10Steven Walling) [17:51:05] legoktm: eww, mathjax. I like my math pixelated! [17:51:26] :< [17:51:28] 03(mod) Pipe escape enhancement - 10https://bugzilla.wikimedia.org/34613 +comment (10Buba) [17:52:02] legoktm: I guess this is really a bug in mediawiki, we should probably handle that more sanely [17:52:08] bawolff: what does the span do? [17:52:09] Lydia_WMDE, I have quite some problems to understand that GCI task, so I'll make description more comprehensible (links!!!), add the usual disclaimer, and then I'll approve it [17:52:27] Howie: It makes it invisible on the normal header, but not in the table of contents [17:52:42] 03(mod) TempateData: Add an "autofill" attribute for parameters which clients would automatically insert if none specified - 10https://bugzilla.wikimedia.org/51428 summary (10James Forrester) [17:52:46] 03(mod) Echo notifications are in the reverse order on Firefox - 10https://bugzilla.wikimedia.org/58050 +comment (10gerritadmin) [17:52:49] 03(mod) TempateData: Include some way to identify nicely the TemplateData-including templates on-wiki beyond Special:PagesWithProp/templatedata - 10https://bugzilla.wikimedia.org/50368 summary (10James Forrester) [17:52:50] 03(mod) Echo notifications are in the reverse order on Firefox - 10https://bugzilla.wikimedia.org/58050 (10Gerrit Notification Bot) [17:52:51] Howie: As legoktm pointed out, things can look really different depending on your math preferences [17:52:53] 03(mod) Opening notifications overlay scrolls page to the bottom - 10https://bugzilla.wikimedia.org/58239 +comment (10gerritadmin) [17:52:55] 03(mod) Opening notifications overlay scrolls page to the bottom - 10https://bugzilla.wikimedia.org/58239 (10Gerrit Notification Bot) [17:52:58] 03(mod) TempateData: Make the display table sortable - 10https://bugzilla.wikimedia.org/50435 summary (10James Forrester) [17:53:00] Lydia_WMDE, still wondering where I'd find more info on "write a bot". :) [17:53:04] 03(mod) TempateData: Parse wikicode and/or HTML in interface text - 10https://bugzilla.wikimedia.org/50656 summary (10James Forrester) [17:53:11] 03(mod) TempateData: Should TemplateData be a special namespace combined with ContentHandler? - 10https://bugzilla.wikimedia.org/54140 summary (10James Forrester) [17:53:15] andre__: which task is this for? [17:53:20] 03(mod) TempateData: TemplateData is not available to VisualEditor if the template is a redirect - 10https://bugzilla.wikimedia.org/50964 summary (10James Forrester) [17:53:40] legoktm, "write a bot to automatically update the featured section on Wikidata:Tools" [17:53:59] I just expect the first question in that task to be "how to write a bot", that's why I'm saying it here [17:54:39] well there's https://en.wikipedia.org/wiki/Wikipedia:MAKEBOT but its somewhat outdated now. That said, can't this be done via a Lua template? :P [17:54:42] !bot [17:54:43] A bot is an automatic process which interacts with MediaWiki as though it were a human editor and is designed to simplify repetitive actions too cumbersome to do manually. An overview of how to create a bot and a list of known frameworks can be found at http://en.wikipedia.org/wiki/Wikipedia:Creating_a_bot [17:55:31] oh nice [17:55:34] thanks :) [17:56:34] yeah [17:56:39] someone could totally make a Lua template for this [17:58:36] glhf legoktm [17:59:01] I'm not a GCI studen! [17:59:04] student* [17:59:31] andre__: it is for a student who is already aware of all the details [17:59:45] andre__: he asked for the task [18:00:03] Lydia_WMDE, guessed so, but still I'd prefer if others could theoretically also take a look and understand. :P [18:00:12] Lydia_WMDE, anyway, published now (with some small edits by adding links) [18:00:13] quick question: can I give a group the permissions of both sysop and bureacrat? [18:00:18] andre__: thx [18:01:01] wgGroupPermissions['Group'] = wgGroupPermissions['sysop'] followed by the same with ['bureaucrat'] only changes the group to = bureaucrat permissions [18:01:27] or do i have to just inherit one group and then give the three or four bureaucrat permissions after that? [18:01:46] 03(mod) Reinstate namespace aliases on ml sites - 10https://bugzilla.wikimedia.org/58074 (10Andre Klapper) [18:01:47] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 (10Andre Klapper) [18:01:49] droark: use += [18:02:00] $wgGroupPermissions['Group'] += $wgGroupPermissions['sysop']; [18:02:05] ahhh didn't know that operator would work in that instance [18:02:08] thanks [18:02:31] droark: But in general people just assign a user to both groups if they want that person to have both permission [18:02:31] droark: I didn't actually test, but I think it does [18:03:04] yeah I want to assign a whole group those permissions, and I couldn't find a way to do it outside localsettings [18:03:34] looks like the += trick worked [18:03:40] thanks again! [18:09:50] 03(mod) Move Wikibase Selenium tests to /tests/browser folder - 10https://bugzilla.wikimedia.org/57100 +comment (10gerritadmin) [18:09:51] 03(mod) Move Wikibase Selenium tests to /tests/browser folder - 10https://bugzilla.wikimedia.org/57100 (10Gerrit Notification Bot) [18:11:41] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 -shell ; +comment (10Brad Jorsch) [18:16:16] 03(mod) TemplateData: Create an editor for template data (in the wikitext editor) - 10https://bugzilla.wikimedia.org/51734 summary (10Krinkle) [18:16:18] 03(mod) TemplateData: Creating TemplateData blocks should be direction neutral - 10https://bugzilla.wikimedia.org/50436 (10Krinkle) [18:16:20] 03(mod) TemplateData: TemplateData is not available to VisualEditor if the template is a redirect - 10https://bugzilla.wikimedia.org/50964 summary (10Elitre) [18:18:49] 03(mod) Multiple issues template has issues - 10https://bugzilla.wikimedia.org/57378 +comment (10jrobson) [18:21:25] 03(mod) VisualEditor: Pasting tables breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10gerritadmin) [18:22:46] 03(NEW) Schema validation issues on mediawiki.org - 10https://bugzilla.wikimedia.org/58336 normal; MediaWiki extensions: MobileFrontend; () [18:24:00] 03(mod) Update favicon internal.ico - 10https://bugzilla.wikimedia.org/58187 +comment (10gerritadmin) [18:24:39] 03(mod) TemplateData: Extend the editor to add/edit template hinting to be usable inside VE - 10https://bugzilla.wikimedia.org/50169 (10James Forrester) [18:24:41] 03(mod) TemplateData: Creating TemplateData blocks should be direction neutral - 10https://bugzilla.wikimedia.org/50436 (10James Forrester) [18:26:01] 03(NEW) Non-user friendly page titles when navigating around in alpha - 10https://bugzilla.wikimedia.org/58337 normal; MediaWiki extensions: MobileFrontend; () [18:26:53] 03(mod) Move Wikibase Selenium tests to /tests/browser folder - 10https://bugzilla.wikimedia.org/57100 (10Željko Filipin) [18:28:08] 03(mod) document.selection replaced by window.getSelection in Internet Explorer 11 - breaks dialogs in WikiEditor - 10https://bugzilla.wikimedia.org/57489 +comment (10umherirrender_de.wp) [18:30:39] 03(NEW) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 normal; MediaWiki: ResourceLoader; () [18:30:45] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +code-update-regression (10Roan Kattouw) [18:32:23] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 (10James Forrester) [18:33:04] 03(mod) Clicking this page has issues in editor preview incorrectly throws confirm message - 10https://bugzilla.wikimedia.org/57328 +comment (10Jon) [18:33:13] 03(mod) VisualEditor: Extend the rich TemplateData editor to be used inside VE - 10https://bugzilla.wikimedia.org/50169 summary (10James Forrester) [18:35:26] 03(mod) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 +comment (10Roan Kattouw) [18:35:33] 03(mod) Schema validation issues on mediawiki.org - 10https://bugzilla.wikimedia.org/58336 +comment (10bingle-admin) [18:35:47] 03(mod) Non-user friendly page titles when navigating around in alpha - 10https://bugzilla.wikimedia.org/58337 +comment (10bingle-admin) [18:36:12] 03(mod) Api documentation on mw.org is out of date, incomplete - 10https://bugzilla.wikimedia.org/29936 (10Bartosz Dziewoński) [18:36:14] 03(NEW) action=setnotificationtimestamp API is not documented anywhere - 10https://bugzilla.wikimedia.org/58339 normal; MediaWiki: Documentation; () [18:36:55] 03(mod) VisualEditor:Link inspector is not opening up for a link - 10https://bugzilla.wikimedia.org/58301 (10ryasmeen) [18:38:13] 03(mod) action=setnotificationtimestamp API is not documented anywhere - 10https://bugzilla.wikimedia.org/58339 (10Brad Jorsch) [18:40:00] 03(NEW) Cache JS config vars in parser output - 10https://bugzilla.wikimedia.org/58340 normal; MediaWiki extensions: WikidataRepo; () [18:40:28] 03(mod) Cache JS config vars in parser output - 10https://bugzilla.wikimedia.org/58340 (10Daniel Kinzler) [18:40:31] 03(mod) Put entity data into parser output - 10https://bugzilla.wikimedia.org/54215 (10Daniel Kinzler) [18:42:11] 03(mod) Cache JS config vars in parser output - 10https://bugzilla.wikimedia.org/58340 +comment (10daniel.kinzler) [18:42:31] 03(mod) Put entity data into parser output - 10https://bugzilla.wikimedia.org/54215 +comment (10daniel.kinzler) [18:44:35] 03(NEW) When parser caching is unsupported, avoid generating HTML upon save. - 10https://bugzilla.wikimedia.org/58341 normal; MediaWiki extensions: WikidataRepo; () [18:44:46] 03(mod) VisualEditor: If copying from one VE instance to another, on pasting the result has a ☁ inserted too - 10https://bugzilla.wikimedia.org/58138 (10ryasmeen) [18:44:54] 03(mod) Visual Editor should color links - 10https://bugzilla.wikimedia.org/52173 (10James Forrester) [18:44:58] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 (10James Forrester) [18:48:27] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 summary (10James Forrester) [18:48:59] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 summary (10James Forrester) [18:57:11] 03(NEW) Inject the term box into cached page content - 10https://bugzilla.wikimedia.org/58342 normal; MediaWiki extensions: WikidataRepo; () [19:01:07] 03(mod) CirrusSearch: Rename wgCirrusSearchContentReplicaCount to wgCirrusSearchReplicaCount - 10https://bugzilla.wikimedia.org/58097 +comment (10gerritadmin) [19:01:07] 03(mod) CirrusSearch: Rename wgCirrusSearchContentReplicaCount to wgCirrusSearchReplicaCount - 10https://bugzilla.wikimedia.org/58097 (10Gerrit Notification Bot) [19:01:29] 03(NEW) ar.wikipedia.org logo for 250,000 article milestone - 10https://bugzilla.wikimedia.org/58343 normal; Wikimedia: Site requests; () [19:02:10] If I have a page called A/B [19:02:14] how would I link to A? [19:02:18] 03(mod) ar.wikipedia.org logo for 250,000 article milestone - 10https://bugzilla.wikimedia.org/58343 +shell (10Bawolff (Brian Wolff)) [19:02:20] 03(NEW) Consistently use ParserOptions::getUserLang for generating entity pages - 10https://bugzilla.wikimedia.org/58344 normal; MediaWiki extensions: WikidataRepo; () [19:02:44] Oh, it seems a normal link to A works [19:03:13] 03(mod) Allow Entity pages to be stored in the ParserCache - 10https://bugzilla.wikimedia.org/57746 +comment (10Daniel Kinzler) [19:03:18] 03(mod) Inject the term box into cached page content - 10https://bugzilla.wikimedia.org/58342 (10Daniel Kinzler) [19:03:19] 03(mod) Consistently use ParserOptions::getUserLang for generating entity pages - 10https://bugzilla.wikimedia.org/58344 (10Daniel Kinzler) [19:03:32] 03(NEW) update Selenium Jenkins template so that - 10https://bugzilla.wikimedia.org/58345 normal; Wikimedia: Quality Assurance; () [19:04:13] 03(mod) Consistently use ParserOptions::getUserLang for generating entity pages - 10https://bugzilla.wikimedia.org/58344 normal->major (10Daniel Kinzler) [19:04:20] 03(mod) update Selenium Jenkins template so that TimerTrigger is a variable - 10https://bugzilla.wikimedia.org/58345 summary; +comment (10Chris McMahon) [19:04:53] 03(mod) When parser caching is unsupported, avoid generating HTML upon save. - 10https://bugzilla.wikimedia.org/58341 (10Daniel Kinzler) [19:04:55] 03(mod) ar.wikipedia.org logo for 250,000 article milestone - 10https://bugzilla.wikimedia.org/58343 +comment (10bawolff+wn) [19:05:09] 03(mod) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 +comment (10brion) [19:05:23] 03(mod) Cache JS config vars in parser output - 10https://bugzilla.wikimedia.org/58340 normal->major; +performance (10Daniel Kinzler) [19:07:52] 03(NEW) Visual Editor:Cannot Copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 normal; VisualEditor: Editing Tools; () [19:07:58] I'd like to find all uses in my wiki of a tag implemented by an extension. Regular search is not finding ones that I know exist. What's the best way to find these? [19:08:14] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10Bartosz Dziewoński) [19:08:28] 03(mod) Visual Editor:Cannot Copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 (10ryasmeen) [19:09:41] 03(mod) update Selenium Jenkins template so that TimerTrigger is a variable - 10https://bugzilla.wikimedia.org/58345 (10Jeff Hall) [19:10:00] edsanders: I just reported this bug :https://bugzilla.wikimedia.org/show_bug.cgi?id=58346 and assigned it to you [19:10:19] thanks [19:11:16] or to put my question ^ differently: when the wiki's search does not find stuff that you know is in the wikitext of some pages, what could be going on? I am searching all namespaces. [19:11:25] 03(mod) intermittent 503 errors on beta.wmflabs.org - 10https://bugzilla.wikimedia.org/57249 +comment (10arichards) [19:13:15] 03(mod) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 +comment (10gerritadmin) [19:13:19] 03(mod) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 (10Gerrit Notification Bot) [19:14:40] 03(mod) ar.wikipedia.org logo for 250,000 article milestone - 10https://bugzilla.wikimedia.org/58343 +comment (10tomasz) [19:14:47] 03(mod) ar.wikipedia.org logo for 250,000 article milestone - 10https://bugzilla.wikimedia.org/58343 (10Tomasz W. Kozlowski) [19:15:01] ryasmeen, are you saying copy paste doesn't work at all? [19:15:33] or just after doing the empty paste? [19:16:12] edsanders, it does not work after doing the empty paste [19:18:00] 03(mod) Run Selenium tests on Cloudbees using PhantomJS - 10https://bugzilla.wikimedia.org/58035 +comment (10zfilipin) [19:18:13] 03(mod) VisualEditor: Template is getting pasted as a table while doing copy-paste - 10https://bugzilla.wikimedia.org/58241 summary (10James Forrester) [19:19:09] 03(mod) [Regression] PHP fatal error in /includes/revisiondelete/RevisionDelete.php line 672: Cannot access private property ArchivedFile::$user - 10https://bugzilla.wikimedia.org/58333 +comment (10gerritadmin) [19:19:11] 03(mod) [Regression] PHP fatal error in /includes/revisiondelete/RevisionDelete.php line 672: Cannot access private property ArchivedFile::$user - 10https://bugzilla.wikimedia.org/58333 (10Gerrit Notification Bot) [19:20:19] 03(mod) $wgMobileUrlTemplate ignored if does not start with a placeholder - 10https://bugzilla.wikimedia.org/58321 +comment (10arichards) [19:23:43] 03(mod) Visual Editor:Cannot Copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 +comment (10gerritadmin) [19:23:46] 03(mod) Visual Editor:Cannot Copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 (10Gerrit Notification Bot) [19:24:37] 03(mod) Wikimedia needs a short domain name for URL shortening - 10https://bugzilla.wikimedia.org/42270 +comment (10rkaldari) [19:25:11] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 summary (10James Forrester) [19:26:12] 03(mod) Vectorize all project logos - 10https://bugzilla.wikimedia.org/52019 +comment (10tomasz) [19:27:56] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 +comment (10gerritadmin) [19:27:56] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 (10Gerrit Notification Bot) [19:28:27] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 (10James Forrester) [19:28:57] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 +comment (10gerritadmin) [19:29:26] 03(mod) VisualEditor: If copying from one VE instance to another, pasted links result in broken wikitext (external URL, internal link format) - 10https://bugzilla.wikimedia.org/58136 (10ryasmeen) [19:32:01] 03(mod) Consistently use ParserOptions::getUserLang for generating entity pages - 10https://bugzilla.wikimedia.org/58344 +comment (10gerritadmin) [19:32:01] 03(mod) Consistently use ParserOptions::getUserLang for generating entity pages - 10https://bugzilla.wikimedia.org/58344 (10Gerrit Notification Bot) [19:34:23] 03(NEW) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 normal; VisualEditor: Editing Tools; () [19:35:22] 03(mod) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 (10ryasmeen) [19:36:34] 03(mod) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 (10ryasmeen) [19:51:14] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10mr.heat) [19:51:22] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 (10rybec) [19:54:19] 03(mod) Javascript escapes in URLs are not decoded - 10https://bugzilla.wikimedia.org/58316 (10rybec) [19:54:21] 03(mod) VisualEditor: Language link dialog should show language names and two-letter codes - 10https://bugzilla.wikimedia.org/54086 (10James Forrester) [19:55:28] 03(mod) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 (10ryasmeen) [19:55:36] 03(mod) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 +comment (10matma.rex) [20:01:50] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 (10James Forrester) [20:03:34] 03(mod) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 +comment (10bjorsch) [20:03:53] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 +comment (10gerritadmin) [20:06:08] 03(mod) OAuth extension should register currently active change tags - 10https://bugzilla.wikimedia.org/58312 +comment (10matma.rex) [20:06:30] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10gerritadmin) [20:06:32] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 (10Gerrit Notification Bot) [20:16:43] 03(mod) update Selenium Jenkins template so that TimerTrigger is a variable - 10https://bugzilla.wikimedia.org/58345 (10Jeff Hall) [20:20:17] 03(mod) Consolidate mw.Api with mw.mobileFrontend.require( 'api' ) - 10https://bugzilla.wikimedia.org/57629 normal->15enhancement (10Jon) [20:21:19] 03(mod) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 (10ryasmeen) [20:23:22] 03(mod) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 +comment (10gerritadmin) [20:24:09] 03(mod) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 +comment (10gerritadmin) [20:24:12] 03(mod) VisualEditor: Inserted objects (references, templates, images) should not be selected after insertion - 10https://bugzilla.wikimedia.org/54957 (10James Forrester) [20:25:32] 03(mod) Remove IP address storage from Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58295 +comment (10gerritadmin) [20:25:57] 03(mod) VisualEditor: Inserted objects (references, templates, images) should not be selected after insertion - 10https://bugzilla.wikimedia.org/54957 +comment (10gerritadmin) [20:26:37] 03(mod) [Regression] Echo: Sending 2 e-mails for user talk page notification (1x HTML, 1x old style plain text) - 10https://bugzilla.wikimedia.org/53569 (10bsitu) [20:29:13] 03(mod) $wgMobileUrlTemplate ignored if does not start with a placeholder - 10https://bugzilla.wikimedia.org/58321 +easy (10Jon) [20:29:29] 03(mod) $wgMobileUrlTemplate ignored if does not start with a placeholder - 10https://bugzilla.wikimedia.org/58321 normal->15enhancement (10Jon) [20:29:42] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 +comment (10gerritadmin) [20:31:04] 03(mod) Non-user friendly page titles when navigating around in alpha - 10https://bugzilla.wikimedia.org/58337 (10Jon) [20:33:31] 03(mod) Formatter: API mobile view response inconsistency - 10https://bugzilla.wikimedia.org/50530 +comment (10arichards) [20:34:31] 03(mod) Alpha: Non-user friendly page titles when navigating around in alpha - 10https://bugzilla.wikimedia.org/58337 summary (10Jon) [20:36:30] 03(mod) Page preview: Clicking on links sends you to the reference list of the current article - 10https://bugzilla.wikimedia.org/57412 summary (10Jon) [20:41:26] 03(NEW) CirrusSearch: If the search starts with a namespace and yields a suggestion then add the namespace back to the suggestion - 10https://bugzilla.wikimedia.org/58348 normal; MediaWiki extensions: CirrusSearch; () [20:41:28] 03(mod) CirrusSearch: If the search starts with a namespace and yields a suggestion then add the namespace back to the suggestion - 10https://bugzilla.wikimedia.org/58348 (10Nik Everett) [20:43:27] 03(mod) VisualEditor:After pasting a link,it gets merged with the previous line - 10https://bugzilla.wikimedia.org/58347 (10ryasmeen) [20:45:06] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 (10James Forrester) [20:45:07] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10James Forrester) [20:45:23] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 (10James Forrester) [20:51:05] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 +comment (10jforrester) [20:51:31] 03(NEW) Graph of pending reviews in Gerrit shows wrong data - 10https://bugzilla.wikimedia.org/58349 normal; Analytics: Tech community metrics; () [20:52:22] 03(mod) Graph of pending reviews in Gerrit shows wrong data - 10https://bugzilla.wikimedia.org/58349 (10Quim Gil) [20:52:22] 03(mod) Key performance indicator: Gerrit review queue - 10https://bugzilla.wikimedia.org/37463 (10Quim Gil) [20:58:28] 03(mod) Feature request: Cannot view source of old revisions - 10https://bugzilla.wikimedia.org/54484 +comment (10jrobson) [20:59:25] I'm having trouble with templates, I want to use a template and as a parameter enter a text with a line break (enter) [21:00:15] mp19uy: what's the problem? [21:00:52] The template it's a div with css properties, these properties only are applied to the first paragraph of the text (everything before the linebreak) [21:01:26] I solved it puttin all the text in a line and using a
    tag [21:02:09] but I want to find if it's possible a way to do it without the need of having my text in a single line [21:02:39] Did you purposely made the css to apply only to the first line? [21:03:54] no, the css should apply to the entire text, at least I think that. This is the template
    {{{1}}}
    [21:05:16] my style its a border property when I use the template, only the text before the line break it's inside the box with borders. [21:07:04] mp19uy: works for me: https://www.mediawiki.org/wiki/User:Ciencia_Al_Poder/Test [21:07:33] mp19uy: Can we see the template where you're having issues, if your wiki is public? [21:07:46] or use dpaste to paste the contents of the template and the template call [21:08:17] hi [21:10:10] 03(mod) VisualEditor: Math editor is called LaTeX, but that is not accurate and possibly confusing - 10https://bugzilla.wikimedia.org/53251 (10James Forrester) [21:10:11] I found what was the problem [21:10:20] is there any plugin that shows the chain of last pages you clicked to get to the current page? something like: main page>software>wiki>mediawiki [21:10:20] * malev (~malev@host154.181-15 [21:10:25] I was mixing mediawiki syntax with html [21:10:46] I was using : before the first line [21:11:13] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 (10ryasmeen) [21:11:23] in order to indent it, but that "broke" the paragraphs [21:11:51] I will just use a css property to make that indentation [21:12:16] mp19uy: well, yes, that's interpreted as a definition list. You can prevent that using : (whap the colon in nowiki tags) [21:14:12] Vulpix: No but, I want to have the format that the color provides, the thing is that If I write :
    {{{1}}}
    [21:14:57] It gets indented but only the first paragraph receives the format [21:15:09] colon* [21:16:07] Oh, I see. Yes, yYou should do that with CSS instead [21:21:51] 03(mod) Parsoid fails for OBJECT element - 10https://bugzilla.wikimedia.org/57394 +comment (10gwicke) [21:22:17] done, added a margin:20px [21:24:03] another question that just popped out of my head:
    tags and new blank line are the only ways to break a line? [21:24:55] I'm asking this because in for example: markdown, I can use a space at the end of the previous line and that generates a line break [21:26:59] 03(NEW) VisualEditor:Newline cannot be entered after copy pasting a text from another VE - 10https://bugzilla.wikimedia.org/58350 normal; VisualEditor: Editing Tools; () [21:29:16] 03(mod) VisualEditor:Newline cannot be entered after copy pasting a text from another VE - 10https://bugzilla.wikimedia.org/58350 (10ryasmeen) [21:30:32] 03(NEW) Add --wikidb parameter for sql.php - 10https://bugzilla.wikimedia.org/58351 normal; MediaWiki: Maintenance scripts; () [21:30:32] 03(mod) enable Flow extension on test2 and a handful of mediawiki.org pages - 10https://bugzilla.wikimedia.org/56506 (10spage) [21:31:48] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 (10Bartosz Dziewoński) [21:33:48] 03(mod) Sanitize csv export data in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58307 (10Bryan Davis) [21:35:33] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [21:36:22] 03(mod) Validate application id in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58306 (10Bryan Davis) [21:38:55] 03(mod) Validate redirect destination in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58305 (10Bryan Davis) [21:38:57] 03(NEW) Parsoid stdout/stderr should be prefixed with date/time - 10https://bugzilla.wikimedia.org/58352 normal; Parsoid: General; () [21:39:04] 03(mod) Two new lists for Wikimedia-VE - 10https://bugzilla.wikimedia.org/57792 +comment (10Thehelpfulone) [21:39:16] 03(mod) Remove IP address storage from Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58295 (10Bryan Davis) [21:39:33] 03(NEW) create API level tests to monitor services on beta/test2wiki and also on production - 10https://bugzilla.wikimedia.org/58353 enhancement; Wikimedia: Quality Assurance; () [21:39:53] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [21:40:22] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [21:40:40] 03(mod) Parsoid stdout/stderr should be prefixed with date/time - 10https://bugzilla.wikimedia.org/58352 +comment (10Gabriel Wicke) [21:40:41] 03(mod) Tweak parsoid logging - 10https://bugzilla.wikimedia.org/49762 +comment (10Gabriel Wicke) [21:42:30] 03(mod) Add --wikidb parameter for sql.php - 10https://bugzilla.wikimedia.org/58351 +comment (10gerritadmin) [21:42:32] 03(mod) Add --wikidb parameter for sql.php - 10https://bugzilla.wikimedia.org/58351 (10Gerrit Notification Bot) [21:46:43] 03(mod) Create wikimedia-ci mailing list - 10https://bugzilla.wikimedia.org/57664 +comment (10Thehelpfulone) [21:48:37] 03(mod) browsertests: triggers for VisualEditor - 10https://bugzilla.wikimedia.org/53691 +comment (10hashar) [21:50:02] 03(mod) Multiple issues template has issues - 10https://bugzilla.wikimedia.org/57378 (10Gerrit Notification Bot) [21:50:02] 03(mod) Multiple issues template has issues - 10https://bugzilla.wikimedia.org/57378 +comment (10gerritadmin) [21:54:29] 03(mod) Create mailing list wikimedia-sk-oznamy - 10https://bugzilla.wikimedia.org/58171 +comment (10Thehelpfulone) [21:56:22] 03(mod) security review of Flow extension - 10https://bugzilla.wikimedia.org/57270 +comment (10ebernhardson) [21:57:40] 03(mod) New mailing list for centralnotice admins - 10https://bugzilla.wikimedia.org/55635 +comment (10Thehelpfulonewiki) [22:00:54] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 major->15enhancement; +comment (10James Forrester) [22:06:41] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 +comment (10gerritadmin) [22:06:44] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 (10Gerrit Notification Bot) [22:06:54] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10gerritadmin) [22:06:57] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 (10Gerrit Notification Bot) [22:07:09] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10Andyrom75) [22:07:33] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10gerritadmin) [22:08:36] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [22:11:27] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 +comment (10jforrester) [22:11:39] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10gerritadmin) [22:13:46] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10matma.rex) [22:20:17] 03(mod) Add --wikidb parameter for sql.php - 10https://bugzilla.wikimedia.org/58351 +comment (10gerritadmin) [22:20:47] 03(mod) WikimediaShopLink should insert the shop link in PHP, not JavaScript - 10https://bugzilla.wikimedia.org/57939 +comment (10Faidon Liambotis) [22:23:59] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [22:25:14] 03(mod) Allow applicants to specify 3 wikis in Wikimania Scholarships application - 10https://bugzilla.wikimedia.org/58225 +comment (10gerritadmin) [22:32:43] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 (10Wikifram) [22:34:01] 03(NEW) VisualEditor: IMPLEMENT copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/58354 normal; VisualEditor: General; () [22:35:09] 03(mod) VisualEditor: IMPLEMENT copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/58354 +comment (10jforrester) [22:38:40] 03(mod) action=mobileview should support a prop=pageimage that gives back the PageImage filename for that image - 10https://bugzilla.wikimedia.org/57994 +comment (10gerritadmin) [22:48:12] 03(mod) 'redirects' not working for prop=imageinfo and commons redirects - 10https://bugzilla.wikimedia.org/45930 +comment (10gerritadmin) [22:49:12] anomie|away: Well I did the first part of what we talked about earlier in 100921 - but I still need to optimize it [22:50:43] Anyone know where I could find a screenshot or live example of !e NewPage [22:50:50] !e NewPage [22:50:50] https://www.mediawiki.org/wiki/Extension:NewPage [22:51:16] The example in the infobox doesn't work-- the site appears to be deleted or moved. [22:54:32] 03(NEW) Crashers in production - 10https://bugzilla.wikimedia.org/58355 normal; Parsoid: General; () [22:54:44] 03(mod) enable Flow extension on test2 and a handful of mediawiki.org pages - 10https://bugzilla.wikimedia.org/56506 +comment (10gerritadmin) [22:55:35] 03(mod) Crashers in production - 10https://bugzilla.wikimedia.org/58355 (10ssastry) [23:02:50] 03(mod) Search UX - 10https://bugzilla.wikimedia.org/58246 +comment (10jgonera) [23:10:36] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10matma.rex) [23:12:06] 03(mod) VisualEditor: Math editor is called LaTeX, but that is not accurate and possibly confusing - 10https://bugzilla.wikimedia.org/53251 +comment (10gerritadmin) [23:12:56] 03(mod) Visual Editor: Cannot copy-paste anything after doing command+c on an empty/unselected position within a word - 10https://bugzilla.wikimedia.org/58346 +comment (10gerritadmin) [23:13:49] 03(mod) VisualEditor: Pasting a table with a caption breaks fixUpInsertion - 10https://bugzilla.wikimedia.org/58318 +comment (10gerritadmin) [23:22:34] 03(mod) create API level tests to monitor services on beta/test2wiki and also on production - 10https://bugzilla.wikimedia.org/58353 +comment (10Matthew Flaschen) [23:22:51] 03(mod) VisualEditor: Support copy and paste from other VE instances (surfaces) - 10https://bugzilla.wikimedia.org/41193 +comment (10qgil) [23:27:06] 03(NEW) array( 'parse' ) causes the message to be always in English - 10https://bugzilla.wikimedia.org/58356 normal; MediaWiki extensions: MobileFrontend; () [23:27:31] 03(mod) array( 'parse' ) causes the message to be always in English - 10https://bugzilla.wikimedia.org/58356 normal->major (10Juliusz Gonera) [23:30:43] 03(mod) Add options parameter to delete() - 10https://bugzilla.wikimedia.org/26682 +comment (10sam) [23:30:43] 03(mod) Add LIMIT/ORDER BY options to Database delete wrapper - 10https://bugzilla.wikimedia.org/52868 +comment (10Sam Reed (reedy)) [23:31:04] I should stop creating duplicates of my own bugs [23:31:52] Reedy: Yes. :-) [23:35:34] 03(mod) array( 'parse' ) causes the message to be always in English - 10https://bugzilla.wikimedia.org/58356 +comment (10bingle-admin) [23:35:44] 03(mod) VisualEditor: Math editor is called LaTeX, but that is not accurate and possibly confusing - 10https://bugzilla.wikimedia.org/53251 (10James Forrester) [23:37:52] 03(mod) VisualEditor: [Regression] Link inspector is not opening up for a link when selecting the entire annotation - 10https://bugzilla.wikimedia.org/58301 (10ryasmeen) [23:41:14] 03(mod) /tmp filled up on deployment-jobrunner08.pmtpa.wmflabs during testing - 10https://bugzilla.wikimedia.org/58299 +comment (10gerritadmin) [23:41:15] 03(mod) /tmp filled up on deployment-jobrunner08.pmtpa.wmflabs during testing - 10https://bugzilla.wikimedia.org/58299 (10Gerrit Notification Bot) [23:42:06] 03(NEW) misleading error message on edit header conflict - 10https://bugzilla.wikimedia.org/58357 normal; MediaWiki extensions: Flow; () [23:42:27] 03(mod) misleading error message on edit header conflict - 10https://bugzilla.wikimedia.org/58357 +comment (10bingle-admin) [23:43:37] 03(NEW) URLs in user CSS is output from load.php - 10https://bugzilla.wikimedia.org/58358 major; MediaWiki: ResourceLoader; () [23:44:05] 03(mod) URLs in user CSS are damaged by load.php - 10https://bugzilla.wikimedia.org/58358 summary (10PartTimeGnome) [23:44:16] ^ isn't that a dupe? [23:44:24] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 +comment (10gerritadmin) [23:44:26] MatmaRex ^ [23:44:27] 03(mod) JavaScript syntax error when mw.loader.store enabled when using Opera 12 - 10https://bugzilla.wikimedia.org/57567 (10Gerrit Notification Bot) [23:44:55] Reedy: yes [23:45:00] 03(mod) URLs in user CSS are damaged by load.php - 10https://bugzilla.wikimedia.org/58358 +comment (10Kunal Mehta (Legoktm)) [23:45:00] 03(mod) ResourceLoader mangles @import urls with query strings to remove query string - 10https://bugzilla.wikimedia.org/58338 +comment (10Kunal Mehta (Legoktm)) [23:45:41] 03(mod) Add --wikidb parameter for sql.php - 10https://bugzilla.wikimedia.org/58351 normal->15enhancement (10Sam Reed (reedy)) [23:46:02] 03(mod) Special:ExtensionDistributor/VisualEditor not picking up REL1_22 - 10https://bugzilla.wikimedia.org/58334 (10Sam Reed (reedy)) [23:46:22] 03(mod) VisualEditor:After adding a reference the cursor jumps to the beginning of the first line of the page - 10https://bugzilla.wikimedia.org/57438 +comment (10James Forrester) [23:46:23] 03(mod) VisualEditor: [Regression] Inserting a template or reference moves the cursor to the top of the page - 10https://bugzilla.wikimedia.org/58090 +comment (10James Forrester) [23:47:03] 03(mod) VisualEditor: [Regression] Inserting a template or reference moves the cursor to the top of the page - 10https://bugzilla.wikimedia.org/58090 (10ryasmeen) [23:53:13] Hi! Are timestamps returned by api.php *always* UTC or is this a configurable? [23:54:42] 03(NEW) If token request fails hard (503) during save, user is stuck in limbo - 10https://bugzilla.wikimedia.org/58359 major; MediaWiki extensions: MobileFrontend; () [23:55:09] 03(mod) URLs in user CSS are damaged by load.php - 10https://bugzilla.wikimedia.org/58358 +comment (10Bartosz Dziewoński) [23:55:22] 03(mod) Update plural data to CLDR 24 - 10https://bugzilla.wikimedia.org/56931 +comment (10gerritadmin) [23:55:26] 03(mod) Update plural data to CLDR 24 - 10https://bugzilla.wikimedia.org/56931 (10Gerrit Notification Bot)