[00:00:15] New patchset: Trevor Parscal; "Added features to ve.dm.SurfaceFragment" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18724 [00:01:46] New patchset: Catrope; "Strip and preserve inner leading&trailing whitespace in the linear model" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18711 [00:05:28] 03(mod) UploadWizard fails with "unknown-warning" on iOS 6 beta4 - 10https://bugzilla.wikimedia.org/39256 +comment (10Brion Vibber) [00:09:29] 03(mod) UploadWizard fails with "unknown-warning" on iOS 6 beta4 - 10https://bugzilla.wikimedia.org/39256 +comment (10Brion Vibber) [00:10:33] 03siebrand * 10/trunk/extensions/ (77 files in 76 dirs): Localisation updates from http://translatewiki.net. [00:16:43] 03(mod) UploadWizard fails with "unknown-warning" on iOS 6 beta4 - 10https://bugzilla.wikimedia.org/39256 +comment (10Brion Vibber) [00:16:43] 03(mod) UploadWizard should ignore filename conflicts with previously deleted files - 10https://bugzilla.wikimedia.org/37039 (10Brion Vibber) [00:18:03] 03(mod) UploadWizard fails with "unknown-warning" on iOS 6 beta4 - 10https://bugzilla.wikimedia.org/39256 +comment (10Brion Vibber) [00:18:03] 03(mod) UploadWizard should ignore filename conflicts with previously deleted files - 10https://bugzilla.wikimedia.org/37039 (10Brion Vibber) [00:23:59] New patchset: Catrope; "Strip and preserve inner leading&trailing whitespace in the linear model" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18711 [00:31:45] New patchset: Kaldari; "(bug 36791) replace date fields with jquery.ui.datepicker" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/17975 [00:34:49] New review: Kaldari; "I fixed the 2 functional issues from my previous comments. Still a fair number of code style issues ..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/17975 [00:37:57] New patchset: Kaldari; "(bug 36791) replace date fields with jquery.ui.datepicker" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/17975 [00:48:47] New patchset: CSteipp; "Add Global Rules" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/17620 [00:49:09] New patchset: Kaldari; "(bug 36791) replace date fields with jquery.ui.datepicker" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/17975 [00:50:42] New review: Kaldari; "I fixed the functional issues and rebased. Still a fair number of code style issues, though. See htt..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/17975 [00:55:55] New patchset: Aaron Schulz; "[RDBStore] Added sharded, external, DB support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16696 [01:02:44] hello!, I am trying to develop some functions as an extension. I would like to do things like changing content some pages from a button in a SpecialPage, but I would prefer to access the mediawiki functions directly form php clasess, without having to use the API througth http requests. Do you know any documented example of doing such things? [01:03:11] Sorry for my poor english [01:04:10] New patchset: Helder.wiki; "(bug 31809) Fix drag-and-drop and improve error handling" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/17777 [01:04:17] ddr_: That's OK! So you want to change a page from a special page? [01:04:40] I have done this using the API, but I cant find examples of doing this directliy using mediawiki php clasess [01:04:41] yes [01:05:09] marktraceur: yes! [01:08:14] ddr_: All right, well, what you'll need to do is create a Special Page class (subclass of SpecialPage or something), then use the Article class to get the article you want, and finally use its methods to change the content. [01:08:53] ddr_: http://www.mediawiki.org/wiki/Manual:Special_pages [01:09:42] ddr_: http://svn.wikimedia.org/doc/classArticle.html [01:13:30] marktraceur: OK! That's very usefull information, I couldn't find wich class had that kind of functionality [01:14:13] ddr_: Great stuff :) let me know if you need any more help. Can I ask what extension this is and what the ultimate purpose of it is? [01:17:02] New review: Helder.wiki; "Even with the other bug, this is already an improvement." [mediawiki/extensions/WikiEditor] (master) C: 1; - https://gerrit.wikimedia.org/r/17654 [01:18:30] marktraceur: Ohh... it's for a graduation project.. as part of the functionality we have to merge different pages into one ... [01:18:51] ddr_: Cool :) [01:21:05] marktraceur: Thnak you! [01:22:24] ddr_: My pleasure. I'm going AFK, by the way, but feel free to keep asking questions, others answer too [01:43:35] Hello again! Does anyone knows wich is the Article class method to set it text content? For example, I would like to set the page content to "Hello World". [01:44:53] I'm using this example to get the Article object of the page I need to change: http://www.mediawiki.org/wiki/Manual:Article.php#Creating_a_new_Article_object [01:50:38] 03(mod) Text difficult to read (subpixel rendering), need to add new fonts - 10https://bugzilla.wikimedia.org/19139 +comment (10Ryan Kaldari) [01:50:38] 14(DUP) bad font rendering in EasyTimeline - 10https://bugzilla.wikimedia.org/35805 +comment (10Ryan Kaldari) [01:53:16] 03(mod) Text difficult to read (subpixel rendering), need to add new fonts - 10https://bugzilla.wikimedia.org/19139 +comment (10Ryan Kaldari) [02:07:46] marktraceur, :/ Article is not a data manipulation class! [02:13:28] Hello Dantman, which class can I use to change pages? [02:13:35] WikiPage [02:13:58] ok, I'll check the documentation [02:14:04] thank you [02:44:13] Dantman: Sorry, I think I read somewhere that WikiPage was deprecated or something....*shrug* I don't know, but thanks for helping :) [02:44:31] No no no… Article is the one that's practically deprecated [02:44:38] WikiPage is brand new [02:45:05] Article will ideally completely disappear from the codebase one day [02:46:21] marktraceur and Dantman: Thank to both of you, you have been really helpfull [02:59:07] marktraceur and Dantman: One last question. Do you know any example using WikiPage class on the web? [02:59:20] No [02:59:38] !bug 1 [02:59:38] https://bugzilla.wikimedia.org/show_bug.cgi?id=1 [02:59:42] hi people [03:00:25] does anyone here have converted files from Twiki to Mediawiki? [03:01:16] *has [03:03:59] Dantman: thank you anyway. goodby [03:09:34] Anyone here had success importing files from Twiki to Mediawiki? [03:38:41] Hello, Iam new to the wiki API, is there a place I can go to learn more about it and try to figure out the questions I have about it? [03:53:10] gah, you left [03:53:16] i was writing a reply to logdog [03:53:29] !api [03:53:29] The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at . For client libraries in various languages, see . [04:21:13] 03(FIXED) Populate revision.rev_sha1 and archive.ar_sha1 on Wikimedia wikis - 10https://bugzilla.wikimedia.org/36081 +comment (10Aaron Schulz) [04:35:17] 03(NEW) lang and dir attributes must be applied to each editing box on "List of pages linked to this item" - 10https://bugzilla.wikimedia.org/39257 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [04:35:17] 03(mod) WikiData RTL / BiDi tracker bug - 10https://bugzilla.wikimedia.org/36637 (10Amir E. Aharoni) [04:48:24] New patchset: Daniel Friesen; "[bug 34264] Print link needs id="t-print"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18835 [04:54:29] I am having problems with require_once(); not working. [04:54:47] If I remove the require once in the second instance it works [04:54:58] , its not actually require_once ing [04:55:07] its trying to load it twice. [04:55:13] I would think. [04:55:49] hi, i want to indent the first line in some paragraphs only, not the entire paragraph. i.e. same as text-indent : 1em; in CSS. how do i do this? [04:57:11] just
? [05:02:09] 03(mod) "sighted" term in review checkbox seems the wrong word - 10https://bugzilla.wikimedia.org/38870 normal->trivial (10Aaron Schulz) [05:09:58] 03(mod) id t-print is missing in monobook skin - 10https://bugzilla.wikimedia.org/34264 +comment (10Daniel Friesen) [05:14:21] Such a tempting idea… Skin testing [05:15:04] Render the markup for a full page. And use a series of xpath rules to make sure that certain elements are always output. [05:18:28] Dantman: Did your IRC client just compress '...' into a single character? [05:23:10] marktraceur, I think so... [05:23:56] marktraceur, ;) that said, that one character should actually be three bytes of UTF-8 so it doesn't really make a difference… lol [05:24:11] 03(NEW) Messages with superscript numbers are hard to translate - 10https://bugzilla.wikimedia.org/39258 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [05:28:38] marktraceur: it is called a ellipsis btw [05:31:38] an [05:35:17] 03(mod) there's no clean way to indicate the directionality of the content of the page - 10https://bugzilla.wikimedia.org/28970 (10Amir E. Aharoni) [05:35:17] 03(mod) language direction conflicts when ltr and rtl text is displayed in parallel - 10https://bugzilla.wikimedia.org/36635 (10Amir E. Aharoni) [05:35:21] Amgine: close enough is good enough [05:35:42] ...that's what I always say. [05:40:36] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Yann Forget) [05:44:02] 03(NEW) Messages with long technical strings are hard to translate - 10https://bugzilla.wikimedia.org/39259 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [05:49:50] New patchset: Amire80; "Stylistic changes in English messages" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18836 [05:54:34] 03(mod) Text difficult to read (subpixel rendering), need to add new fonts - 10https://bugzilla.wikimedia.org/19139 +comment (10Erik Zachte) [05:54:57] 03(mod) Text difficult to read (subpixel rendering), need to add new fonts - 10https://bugzilla.wikimedia.org/19139 (10Erik Zachte) [06:02:16] New review: Brion VIBBER; "Looks like we need to jumpstart review on UploadWizard patches, this has been waiting a bit!" [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/8728 [06:11:44] New patchset: Aaron Schulz; "Removed useless fj_path_sha1 field to save space." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18837 [06:12:16] New review: Aaron Schulz; "Note that this is an optional table, there are no other sql files to update." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/18837 [07:01:08] New review: Brion VIBBER; "This adds id="print", not id="t-print" as the commit summary says and bug requests." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/18835 [07:03:56] Change merged: Brion VIBBER; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18837 [07:07:30] New patchset: Tpt; "Initial commit: * first version of special:FamilyTree * basic version of Gedcom5ResultPrinter" [mediawiki/extensions/SemanticGenealogy] (master) - https://gerrit.wikimedia.org/r/18838 [07:08:05] Change merged: Tpt; [mediawiki/extensions/SemanticGenealogy] (master) - https://gerrit.wikimedia.org/r/18838 [07:12:39] New patchset: Amire80; "Stylistic changes in English messages" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18836 [07:16:55] 03(NEW) File cannot be deleted at Commons - 10https://bugzilla.wikimedia.org/39260 normal; Wikimedia: Media storage; (wikipedia) [07:21:27] New patchset: Daniel Friesen; "[bug 34264] Print link needs id="t-print"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18835 [07:22:39] New review: Daniel Friesen; "Tch, right. These are full ids, not keys to be prefexed. I got confused by the 'feedlinks' sitting a..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/18835 [07:23:49] 03(mod) File cannot be deleted at Commons - 10https://bugzilla.wikimedia.org/39260 (10Fastily) [07:25:29] 03(mod) mediawiki.user getGroups qunit tests fail - 10https://bugzilla.wikimedia.org/39229 +comment (10Krinkle) [07:35:02] 03(mod) mediawiki.user getGroups qunit tests fail - 10https://bugzilla.wikimedia.org/39229 +comment (10Krinkle) [07:36:04] 03(mod) mediawiki.api qunit test failures - 10https://bugzilla.wikimedia.org/39228 +comment (10Krinkle) [08:15:41] New patchset: Raimond Spekking; "Register Formel Applet extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/18839 [08:16:14] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/18839 [08:18:42] New review: Raimond Spekking; "Extension added to Translatewiki with https://gerrit.wikimedia.org/r/18839" [mediawiki/extensions/FormelApplet] (master) - https://gerrit.wikimedia.org/r/18633 [08:22:47] 03(NEW) the message wikibase-propertyedittool-counter-pending-pendingsubpart doesn't seem to be translatable - 10https://bugzilla.wikimedia.org/39261 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [08:26:49] New patchset: Krinkle; "jsMessage: Redesign in Vector/Monobook as bubble with auto-hide" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17605 [08:28:55] New review: Krinkle; "* Rebased" [mediawiki/core] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/17605 [08:33:03] http://i.imgur.com/6uASn.png - p sure its not meant to look like that [09:33:43] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18836 [09:54:55] New patchset: Krinkle; "jsMessage: Redesign in Vector/Monobook as bubble with auto-hide" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17605 [09:55:15] New review: Krinkle; "* Addresses legacy issues" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/17605 [09:55:15] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17605 [10:10:05] Hello everyone, a quick question.. [10:10:55] New patchset: Jarry1250; "SVGMessageGroup: override getSourceLanguage(), add two others" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/18840 [10:11:16] a call to wfGetDB(DB_MASTER) will get me a new database object everytime unlike a call to wfGetDB(DB_SLAVE).. ? [10:11:39] Change abandoned: Jarry1250; "Already got a changeset open for this; oops." [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/18840 [10:12:18] New patchset: Jarry1250; "SVGMessageGroup: override getSourceLanguage(), add two others" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/16894 [10:13:33] New patchset: Jarry1250; "Whitespace changes + take advantage of TranslateSvgUtils" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/16893 [10:16:31] New review: Jarry1250; "I note Max's comment re: enforcing subpages; in any case I'm going to be changing the namespace from..." [mediawiki/extensions/TranslateSvg] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/16893 [10:17:48] New review: Jarry1250; "Want to keep moving, doesn't seem as though there are obvious issues per Nikerabbit, so will merge; ..." [mediawiki/extensions/TranslateSvg] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/16891 [10:17:48] Change merged: Jarry1250; [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/16893 [10:17:48] Change merged: Jarry1250; [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/16891 [10:19:13] 03(NEW) "wikibase-api-not-recognized" is not completely clear - 10https://bugzilla.wikimedia.org/39262 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [10:23:11] New patchset: Jarry1250; "Fix and tidy broken getProperties method" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/17024 [10:23:50] New review: Jarry1250; "Per previous, easy fix, no review required." [mediawiki/extensions/TranslateSvg] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/17024 [10:23:51] Change merged: Jarry1250; [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/17024 [10:32:33] New patchset: Aude; "fix wikibase-item-summary-wbsetitem message, does not need or use param; add qqq message" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18841 [10:51:28] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17455 [10:53:22] New patchset: Aude; "remove superscripts per bug 39258" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18842 [10:54:53] 03(ASSIGNED) Messages with superscript numbers are hard to translate - 10https://bugzilla.wikimedia.org/39258 (10Aude) [10:55:17] 03(mod) Messages with superscript numbers are hard to translate - 10https://bugzilla.wikimedia.org/39258 +comment (10Aude) [11:03:16] New review: Aude; "the qqq messages in the i18n file need to explain what the message parameters (e.g. $2) are." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/17057 [11:53:10] New patchset: Krinkle; "Refactor ve.js utilities and improve documentation" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18843 [12:15:05] 03(mod) The tag is sanitized - 10https://bugzilla.wikimedia.org/31817 -patch-reviewed +patch-need-review (10Amir E. Aharoni) [12:35:21] 03(NEW) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 normal; MediaWiki: Unit tests; (sam) [12:35:22] 03(mod) mediawiki.api qunit test failures - 10https://bugzilla.wikimedia.org/39228 (10Sam Reed (reedy)) [12:35:23] 03(mod) mediawiki.user getGroups qunit tests fail - 10https://bugzilla.wikimedia.org/39229 (10Sam Reed (reedy)) [12:35:23] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Sam Reed (reedy)) [12:35:50] 14(WFM) mediawiki.user getGroups qunit tests fail - 10https://bugzilla.wikimedia.org/39229 +comment (10Sam Reed (reedy)) [12:35:51] 03(mod) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 (10Sam Reed (reedy)) [12:36:05] 03(mod) mediawiki.user getGroups qunit tests fail - 10https://bugzilla.wikimedia.org/39229 (10Sam Reed (reedy)) [12:36:06] 03(mod) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 (10Sam Reed (reedy)) [12:36:07] 03(FIXED) mediawiki.api qunit test failures - 10https://bugzilla.wikimedia.org/39228 +comment (10Sam Reed (reedy)) [12:36:09] 03(mod) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 (10Sam Reed (reedy)) [12:36:15] 03(mod) mediawiki.api qunit test failures - 10https://bugzilla.wikimedia.org/39228 (10Sam Reed (reedy)) [12:36:15] 03(mod) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 (10Sam Reed (reedy)) [12:38:29] New patchset: Krinkle; "Refactor ve.js utilities and improve documentation" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18843 [12:38:57] 03(mod) mediawiki.api qunit test failures - 10https://bugzilla.wikimedia.org/39228 (10Sam Reed (reedy)) [12:42:09] New patchset: Krinkle; "Refactor ve.js utilities and improve documentation" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/18843 [12:59:12] Change abandoned: Reedy; "(no reason)" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/14480 [13:06:48] New review: Siebrand; "Some comments based on quick review of output for Dutch. Probably many similarities for other codes." [mediawiki/extensions/cldr] (iso-3166-2); V: 0 C: 0; - https://gerrit.wikimedia.org/r/18708 [13:39:23] New review: Nikerabbit; "It will not sort correctly in all languages, but it is better than no sorting." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/18480 [13:52:21] New review: Nikerabbit; "Next time please cite your sources." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/18630 [13:52:22] Change merged: Nikerabbit; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18630 [13:53:49] 03(mod) Allow blocking open proxies based on X-Forwarded-For header - 10https://bugzilla.wikimedia.org/23343 +comment (10billinghurst) [13:55:01] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18841 [14:05:23] 03(mod) Patrol log should refer to the user performing the action instead of the user who made the patrolled edit - 10https://bugzilla.wikimedia.org/34495 +comment (10Steve) [14:49:04] 03(NEW) Create Page: (Tudalen:) and Index: (Indecs) namespaces for ProofreadPage in Welsh (cy.) Wikisource - 10https://bugzilla.wikimedia.org/39264 normal; Wikimedia: Site configuration; (billinghurst) [14:50:08] 03(mod) Create Page: (Tudalen:) and Index: (Indecs) namespaces for ProofreadPage in Welsh (cy.) Wikisource - 10https://bugzilla.wikimedia.org/39264 +shellpolicy (10billinghurst) [14:55:37] 03(NEW) Block date cannot correctly displayed if the block have been changed since the block was set - 10https://bugzilla.wikimedia.org/39265 normal; MediaWiki: User blocking; (waihorace) [15:07:00] New patchset: Santhosh; "Introdude languages options to ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/18844 [15:09:02] New review: Santhosh; "There are some more issues to be fixed" [mediawiki/extensions/UniversalLanguageSelector] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/18844 [15:10:13] New patchset: Jeroen De Dauw; "Updating caching code of the client [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [15:14:33] 03(NEW) Column header too narrow for localisation - i18n design - 10https://bugzilla.wikimedia.org/39266 enhancement; MediaWiki extensions: CentralNotice; (eleriygarregwen) [15:14:46] New patchset: Santhosh; "Introdude languages options to ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/18844 [15:15:17] New patchset: Jeroen De Dauw; "Updating caching code of the client [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [15:19:51] 03(NEW) Improve table design to solve i18n problem with translated column headings in interface being wider than column width - 10https://bugzilla.wikimedia.org/39267 enhancement; MediaWiki: Internationalization; (eleriygarregwen) [15:32:59] New patchset: Jeroen De Dauw; "Updating caching code of the client [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [15:33:40] 03(WONTFIX) Add Venezuela in Spanish to the database - 10https://bugzilla.wikimedia.org/39172 +comment (10Effeietsanders) [15:34:15] 03(WONTFIX) Add Finland to the database - 10https://bugzilla.wikimedia.org/39166 +comment (10Effeietsanders) [15:34:30] New review: Platonides; "I see the id="t-print" in Wikipedia, is the bug really correct?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/18835 [15:35:23] 03(mod) Add Israel in Hebrew to the monuments database - 10https://bugzilla.wikimedia.org/38324 +comment (10Effeietsanders) [15:45:43] New review: Krinkle; "It works on en.wikipedia.org because of the Collection extension which removes the core link from to..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/18835 [15:48:06] New patchset: Krinkle; "(bug 34264) Add id="t-print" to the print toolbox link." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18835 [15:48:19] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18835 [16:00:30] 03(FIXED) id t-print is missing in monobook skin - 10https://bugzilla.wikimedia.org/34264 (10Krinkle) [16:06:06] Gerrit updating issue: 403: http://paste.kizmut.com/14 [16:09:31] Gerrit updating issue: RPC failed; result 6: http://paste.kizmut.com/15 [16:12:56] Gerrit updating issue: 403: http://paste.kizmut.com/17 [16:14:04] Amgine, works for me [16:15:18] Well, it's clearly *not* working consistently on this very simple set up. [16:15:54] I'm simply running git submodule update --init over and over again to get through the entire library of extensions. [16:34:40] New review: Raimond Spekking; "If you add proper message documentation in the qqq section of the i18n file, I will add your extensi..." [mediawiki/extensions/SemanticGenealogy] (master) - https://gerrit.wikimedia.org/r/18838 [16:37:36] New patchset: Jeroen De Dauw; "Updating caching code of the client [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [16:40:18] New patchset: Jeroen De Dauw; "Updating caching code of the client [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [16:42:26] New patchset: Jeroen De Dauw; "Updating caching code of the client and change propagation." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/18107 [16:52:39] 03(mod) Add South Africa to the monuments database - 10https://bugzilla.wikimedia.org/38330 +comment (10Effeietsanders) [16:54:45] New review: Nikerabbit; "-1 for Reedy's comments." [mediawiki/extensions/Translate] (translatesvg); V: 0 C: -1; - https://gerrit.wikimedia.org/r/18696 [16:55:55] Has 'BlameMaps' been removed from git repo? [16:57:59] 03(NEW) Old toolbar tools don't work in header & footer managed by ProofreadPage following 1.20-wmf9 upgrade - 10https://bugzilla.wikimedia.org/39268 major; MediaWiki: Page editing; (thomaspt) [16:58:14] New review: Jarry1250; "Patchset 2 resolved Reedy's comments btw" [mediawiki/extensions/Translate] (translatesvg) C: 0; - https://gerrit.wikimedia.org/r/18696 [17:03:08] Gerrit updating issue: Git repository not found: http://paste.kizmut.com/18 [17:03:13] And that one stops me. [17:10:05] hi [17:12:12] [17:12:27] * actress1989 waves back [17:13:12] 03(NEW) Duplicated references section content - 10https://bugzilla.wikimedia.org/39269 major; Wikipedia App: Generic; (maxsem.wiki) [17:13:53] New review: Nikerabbit; "There are whitespace issues still." [mediawiki/extensions/Translate] (translatesvg); V: 0 C: -1; - https://gerrit.wikimedia.org/r/18696 [17:14:00] 03(NEW) Gerrit extensions repository: updates fail - 10https://bugzilla.wikimedia.org/39270 normal; MediaWiki extensions: General/Unknown; (Amgine.Saewyc) [17:17:45] New patchset: Jarry1250; "Add basic query=translateinfo API method to Translate." [mediawiki/extensions/Translate] (translatesvg) - https://gerrit.wikimedia.org/r/18696 [17:17:59] Nikerabbit: my bad, didn't add my most recent changes [17:24:13] 03(mod) Gerrit extensions repository: updates fail - 10https://bugzilla.wikimedia.org/39270 (10Raimond Spekking) [18:32:33] 03(mod) Add Argentina in Spanish to the monuments database - 10https://bugzilla.wikimedia.org/38316 +comment (10Maarten Dammers) [18:54:34] New review: Platonides; "Documentation messages added." [translatewiki] (master) C: 0; - https://gerrit.wikimedia.org/r/18701 [19:01:07] 03(NEW) Adding uncategorised as a first tag borks the addition of multiple tags. - 10https://bugzilla.wikimedia.org/39271 normal; MediaWiki extensions: PageTriage; (okeyes) [19:05:38] 03(mod) Add Argentina in Spanish to the monuments database - 10https://bugzilla.wikimedia.org/38316 +comment (10Osmar Valdebenito) [19:15:19] 14(INVALID) Unit tests suck - 10https://bugzilla.wikimedia.org/39263 (10Antoine "hashar" Musso) [19:18:20] 03(mod) Remove nagios-wm from #wikimedia-tech - 10https://bugzilla.wikimedia.org/39114 +comment (10Antoine "hashar" Musso) [19:27:54] 03(ASSIGNED) epundelete action to undelete course pages does not work - 10https://bugzilla.wikimedia.org/39246 +comment (10Jeroen De Dauw) [19:28:47] 03raymond * 10/trunk/extensions/ (109 files in 108 dirs): Localisation updates from http://translatewiki.net. [19:44:11] 03(mod) Add wiki markup for alphabetical ordered lists - 10https://bugzilla.wikimedia.org/2575 +comment (10Jeffery Nichols) [19:49:46] 03(ASSIGNED) Add Kazakhstan to the database - 10https://bugzilla.wikimedia.org/39167 +comment (10Tomasz W. Kozłowski) [19:52:15] !hss | JeremyB [19:52:15] JeremyB: ZOMG!! http://bit.ly/2sYkfl [19:54:51] Hello. [19:57:54] 14(INVALID) What's up with search tool - 10https://bugzilla.wikimedia.org/39240 +comment (10Tomasz W. Kozłowski) [19:58:37] New patchset: IAlex; "Use WikiPage::makeParserOptions() where possible." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18973 [20:01:56] 03(mod) Show (restore) link when viewing old revisions of items - 10https://bugzilla.wikimedia.org/39130 +comment (10Michał Łazowik) [20:05:03] 03(mod) File cannot be deleted at Commons - 10https://bugzilla.wikimedia.org/39260 normal->major; +comment (10matanya) [20:06:08] 03(mod) Messages with superscript numbers are hard to translate - 10https://bugzilla.wikimedia.org/39258 +patch-need-review (10matanya) [20:10:29] New patchset: Nikerabbit; "The alias file for BoilerPlate is empty and causes warnings" [translatewiki] (master) - https://gerrit.wikimedia.org/r/18974 [20:16:03] 03(mod) Monument details - 10https://bugzilla.wikimedia.org/38922 +comment (10Tomasz W. Kozłowski) [20:16:47] 14(DUP) File cannot be deleted at Commons - 10https://bugzilla.wikimedia.org/39260 +comment (10matanya) [20:16:48] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10matanya) [20:17:37] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 normal->major (10matanya) [20:25:53] New review: IAlex; "I will merge this once Iec98e472 (Use WikiPage::makeParserOptions() where possible) gets merged." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/10759 [20:26:55] New patchset: Jeroen De Dauw; "Fix issues with undeletion (bug 39246)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18975 [20:26:56] New patchset: Jeroen De Dauw; "Fix compat with 1.20 after breaking change in core that only pretends to provide compat" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18260 [20:27:50] 03(FIXED) epundelete action to undelete course pages does not work - 10https://bugzilla.wikimedia.org/39246 +comment (10Jeroen De Dauw) [20:31:41] New patchset: IAlex; "Use WikiPage::makeParserOptions() where possible." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18973 [20:31:52] New patchset: Daniel Werner; "Using PHP name spaces now" [mediawiki/extensions/SemanticExpressiveness] (master) - https://gerrit.wikimedia.org/r/18976 [20:31:53] New patchset: Daniel Werner; "Remove all the useless tab characters" [mediawiki/extensions/SemanticExpressiveness] (master) - https://gerrit.wikimedia.org/r/18977 [20:32:16] Change merged: Daniel Werner; [mediawiki/extensions/SemanticExpressiveness] (master) - https://gerrit.wikimedia.org/r/18976 [20:32:36] Change merged: Daniel Werner; [mediawiki/extensions/SemanticExpressiveness] (master) - https://gerrit.wikimedia.org/r/18977 [20:34:26] gerrit confusion. how can I get a url to browse a file in the git repo? any example would be helpful. [20:34:52] https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=summary [20:35:00] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=summary [20:35:31] thx [20:37:39] New patchset: Jeroen De Dauw; "Rewrite map as foreach for warning from bug 39207" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18978 [20:38:58] 03(ASSIGNED) EP: An error occurred while invoking the map callback - 10https://bugzilla.wikimedia.org/39207 +comment (10Jeroen De Dauw) [20:45:41] New patchset: Jeroen De Dauw; "fix fetching incorrect field (bug 39205)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18979 [20:48:55] New patchset: IAlex; "Improve documentation of maintenance scripts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18980 [20:49:20] 03(ASSIGNED) Special:OnlineAmbassadors gives internal error message - 10https://bugzilla.wikimedia.org/39205 +comment (10Jeroen De Dauw) [20:49:48] New patchset: Jeroen De Dauw; "fix fetching incorrect field (bug 39205)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18979 [20:50:19] 03(FIXED) Special:OnlineAmbassadors gives internal error message - 10https://bugzilla.wikimedia.org/39205 +comment (10Jeroen De Dauw) [20:56:08] New patchset: Jeroen De Dauw; "kill usage of Message::rawParam" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18981 [20:59:36] 03(mod) Remove nagios-wm from #wikimedia-tech - 10https://bugzilla.wikimedia.org/39114 +comment (10matanya) [21:00:48] New patchset: Jeroen De Dauw; "Fixed display of course links" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18982 [21:03:22] 03(FIXED) "remove article" link does not work - 10https://bugzilla.wikimedia.org/39203 +comment (10Jeroen De Dauw) [21:06:26] New review: Liangent; "There'll be a merge conflict..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/10759 [21:06:29] 03(mod) ULS Search auto-complete suggestions over write the input in Indic - 10https://bugzilla.wikimedia.org/39101 +patch-need-review (10matanya) [21:08:19] 03(mod) Add bugzilla to status.wm.o monitor - 10https://bugzilla.wikimedia.org/39100 (10matanya) [21:08:40] 03(mod) Submitting or saving edits to a course description prompts a "leave page" warning - 10https://bugzilla.wikimedia.org/39158 +comment (10Raimond Spekking) [21:09:44] New review: Liangent; "Typo in summary: avialable." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/18973 [21:10:40] 03(ASSIGNED) no courses are listed in the "current courses" column of Special:Students - 10https://bugzilla.wikimedia.org/39234 +comment (10Jeroen De Dauw) [21:11:40] 03(FIXED) Add Canada in French to the monuments database - 10https://bugzilla.wikimedia.org/38309 +comment (10Maarten Dammers) [21:12:23] 03(FIXED) Add India to the monuments database - 10https://bugzilla.wikimedia.org/38323 +comment (10Maarten Dammers) [21:12:43] 03(FIXED) Add Israel in Hebrew to the monuments database - 10https://bugzilla.wikimedia.org/38324 +comment (10Maarten Dammers) [21:14:35] 03(mod) Add Kazakhstan to the database - 10https://bugzilla.wikimedia.org/39167 +comment (10Maarten Dammers) [21:14:55] New patchset: Jeroen De Dauw; "Uncomment and fix code to display active courses in student pager (bug 39234)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18983 [21:15:09] 03(FIXED) no courses are listed in the "current courses" column of Special:Students - 10https://bugzilla.wikimedia.org/39234 +comment (10Jeroen De Dauw) [21:15:37] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 +comment (10matanya) [21:15:55] 03(NEW) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 normal; MediaWiki: JavaScript; (marcin.cieslak) [21:15:56] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Marcin Cieślak) [21:16:45] 03(mod) Live Preview doesn't reload Edit Summary preview; no way to use standard preview when Live Preview is enabled - 10https://bugzilla.wikimedia.org/8618 (10Marcin Cieślak) [21:16:46] 03(mod) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 (10Marcin Cieślak) [21:16:54] 03(mod) LivePreview makes page "jump" - 10https://bugzilla.wikimedia.org/25830 (10Marcin Cieślak) [21:16:54] 03(mod) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 (10Marcin Cieślak) [21:20:08] 14(INVALID) Special:MyCourses does not list courses where I am an instructor or ambassador - 10https://bugzilla.wikimedia.org/39204 +comment (10Jeroen De Dauw) [21:21:16] 03(NEW) Stale "Show changes" are displayed in the Live Preview screen - 10https://bugzilla.wikimedia.org/39273 normal; MediaWiki: JavaScript; (marcin.cieslak) [21:21:16] 03(mod) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 (10Marcin Cieślak) [21:21:38] 14(WFM) Button says "cancel" instead of "OK" - 10https://bugzilla.wikimedia.org/37718 +comment (10Jeroen De Dauw) [21:22:25] 03(mod) Use a checkbox in Special:Institutions - 10https://bugzilla.wikimedia.org/38490 (10Jeroen De Dauw) [21:23:04] 03(mod) Submitting or saving edits to a course description prompts a "leave page" warning - 10https://bugzilla.wikimedia.org/39158 normal->04CRIT (10Jeroen De Dauw) [21:24:00] 03(mod) EP: An error occurred while invoking the map callback - 10https://bugzilla.wikimedia.org/39207 (10Jeroen De Dauw) [21:24:01] 03(mod) LivePreview: styles added by extensions are missing - 10https://bugzilla.wikimedia.org/24134 15enhancement->minor (10Marcin Cieślak) [21:24:03] 03(mod) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 (10Marcin Cieślak) [21:26:28] 03(mod) LivePreview: mw-collapsible and sortable should be applied after preview content is loaded - 10https://bugzilla.wikimedia.org/33399 (10Marcin Cieślak) [21:26:29] 03(mod) Live preview (requires JavaScript) feature bugs (tracking) - 10https://bugzilla.wikimedia.org/39272 (10Marcin Cieślak) [21:28:41] New patchset: Jeroen De Dauw; "Added some docs" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18984 [21:40:17] New patchset: Jeroen De Dauw; "Made real name field optional by default" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18985 [21:41:03] New review: Jeroen De Dauw; "dafuiq git? what did you do to the poor i18n file?!" [mediawiki/extensions/EducationProgram] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/18985 [21:43:08] New patchset: Jeroen De Dauw; "Added some docs" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18984 [21:43:20] Change abandoned: Jeroen De Dauw; "(no reason)" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18985 [21:44:06] New patchset: Jeroen De Dauw; "Made real name field optional by default" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/18984 [21:53:10] 03(mod) Submitting or saving edits to a course description prompts a "leave page" warning - 10https://bugzilla.wikimedia.org/39158 +comment (10Jeroen De Dauw) [22:00:24] Change abandoned: Jeroen De Dauw; "Apparently this is not needed since we already deployed w/o it" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/11941 [22:18:00] New patchset: Jarry1250; "Commit SVGFormatReader, cornerstone of TranslateSvg" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/18182 [22:18:45] 03(mod) Submitting or saving edits to a course description prompts a "leave page" warning - 10https://bugzilla.wikimedia.org/39158 +comment (10Jarry1250) [22:24:17] does anybody know, is there a point in adding @file for doxygen? Isn't just @file totally sufficient? [22:25:26] New patchset: Jeroen De Dauw; "Improve handling of the required argument in HTMLForm field definitions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18986 [22:26:29] New patchset: Jeroen De Dauw; "Improve handling of the required argument in HTMLForm field definitions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18986 [22:27:33] Danwe_WMDE: I have no idea why people add @file ; afaik it should be just @file (but do ask someone wiser, such as ialex for confirmation) [22:30:48] does WMF compress the text db ? [22:31:03] yeah [22:31:08] "external storage" [22:32:00] ashley: nobody seems to know for sure, it's just like everybody is doing it because it was done before... [22:32:26] but it looks like redundant information [22:32:27] Try Hashar or ialex [22:32:56] I haven't seen the @file syntax on WMF's repo(s) much, though -- some other parties seem to do it, though... [22:33:21] Saw it a lot in extensions [22:34:09] In core many (or most?) files only use @file [22:55:42] hi [22:58:18] New patchset: Jeroen De Dauw; "Added boolean test" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18987 [22:59:34] Change merged: Jeroen De Dauw; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18987 [23:01:59] ashley, Danwe_WMDE, are the extensions ever run through doxygen? [23:02:07] Cant find the page , now that I need it, how do I setup the prev/ next section ? [23:02:24] [prev] 1.2.3[next] [23:02:59] marktraceur: not through the WMF doxygen at least, as far as I'm concerned...if the situation has changed, then that's cool, but to the best of my knowledge, we do doxygen docs only for MW core [23:03:53] marktraceur: that is an evil thought. [23:06:04] Amgine: Why? Could be a little useful, maybe....extensions adding useful things for other extensions, so there's not a bunch of repetitive code [23:06:59] Because just trying to load the current doxygen page knocks everyone else on my network off the internet for about 3-5 minutes. [23:07:20] "Doctor, it hurts when I do this" *hits self on head* [23:07:45] Amgine: What on earth is your connection speed? It shouldn't be that bad. [23:08:12] No, it certainly shouldn't be; the connection speed is 6MB/1MB. [23:08:19] Wow. [23:08:28] And just loading the base page breaks it? [23:08:40] http://svn.wikimedia.org/doc/ L [23:08:43] ? [23:08:49] Well, everyone else times out, while my netbook just sits and spins. [23:09:12] I'd be interested in a network log of what happens between your computer and the WMF server [23:09:23] netbook is such a silly word, btw [23:09:23] Me too. Tell me how to get it. [23:09:39] Amgine: Wish I knew....maybe #wikimedia-ops does? [23:10:37] ashley: Netbook: A computer device that has a full physical keyboard, a screen that folds down to face the keyboard, and that fits in your pocket. [23:10:55] [23:10:58] And with that, I have to go try to catch a bus [23:11:01] BBL [23:11:03] Tah [23:12:01] 03(mod) Gallery always uses user language (as opposed to say content lang) - 10https://bugzilla.wikimedia.org/38652 +comment (10matanya) [23:19:37] Anyone know how to do prev next without extension [23:21:40] 03(mod) no courses are listed in the "current courses" column of Special:Students - 10https://bugzilla.wikimedia.org/39234 +patch-need-review; +comment (10matanya) [23:22:35] 03(mod) Other text (eg. interface) on conversion table pages should be converted - 10https://bugzilla.wikimedia.org/37453 +patch-need-review (10matanya) [23:24:08] 03(mod) Special:OnlineAmbassadors gives internal error message - 10https://bugzilla.wikimedia.org/39205 +patch-need-review (10matanya) [23:24:41] 03(mod) EP: An error occurred while invoking the map callback - 10https://bugzilla.wikimedia.org/39207 +patch-need-review (10matanya) [23:25:01] What does this -> (previous 200) (next 200) [23:25:11] 03(mod) epundelete action to undelete course pages does not work - 10https://bugzilla.wikimedia.org/39246 +patch-need-review (10matanya) [23:29:02] 03(mod) Search and replace dialog should not be modal - 10https://bugzilla.wikimedia.org/24566 +patch-need-review (10matanya) [23:29:22] New patchset: Reedy; "Update message specialpages-group-login to match other similar messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18988 [23:30:11] 03(mod) Enabling $wgSecureLogin does not set returnto on "Log in / create account" link - 10https://bugzilla.wikimedia.org/31040 +patch-need-review (10matanya) [23:30:48] 03(mod) $wgCookieSecure = 'detect' fails when $wgServer is protocol-relative - 10https://bugzilla.wikimedia.org/33471 +patch-need-review (10matanya) [23:31:09] New patchset: Jeroen De Dauw; "Added char tests" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18989 [23:31:09] New patchset: Jeroen De Dauw; "added float tests" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18990 [23:31:09] New patchset: Jeroen De Dauw; "added numeric param tests" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18991 [23:32:29] Change merged: Jeroen De Dauw; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18989 [23:32:34] Change merged: Jeroen De Dauw; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18990 [23:32:38] Change merged: Jeroen De Dauw; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18991 [23:33:09] 03(mod) Article Feedback - Feedback from my watched pages - 10https://bugzilla.wikimedia.org/38628 +comment (10matanya) [23:36:21] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/12701 +comment (10matanya) [23:36:59] 03(mod) Make UploadWizard work crossdomain - 10https://bugzilla.wikimedia.org/32890 +patch-need-review (10matanya) [23:37:39] 03(mod) Tutorial language should use the usual language fallback mechanisms - 10https://bugzilla.wikimedia.org/26342 +patch-need-review (10matanya) [23:39:03] 03(mod) ProofreadPage extension should provide css - 10https://bugzilla.wikimedia.org/37840 +patch-need-review (10matanya) [23:39:36] 03(mod) When searching no specific region should be highlighted in the map - 10https://bugzilla.wikimedia.org/38666 +patch-need-review (10matanya) [23:40:35] New patchset: Matmarex; "remove bizarre overflow:hidden from lists in sidebar on Vector" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18992 [23:41:04] 03(mod) Edit summaries length should have a countdown for remaining characters - 10https://bugzilla.wikimedia.org/34984 +patch-need-review (10matanya) [23:41:35] 03(mod) Live Preview doesn't reload Edit Summary preview; no way to use standard preview when Live Preview is enabled - 10https://bugzilla.wikimedia.org/8618 +patch-need-review (10matanya) [23:42:04] 03(mod) Add support for HTML tag - 10https://bugzilla.wikimedia.org/39067 +patch-need-review (10matanya) [23:43:23] New patchset: Jeroen De Dauw; "added title tests" [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18993 [23:43:35] Change merged: Jeroen De Dauw; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/18993 [23:54:07] Anyone know how to use the built in (prev) (next) options [23:58:58] oh well guess i will pick me up some tacos