[00:11:07] (03PS1) 10Siebrand: Declare visibility for class properties in DatabaseUtility.php [core] - 10https://gerrit.wikimedia.org/r/103873 [00:11:08] (03PS1) 10Siebrand: Declare visibility for class properties in DatabaseSqlite [core] - 10https://gerrit.wikimedia.org/r/103874 [00:11:09] (03PS1) 10Siebrand: Declare visibility for class properties in DatabasePostgres.php [core] - 10https://gerrit.wikimedia.org/r/103875 [00:21:39] (03PS8) 10Gergő Tisza: Add blacklisting feature for flickr in backend [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/65109 (owner: 10Nischayn22) [00:23:03] (03CR) 10Gergő Tisza: "Added another API mode to get the full blacklist at once." [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/65109 (owner: 10Nischayn22) [00:29:10] ori, hi, what caused you to introduce locking into the schema? wasn't the api call cached by varnish as well? [00:29:23] i'm implementing poolcounter for it [00:35:43] yurik: introduce locking into what schema? [00:36:31] ori, you have locking to prevent simultaneous db hit when lots of different appaches decide to use the same schema [00:38:09] yurik: to avoid a cache stampede [00:38:50] ori, yes, so MaxSem has proposed that we use poolconter instead of silently failing [00:39:06] for EL or zero or what? [00:39:11] and now i'm thinking if varnish servers should be ok to handle that stampee [00:39:43] ori, for both and potentially other [00:39:48] yurik, zero config is needed for every pageview -how are you going to sync it with varnish? [00:40:45] MaxSem, zero asks for configuration, same way as event logging, and that config comes from memcached or if not there - an API call for raw page content. At this point, if there is no data, it simply doesn't show banner [00:40:56] the api call goes through varnish [00:41:39] ori's solution was to put a lock into memcached [00:42:17] and silently fail if the lock is in place [00:42:19] pfft, doing it with PC would take 10 lines - what are you objecting against? only no care concurrency would be shorter:) [00:42:23] if the schema doesn't load, the events on the client don't get verified, but the user doesn't get an error [00:43:03] cache stampede is the greater risk [00:43:08] right, so that's what i'm saying - how much of a problem is when lots of apaches go against the api backend (via varnish) in the event of the missing value in memcached? [00:43:38] i preferred not to have to find out [00:44:05] also, each apache has multiple threads;) [00:44:18] bbiab [00:44:22] ori, but i somehow feel that stampee is not anywhere near the michael jackson problem that forced us to introduce the poolconter [00:46:13] yurik: when it comes to distributed software, i prefer "it's obviously ok" to "it's probably okay, right? i mean, how bad could it be?" [00:46:14] (03PS1) 10Siebrand: Declare visibility for class properties in DatabaseOracle.php [core] - 10https://gerrit.wikimedia.org/r/103877 [00:46:15] (03PS1) 10Siebrand: Declare visibility for class properties in MySQLMasterPos [core] - 10https://gerrit.wikimedia.org/r/103878 [00:46:16] (03PS1) 10Siebrand: Declare visibility for class properties in DatabaseMssql [core] - 10https://gerrit.wikimedia.org/r/103879 [00:47:01] ori, my concern is that introducing additional code to solve a problem that might not be there might introduce hard to reproduce bugs [00:47:18] hence - trying to think it out, lets chat when you come back :) [00:48:50] (03PS1) 10Gergő Tisza: Enable unit tests for UploadWizard [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/103881 [00:48:54] yurik: on the wmf cluster it's the same pool of apaches, right? so you have one apache worker that is busy waiting for the response to come through, and another apache worker busy generating the response [00:49:08] so each request keeps two apache workers busy, right? [00:49:23] ori, wouldn't varnish optimize that? [00:49:47] optimize it how? [00:51:24] if you have an identical request that is extremely fast to complete (we are not talking about page rendering) that hits a dedicated API varnish/backend cluster, the same varnish instance should see a request for the same object and see that its already pending on another thread it would block [00:52:39] (03PS1) 10Siebrand: Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 [00:54:03] yurik: it's called "collapsed forwarding", and it's easy to screw up [00:54:05] so in reality, in a VERY rare case of the memcached miss, a small percentage (only those requests from that specific ZERO cluster), and only those that actually hit the backend would ask for the content of a text page (raw, no parsing), via api that would hit dedicated varnish, which would in turn hit the api backend apaches [00:54:15] * yurik is wikiing [00:54:47] (03CR) 10Reedy: Remove unused local variables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [00:55:18] ori, i just feel that we should be more reactive to this case - see it in graphs first and than take measures [00:55:24] see my expl above [00:55:55] btw, varnish supports it - https://www.varnish-cache.org/forum/topic/395 [00:56:28] (03PS2) 10Siebrand: Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 [00:57:14] wow, wiki doesn't have "collapsed forwarding" anywhere :( [01:15:22] (03PS2) 10Reedy: Declare visibility for class property of LoadBalancerSingle [core] - 10https://gerrit.wikimedia.org/r/103863 (owner: 10Siebrand) [01:15:29] (03CR) 10Reedy: [C: 032] Declare visibility for class property of LoadBalancerSingle [core] - 10https://gerrit.wikimedia.org/r/103863 (owner: 10Siebrand) [01:18:45] (03PS3) 10Bartosz Dziewoński: Add SVG versions of link type icons [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:20:56] (03Merged) 10jenkins-bot: Declare visibility for class property of LoadBalancerSingle [core] - 10https://gerrit.wikimedia.org/r/103863 (owner: 10Siebrand) [01:38:54] (03CR) 10Bartosz Dziewoński: [C: 032] "Okay, I'm going to just merge this already. The SVG icons look almost exactly the same as original ones at the nominal resolution and look" [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:40:18] (03CR) 10Bartosz Dziewoński: [C: 04-2] "Hmm" [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:41:18] (03CR) 10Bartosz Dziewoński: "This seems to include the search icons from https://gerrit.wikimedia.org/r/#/c/97307/ . As they are currently unused (and to avoid conflic" [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:43:12] (03PS4) 10Bartosz Dziewoński: Add SVG versions of link type icons [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:43:46] (03CR) 10Bartosz Dziewoński: [C: 032] Add SVG versions of link type icons [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:47:24] (03Merged) 10jenkins-bot: Add SVG versions of link type icons [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [01:53:55] jdlrobson: Why is a generally useful tool entombed in MobileFrontend? [01:55:40] (03PS1) 10Siebrand: [WIP] Update documentation for database related classes [core] - 10https://gerrit.wikimedia.org/r/103890 [01:56:44] (03CR) 10Bartosz Dziewoński: [C: 031] "Looks reasonable, didn't test." [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103345 (owner: 10Theopolisme) [02:00:19] (03CR) 10Bartosz Dziewoński: Add SVG versions of enhanced recent changes collapse/show arrows (032 comments) [core] - 10https://gerrit.wikimedia.org/r/96372 (owner: 10M4tx) [02:03:30] (03Abandoned) 10Bartosz Dziewoński: Add an SVG version of watch icon [core] - 10https://gerrit.wikimedia.org/r/98856 (owner: 10M4tx) [02:04:25] (03PS3) 10Bartosz Dziewoński: Add an SVG version of watch icon [core] - 10https://gerrit.wikimedia.org/r/99258 (owner: 10M4tx) [02:10:50] (03CR) 10Jdlrobson: "I continue to find the existence of all of these icons insane :(" [core] - 10https://gerrit.wikimedia.org/r/98291 (owner: 10M4tx) [02:14:44] (03CR) 10Bartosz Dziewoński: [C: 04-1] "Yeah, some minor improvements should be applied before we merge this:" [core] - 10https://gerrit.wikimedia.org/r/99258 (owner: 10M4tx) [02:16:25] (03CR) 10TTO: "Per https://www.mediawiki.org/wiki/Requests_for_comment/Isolate_custom_jQuery_libraries it would be good to emphasize where this library h" [core] - 10https://gerrit.wikimedia.org/r/96949 (owner: 10Werdna) [02:29:31] (03PS19) 10Yurik: Initial implementation of the JSON configuration store. [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/98767 [03:00:51] (03PS1) 10Bartosz Dziewoński: Optimize all SVGs [core] - 10https://gerrit.wikimedia.org/r/103894 [03:02:45] (03CR) 10Liangent: [C: 04-1] "It seems prefix trimming is missing now? try following pages in the original version and your version:" (036 comments) [extensions/GeoCrumbs] - 10https://gerrit.wikimedia.org/r/103656 (owner: 10Mayankmadan) [03:18:47] (03Abandoned) 10Ori.livneh: [Do not merge] Remove localStorage module caching from ResourceLoader [core] - 10https://gerrit.wikimedia.org/r/94976 (owner: 10Ori.livneh) [03:58:45] (03CR) 10Yaron Koren: "Looks good, thanks!" [extensions/ReplaceText] - 10https://gerrit.wikimedia.org/r/103395 (owner: 1001tonythomas) [04:25:44] (03PS9) 1001tonythomas: Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 [04:26:25] (03CR) 10jenkins-bot: [V: 04-1] Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 (owner: 1001tonythomas) [04:30:17] (03PS10) 1001tonythomas: Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 [04:30:57] (03CR) 10jenkins-bot: [V: 04-1] Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 (owner: 1001tonythomas) [04:34:57] (03PS11) 1001tonythomas: Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 [04:35:37] (03CR) 10jenkins-bot: [V: 04-1] Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 (owner: 1001tonythomas) [04:39:01] (03PS12) 1001tonythomas: Removed "Enable section editing via [edit] links" from preferences [core] - 10https://gerrit.wikimedia.org/r/99171 [04:42:04] (03CR) 1001tonythomas: "@Aaron : Thanks for the +2, but couldn't make the patch Merger Ready earlier. Now its ok, I think." [core] - 10https://gerrit.wikimedia.org/r/99171 (owner: 1001tonythomas) [04:44:35] (03PS1) 10Skizzerz: Make MediaWiki:Redirectpagesub accept all wikitext. [core] - 10https://gerrit.wikimedia.org/r/103898 [05:32:18] (03CR) 10Legoktm: "@Siebrand: Merging this without even bothering to leave a comment after I objected is extremely rude." [extensions/HelpPages] - 10https://gerrit.wikimedia.org/r/103637 (owner: 10Shirayuki) [05:41:48] legoktm: and it arguably *should* be a protorelative one :/ [05:41:54] legoktm: now it's a mix of http and https [05:42:16] sigh :/ [05:45:17] Time to upload 115 patches to gerrit! [05:55:48] (03CR) 10MZMcBride: i18n: add "https:" (031 comment) [extensions/HelpPages] - 10https://gerrit.wikimedia.org/r/103637 (owner: 10Shirayuki) [06:06:43] hi liangent [06:07:02] mayankmadan: hi [06:22:09] (03CR) 10Shirayuki: "updated message documentation" [extensions/HelpPages] - 10https://gerrit.wikimedia.org/r/103637 (owner: 10Shirayuki) [06:32:58] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/APC] - 10https://gerrit.wikimedia.org/r/103901 [06:35:15] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/103903 [06:36:03] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/AdManager] - 10https://gerrit.wikimedia.org/r/103904 [06:36:31] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/AdminLinks] - 10https://gerrit.wikimedia.org/r/103905 [06:37:14] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ArticleCreationWorkflow] - 10https://gerrit.wikimedia.org/r/103906 [06:37:37] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/BatchUserRights] - 10https://gerrit.wikimedia.org/r/103907 [06:38:04] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/BibManager] - 10https://gerrit.wikimedia.org/r/103908 [06:38:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/BlogPage] - 10https://gerrit.wikimedia.org/r/103909 [06:39:15] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/103910 [06:40:54] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/103912 [06:41:25] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CloseWikis] - 10https://gerrit.wikimedia.org/r/103913 [06:41:54] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CodeReview] - 10https://gerrit.wikimedia.org/r/103914 [06:42:27] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Collection] - 10https://gerrit.wikimedia.org/r/103915 [06:42:52] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Comments] - 10https://gerrit.wikimedia.org/r/103916 [06:43:13] :) [06:43:19] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CommunityApplications] - 10https://gerrit.wikimedia.org/r/103917 [06:44:00] I can tell that some of this code hasn't been touched in years. [06:44:02] marktraceur: i'm glad you find it useful anyway ;-) [06:44:02] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CommunityHiring] - 10https://gerrit.wikimedia.org/r/103918 [06:44:13] jdlrobson: new burial is sooooooo good [06:44:40] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CommunityTwitter] - 10https://gerrit.wikimedia.org/r/103919 [06:44:41] ori: quuoiii? [06:45:03] jdlrobson: http://www.factmag.com/2013/12/11/burial-releases-new-ep-rival-dealer-grab-it-now/ [06:46:18] ori: it says explicit lyrics [06:46:20] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Configure] - 10https://gerrit.wikimedia.org/r/103920 [06:46:20] i'm not sure i can listen [06:46:34] jdlrobson: i won't tell your scrummasters [06:46:44] i am the scrum master this week ori [06:46:46] i am the scrum master [06:46:53] ohhh snap. [06:46:54] * ori hides. [06:46:58] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/103921 [06:48:30] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CongressLookup] - 10https://gerrit.wikimedia.org/r/103922 [06:49:25] * legoktm puts grrrit-wm on ignore [06:49:47] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Contest] - 10https://gerrit.wikimedia.org/r/103923 [06:50:16] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ConventionExtension] - 10https://gerrit.wikimedia.org/r/103924 [06:50:39] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CreateRedirect] - 10https://gerrit.wikimedia.org/r/103925 [06:51:21] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/DeleteBatch] - 10https://gerrit.wikimedia.org/r/103926 [06:52:00] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/DisableAccount] - 10https://gerrit.wikimedia.org/r/103927 [06:52:44] ori: this sounds like Goa [06:52:47] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Echo] - 10https://gerrit.wikimedia.org/r/103928 [06:52:53] i'm having flashbacks [06:53:07] jdlrobson: have you heard burial before? [06:53:14] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Editcount] - 10https://gerrit.wikimedia.org/r/103929 [06:53:16] no [06:54:01] jdlrobson: oh! listen to 'kindred' (the track) first then [06:54:06] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/103930 [06:54:34] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/EmailCapture] - 10https://gerrit.wikimedia.org/r/103931 [06:54:49] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ExpandTemplates] - 10https://gerrit.wikimedia.org/r/103932 [06:55:08] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ExtensionDistributor] - 10https://gerrit.wikimedia.org/r/103933 [06:55:18] ori: when we gonna collaborate and get the cache manifests working? [06:55:36] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/FacebookOpenGraph] - 10https://gerrit.wikimedia.org/r/103934 [06:55:47] jdlrobson: whatchoo need? [06:55:52] RL magic [06:56:01] you have the bag of magic right? [06:56:13] (03CR) 10Legoktm: [C: 04-1] Replace usage of SpecialPage::getTitle with getPageTitle (031 comment) [extensions/FacebookOpenGraph] - 10https://gerrit.wikimedia.org/r/103934 (owner: 10Legoktm) [06:56:20] jdlrobson: and how [06:56:28] ori: basically https://gerrit.wikimedia.org/r/#/c/100919/ it what needs to get into a merge able state [06:56:44] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/FanBoxes] - 10https://gerrit.wikimedia.org/r/103935 [06:57:17] versioning the manifest is proving tricky [06:57:27] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/103936 [06:57:53] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/103938 [06:58:02] jdlrobson: how are you doing it? [06:58:15] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/103939 [06:58:26] well the problem ori is the manifest needs to predict the urls that RL will use [06:58:57] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/GlobalPreferences] - 10https://gerrit.wikimedia.org/r/103940 [06:59:06] and it also needs some unique id that only changes when the files in the modules listed change [06:59:13] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/GlobalUsage] - 10https://gerrit.wikimedia.org/r/103941 [06:59:43] jdlrobson: the max mtime of all declared modules? [06:59:46] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/GoogleMaps] - 10https://gerrit.wikimedia.org/r/103942 [07:00:01] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/IndexFunction] - 10https://gerrit.wikimedia.org/r/103943 [07:00:25] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Interwiki] - 10https://gerrit.wikimedia.org/r/103944 [07:00:44] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/InviteSignup] - 10https://gerrit.wikimedia.org/r/103945 [07:01:04] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/LinkFilter] - 10https://gerrit.wikimedia.org/r/103946 [07:01:30] (03PS5) 10leucosticte: Add preferences checkbox to email text of watched deleted pages [core] - 10https://gerrit.wikimedia.org/r/101443 [07:01:36] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/LiquidThreads] - 10https://gerrit.wikimedia.org/r/103947 [07:02:01] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/LiveTranslate] - 10https://gerrit.wikimedia.org/r/103949 [07:02:13] (03CR) 10leucosticte: Add preferences checkbox to email text of watched deleted pages (036 comments) [core] - 10https://gerrit.wikimedia.org/r/101443 (owner: 10leucosticte) [07:02:14] ori: yeh the problem is the manifest php file needs to be mutually exclusive from the page that requests it [07:02:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/LookupUser] - 10https://gerrit.wikimedia.org/r/103950 [07:02:37] (03CR) 10jenkins-bot: [V: 04-1] Add preferences checkbox to email text of watched deleted pages [core] - 10https://gerrit.wikimedia.org/r/101443 (owner: 10leucosticte) [07:02:42] so it's a question of what information needs to be passed to the manifest (query string parameters can't be dynamic and change as that will mess up things) [07:03:25] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Maintenance] - 10https://gerrit.wikimedia.org/r/103951 [07:03:36] i don't entirely understand [07:04:33] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/103952 [07:05:51] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/MoodBar] - 10https://gerrit.wikimedia.org/r/103954 [07:06:05] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Moodle] - 10https://gerrit.wikimedia.org/r/103955 [07:07:06] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/MultiUpload] - 10https://gerrit.wikimedia.org/r/103956 [07:07:40] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/NewestPages] - 10https://gerrit.wikimedia.org/r/103957 [07:08:31] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/OATHAuth] - 10https://gerrit.wikimedia.org/r/103958 [07:12:15] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/103959 [07:12:32] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/OfflineImportLexicon] - 10https://gerrit.wikimedia.org/r/103960 [07:14:24] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/OpenID] - 10https://gerrit.wikimedia.org/r/103961 [07:17:17] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/OpenStackManager] - 10https://gerrit.wikimedia.org/r/103962 [07:18:04] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Oversight] - 10https://gerrit.wikimedia.org/r/103963 [07:18:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Phalanx] - 10https://gerrit.wikimedia.org/r/103964 [07:19:17] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/PictureGame] - 10https://gerrit.wikimedia.org/r/103965 [07:19:46] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Poll] - 10https://gerrit.wikimedia.org/r/103966 [07:20:03] (03PS1) 10Mayankmadan: Adding support for more types of flickr URLs [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103967 [07:21:14] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/PollNY] - 10https://gerrit.wikimedia.org/r/103968 [07:23:26] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/PrefStats] - 10https://gerrit.wikimedia.org/r/103969 [07:23:52] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/PrefSwitch] - 10https://gerrit.wikimedia.org/r/103970 [07:28:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Premoderation] - 10https://gerrit.wikimedia.org/r/103971 [07:29:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/PronunciationRecording] - 10https://gerrit.wikimedia.org/r/103972 [07:37:14] (03CR) 10Grunny: [C: 032 V: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/BatchUserRights] - 10https://gerrit.wikimedia.org/r/103907 (owner: 10Legoktm) [07:37:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/103973 [07:37:45] eh [07:38:49] ??? [07:38:56] wtf [07:39:02] sigh. [07:43:43] aha, netsplit. [07:46:23] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Push] - 10https://gerrit.wikimedia.org/r/103974 [07:46:25] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/QuizGame] - 10https://gerrit.wikimedia.org/r/103975 [07:46:26] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/RandomInCategory] - 10https://gerrit.wikimedia.org/r/103976 [07:46:26] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ReaderFeedback] - 10https://gerrit.wikimedia.org/r/103977 [07:46:27] (03CR) 10Hydriz: [C: 032 V: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/CloseWikis] - 10https://gerrit.wikimedia.org/r/103913 (owner: 10Legoktm) [07:46:28] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ReassignEdits] - 10https://gerrit.wikimedia.org/r/103978 [07:46:29] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Renameuser] - 10https://gerrit.wikimedia.org/r/103979 [07:46:30] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ReplaceText] - 10https://gerrit.wikimedia.org/r/103980 [07:46:32] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SecurePoll] - 10https://gerrit.wikimedia.org/r/103981 [07:46:32] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SecureSessions] - 10https://gerrit.wikimedia.org/r/103982 [07:52:15] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SimpleSurvey] - 10https://gerrit.wikimedia.org/r/103990 [07:52:46] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SocialProfile] - 10https://gerrit.wikimedia.org/r/103991 [07:53:16] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SportsTeams] - 10https://gerrit.wikimedia.org/r/103992 [07:54:04] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Sudo] - 10https://gerrit.wikimedia.org/r/103993 [07:54:50] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Survey] - 10https://gerrit.wikimedia.org/r/103994 [07:56:00] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/UnicodeConverter] - 10https://gerrit.wikimedia.org/r/103997 [07:56:22] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103998 [07:56:35] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/UserMerge] - 10https://gerrit.wikimedia.org/r/103999 [07:56:45] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/UserStatus] - 10https://gerrit.wikimedia.org/r/104000 [07:57:00] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/VipsScaler] - 10https://gerrit.wikimedia.org/r/104001 [07:57:21] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/104002 [07:58:16] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Wikilog] - 10https://gerrit.wikimedia.org/r/104005 [07:58:33] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/WikimediaIncubator] - 10https://gerrit.wikimedia.org/r/104006 [07:59:43] (03PS1) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/104008 [07:59:48] done! [08:00:22] (03CR) 10Legoktm: "Enjoy! " [core] - 10https://gerrit.wikimedia.org/r/103587 (owner: 10Legoktm) [08:01:51] lego: was that the 115 commits you were talking about? [08:02:03] yup [08:23:59] (03Abandoned) 10Legoktm: Make SpecialPage a ContextSource [core] - 10https://gerrit.wikimedia.org/r/103347 (owner: 10Legoktm) [08:27:05] (03CR) 10Siebrand: [C: 04-1] "I'm pretty sure the maintainer wants BC to one or more stable versions of MediaWiki for this." [extensions/AdminLinks] - 10https://gerrit.wikimedia.org/r/103905 (owner: 10Legoktm) [08:28:27] (03CR) 10Siebrand: [C: 04-1] "This extension has been deprecated for a very long time. We should let if die by not maintaining it any more, I think." [extensions/Oversight] - 10https://gerrit.wikimedia.org/r/103963 (owner: 10Legoktm) [08:30:26] (03CR) 10Hoo man: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/103903 (owner: 10Legoktm) [08:30:33] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/103903 (owner: 10Legoktm) [08:31:52] Doh... crap [08:31:55] legoktm: Around? [08:32:04] hi [08:32:12] This method was newly introduced? [08:32:18] yes [08:32:18] marktraceur, hi [08:32:21] damn [08:32:39] Can you supply a patch for Abusefilter than to keep it b/c [08:32:46] Didn't realize that first [08:32:51] * then [08:33:19] easiest would be to revert it :P [08:33:30] legoktm: Sure [08:33:32] or I could add is_callable checks I guess [08:33:46] please do so [08:34:02] I can also do that, if you don't have time [08:34:16] but I really don't want to see master "broken" for long [08:34:42] er which one, revert or add is_callable checks? [08:35:33] legoktm: I'd prefer the is_callable [08:35:37] hoo: other more hacky option, add getPageTitle to the SpecialAbuseLog class so it can use it even if the mw version doesn't support it [08:36:08] -1 [08:36:31] or well... it's crap anyway, so do that [08:36:46] rather safe us some loc [08:39:07] ok [08:39:43] * legoktm waits for his IDE to load [08:43:56] (03PS1) 10Legoktm: Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 [08:43:59] hoo: ^ [08:46:19] looking [08:46:52] (03CR) 10Siebrand: [C: 04-1] Restore b/c for pre-1.23 MediaWiki versions (031 comment) [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [08:47:00] legoktm: I guess you've tested it and it's fine?! [08:47:49] I haven't, I can probably test it tomorrow somtetime [08:47:49] legoktm: Huge job on getPageTitle. Thanks for taking that on. [08:47:56] thanks :) [08:48:28] (03CR) 10Legoktm: Restore b/c for pre-1.23 MediaWiki versions (031 comment) [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [08:48:33] (03PS2) 10Legoktm: Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 [08:49:41] (03CR) 10Siebrand: [C: 031] Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [08:53:52] (03Abandoned) 10Legoktm: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Oversight] - 10https://gerrit.wikimedia.org/r/103963 (owner: 10Legoktm) [08:55:18] (03CR) 10Legoktm: "Ok, I'll leave it up to them on whether this should be abandoned or left until the time is ready." [extensions/AdminLinks] - 10https://gerrit.wikimedia.org/r/103905 (owner: 10Legoktm) [08:55:56] legoktm: which IDE do you use? [08:56:07] PHPStorm [09:04:02] (03CR) 10Siebrand: "@lego: There's indeed nothing wrong with a protocol relative link. A while ago, we've started to make links to pages in the mediawiki.org " [extensions/HelpPages] - 10https://gerrit.wikimedia.org/r/103637 (owner: 10Shirayuki) [09:05:47] (03CR) 10Nemo bis: "Was this change documented on mediawiki.org's pages for extension development?" [core] - 10https://gerrit.wikimedia.org/r/103587 (owner: 10Legoktm) [09:10:23] (03PS1) 10Spage: [WIP] Update login and HTMLForm to new design [core] - 10https://gerrit.wikimedia.org/r/104011 [09:11:08] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Update login and HTMLForm to new design [core] - 10https://gerrit.wikimedia.org/r/104011 (owner: 10Spage) [09:16:19] (03CR) 10Siebrand: [C: 031] "i18n/L10n reviewed." [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/98767 (owner: 10Yurik) [09:20:43] (03PS2) 10Siebrand: Declare visibility for class properties of LBFactoryMulti [core] - 10https://gerrit.wikimedia.org/r/103864 [09:20:58] (03PS2) 10Siebrand: Declare visibility for class properties of LBFactory and LBFactorySimple [core] - 10https://gerrit.wikimedia.org/r/103865 [09:23:18] (03PS2) 10Siebrand: Declare visibility for class properties in DatabaseUtility.php [core] - 10https://gerrit.wikimedia.org/r/103873 [09:23:31] (03PS2) 10Siebrand: Declare visibility for class properties in DatabaseSqlite [core] - 10https://gerrit.wikimedia.org/r/103874 [09:23:42] (03PS3) 10Siebrand: Declare visibility for class properties of LBFactoryMulti [core] - 10https://gerrit.wikimedia.org/r/103864 [09:24:07] (03PS2) 10Siebrand: Declare visibility for class properties in DatabasePostgres.php [core] - 10https://gerrit.wikimedia.org/r/103875 [09:24:38] (03PS2) 10Siebrand: Declare visibility for class properties in DatabaseOracle.php [core] - 10https://gerrit.wikimedia.org/r/103877 [09:25:00] (03PS2) 10Siebrand: Declare visibility for class properties in MySQLMasterPos [core] - 10https://gerrit.wikimedia.org/r/103878 [09:25:16] (03PS2) 10Siebrand: Declare visibility for class properties in DatabaseMssql [core] - 10https://gerrit.wikimedia.org/r/103879 [09:25:29] (03PS3) 10Siebrand: Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 [09:25:58] (03PS2) 10Siebrand: [WIP] Update documentation for database related classes [core] - 10https://gerrit.wikimedia.org/r/103890 [09:31:02] (03PS3) 10Legoktm: Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 [09:33:13] (03CR) 10Spage: "These changes are up at http://ee-flow-extra.instance-proxy.wmflabs.org/wiki/Special:PasswordReset , and its Login and Create account form" [core] - 10https://gerrit.wikimedia.org/r/104011 (owner: 10Spage) [09:39:19] (03PS1) 10Mayankmadan: verifyUpload should be called before checkWarnings [core] - 10https://gerrit.wikimedia.org/r/104012 [09:40:07] marktraceur, online? [09:41:38] (03CR) 10PleaseStand: [C: 04-1] Remove unused local variables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [09:45:08] (03CR) 10Siebrand: Remove unused local variables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [10:08:25] (03CR) 10Matthias Mullie: [C: 032] Only roundtrip through parsoid for wikitext when necessary [extensions/Flow] - 10https://gerrit.wikimedia.org/r/101120 (owner: 10EBernhardson) [10:08:39] (03Merged) 10jenkins-bot: Only roundtrip through parsoid for wikitext when necessary [extensions/Flow] - 10https://gerrit.wikimedia.org/r/101120 (owner: 10EBernhardson) [10:41:17] (03CR) 10Siebrand: [C: 031] "i18n/L10n reviewed." [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/96382 (owner: 10AndyRussG) [10:42:29] (03PS2) 10Physikerwelt: Buffer png writes and flush them all at once [extensions/Math] - 10https://gerrit.wikimedia.org/r/103644 (owner: 10Aaron Schulz) [10:42:41] (03CR) 10Physikerwelt: [C: 032 V: 032] Buffer png writes and flush them all at once [extensions/Math] - 10https://gerrit.wikimedia.org/r/103644 (owner: 10Aaron Schulz) [11:09:15] (03PS4) 10M4tx: Add an SVG version of watch icon [core] - 10https://gerrit.wikimedia.org/r/99258 [11:09:16] (03PS5) 10Matthias Mullie: No Reply button after clicking Be the first to comment [extensions/Flow] - 10https://gerrit.wikimedia.org/r/101164 (owner: 10Bsitu) [11:10:04] (03CR) 10Matthias Mullie: [C: 032] No Reply button after clicking Be the first to comment [extensions/Flow] - 10https://gerrit.wikimedia.org/r/101164 (owner: 10Bsitu) [11:10:17] (03Merged) 10jenkins-bot: No Reply button after clicking Be the first to comment [extensions/Flow] - 10https://gerrit.wikimedia.org/r/101164 (owner: 10Bsitu) [11:11:04] (03CR) 10M4tx: "@Bartosz: I think I fixed all the problems you were talking about, but check the speed of animation. I spent a lot of time trying to match" [core] - 10https://gerrit.wikimedia.org/r/99258 (owner: 10M4tx) [11:31:09] (03Abandoned) 10M4tx: Fixed indentation style and PNG fallback method. [core] - 10https://gerrit.wikimedia.org/r/97114 (owner: 10M4tx) [11:31:29] (03Abandoned) 10M4tx: Add SVG versions of enhanced recent changes collapse/show arrows [core] - 10https://gerrit.wikimedia.org/r/97022 (owner: 10M4tx) [11:40:15] (03CR) 10M4tx: Add SVG versions of enhanced recent changes collapse/show arrows (031 comment) [core] - 10https://gerrit.wikimedia.org/r/96372 (owner: 10M4tx) [11:43:39] (03PS5) 10M4tx: Add SVG versions of enhanced recent changes collapse/show arrows [core] - 10https://gerrit.wikimedia.org/r/96372 [11:47:41] (03PS1) 10Umherirrender: Add more tests for title validations [core] - 10https://gerrit.wikimedia.org/r/104016 [11:49:22] (03CR) 10Siebrand: [C: 04-1] "i18n/L10n reviewed." (035 comments) [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/104014 (owner: 10MegaAlex) [11:52:04] (03PS1) 10Umherirrender: Fixed typo in comment in MediaWikiTestCase [core] - 10https://gerrit.wikimedia.org/r/104017 [11:52:33] (03CR) 10Siebrand: [C: 032] Fixed typo in comment in MediaWikiTestCase [core] - 10https://gerrit.wikimedia.org/r/104017 (owner: 10Umherirrender) [11:56:44] (03PS60) 10Physikerwelt: Math 2.0 [extensions/Math] - 10https://gerrit.wikimedia.org/r/85801 [11:57:29] (03Merged) 10jenkins-bot: Fixed typo in comment in MediaWikiTestCase [core] - 10https://gerrit.wikimedia.org/r/104017 (owner: 10Umherirrender) [12:01:36] (03PS1) 10Umherirrender: Remove hints to fixed bug 54044 [core] - 10https://gerrit.wikimedia.org/r/104019 [12:02:22] (03CR) 10Frédéric Wang: "> @Frédéric: Can you recheck if all files are included now?" [extensions/Math] - 10https://gerrit.wikimedia.org/r/85801 (owner: 10Physikerwelt) [12:04:42] siebrand: for gerrit: 104014 : How should I deprecate the message parameters? Thanks for the review! :) [12:05:39] MegaAlex: By updating the documentation for the deprecated parameter to something like "No longer used". [12:06:35] ok, thanks! [12:09:15] (03CR) 10Siebrand: "Will continue this once the visibility patch sets in this folder have been merged." [core] - 10https://gerrit.wikimedia.org/r/103890 (owner: 10Siebrand) [12:10:33] (03PS2) 10UltrasonicNXT: Fix bug with getDupeWarning [extensions/MultiUpload] - 10https://gerrit.wikimedia.org/r/103384 [12:13:19] (03CR) 10Siebrand: Index and search file text from pdf/djvu files (031 comment) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/101252 (owner: 10Chad) [12:17:03] (03CR) 10Tpt: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/103973 (owner: 10Legoktm) [12:17:10] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/103973 (owner: 10Legoktm) [12:19:21] (03CR) 10Siebrand: [C: 04-1] "Repeating my previous review: Don't understand why you're adding hidden parameters. Chances of anyone finding out they are there are close" [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/71291 (owner: 10Se4598) [12:20:04] (03CR) 10Siebrand: [C: 031] "i18n/L10n reviewed." [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/91128 (owner: 10AndyRussG) [12:22:06] (03CR) 10Aude: Remove unused local variables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [12:22:26] (03PS2) 10MegaAlex: i18n: Supply date/time parameters to some messages [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/104014 [12:27:09] (03CR) 10Aarcos: [C: 04-1] Functionality to create a new image in upload-wizard_tests.py (032 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103596 (owner: 10Mayankmadan) [12:30:03] (03CR) 10Siebrand: [C: 04-1] "Almost there. Left 2 comments." (032 comments) [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/104014 (owner: 10MegaAlex) [12:34:12] (03CR) 10Hatul: "This patch fixes that patch." [core] - 10https://gerrit.wikimedia.org/r/103852 (owner: 10Hatul) [12:37:39] (03PS3) 10MegaAlex: i18n: Supply date/time parameters to some messages [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/104014 [12:37:39] (03PS4) 10Siebrand: Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 [12:38:00] (03CR) 10Siebrand: Remove unused local variables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [12:57:38] (03PS1) 10Siebrand: Update documentation related to newFromRow and formatRow [core] - 10https://gerrit.wikimedia.org/r/104021 [12:57:38] (03PS1) 10Siebrand: Add TODOs for missing return statements [core] - 10https://gerrit.wikimedia.org/r/104022 [12:59:28] (03CR) 10Siebrand: [C: 032 V: 032] Add logging [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/103097 (owner: 10UltrasonicNXT) [13:00:03] (03CR) 10Siebrand: [C: 032 V: 032] i18n: Supply date/time parameters to some messages [extensions/WikiForum] - 10https://gerrit.wikimedia.org/r/104014 (owner: 10MegaAlex) [13:09:57] (03PS6) 10leucosticte: Add preferences checkbox to email text of watched deleted pages [core] - 10https://gerrit.wikimedia.org/r/101443 [13:19:10] (03CR) 10Siebrand: [C: 04-1] "Please remove trailing whitespace from the diff." (032 comments) [core] - 10https://gerrit.wikimedia.org/r/103852 (owner: 10Hatul) [13:28:51] (03CR) 10Siebrand: "Nice!" [wikimedia/wikimania-scholarships] - 10https://gerrit.wikimedia.org/r/103738 (owner: 10BryanDavis) [13:35:58] Hello. :) [13:46:12] (03CR) 10Siebrand: [C: 031] Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [13:52:05] (03PS1) 10Umherirrender: Do not load special pages in WatchedItem::load [core] - 10https://gerrit.wikimedia.org/r/104024 [13:52:52] (03CR) 10Gergő Tisza: Functionality to create a new image in upload-wizard_tests.py (031 comment) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103596 (owner: 10Mayankmadan) [14:05:29] (03PS1) 10Siebrand: Remove last remainig use in core of Title::escapeFullURL() [core] - 10https://gerrit.wikimedia.org/r/104025 [14:30:00] (03CR) 10Siebrand: [C: 032] "Nice, thanks." [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/103654 (owner: 10MegaAlex) [14:30:19] (03Merged) 10jenkins-bot: i18n: Add GENDER support to epoa-visible and epca-visible [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/103654 (owner: 10MegaAlex) [14:43:28] (03PS1) 10Manybubbles: Add missing i18n note [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104027 [14:43:47] legoktm: I have modified the mediaviewer as you insisted to make the lightbox close when someone clicks on the backdrop. does it look ok https://gerrit.wikimedia.org/r/#/c/103902/ [14:43:55] (03CR) 10Manybubbles: Index and search file text from pdf/djvu files (031 comment) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/101252 (owner: 10Chad) [14:47:52] (03CR) 10Anomie: [C: 031] "Code looks ok, haven't tested. But I think you might have forgotten to use one of your URL options." (035 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/65109 (owner: 10Nischayn22) [14:50:08] does anyone here happen to speak macedonian? [14:50:14] i need a translation of the wikibooks logo :P [14:55:38] (03Abandoned) 10Anomie: Pass rights needed to protectedpagewarning [core] - 10https://gerrit.wikimedia.org/r/90357 (owner: 10Anomie) [14:55:57] GEOFBOT: I assume you know you can use the babel/user language categories? [14:56:09] (03CR) 10Physikerwelt: "Is db2 support finally removed or temporary removed. If it's fially removed the math extension would not have to care about db2 support at" [core] - 10https://gerrit.wikimedia.org/r/50764 (owner: 10Chad) [14:56:18] ah, that works [14:56:38] is it ok if I just ask them on their talk page? [14:56:58] yes, or you can check who happens to be on IRC https://meta.wikimedia.org/wiki/Category:User_mk [14:57:10] (dungo always is, but he's just mk-1 and usually afk :) ) [14:58:19] and of course http://stats.wikimedia.org/wikibooks/EN/TablesWikipediaMK.htm#wikipedians [14:59:20] (03PS1) 10Siebrand: Replace deprecated Linker::makeBrokenLink() [extensions/Interlanguage] - 10https://gerrit.wikimedia.org/r/104029 [15:02:43] (03CR) 10Nemo bis: "I need a moment to check the logic" (031 comment) [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/103119 (owner: 10MegaAlex) [15:03:23] (03PS1) 10Siebrand: Replace use of deprecated SpecialPageFactory::getGroup() [core] - 10https://gerrit.wikimedia.org/r/104030 [15:05:45] (03PS1) 10Manybubbles: Fix profiling method calls [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104031 [15:09:10] (03PS1) 10Siebrand: Remove long deprecated methods from Linker [core] - 10https://gerrit.wikimedia.org/r/104033 [15:13:30] (03PS1) 10Siebrand: Remove deprecated SpecialRevisionDelete::extractBitField() [core] - 10https://gerrit.wikimedia.org/r/104035 [15:13:51] (03PS2) 10Siebrand: Remove deprecated SpecialRevisionDelete::extractBitField() [core] - 10https://gerrit.wikimedia.org/r/104035 [15:18:10] (03CR) 10Anomie: [C: 031] "Code looks good, seems to work. I'll leave it to others to debate whether the change is good from a social perspective and whether some so" [core] - 10https://gerrit.wikimedia.org/r/103742 (owner: 10Chad) [15:18:34] (03CR) 10Siebrand: "Given that we really removed it, I don't think it's likely to be restored easily. We usually take a lot of time before dropping a DBMS." [core] - 10https://gerrit.wikimedia.org/r/50764 (owner: 10Chad) [15:21:37] manybubbles: On https://gerrit.wikimedia.org/r/#/c/104027/1/CirrusSearch.i18n.php. What is a snippet of a file? [15:21:56] siebrand: part of the text of the file [15:22:18] manybubbles: you mean like in the case of PDF and Djvu? [15:22:38] or word, excel, text, ...? [15:22:57] siebrand: technically any file that mediawiki can extract text from. cirrus doesn't pay attention to the type, though we've been talking about pdf and djvu [15:23:18] I'm not sure which files mediawiki can use beyond pdf and djvu though [15:23:28] manybubbles: Okay. First thing I thought when I read that was: How can you extract text from a(n image) file? [15:23:38] manybubbles: I guess we can update the wording on twn. [15:23:58] I'm happy to update that commit if you have a better description [15:23:58] (03CR) 10Siebrand: [C: 032] "Thanks" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104027 (owner: 10Manybubbles) [15:23:58] (03Merged) 10jenkins-bot: Add missing i18n note [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104027 (owner: 10Manybubbles) [15:27:41] (03PS1) 10Cmcmahon: update for new collapse display [extensions/Flow] - 10https://gerrit.wikimedia.org/r/104039 [15:30:43] (03CR) 10Cmcmahon: [C: 032] "maintenance" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/104039 (owner: 10Cmcmahon) [15:32:04] (03CR) 10Siebrand: "I've added Niklas and Santhosh as reviewers. They are better able to review JS than I am." [extensions/MediaWikiChat] - 10https://gerrit.wikimedia.org/r/102679 (owner: 10Raimond Spekking) [15:36:27] (03CR) 10Parent5446: [C: 032 V: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/SecureSessions] - 10https://gerrit.wikimedia.org/r/103982 (owner: 10Legoktm) [15:38:15] (03CR) 10Parent5446: [C: 032] Remove hints to fixed bug 54044 [core] - 10https://gerrit.wikimedia.org/r/104019 (owner: 10Umherirrender) [15:41:31] (03Merged) 10jenkins-bot: Remove hints to fixed bug 54044 [core] - 10https://gerrit.wikimedia.org/r/104019 (owner: 10Umherirrender) [15:42:52] (03CR) 10Anomie: [C: 032] Moved ScopedCallback to /libs [core] - 10https://gerrit.wikimedia.org/r/102080 (owner: 10Aaron Schulz) [15:46:14] (03Merged) 10jenkins-bot: Moved ScopedCallback to /libs [core] - 10https://gerrit.wikimedia.org/r/102080 (owner: 10Aaron Schulz) [15:46:37] (03CR) 10Siebrand: [C: 032] "Thanks." [extensions/Phalanx] - 10https://gerrit.wikimedia.org/r/103230 (owner: 10MegaAlex) [15:46:46] (03CR) 10Siebrand: [V: 032] i18n: Add GENDER support to phalanx-display-row-created [extensions/Phalanx] - 10https://gerrit.wikimedia.org/r/103230 (owner: 10MegaAlex) [15:48:55] (03CR) 10Parent5446: Add preferences checkbox to email text of watched deleted pages (032 comments) [core] - 10https://gerrit.wikimedia.org/r/101443 (owner: 10leucosticte) [15:49:38] (03CR) 10Parent5446: [C: 032] Remove long deprecated methods from Linker [core] - 10https://gerrit.wikimedia.org/r/104033 (owner: 10Siebrand) [15:52:19] (03PS1) 10Nuria: Adding user agent logging for event logging server side events. Goal is to augment the event capsule and provide a way to log and handle user agent that is consistent for all events. [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/104040 [15:52:25] (03CR) 10jenkins-bot: [V: 04-1] Adding user agent logging for event logging server side events. Goal is to augment the event capsule and provide a way to log and handle user agent that is consistent for all events. [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/104040 (owner: 10Nuria) [15:52:48] (03Merged) 10jenkins-bot: Remove long deprecated methods from Linker [core] - 10https://gerrit.wikimedia.org/r/104033 (owner: 10Siebrand) [15:56:47] (03PS1) 10Siebrand: Remove Exif::makeFormattedData and Exif::getFormattedData [core] - 10https://gerrit.wikimedia.org/r/104042 [15:57:51] (03PS2) 10Siebrand: Remove Exif::makeFormattedData and Exif::getFormattedData [core] - 10https://gerrit.wikimedia.org/r/104042 [15:58:23] (03PS2) 10MegaAlex: i18n: Add PLURAL/GENDER support to revreview-reject-summary-* [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/103119 [16:04:09] (03CR) 10Hoo man: [C: 04-1] Remove Exif::makeFormattedData and Exif::getFormattedData (031 comment) [core] - 10https://gerrit.wikimedia.org/r/104042 (owner: 10Siebrand) [16:05:32] MegaAlex: just in case you don't know, there are always more i18n tasks to complete, even before they're officially assigned to you ;) [16:07:07] (03PS1) 10Siebrand: Release notes for remove and renamed classes [core] - 10https://gerrit.wikimedia.org/r/104043 [16:10:32] where shall we push the changes we make to Acawiki components like BibTeximport ? [16:10:55] Nemo_bis: I have started working on a "Make MediaWiki documentation tranlatable" task and I am waiting for my current task to be closed so I can ask for a review :) [16:11:25] (03PS3) 10Siebrand: Remove Exif::makeFormattedData and Exif::getFormattedData [core] - 10https://gerrit.wikimedia.org/r/104042 [16:11:27] (03CR) 10Siebrand: Remove Exif::makeFormattedData and Exif::getFormattedData (031 comment) [core] - 10https://gerrit.wikimedia.org/r/104042 (owner: 10Siebrand) [16:12:55] (03CR) 10Hoo man: [C: 032] "Seems sensible" [core] - 10https://gerrit.wikimedia.org/r/104042 (owner: 10Siebrand) [16:13:55] MegaAlex: I see; you should please write on https://www.mediawiki.org/wiki/Project:Language_policy/Migration_list what pages you're working on, so that I see them [16:14:24] you chose a big one ^^ [16:16:58] (03Merged) 10jenkins-bot: Remove Exif::makeFormattedData and Exif::getFormattedData [core] - 10https://gerrit.wikimedia.org/r/104042 (owner: 10Siebrand) [16:17:14] (03CR) 10Chad: [C: 031] Fix profiling method calls [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104031 (owner: 10Manybubbles) [16:24:33] Cloning into core shows permission disbaled(public key) where cloning into extensions was sucesful via ssh.Can anyone help me to figure it out? [16:27:31] (03PS1) 10Siebrand: Remove deprecated methods from Revision, SkinTemplate, and WikiPage [core] - 10https://gerrit.wikimedia.org/r/104048 [16:27:44] (03PS1) 10Siebrand: Type cast formatted time [core] - 10https://gerrit.wikimedia.org/r/104049 [16:28:45] (03PS2) 10Siebrand: Type cast formatted time [core] - 10https://gerrit.wikimedia.org/r/104049 [16:30:26] (03CR) 10Hoo man: "mh... this is a obvious implicit type conversion... I'm not convinced" [core] - 10https://gerrit.wikimedia.org/r/104049 (owner: 10Siebrand) [16:31:47] (03CR) 10Siebrand: "It obviously wasn't implicit to the code analyser..." [core] - 10https://gerrit.wikimedia.org/r/104049 (owner: 10Siebrand) [16:35:24] (03PS1) 10Siebrand: Remove unreachable statement [core] - 10https://gerrit.wikimedia.org/r/104050 [16:36:10] udayan: Please tell what is the exact error message you are getting on cloning the core [16:36:31] (03CR) 10Hoo man: [C: 032] Remove unreachable statement [core] - 10https://gerrit.wikimedia.org/r/104050 (owner: 10Siebrand) [16:36:52] tonythomas01: The as vishnu [16:36:53] (03CR) 10Ori.livneh: [C: 032] "Cool, thanks." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104031 (owner: 10Manybubbles) [16:37:12] (03Merged) 10jenkins-bot: Fix profiling method calls [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104031 (owner: 10Manybubbles) [16:37:12] same as vishnu [16:37:25] (03CR) 10Hoo man: [C: 032] "Tested with both current MediaWiki and a version w/o the new functions." [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [16:37:52] (03Merged) 10jenkins-bot: Restore b/c for pre-1.23 MediaWiki versions [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/104009 (owner: 10Legoktm) [16:40:13] Cloning into core shows permission disbaled(public key) where cloning into extensions was sucesful via ssh.Can anyone help me to figure it out? [16:40:35] (03Merged) 10jenkins-bot: Remove unreachable statement [core] - 10https://gerrit.wikimedia.org/r/104050 (owner: 10Siebrand) [16:41:09] (03CR) 10Ori.livneh: Adding user agent logging for event logging server side events. Goal is to augment the event capsule and provide a way to log and handle use (032 comments) [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/104040 (owner: 10Nuria) [16:42:15] (03CR) 10Hoo man: [C: 032] "Seems sensible" [core] - 10https://gerrit.wikimedia.org/r/104035 (owner: 10Siebrand) [16:42:56] udayan: please give the command you used to clone core [16:44:57] sudo git clone ssh://vishnu@gerrit.wikimedia.org:29418/mediawiki/core.git [16:45:07] udayan: you tried without using sudo ? [16:45:16] yea [16:45:37] (03Merged) 10jenkins-bot: Remove deprecated SpecialRevisionDelete::extractBitField() [core] - 10https://gerrit.wikimedia.org/r/104035 (owner: 10Siebrand) [16:46:22] udayan: and to clone extensions ? [16:46:29] yes it cloned perfectly [16:47:39] i was able to clone the extensions but not core [16:47:59] udayan: please paste the command you used to clone the extension [16:48:24] git clone ssh://vishnu@gerrit.wikimedia.org:29418/mediawiki/extensions/Math.git [16:50:41] are you able to figure it out? [16:52:42] liangent, hi [16:54:44] udayan_: I dont think I will be able to help you in that case, because you seem to be able to clone your extension so right and not the core. I think someone else here may be able to help. Try going through https://www.mediawiki.org/wiki/Download_from_Git [16:54:59] udayan_: and if nothing happens, clone via https [16:56:06] thank you sir. Le me go through that [16:56:45] liangent, online? [16:57:06] (03PS2) 10IAlex: Don't pass $this by reference to SkinVectorStyleModules hook. [core] - 10https://gerrit.wikimedia.org/r/101651 [16:57:27] (03PS3) 10IAlex: Don't pass $this by reference to SkinVectorStyleModules hook. [core] - 10https://gerrit.wikimedia.org/r/101651 [17:01:01] (03PS10) 10IAlex: Update Special:ChangePassword to use HTMLForm [core] - 10https://gerrit.wikimedia.org/r/80411 [17:02:10] (03PS2) 10IAlex: Don't escape the mail's subject in Special:PasswordReset [core] - 10https://gerrit.wikimedia.org/r/94816 [17:03:10] (03PS2) 10IAlex: Only put returnto parameter if needed on the from-http redirect in Special:Userlogin [core] - 10https://gerrit.wikimedia.org/r/97078 [17:03:11] (03PS1) 10Siebrand: Update documentation for QueryPage::execute() [core] - 10https://gerrit.wikimedia.org/r/104053 [17:03:26] (03PS1) 10Siebrand: Update documentation for ApiQueryWatchlist::parseRCType() [core] - 10https://gerrit.wikimedia.org/r/104054 [17:03:26] (03PS1) 10Siebrand: Add missing return value for DatabaseBase::open() overrides [core] - 10https://gerrit.wikimedia.org/r/104055 [17:03:26] (03PS1) 10Siebrand: Throw exception when ArchivedFile::getUser() has unkown type [core] - 10https://gerrit.wikimedia.org/r/104056 [17:03:26] (03PS1) 10Siebrand: Update documentation for WebInstaller_DBConnect::execute() [core] - 10https://gerrit.wikimedia.org/r/104057 [17:03:26] (03PS1) 10Siebrand: Throw exception for unknown field in SpecialListfiles::formatValue() [core] - 10https://gerrit.wikimedia.org/r/104058 [17:05:12] (03PS1) 10Siebrand: Add release notes for I9c9f5bb8af [core] - 10https://gerrit.wikimedia.org/r/104059 [17:05:32] (03PS2) 10Siebrand: Throw exception for unknown field in SpecialListfiles::formatValue() [core] - 10https://gerrit.wikimedia.org/r/104058 [17:05:52] (03PS2) 10Siebrand: Update documentation for WebInstaller_DBConnect::execute() [core] - 10https://gerrit.wikimedia.org/r/104057 [17:05:52] (03PS2) 10Siebrand: Throw exception when ArchivedFile::getUser() has unkown type [core] - 10https://gerrit.wikimedia.org/r/104056 [17:05:58] (03PS2) 10Siebrand: Add missing return value for DatabaseBase::open() overrides [core] - 10https://gerrit.wikimedia.org/r/104055 [17:06:12] (03PS2) 10Siebrand: Update documentation for ApiQueryWatchlist::parseRCType() [core] - 10https://gerrit.wikimedia.org/r/104054 [17:20:23] (03CR) 10Hoo man: [C: 032] Add release notes for I9c9f5bb8af [core] - 10https://gerrit.wikimedia.org/r/104059 (owner: 10Siebrand) [17:22:27] (03PS2) 10Milimetric: Implementing mediawiki oauth for node [passport-mediawiki] - 10https://gerrit.wikimedia.org/r/103866 [17:22:56] (03CR) 10MarkTraceur: Allow mediawiki ui resource loader module to target mobile (031 comment) [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/102977 (owner: 10Jdlrobson) [17:24:12] (03Merged) 10jenkins-bot: Add release notes for I9c9f5bb8af [core] - 10https://gerrit.wikimedia.org/r/104059 (owner: 10Siebrand) [17:26:28] (03CR) 10MarkTraceur: [C: 04-1] "Dumb question, but what happens when *none* of the required skins are installed? "Sorry, you need one of these skins to use this feature:<" [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/102383 (owner: 10Legoktm) [17:28:08] (03CR) 10MarkTraceur: [C: 04-1] "Based on product-y discussion, I think James will want to -2 this for now." [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/100519 (owner: 10Legoktm) [17:31:31] (03CR) 10Jdlrobson: Allow mediawiki ui resource loader module to target mobile (031 comment) [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/102977 (owner: 10Jdlrobson) [17:35:34] No, why would jdlrobson be on IRC, he's only responding to code review [17:35:54] Woo timing. [17:35:54] jdlrobson: Have you tested that patch? [17:35:55] I have no idea how to go about it [17:36:09] marktraceur: you can test it by installing mobile frontend switching to mobile on Special:Preferences [17:36:14] (assuming you are talking about beta features one) [17:36:35] Agh, steps. [17:37:28] And yeah, that's the one [17:37:55] Watch MobileFrontend break my wiki [17:39:16] jdlrobson: Where in Special:Preferences? [17:39:37] in the beta features section :) [17:39:37] with that patch it looks styled [17:39:37] without it it is not [17:40:17] Oh [17:40:34] jdlrobson: Uh, how do I switch to mobile? [17:40:34] try appending useformat=mobile [17:40:34] (03CR) 10MaxSem: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/104008 (owner: 10Legoktm) [17:40:35] probably easiest way (to url) [17:40:38] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/104008 (owner: 10Legoktm) [17:40:58] Wow, that does indeed look butt ugly [17:41:18] * marktraceur nearly typed ButtaFeatures just now, that's how bad it is [17:41:18] (03CR) 10Skizzerz: [C: 04-2] "The mainline (master branch) of Maintenance needs to be able to support at a minimum all currently supported versions of MediaWiki (which " [extensions/Maintenance] - 10https://gerrit.wikimedia.org/r/103951 (owner: 10Legoktm) [17:42:19] Aaaand now it's slightly (but only very slightly) better! [17:42:39] (03CR) 10MaxSem: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/103938 (owner: 10Legoktm) [17:42:45] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/103938 (owner: 10Legoktm) [17:43:16] (03CR) 10MarkTraceur: [C: 032] "Sweet, tested, works." [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/102977 (owner: 10Jdlrobson) [17:43:16] (03CR) 10MaxSem: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Collection] - 10https://gerrit.wikimedia.org/r/103915 (owner: 10Legoktm) [17:43:16] (03Merged) 10jenkins-bot: Allow mediawiki ui resource loader module to target mobile [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/102977 (owner: 10Jdlrobson) [17:43:19] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Collection] - 10https://gerrit.wikimedia.org/r/103915 (owner: 10Legoktm) [17:44:20] marktraceur, can you do this review? https://gerrit.wikimedia.org/r/#/c/103967/ if you are free [17:44:40] mayankmadan: Of course I'm free. 'murica. [17:44:57] Ahhhhh Flickr code [17:44:57] I'm less capable of this, but I can at least review the code [17:48:39] marktraceur, then what about this one? http://www.google-melange.com/gci/task/view/google/gci2013/5803059699515392 [17:48:42] Improve "Share this text selection" in Kiwix [17:48:43] Status: Reopened [17:48:43] Mentor(s): Kelson [17:49:49] (03CR) 10Mayankmadan: Functionality to create a new image in upload-wizard_tests.py (031 comment) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103596 (owner: 10Mayankmadan) [17:50:45] (03CR) 10MarkTraceur: [C: 031] "A few comments about the surrounding code, but otherwise it looks fine to me." (032 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103967 (owner: 10Mayankmadan) [17:55:06] JeffHall: Hi! Sorry about that little bug :p [17:56:23] https://gist.github.com/theopolisme/8143834 should be okay now [17:58:15] (03CR) 10Aaron Schulz: [C: 032] Add missing return value for DatabaseBase::open() overrides [core] - 10https://gerrit.wikimedia.org/r/104055 (owner: 10Siebrand) [17:59:11] theopolisme: Great - will take a look in just a few minutes [18:00:40] (03CR) 10Aaron Schulz: [C: 032] Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [18:01:27] (03Merged) 10jenkins-bot: Add missing return value for DatabaseBase::open() overrides [core] - 10https://gerrit.wikimedia.org/r/104055 (owner: 10Siebrand) [18:03:30] (03Merged) 10jenkins-bot: Remove unused local variables [core] - 10https://gerrit.wikimedia.org/r/103882 (owner: 10Siebrand) [18:03:40] * siebrand thanks AaronSchulz  [18:06:19] marktraceur, i meant this one https://gerrit.wikimedia.org/r/#/c/104012/ [18:06:36] Ah, that's gonna be easier :) [18:06:37] theopolisme: Your fix looks great - I just closed the GCI task. Thanks for working on that! [18:07:23] (03PS1) 10Umherirrender: Use Title::isWatchable in ApiWatch [core] - 10https://gerrit.wikimedia.org/r/104060 [18:08:57] JeffHall: happy to! Hopefully I can do some tasks with you in the future [18:08:57] *some more, that is [18:11:22] (03PS1) 10Vishnunk90: Fix depreciation warnings in FileBackend construction Added wikiId and lockManager was changed to an object Bug: 58615 [extensions/Math] - 10https://gerrit.wikimedia.org/r/104061 [18:12:13] (03CR) 10MarkTraceur: [C: 04-1] verifyUpload should be called before checkWarnings (033 comments) [core] - 10https://gerrit.wikimedia.org/r/104012 (owner: 10Mayankmadan) [18:12:21] mayankmadan: {{done}} :) [18:19:05] (03PS9) 10Siebrand: Replace and by and in i18n [core] - 10https://gerrit.wikimedia.org/r/99195 [18:19:22] Reedy: do you have time to take a look at https://gerrit.wikimedia.org/r/#/c/103561/ ? [18:21:49] (03PS1) 10Andrew Bogott: Sort role members in a few places. [extensions/OpenStackManager] - 10https://gerrit.wikimedia.org/r/104062 [18:24:49] (03PS2) 10Siebrand: Add TODOs for missing return statements [core] - 10https://gerrit.wikimedia.org/r/104022 [18:30:54] (03CR) 10EBernhardson: [C: 032] Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Echo] - 10https://gerrit.wikimedia.org/r/103928 (owner: 10Legoktm) [18:30:54] (03Merged) 10jenkins-bot: Replace usage of SpecialPage::getTitle with getPageTitle [extensions/Echo] - 10https://gerrit.wikimedia.org/r/103928 (owner: 10Legoktm) [18:33:36] (03PS2) 10Nemo bis: Adding user agent logging for event logging server side events. Goal is to augment the event capsule and provide a way to log and handle user agent that is consistent for all events. [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/104040 (owner: 10Nuria) [18:33:38] (03CR) 10jenkins-bot: [V: 04-1] Adding user agent logging for event logging server side events. [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/104040 (owner: 10Nuria) [18:36:38] (03CR) 10jenkins-bot: [V: 04-1] Localisation updates from https://translatewiki.net. [extensions/PageTriage] - 10https://gerrit.wikimedia.org/r/104093 (owner: 10L10n-bot) [18:36:38] (03PS1) 10MarkAHershberger: Add the option to pull a particular branch of an extension. [vagrant] - 10https://gerrit.wikimedia.org/r/104095 [18:37:19] AaronSchulz: I'm having issues with the translatewiki.net queue running. [18:37:19] runner [18:37:39] AaronSchulz: I currently have my job runners set to 550M max, and they still run out of memory. [18:37:47] AaronSchulz: It's processing 3.2M jobs for SemanticMediaWiki. [18:38:02] with OOM or the pre-emptive exception? [18:38:22] I've added a little patch in b/maintenance/runJobs.php ~260: [18:38:40] + $usedBytes = number_format( $usedBytes / 1048576, 1 ); [18:38:40] + echo "{$usedBytes}MB\n"; [18:38:46] AaronSchulz: I see the used memory slowly rising. [18:39:02] 137.3MB max now [18:39:10] With a low of 86.1MB [18:39:40] AaronSchulz: It appears that some things are not getting cleaned up. [18:39:59] AaronSchulz: Which causes the memory that is being used to grow with every job that is completed. [18:40:21] 145.3MB now. [18:40:31] It's doing about 80 jobs/second now. [18:42:43] 163.1MB [18:42:43] (03CR) 10Andrew Bogott: "tested on wikitech-test, works fine." [extensions/OpenStackManager] - 10https://gerrit.wikimedia.org/r/104062 (owner: 10Andrew Bogott) [18:43:06] AaronSchulz: is there anything I can do to provide information to debug this further? [18:43:43] (03CR) 10Andrew Bogott: [C: 032] Sort role members in a few places. [extensions/OpenStackManager] - 10https://gerrit.wikimedia.org/r/104062 (owner: 10Andrew Bogott) [18:43:43] (03CR) 10Andrew Bogott: [V: 032] Sort role members in a few places. [extensions/OpenStackManager] - 10https://gerrit.wikimedia.org/r/104062 (owner: 10Andrew Bogott) [18:44:14] (03PS3) 10Milimetric: Implementing mediawiki oauth for node [passport-mediawiki] - 10https://gerrit.wikimedia.org/r/103866 [18:44:24] siebrand: why don't you have a script keep spawning runJobs.php with --maxjobs? [18:44:44] AaronSchulz: We do. For 1000 jobs. [18:44:44] (03PS2) 10Siebrand: Remove deprecated methods from Revision, SkinTemplate, and WikiPage [core] - 10https://gerrit.wikimedia.org/r/104048 [18:45:05] AaronSchulz: And a minute of runtime. [18:45:05] AaronSchulz: And that OOMs out with the 150MB limit core enforces. [18:45:05] huh, I was running refreshLinks for hours on terbium before it OOMed [18:45:25] AaronSchulz: That's what got this experiment started... [18:45:45] and hours I mean like a day [18:46:22] AaronSchulz: We have this: php /www/translatewiki.net/w/maintenance/runJobs.php --exclusive --maxtime=50 --procs=1 --memory-limit=250M [18:47:06] AaronSchulz: The 50 is seconds, right? [18:47:13] * AaronSchulz wasted a lot of time trying to debug refreshLinks memory leaks...never found it [18:47:26] it probably depends on parsing certain pages that trigger some extension [18:47:46] AaronSchulz: I think Nikerabbit and I spent a lot of time one something with memory and job queue before, too. [18:50:49] * AaronSchulz didn't see the $wg* vars getting much bigger (the $wgHooks would get a little bigger and plateau) [18:51:09] the xdebug output didn't have memory in the cachegrind viewer :( [18:51:29] I guess the data just had time/method stuff [18:51:29] (03CR) 10Gergő Tisza: Functionality to create a new image in upload-wizard_tests.py (031 comment) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/103596 (owner: 10Mayankmadan) [18:53:30] AaronSchulz: 234.7MB now [18:53:44] AaronSchulz: all SMW\UpdateJob [18:53:51] (03PS1) 10MarkAHershberger: Add key for ubuntu git maintainers [vagrant] - 10https://gerrit.wikimedia.org/r/104123 [18:54:11] that probably does parse right? So that could be a lot of things [18:56:13] AaronSchulz: *nod* Lots of methods there with Parse [18:59:15] Uhhhh [18:59:35] Is Jenkins-bot not running? [18:59:35] Oh, never mind, there it goes [19:00:15] (03PS1) 10Manybubbles: Prioritize single page edits over template changes [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104124 [19:01:07] AaronSchulz: have you had a chance to review https://bugzilla.wikimedia.org/show_bug.cgi?id=58692 [19:01:37] AaronSchulz: i tried issuing another batch job at 18:32 utc, but it still hasn't been picked up [19:01:57] AaronSchulz: gwtoolsetUploadMetadataJob: 0 queued; 2 claimed (1 active, 1 abandoned); 0 delayed [19:02:44] have no idea why 1 was abandoned and i don't see any activity in the runJobs.log for that active MetadataJob [19:06:20] (03PS2) 10EBernhardson: Remove dupicate scrollTo event for topic reply link [extensions/Flow] - 10https://gerrit.wikimedia.org/r/103593 (owner: 10Bsitu) [19:06:24] (03CR) 10EBernhardson: [C: 032] "PS2: rebased" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/103593 (owner: 10Bsitu) [19:07:07] (03CR) 10Bartosz Dziewoński: Add SVG versions of enhanced recent changes collapse/show arrows (031 comment) [core] - 10https://gerrit.wikimedia.org/r/96372 (owner: 10M4tx) [19:10:55] (03PS2) 10Manybubbles: Prioritize single page edits over template changes [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/104124 [19:20:51] (03CR) 10Bartosz Dziewoński: [C: 04-1] Add SVG versions of enhanced recent changes collapse/show arrows (032 comments) [core] - 10https://gerrit.wikimedia.org/r/96372 (owner: 10M4tx) [19:21:54] Hey Guys i am trying to develop an extension ....i had a doubt....Can i insert