[00:02:51] 10FanBoxes, 10Social-Tools, 07JavaScript, 07Technical-Debt: Replace YUI color picker in Special:FanBoxes - https://phabricator.wikimedia.org/T152858#3019636 (10SamanthaNguyen) [00:18:45] 10FanBoxes, 10Social-Tools, 07JavaScript, 07Technical-Debt: Replace YUI color picker in Special:FanBoxes - https://phabricator.wikimedia.org/T152858#3019653 (10SamanthaNguyen) [00:19:00] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019654 (10Reedy) For 100 images... ```lines=10 reedy@terbium:~$ time python -m cProfile -s cumtime 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/tmp/mw-fan... [00:24:03] 10MediaWiki-General-or-Unknown: Generate OPML outlines from wikitext - https://phabricator.wikimedia.org/T157887#3019655 (10Koavf) [00:26:18] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019667 (10Reedy) And for 1000... ```lines=10 reedy@terbium:~$ time python -m cProfile -s cumtime 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/tmp/mw-fancy... [00:31:42] (03CR) 10Esanders: [C: 032] build: Replace jscs/jshint with eslint [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/337138 (owner: 10Krinkle) [00:33:37] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019668 (10Reedy) If we follow https://stackoverflow.com/questions/21274898/python-getting-meaningful-results-from-cprofile and switch to doing it in code... And only... [00:34:07] (03Merged) 10jenkins-bot: build: Replace jscs/jshint with eslint [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/337138 (owner: 10Krinkle) [00:40:33] (03Draft2) 10Reedy: Swap print statements to python3 compatible print [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 [00:41:44] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019669 (10Reedy) Of course, terbium doesn't have python3-pil installed... [00:47:55] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019670 (10Reedy) Back to my vm Python 2.7.12+ ```lines=10 $ time python 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/tmp/mw-fancycaptcha-1486771866-0b4ca9... [00:48:58] 10ConfirmEdit (CAPTCHA extension), 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019671 (10Reedy) [00:49:15] (03PS3) 10Reedy: Swap print statements to python3 compatible print [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 (https://phabricator.wikimedia.org/T157888) [00:49:45] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019689 (10Reedy) That fixes one problem The second one is, even with python3-pil installed... ``` This script requires the Python Imaging Library - ht... [00:57:45] (03PS4) 10Reedy: Make captcha python scripts python3 compatible [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 (https://phabricator.wikimedia.org/T157888) [00:58:13] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019691 (10Reedy) Needs ``` from PIL import Image ``` Patch updated and retitled [00:59:48] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019692 (10Reedy) ``` time python3 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/tmp/mw-fancycaptcha-1486771866-0b4ca9' --count '100' --dirs '0... [01:19:02] (03CR) 10Jeroen De Dauw: [C: 032] Add missing jquery.spark.js file [extensions/Spark] - 10https://gerrit.wikimedia.org/r/332171 (owner: 10Paladox) [01:19:53] 10Phabricator, 10Differential, 10Developer-Wishlist (2017): Automatically add "patch-for-review" tag when `arc diff` - https://phabricator.wikimedia.org/T150510#3019703 (10mmodell) >>! In T150510#3019603, @epriestley wrote: > After some investigation it appears that I have stumbled down a very deep hole. Out... [01:20:13] (03Merged) 10jenkins-bot: Add missing jquery.spark.js file [extensions/Spark] - 10https://gerrit.wikimedia.org/r/332171 (owner: 10Paladox) [01:23:08] (03PS5) 10Reedy: Make captcha python scripts python3 compatible [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 (https://phabricator.wikimedia.org/T157888) [01:30:38] (03PS3) 10Reedy: Add threads parameter to captcha.py for multithread CAPTCHA generation [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337057 (https://phabricator.wikimedia.org/T157734) (owner: 10Florianschmidtwelzow) [01:31:43] (03CR) 10Reedy: "PS3 puts them ontop of https://gerrit.wikimedia.org/r/#/c/337247/ (make python3 compatible)" [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337057 (https://phabricator.wikimedia.org/T157734) (owner: 10Florianschmidtwelzow) [01:32:27] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019705 (10Reedy) Ok, https://gerrit.wikimedia.org/r/337247 makes them now work on python3 And the thread patch also updated for similar reasons, and re... [01:32:34] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3019706 (10Reedy) p:05Triage>03Normal a:03Reedy [01:36:54] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019709 (10Reedy) Looks like python3 is no better as it stands on a single thread at least ``` $ time python 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/t... [01:40:28] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019710 (10Reedy) Really needs testing on a machine with many cores... ``` $ time python 'captcha-old.py' --key 'CHANGE_THIS_SECRET!' --output '/tmp/mw-fancycaptcha-1... [01:47:14] (03PS7) 10Harej: Namespace selector for CreateCollaborationHub [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336195 (https://phabricator.wikimedia.org/T155859) [01:47:35] (03CR) 10Paladox: "thanks." [extensions/Spark] - 10https://gerrit.wikimedia.org/r/332171 (owner: 10Paladox) [01:49:00] (03CR) 10Harej: [C: 032] Namespace selector for CreateCollaborationHub [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336195 (https://phabricator.wikimedia.org/T155859) (owner: 10Harej) [01:50:17] (03Merged) 10jenkins-bot: Namespace selector for CreateCollaborationHub [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336195 (https://phabricator.wikimedia.org/T155859) (owner: 10Harej) [01:51:00] (03PS4) 10Harej: Changing default hub image behavior and adding placeholder box [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336742 (https://phabricator.wikimedia.org/T157633) [01:59:28] (03CR) 10Harej: [C: 032] Changing default hub image behavior and adding placeholder box [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336742 (https://phabricator.wikimedia.org/T157633) (owner: 10Harej) [02:01:37] (03Merged) 10jenkins-bot: Changing default hub image behavior and adding placeholder box [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336742 (https://phabricator.wikimedia.org/T157633) (owner: 10Harej) [02:12:05] (03PS2) 10Reedy: Update ogv.js to 1.3.0 (buffering, seeking, Win10 fixes) [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/336677 (https://phabricator.wikimedia.org/T155085) (owner: 10Brion VIBBER) [02:12:10] (03CR) 10Reedy: [C: 032] Update ogv.js to 1.3.0 (buffering, seeking, Win10 fixes) [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/336677 (https://phabricator.wikimedia.org/T155085) (owner: 10Brion VIBBER) [02:13:57] (03PS1) 10Aaron Schulz: Fix assortment of IDEA warnings [core] - 10https://gerrit.wikimedia.org/r/337249 [02:17:54] (03CR) 10Reedy: Replace Linker::link() usage with LinkRenderer (031 comment) [core] - 10https://gerrit.wikimedia.org/r/324221 (https://phabricator.wikimedia.org/T149346) (owner: 10Haikalizz) [02:18:06] (03CR) 10Reedy: Fix assortment of IDEA warnings (031 comment) [core] - 10https://gerrit.wikimedia.org/r/337249 (owner: 10Aaron Schulz) [02:18:42] (03CR) 10Reedy: [C: 032] Fix assortment of IDEA warnings [core] - 10https://gerrit.wikimedia.org/r/337249 (owner: 10Aaron Schulz) [02:21:52] (03Merged) 10jenkins-bot: Update ogv.js to 1.3.0 (buffering, seeking, Win10 fixes) [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/336677 (https://phabricator.wikimedia.org/T155085) (owner: 10Brion VIBBER) [02:29:17] (03Merged) 10jenkins-bot: Fix assortment of IDEA warnings [core] - 10https://gerrit.wikimedia.org/r/337249 (owner: 10Aaron Schulz) [02:36:39] (03PS1) 10Samwilson: Fix no-parameter trees, and multiple trees on one page [extensions/Genealogy] - 10https://gerrit.wikimedia.org/r/337250 [02:37:55] (03CR) 10jerkins-bot: [V: 04-1] Fix no-parameter trees, and multiple trees on one page [extensions/Genealogy] - 10https://gerrit.wikimedia.org/r/337250 (owner: 10Samwilson) [02:40:43] (03CR) 10jenkins-bot: Fix assortment of IDEA warnings [core] - 10https://gerrit.wikimedia.org/r/337249 (owner: 10Aaron Schulz) [02:41:13] (03PS2) 10Samwilson: Fix no-parameter trees, and multiple trees on one page [extensions/Genealogy] - 10https://gerrit.wikimedia.org/r/337250 [02:47:49] (03CR) 10Samwilson: [C: 032] Fix no-parameter trees, and multiple trees on one page [extensions/Genealogy] - 10https://gerrit.wikimedia.org/r/337250 (owner: 10Samwilson) [02:49:08] (03Merged) 10jenkins-bot: Fix no-parameter trees, and multiple trees on one page [extensions/Genealogy] - 10https://gerrit.wikimedia.org/r/337250 (owner: 10Samwilson) [03:09:29] 04(no projects): Book reports no longer report issues - https://phabricator.wikimedia.org/T157876#3019749 (10Aklapper) Hi @Headbomb. Please associate at least one [[ https://phabricator.wikimedia.org/project/query/G9vp6zKs.IfE/#R | project ]] with this task to allow others to find this task when searching in th... [03:23:01] 10MediaWiki-General-or-Unknown: Generate OPML outlines from wikitext - https://phabricator.wikimedia.org/T157887#3019751 (10Koavf) It would also be good to generate OPML files from watchlists. Not sure if youw ant to consider this two separate tickets. [03:27:39] 04(no projects): Book reports no longer report issues - https://phabricator.wikimedia.org/T157876#3019752 (10Headbomb) @Aklapper I'm afraid I can't, at least in as much as I have no sweet clue what project this would even belong to, and no project I can find seems to match the scope of this task. @Cyberpower678... [04:11:53] 10ConfirmEdit (CAPTCHA extension): one CAPTCHA (per action) should be enough to confirm humanity/ smart enough bot - https://phabricator.wikimedia.org/T113700#1673744 (10Tgr) This should probably be done by converting successfully solved captchas into success tokens stored in the session, and consuming a success... [05:07:12] 04(no projects): Translation of namespaces in western punjabi - https://phabricator.wikimedia.org/T157871#3019759 (10Aklapper) >>! In T157871#3019397, @75.Abbasdhothar wrote: > left , right , thumb and px use to discribe picture in a artical Please describe exact steps, or provide a example link and explain... [05:15:00] (03PS23) 10Sn1per: Unwatch link for pages in Special:Watchlist [core] - 10https://gerrit.wikimedia.org/r/293892 (https://phabricator.wikimedia.org/T2424) [05:16:46] 10MediaWiki-extension-requests, 07Community-Wishlist-Survey-2016: Ask new users on Wikimedia sites to disclose paid editing - https://phabricator.wikimedia.org/T157848#3019760 (10Aklapper) [05:19:13] 10MediaWiki-Documentation, 07Documentation, 07Easy: mw:Manual:Special pages setup file out of date - https://phabricator.wikimedia.org/T147147#3019761 (10Xephyr826) Page updated: https://www.mediawiki.org/wiki/Manual:Special_pages#Basic_special_page_template [05:19:38] 10MediaWiki-User-login-and-signup, 10Beta-Cluster-Infrastructure: Can't log in to Beta Cluster wikis - https://phabricator.wikimedia.org/T157650#3019763 (10Aklapper) [05:19:41] 10MediaWiki-extensions-CentralAuth, 10Beta-Cluster-Infrastructure, 10Browser-Tests-Infrastructure, 07Beta-Cluster-reproducible, and 2 others: Global account manager (Special:CentralAuth) errors out on beta - https://phabricator.wikimedia.org/T157636#3019766 (10Aklapper) [05:22:47] 10ProveIt-Gadget: Phase out the website proveit.wmflabs.org - https://phabricator.wikimedia.org/T148228#3019767 (10Aklapper) [05:30:10] (03PS8) 10Harej: Writing unit tests for CollaborationHubContent [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336375 (https://phabricator.wikimedia.org/T144556) [05:31:22] (03CR) 10jerkins-bot: [V: 04-1] Writing unit tests for CollaborationHubContent [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336375 (https://phabricator.wikimedia.org/T144556) (owner: 10Harej) [05:31:59] 10MediaWiki-extensions-CollaborationKit: CK image selector: add some way to reset image to default - https://phabricator.wikimedia.org/T157628#3019773 (10Harej) [05:32:01] 10MediaWiki-extensions-CollaborationKit, 13Patch-For-Review: Re-style CreateCollaborationHub, CreateHubFeature, edit forms - https://phabricator.wikimedia.org/T148943#3019772 (10Harej) [05:33:25] (03PS9) 10Harej: Writing unit tests for CollaborationHubContent [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336375 (https://phabricator.wikimedia.org/T144556) [05:36:36] (03CR) 10Harej: [C: 032] Writing unit tests for CollaborationHubContent [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336375 (https://phabricator.wikimedia.org/T144556) (owner: 10Harej) [05:37:48] (03Merged) 10jenkins-bot: Writing unit tests for CollaborationHubContent [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/336375 (https://phabricator.wikimedia.org/T144556) (owner: 10Harej) [05:48:24] 10Wiki-Loves-Monuments (2016): Analyze international team's survey results - https://phabricator.wikimedia.org/T156884#3019776 (10LilyOfTheWest) a:03Slaporte [05:48:59] 10Wiki-Loves-Monuments (2016): Analyze the responses for the internal international team survey - https://phabricator.wikimedia.org/T155953#3019778 (10LilyOfTheWest) a:03Slaporte [05:49:23] 10Wiki-Loves-Monuments (2016): Test an instance of Matrix for the international team's communication - https://phabricator.wikimedia.org/T145602#3019780 (10LilyOfTheWest) 05Open>03Resolved [05:49:40] 10Wiki-Loves-Monuments (2016): Blog post: WLM 2016 stats - https://phabricator.wikimedia.org/T155394#3019781 (10LilyOfTheWest) 05Open>03Resolved [05:49:56] 10Wiki-Loves-Monuments (2016): Create a survey for internal team evaluation - https://phabricator.wikimedia.org/T154961#3019783 (10LilyOfTheWest) [05:49:58] 10Wiki-Loves-Monuments (2016): Analyze the responses for the internal international team survey - https://phabricator.wikimedia.org/T155953#2959961 (10LilyOfTheWest) 05Open>03Resolved [05:50:16] 10Wiki-Loves-Monuments (2016): Preparing WLM 2016 international team's survey - https://phabricator.wikimedia.org/T146542#3019785 (10LilyOfTheWest) [05:50:18] 10Wiki-Loves-Monuments (2016): Analyze international team's survey results - https://phabricator.wikimedia.org/T156884#2988855 (10LilyOfTheWest) 05Open>03Resolved [05:51:52] 10Wiki-Loves-Monuments (2016): Set up survey for the participants - https://phabricator.wikimedia.org/T147761#3019787 (10LilyOfTheWest) We decided not to do this for 2016 (due to translations being a very big effort given the resources we had available to us.). [05:52:02] 10Wiki-Loves-Monuments (2016): Set up survey for the participants - https://phabricator.wikimedia.org/T147761#3019788 (10LilyOfTheWest) 05Open>03declined [05:54:19] 10Wiki-Loves-Monuments (2016): Transfer meeting notes to Commons - https://phabricator.wikimedia.org/T140584#3019789 (10LilyOfTheWest) @Romaine Do you still want to work on this task? I'm planning to Decline it if you or someone else doesn't do it by 2017-02-18 given that it's low priority and we're well into 20... [05:55:13] 10Wiki-Loves-Monuments (2016): Write blog post with update on situation monument database and related tools, wikidata migration - https://phabricator.wikimedia.org/T144060#3019790 (10LilyOfTheWest) @JeanFred I'm moving this to 2017. It would be good if we do this early in the year after the discussions of this w... [05:55:34] 10Wiki-Loves-Monuments (2017): Write blog post with update on situation monument database and related tools, wikidata migration - https://phabricator.wikimedia.org/T144060#3019791 (10LilyOfTheWest) [05:56:39] 10Wiki-Loves-Monuments (2016): WLM t-shirts: design and order - https://phabricator.wikimedia.org/T146342#3019792 (10LilyOfTheWest) @Ilario do we have funding from 2016 that we can use for this task? If so, I'll start working on it. [05:57:02] 10Montage, 10Wiki-Loves-Monuments (2017): Import from CSV option for rounds - https://phabricator.wikimedia.org/T149854#3019795 (10LilyOfTheWest) [05:57:25] 10Wiki-Loves-Monuments (2017): Postmortem on WLM-RU photos deleted from Commons - https://phabricator.wikimedia.org/T145872#3019796 (10LilyOfTheWest) [05:58:27] 10Wiki-Loves-Monuments (2016): Report for 2016's grant - https://phabricator.wikimedia.org/T154141#3019798 (10LilyOfTheWest) @Ilario have you started the work on this? When is the deadline for it? [06:05:15] (03CR) 10Tpt: [C: 032] Add support for namespaces aliases [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/337231 (https://phabricator.wikimedia.org/T155737) (owner: 10Dereckson) [06:06:41] (03Merged) 10jenkins-bot: Add support for namespaces aliases [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/337231 (https://phabricator.wikimedia.org/T155737) (owner: 10Dereckson) [06:08:25] (03CR) 10Tpt: [C: 032] Localize namespaces Page and Index in Sanskrit [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/287396 (https://phabricator.wikimedia.org/T101634) (owner: 10Dereckson) [06:09:55] (03Merged) 10jenkins-bot: Localize namespaces Page and Index in Sanskrit [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/287396 (https://phabricator.wikimedia.org/T101634) (owner: 10Dereckson) [06:13:41] (03PS1) 10Siddparmar: Tiny final fixes [wikimedia/TransparencyReport-private] - 10https://gerrit.wikimedia.org/r/337252 [06:13:52] (03CR) 10Siddparmar: [V: 032 C: 032] Tiny final fixes [wikimedia/TransparencyReport-private] - 10https://gerrit.wikimedia.org/r/337252 (owner: 10Siddparmar) [07:29:28] 10UI-Standardization, 10OOjs-UI, 07Accessibility, 13Patch-For-Review, 03UI-Standardization-Kanban: CapsuleMultiSelectWidget: Label doesn't function as label - https://phabricator.wikimedia.org/T148946#3019809 (10Prtksxna) From the [[ https://gerrit.wikimedia.org/r/#/c/331588/ | patch ]]: >>! @matmarex s... [07:29:32] 10MediaWiki-Installer: Installer triggers disabled load balancer service - https://phabricator.wikimedia.org/T157890#3019810 (10Tgr) [07:33:02] 10Wiki-Loves-Monuments (2017): Report to the public list about the offsite - https://phabricator.wikimedia.org/T157891#3019823 (10LilyOfTheWest) [08:29:21] 04(no projects): Translation of namespaces in western punjabi - https://phabricator.wikimedia.org/T157871#3019839 (1075.Abbasdhothar) Leave the translation of ; left , right , thumb and px ; these are not necessary . Only translate the namespace of pnb.wikipedia.org. The names space and their translations are... [08:43:14] 10Gadgets, 07I18n, 13Patch-For-Review: Translation of namespaces in western punjabi - https://phabricator.wikimedia.org/T157871#3019841 (1075.Abbasdhothar) a:03matmarex [09:52:25] 10Wiki-Loves-Monuments-Database: Automate deployment of heritage on Gerrit post-merge - https://phabricator.wikimedia.org/T157893#3019868 (10JeanFred) [09:56:31] hey. is there a way to login using JS popup in new Mediawiki auth API? [09:56:42] (03PS1) 10Harej: Unit tests for CollaborationKit [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/337254 (https://phabricator.wikimedia.org/T144556) [09:58:04] (03CR) 10jerkins-bot: [V: 04-1] Unit tests for CollaborationKit [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/337254 (https://phabricator.wikimedia.org/T144556) (owner: 10Harej) [10:01:20] (03PS2) 10Harej: Unit tests for CollaborationKit [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/337254 (https://phabricator.wikimedia.org/T144556) [10:02:30] (03CR) 10jerkins-bot: [V: 04-1] Unit tests for CollaborationKit [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/337254 (https://phabricator.wikimedia.org/T144556) (owner: 10Harej) [10:12:15] 10Connected-Open-Heritage-Wikidata-migration, 10Wiki-Loves-Monuments-Database, 13Patch-For-Review: Investigate cm_(fr) harvesting (Cameroon monuments in French) - https://phabricator.wikimedia.org/T156139#3019886 (10JeanFred) 05Open>03Resolved The harvesting of [[ http://commons.wikimedia.org/wiki/Specia... [10:37:47] Hello. I am new here and I wish to apply for GSoC 2017. Could someone help me get started to the basics of the organisation and hence the contribution process ? [10:43:15] (03CR) 10Zhuyifei1999: [C: 031] Allow CJK languages to specify flag spacing for enhanced change lists [core] - 10https://gerrit.wikimedia.org/r/332031 (https://phabricator.wikimedia.org/T135575) (owner: 10TTO) [10:44:06] This user is now online in #wikimedia-dev. I'll let you know when they show some activity (talk, etc.) [10:44:06] @notify ashley [10:48:40] 06Developer-Relations (Jan-Mar-2017): Wikimedia/MediaWiki (development env) Workshop in Buea, Cameroon - https://phabricator.wikimedia.org/T149893#3019898 (10D3r1ck01) [11:26:39] 04(no projects): Edit summary doesn't allow pipe tricks - https://phabricator.wikimedia.org/T157894#3019900 (10Benoit_Rochon) [11:28:35] 04(no projects): Edit summary doesn't allow pipe tricks - https://phabricator.wikimedia.org/T157894#3019911 (10Benoit_Rochon) [11:35:56] (03CR) 10TTO: [C: 04-1] Present to users only relevant tags for removal at Special:EditTags (032 comments) [core] - 10https://gerrit.wikimedia.org/r/218020 (https://phabricator.wikimedia.org/T102420) (owner: 10Cenarium) [11:38:52] 07Mobile: Section-templates don't show on mobile - https://phabricator.wikimedia.org/T157895#3019914 (10Fixuture) [11:50:47] 10MediaWiki-extensions-CollaborationKit, 13Patch-For-Review: Re-style CreateCollaborationHub, CreateHubFeature, edit forms - https://phabricator.wikimedia.org/T148943#3019930 (10Harej) Best that I can tell, T157630 is the action item for most of this task. Is there anything else that still needs to be redesigned? [11:55:58] I will let you know when I see SamanthaNguyen around here [11:55:58] @notify SamanthaNguyen [12:12:58] 04(no projects): Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3019934 (10Mahitgar) [12:15:03] 10Wikimedia-Site-requests: Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3019946 (10MarcoAurelio) p:05Triage>03High a:05Dereckson>03None [12:46:46] okay, I'll rephrase my question. Can I make an HTML AuthenticationRequest? Not a button, password or anything, just HTML tag [13:02:30] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3019951 (10Florian) >>! In T157734#3019670, @Reedy wrote: > Python 3.5.2+ > ``` > This script requires the Python Imaging Library - http://www.pythonware.com/products/... [13:08:21] (03PS1) 10Jack Phoenix: Version 3.5.0: extension registration support and general cleanup [extensions/EditSubpages] - 10https://gerrit.wikimedia.org/r/337261 [13:09:57] 10Reading-Web-Trending-Service, 10Security-Reviews, 10Reading Epics (Trending Edits): Security Review of Trending Edits Endpoint - https://phabricator.wikimedia.org/T153087#3019953 (10Bawolff) 05Open>03Resolved a:03Bawolff This looks good. Review passed. [Not a security issue]: I did find it a little... [13:11:16] 10MediaWiki-Page-editing: Edit summary should allow pipe tricks - https://phabricator.wikimedia.org/T157894#3019969 (10Aklapper) p:05Triage>03Lowest [13:11:48] 10MediaWiki-Page-editing: Edit summary should allow pipe tricks - https://phabricator.wikimedia.org/T157894#3019900 (10Aklapper) Is this a duplicate of {T7004}? [13:12:50] (03PS1) 10Jack Phoenix: Remove old PHP entry point [extensions/WhosOnline] - 10https://gerrit.wikimedia.org/r/337262 [13:28:13] 10MediaWiki-Page-editing: Edit summary should allow pipe tricks - https://phabricator.wikimedia.org/T157894#3019975 (10Benoit_Rochon) Lol. Yes, but 10 years later! [13:28:31] (03CR) 10Jack Phoenix: [C: 032] Remove old PHP entry point [extensions/WhosOnline] - 10https://gerrit.wikimedia.org/r/337262 (owner: 10Jack Phoenix) [13:29:44] (03Merged) 10jenkins-bot: Remove old PHP entry point [extensions/WhosOnline] - 10https://gerrit.wikimedia.org/r/337262 (owner: 10Jack Phoenix) [13:30:54] (03PS1) 10Ladsgroup: Make bypass query optimizer failure [extensions/ORES] - 10https://gerrit.wikimedia.org/r/337263 (https://phabricator.wikimedia.org/T152585) [13:43:00] 10MediaWiki-General-or-Unknown, 10Gadgets: Translation of namespaces in western punjabi - https://phabricator.wikimedia.org/T157871#3019979 (10Aklapper) a:05matmarex>03None Please do not assign tasks to random people. See https://www.mediawiki.org/wiki/How_to_report_a_bug [13:45:17] 10Wikimedia-Site-requests: Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3019984 (10Aklapper) @Mahitgar: For future reference, please follow [[ https://meta.wikimedia.org/wiki/Mass_account_creation#Requesting_temporary_lift_of_IP_cap | the in... [14:00:15] ashley: Around? [14:00:36] rlot: hi! what's up? [14:00:45] 10MediaWiki-Change-tagging: Allow to restrict tags to only be used for revisions or log entries - https://phabricator.wikimedia.org/T134442#3019989 (10TTO) Can you give some examples where this would be useful? I'm struggling to picture where this might be needed, and what kinds of problems it is trying to preve... [14:00:58] ashley: Hi! Can you take a look at https://gerrit.wikimedia.org/r/#/c/336008/ and comments related? [14:01:07] We want to fix it in core btw [14:01:33] 10Wikimedia-Site-requests: Clean up broken namespace pages across Wikimedia sites - https://phabricator.wikimedia.org/T109238#3019993 (10Dereckson) [14:01:36] 10Wikimedia-Site-requests: fr.wikinews contains a non fixable pagelink issue according namespaceDupes.php - https://phabricator.wikimedia.org/T138442#3019990 (10Dereckson) 05Open>03Resolved a:03Dereckson Fixed by [[ https://fr.wikinews.org/w/index.php?title=Utilisateur%3ALouperivois&type=revision&diff=7225... [14:03:35] 06Reading-Web-Backlog, 10RelatedArticles, 10Wikimedia-Site-requests: Graduate related pages on desktop stable for ht.wikipedia.org - https://phabricator.wikimedia.org/T136228#3019997 (10Dereckson) >>! In T136228#2678949, @Jdlrobson wrote: > We should do this, but we do need to do some small amount of work to... [14:05:19] rlot: looks good to me and seems to be working as it should, too :D [14:05:52] 10WMSE-Communication, 10Connected-Open-Heritage-Batch-uploads (SMVK-Cypern_2017-01): [Story] Communicate about the batch upload for SMVK-Cypern-2017-01 - https://phabricator.wikimedia.org/T156774#3020000 (10Jopparn) [14:05:58] ashley: Need to fix it in QuizGame now. Have you tested flagging? [14:07:19] only that clicking on "Report Images" results in a JavaScript dialog instead of an error that is logged into the browser's console, haven't actually reported any images, no; but the PictureGame patch is live on http://social-tools.wmflabs.org/ so feel free to mess around with it as much as you need to :) [14:08:40] ashley: Can't test it, I don't have permission to create PictureGames [14:08:50] ah, hold on [14:09:43] okay, that should be fixed now ;) [14:10:08] ashley: Thanks! [14:11:07] thank *you* for working tirelessly to bring us cool new features and a more modern UI! (the current UI for most tools is literally about a decade old...no, I'm not kidding) [14:14:07] ashley: Can you run maintenance/update.php? [14:14:39] done [14:15:39] ashley: Looks like it works [14:17:49] ashley: PictureGame does not provide logs for flagging? Or its an error? [14:20:44] there are no logs IIRC (and I'm not sure if there even is an open ticket about that, but feel free to file that on Phab!), only QuizGame has logs [14:23:40] anyway I gotta run, but I'll be back later on :) [14:24:25] ashley: Eh, looks like unflagging does not work [14:27:10] 10MediaWiki-Change-tagging, 10MediaWiki-Database: Database error when filtering page log - https://phabricator.wikimedia.org/T136687#2344191 (10TTO) >>! In T136687#2345038, @jcrespo wrote: > This is a horrible, horrible query to do: > > ``` > SELECT log_id,log_type,log_action,log_timestamp,log_user,log_user_t... [14:37:15] (03PS23) 10Filip: Implemented flagging reason. [extensions/PictureGame] - 10https://gerrit.wikimedia.org/r/336008 (https://phabricator.wikimedia.org/T155451) [14:37:27] ashley: Fixed these: ^^ [14:37:40] (03PS2) 10Ladsgroup: Make rcshow=oresreview bypass query optimizer failure [extensions/ORES] - 10https://gerrit.wikimedia.org/r/337263 (https://phabricator.wikimedia.org/T152585) [14:38:19] ashley: Made unflagging work + replaced alert() with OO.ui.alert [14:45:55] (03PS1) 10Filip: Fixed support to MW 1.28 [extensions/QuizGame] - 10https://gerrit.wikimedia.org/r/337265 (https://phabricator.wikimedia.org/T155451) [14:46:29] ashley: and ^^ [14:47:14] 10Montage: i18n for Montage via translatewiki.net - https://phabricator.wikimedia.org/T157878#3020017 (10Lokal_Profil) Since the only strings are in the frontend it should be possible to run this with [[ https://github.com/wikimedia/jquery.i18n | `jQuery.i18n` ]] and then [[ https://translatewiki.net/wiki/Setup_... [14:48:13] 10Texvcjs, 13Patch-For-Review: Adjust texvcjs to prevent whitespace modifications in ce-tags - https://phabricator.wikimedia.org/T140217#3020019 (10mhchem) Thanks for the effort. Please be aware that this is not just about whitespace. While whitespace might be the most important issue here, there are a lot of... [14:55:01] 10MediaWiki-extensions-WikibaseClient, 10Wikidata: Wikidata changes in watchlist on client showed wrong links - https://phabricator.wikimedia.org/T103676#3020022 (10Aschroet) Just a statement: When making Wikidata as a central hub for data it should at least guaranteed that the observation of changes are prope... [14:59:34] 10MediaWiki-General-or-Unknown, 10Gadgets: Translation of namespaces in western punjabi - https://phabricator.wikimedia.org/T157871#3020023 (1075.Abbasdhothar) Ok , please clear me this Task should resolve here or some where else . at http://translatewiki.net/ I have not eccess [15:01:41] 10Texvcjs, 13Patch-For-Review: Adjust texvcjs to prevent whitespace modifications in ce-tags - https://phabricator.wikimedia.org/T140217#3020024 (10Physikerwelt) I see three options at the moment 1. develop a full grammar that handles every case --> a lot of effort unliely to happen 1. extend the grammar of te... [15:02:54] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3020027 (10Reedy) As per the comments after, and also T157888 and the patch in that... I got past that ;) [15:05:00] (03CR) 10Reedy: [C: 032] Add timing instrumentation [extensions/ConfirmEdit] (wmf/1.29.0-wmf.11) - 10https://gerrit.wikimedia.org/r/337194 (https://phabricator.wikimedia.org/T157737) (owner: 10Reedy) [15:05:24] 10Wikimedia-Site-requests: Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3019934 (10DatGuy) Doing... [15:13:18] 10Wikimedia-Site-requests: Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3020034 (10DatGuy) As a note: When you know their IP address, please also add what timezone the timing is in. Thanks. [15:16:39] (03Merged) 10jenkins-bot: Add timing instrumentation [extensions/ConfirmEdit] (wmf/1.29.0-wmf.11) - 10https://gerrit.wikimedia.org/r/337194 (https://phabricator.wikimedia.org/T157737) (owner: 10Reedy) [15:41:09] 10MediaWiki-extensions-Wikilog, 06Developer-Relations: Wikilog has more than one different Git repositories - https://phabricator.wikimedia.org/T154443#3020054 (10Aklapper) @VitaliyFilippov: What should happen with the patches in Wikimedia Gerrit? [15:43:27] 06Developer-Relations: Who are the top 50 independent contributors and what do they need from the WMF? - https://phabricator.wikimedia.org/T85600#3020055 (10Aklapper) [15:53:39] 06Developer-Relations: Who are the top 50 independent contributors and what do they need from the WMF? - https://phabricator.wikimedia.org/T85600#3020070 (10Aklapper) [15:57:06] 06Community-Liaisons (Jan-Mar 2017), 06Developer-Relations (Jan-Mar-2017): Second iteration of the Technical Collaboration strategy - https://phabricator.wikimedia.org/T131689#3020080 (10Aklapper) [15:57:09] 06Developer-Relations: Who are the top 50 independent contributors and what do they need from the WMF? - https://phabricator.wikimedia.org/T85600#3020073 (10Aklapper) 05Open>03stalled I have to revise my last comment: Once underlying bugs in the backend are fixed ({T132907}, {T146135}, {T157898}) so data ca... [16:00:45] 06Developer-Relations: How to unleash the power of JavaScript - https://phabricator.wikimedia.org/T148911#3020081 (10Aklapper) >>! In T148911#2889132, @Qgil wrote: > I think this topic is very relevant to our work even if the upcoming Summit doesn't seem to be the right time and place. We can discuss how to move... [16:02:54] 06Developer-Relations (Jan-Mar-2017), 03Google-Summer-of-Code (2017), 10Outreachy (Round-14): Apply as an organization to GSoC 2017 (until 2017-02-09 16:00UTC) and Outreachy round 14 - https://phabricator.wikimedia.org/T156016#3020085 (10Aklapper) Thanks everybody for your efforts! As the deadlines have pas... [16:14:48] 06Developer-Relations: Who are the top 50 independent contributors and what do they need from the WMF? - https://phabricator.wikimedia.org/T85600#3020087 (10Aklapper) [16:17:20] 10Wiki-Loves-Monuments (2017): Grant Request for international WLM 2017 team - https://phabricator.wikimedia.org/T157899#3020089 (10LilyOfTheWest) [16:20:09] 06Reading-Web-Backlog, 03Reading-Web-Sprint-92: Add session length to related pages schema - https://phabricator.wikimedia.org/T157375#3020102 (10ovasileva) [16:21:09] 10Wiki-Loves-Monuments (2017): Grant Request for international WLM 2017 team - https://phabricator.wikimedia.org/T157899#3020103 (10LilyOfTheWest) [16:21:38] 10Wiki-Loves-Monuments (2017): Grant Request for international WLM 2017 team - https://phabricator.wikimedia.org/T157899#3020089 (10LilyOfTheWest) @Ilario can you add the deadline for 2017 grant to the task description, please? [16:24:28] 10Wiki-Loves-Monuments (2017): Report of the offsite to the community - https://phabricator.wikimedia.org/T157900#3020107 (10LilyOfTheWest) [16:25:29] 10Wiki-Loves-Monuments (2017): Grant report for WLM 2017 offsite - https://phabricator.wikimedia.org/T157901#3020121 (10LilyOfTheWest) [16:26:11] 10Wiki-Loves-Monuments (2017): Grant report for WLM 2017 offsite - https://phabricator.wikimedia.org/T157901#3020135 (10LilyOfTheWest) [16:26:22] 10MediaWiki-ResourceLoader: Huge amount of ResourceLoaderImageXXXXXX file in /tmp folder, which used up all inode and prevent disk write - https://phabricator.wikimedia.org/T157902#3020138 (10Zoglun) [16:32:29] 10Material, 07CSS, 07Technical-Debt: Material should use it's available mixins and variables - https://phabricator.wikimedia.org/T155461#2943877 (10SamanthaNguyen) [16:34:41] (03CR) 10Florianschmidtwelzow: [C: 032] Make captcha python scripts python3 compatible [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 (https://phabricator.wikimedia.org/T157888) (owner: 10Reedy) [16:39:20] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3020156 (10Florian) Hmm, I've a slightly different measure on my 2-core VM: ``` florian@florian-VirtualBox:/var/www/html/mediawiki/w/extensions/ConfirmEdit$ time pyth... [16:43:31] (03Merged) 10jenkins-bot: Make captcha python scripts python3 compatible [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337247 (https://phabricator.wikimedia.org/T157888) (owner: 10Reedy) [16:47:27] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance: Add threading to captcha.py - https://phabricator.wikimedia.org/T157734#3020160 (10Florian) ``` florian@florian-VirtualBox:/var/www/html/mediawiki/w/extensions/ConfirmEdit$ time python captcha.py --wordlist /usr/share/dict/american-english... [16:55:09] (03CR) 10Florianschmidtwelzow: [C: 031] "This looks good, and I've tested it locally, at least where I was able to reach the icons (I probably haven't seen all icons). The bad thi" (031 comment) [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/333329 (https://phabricator.wikimedia.org/T155878) (owner: 10Ladsgroup) [17:07:02] (03CR) 10Florianschmidtwelzow: Convert EditPage buttons and summary input to OOUI (033 comments) [core] - 10https://gerrit.wikimedia.org/r/231600 (https://phabricator.wikimedia.org/T111088) (owner: 10Florianschmidtwelzow) [17:08:36] (03Abandoned) 10Matěj Suchánek: Remove unused parameter from message [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/327791 (owner: 10Matěj Suchánek) [17:15:25] (03CR) 10Florianschmidtwelzow: [C: 04-1] Add new configuration setting for MergeHistory limit (031 comment) [core] - 10https://gerrit.wikimedia.org/r/322636 (https://phabricator.wikimedia.org/T89551) (owner: 10Pmlineditor) [17:16:04] 10MobileFrontend: Section-templates don't show on mobile - https://phabricator.wikimedia.org/T157895#3020173 (10Aklapper) [17:17:42] 10MobileFrontend, 06Reading-Web-Backlog: Cannot collapse/uncollapse headings: TypeError: Cannot read property 'className' of null(…) - https://phabricator.wikimedia.org/T152055#3020174 (10Aklapper) [17:18:55] 10Montage, 07I18n: i18n for Montage via translatewiki.net - https://phabricator.wikimedia.org/T157878#3020175 (10Aklapper) [17:19:05] 06Learning-and-Evaluation: Draft description for In Depth Tool Rotation session - https://phabricator.wikimedia.org/T157903#3020176 (10Abit) [17:19:15] 10Wiki-Loves-Monuments (2016): Transfer meeting notes to Commons - https://phabricator.wikimedia.org/T140584#2469514 (10Effeietsanders) I think it's important to transfer them, although not urgent. @Romaine if you don't want to do this any longer, please speak up and I'll try to do it. [17:19:19] (03CR) 10Florianschmidtwelzow: "is there a bug for this, or: When did this changed and why?" [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/336828 (owner: 10Cenarium) [17:20:00] 06Learning-and-Evaluation: Draft description for eval planning workshop session - https://phabricator.wikimedia.org/T157904#3020192 (10Abit) [17:21:34] 10MediaWiki-ResourceLoader: Huge amount of ResourceLoaderImageXXXXXX file in /tmp folder, which used up all inode and prevent disk write - https://phabricator.wikimedia.org/T157902#3020138 (10Ciencia_Al_Poder) This one was brought up [[ Topic:Tkps4cev7iabnv6n | in the Support Desk ]] [17:26:43] 10MediaWiki-General-or-Unknown: Generate OPML outlines from wikitext - https://phabricator.wikimedia.org/T157887#3020208 (10Aklapper) Doesn't http://pandoc.org/ cover that functionality already? [17:27:21] (03CR) 10Florianschmidtwelzow: "Argh, I know I forgot something, thanks @Umherirrender and @Hashar! :D" [extensions] - 10https://gerrit.wikimedia.org/r/336246 (owner: 10Umherirrender) [17:32:08] (03PS3) 10Matěj Suchánek: Replace Linker::link() usage with LinkRenderer [extensions/Disambiguator] - 10https://gerrit.wikimedia.org/r/335987 (https://phabricator.wikimedia.org/T149346) [17:32:58] 10Wiki-Loves-Monuments (2017): Review Germany's proposal for ECHY - https://phabricator.wikimedia.org/T157905#3020209 (10LilyOfTheWest) [17:33:49] (03PS3) 10Matěj Suchánek: Replace Linker::link() with LinkRenderer in special pages [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/336009 (https://phabricator.wikimedia.org/T149346) [17:33:55] (03CR) 10jerkins-bot: [V: 04-1] Replace Linker::link() with LinkRenderer in special pages [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/336009 (https://phabricator.wikimedia.org/T149346) (owner: 10Matěj Suchánek) [17:34:48] 10Wiki-Loves-Monuments (2017): Finalize timeline and pitch for countries to sign up for WLM 2017 - https://phabricator.wikimedia.org/T157906#3020222 (10LilyOfTheWest) [17:36:37] 10Wiki-Loves-Monuments (2017): Write the Wikidata migration concept discussed in offsite - https://phabricator.wikimedia.org/T157907#3020238 (10LilyOfTheWest) [17:36:40] (03CR) 10Florianschmidtwelzow: Modernize MassMassage design (a little) (031 comment) [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/326317 (https://phabricator.wikimedia.org/T152896) (owner: 10Ladsgroup) [17:37:12] (03CR) 10Florianschmidtwelzow: [C: 04-1] Modernize MassMassage design (a little) [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/326317 (https://phabricator.wikimedia.org/T152896) (owner: 10Ladsgroup) [17:39:19] 10Wiki-Loves-Monuments (2017): Add team members to WLM 2017 organizers' page - https://phabricator.wikimedia.org/T157908#3020252 (10LilyOfTheWest) [17:41:47] 10Texvcjs, 13Patch-For-Review: Adjust texvcjs to prevent whitespace modifications in ce-tags - https://phabricator.wikimedia.org/T140217#3020266 (10mhchem) To have all options on the table (but I don't know if I would like it): 4. duplicate the mhchem parser into the texvcjs code base (The core of MathJax/mhch... [17:41:49] (03PS4) 10Matěj Suchánek: Replace Linker::link() with LinkRenderer in special pages [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/336009 (https://phabricator.wikimedia.org/T149346) [17:41:53] 10Wiki-Loves-Monuments (2017): Proposal for Wikimedia Conference Berlin - https://phabricator.wikimedia.org/T157909#3020267 (10LilyOfTheWest) [17:41:56] (03PS5) 10Matěj Suchánek: Replace Linker::link() with LinkRenderer in special pages [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/336009 (https://phabricator.wikimedia.org/T149346) [17:42:21] 10Wiki-Loves-Monuments (2017): Proposal(s) for Wikimania 2017 - https://phabricator.wikimedia.org/T157910#3020281 (10LilyOfTheWest) [17:42:54] 10Wiki-Loves-Monuments (2017): Plan for Wikimedia Hackathon in Austria - https://phabricator.wikimedia.org/T157911#3020295 (10LilyOfTheWest) [17:46:25] 10Wiki-Loves-Monuments (2016): Transfer meeting notes to Commons - https://phabricator.wikimedia.org/T140584#3020311 (10Romaine) I will do it, when I get home. [17:53:51] 10ConfirmEdit (CAPTCHA extension), 07Performance: Speed up captcha generation - https://phabricator.wikimedia.org/T157736#3020322 (10Reedy) [17:53:53] 10ConfirmEdit (CAPTCHA extension), 13Patch-For-Review, 07Performance, 05WMF-deploy-2017-02-14_(1.29.0-wmf.12): Make captcha(-old)?.py python3 compatible - https://phabricator.wikimedia.org/T157888#3020321 (10Reedy) 05Open>03Resolved [17:57:22] 10ConfirmEdit (CAPTCHA extension), 07I18n, 13Patch-For-Review: Localize captcha images - https://phabricator.wikimedia.org/T7309#3020324 (10Reedy) [17:58:07] 10Wiki-Loves-Monuments (2017): Proposal for Wikimedia Conference Berlin - https://phabricator.wikimedia.org/T157909#3020328 (10Effeietsanders) I pinged @CorneliusKibelka_WMDE and asked for process. [18:00:10] 04(no projects): Freshly provisionned zuul fails connecting to Gerrit due to ssh key host - https://phabricator.wikimedia.org/T157912#3020331 (10hashar) [18:08:14] 10MediaWiki-General-or-Unknown: uselang not sent on edit submission - https://phabricator.wikimedia.org/T155097#3020344 (10Chicocvenancio) It does not persist as well on send thanks action. I was trying to discover what message was the one given after the send thanks action and luckly found it through translatew... [18:17:20] (03PS1) 10Florianschmidtwelzow: Use unicode for CAPTCHA image generation [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337277 [18:22:11] (03PS3) 10Florianschmidtwelzow: Use unicode for CAPTCHA image generation [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/113122 (owner: 10Norayr) [18:22:58] (03CR) 10Florianschmidtwelzow: "As part of moving the PR2 from github to gerrit, I created this change:" [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/113122 (owner: 10Norayr) [18:23:10] (03Abandoned) 10Florianschmidtwelzow: Use unicode for CAPTCHA image generation [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/337277 (owner: 10Florianschmidtwelzow) [18:32:40] 10Wikimedia-Site-requests, 07Community-consensus-needed: Add Rollback, Autopatrolled, Template Editor, Patroller and Rollback to Persian Wikiquote - https://phabricator.wikimedia.org/T156163#3020360 (10MarcoAurelio) 05Open>03Resolved Closing as resolved. [18:58:15] 10Wikimedia-Site-requests: Request for a temporary lift of account creation cap on IPs (2017-02-16) - https://phabricator.wikimedia.org/T157896#3020366 (10Dereckson) >>! In T157896#3020034, @DatGuy wrote: > As a note: When you know their IP address, please also add what timezone the timing is in. Thanks. UTC +5:30 [19:24:44] 10MediaWiki-Internationalization, 07I18n, 13Patch-For-Review, 07Performance: initialization of the Language object is very heavy - https://phabricator.wikimedia.org/T43103#3020371 (10Fomafix) With https://gerrit.wikimedia.org/r/331208 it is suggested to introduce a new PHP class LanguageCode. This class ca... [19:35:47] 06MediaWiki-Stakeholders-Group, 06Community-Tech-Tool-Labs, 06Developer-Relations, 06Labs, and 3 others: Create an authoritative and well promoted catalog of Wikimedia tools - https://phabricator.wikimedia.org/T115650#3020372 (10zhuyifei1999) [19:44:39] 10MediaWiki-Cache: Disable caching on the main page for anonymous users - https://phabricator.wikimedia.org/T119366#3020377 (10Ijon) p:05High>03Unbreak! [19:45:25] 10MediaWiki-Cache: Disable caching on the main page for anonymous users - https://phabricator.wikimedia.org/T119366#3020379 (10Ijon) I have changed this to Unbreak Now! -- it's not okay that our readers are getting stale versions of the main page, on any wiki. It should have been handled long ago. [19:50:05] 10MediaWiki-Cache, 06Operations, 10Wikimedia-General-or-Unknown: Disable caching on the main page for anonymous users - https://phabricator.wikimedia.org/T119366#3020380 (10Reedy) [20:03:43] 10MediaWiki-extensions-ConfirmAccount: Typo in RequestAccount_body.php - https://phabricator.wikimedia.org/T157914#3020387 (10Kortalh) [20:07:29] (03PS1) 10Reedy: Fix setPageTitle() typo [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/337282 (https://phabricator.wikimedia.org/T157914) [20:15:45] (03PS1) 10Siddparmar: Update emergency disclosure body text [wikimedia/TransparencyReport-private] - 10https://gerrit.wikimedia.org/r/337285 [20:15:53] (03CR) 10Siddparmar: [V: 032 C: 032] Update emergency disclosure body text [wikimedia/TransparencyReport-private] - 10https://gerrit.wikimedia.org/r/337285 (owner: 10Siddparmar) [20:31:15] 10MediaWiki-extensions-ConfirmAccount, 13Patch-For-Review: Typo in RequestAccount_body.php - https://phabricator.wikimedia.org/T157914#3020387 (10Reedy) Was caused by https://github.com/wikimedia/mediawiki-extensions-ConfirmAccount/commit/b6a27f7f847715764172207e99640bace0043f75 [20:40:19] hello, i want upload the gif file(animated picture) for my mediawiki; it is possible? [20:41:43] tks [20:41:58] sure, just upload it like any other image [20:43:29] this image in avatar dont move like the original file. [20:49:56] ops, work fine too...bug in me head...kkk [20:59:23] ashley: Around? [21:06:02] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [core] - 10https://gerrit.wikimedia.org/r/337291 (owner: 10L10n-bot) [21:12:25] 10MediaWiki-General-or-Unknown: Generate OPML outlines from wikitext - https://phabricator.wikimedia.org/T157887#3020423 (10Koavf) Maybe but I don't know if it could for watchlists or certain reports that would require a login--would it? Also, it creates PDFs but we generate those from MediaWiki, too. [21:30:24] 10MediaWiki-Documentation, 07Documentation, 07Easy: mw:Manual:Special pages setup file out of date - https://phabricator.wikimedia.org/T147147#3020445 (10Xephyr826) 05Open>03Resolved [21:32:38] (03PS3) 10Gergő Tisza: Make rcshow=oresreview bypass query optimizer failure [extensions/ORES] - 10https://gerrit.wikimedia.org/r/337263 (https://phabricator.wikimedia.org/T152585) (owner: 10Ladsgroup) [21:35:59] (03PS1) 10EddieGP: Disallow blocked users to run checkuser queries [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/337326 (https://phabricator.wikimedia.org/T157883) [21:47:56] 10Dumps-Generation: Investigate dump failures for zhwiki, svwiki, enwiki Feb 2017 - https://phabricator.wikimedia.org/T157556#3020452 (10ArielGlenn) Because we have page-meta-history xml bz2 files with overlapping page ranges for the current enwiki run, I've codged together an imperfect tool to check last pageid... [21:56:12] 10MediaWiki-General-or-Unknown: Generate OPML outlines from wikitext - https://phabricator.wikimedia.org/T157887#3020461 (10Aklapper) > would it? Don't know - try? [21:56:54] (03Abandoned) 10EddieGP: Disallow blocked users to run checkuser queries [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/337326 (https://phabricator.wikimedia.org/T157883) (owner: 10EddieGP) [21:59:43] rlot: hi! talking to Samantha about your OOJS patches :) [22:04:32] (03CR) 10Jack Phoenix: [C: 032] Fixed support to MW 1.28 [extensions/QuizGame] - 10https://gerrit.wikimedia.org/r/337265 (https://phabricator.wikimedia.org/T155451) (owner: 10Filip) [22:05:21] (03CR) 10Platonides: Disallow blocked users to run checkuser queries (033 comments) [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/337326 (https://phabricator.wikimedia.org/T157883) (owner: 10EddieGP) [22:05:51] (03Merged) 10jenkins-bot: Fixed support to MW 1.28 [extensions/QuizGame] - 10https://gerrit.wikimedia.org/r/337265 (https://phabricator.wikimedia.org/T155451) (owner: 10Filip) [22:06:06] ashley: Thanks! Updated prev. Patch fixing unflag issues [22:07:57] (03CR) 10Jack Phoenix: [C: 031] "This is the sane thing to do, nobody likes outdated forks." [extensions/Tabber] - 10https://gerrit.wikimedia.org/r/337246 (https://phabricator.wikimedia.org/T157885) (owner: 10SamanthaNguyen) [22:10:26] rlot: looks good to me, I've deployed the latest patchset (PS23) on social-tools for testing :) [22:11:41] (03Restored) 10EddieGP: Disallow blocked users to run checkuser queries [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/337326 (https://phabricator.wikimedia.org/T157883) (owner: 10EddieGP) [22:15:40] (03PS2) 10Huji: Disallow blocked users to run checkuser queries [extensions/CheckUser] - 10https://gerrit.wikimedia.org/r/337326 (https://phabricator.wikimedia.org/T157883) (owner: 10EddieGP) [22:18:11] (03CR) 10Hashar: "No worries! There are so many moving parts that it is easy to miss some. Maybe we should make all that dance automatic via a daily task." [extensions] - 10https://gerrit.wikimedia.org/r/336246 (owner: 10Umherirrender) [22:28:33] (03PS4) 10Pmlineditor: Add new configuration setting for MergeHistory limit [core] - 10https://gerrit.wikimedia.org/r/322636 (https://phabricator.wikimedia.org/T89551) [22:47:33] 10MobileFrontend, 06Reading-Web-Backlog, 07Easy, 07I18n: Registration date isn't localized on user pages - https://phabricator.wikimedia.org/T150174#3020482 (10Tacsipacsi) @Jdlrobson It would work for most languages, but not for the ones where there are multiple grammatical cases (e.g. Polish). I don't see... [23:02:04] 10MobileFrontend, 06Reading-Web-Backlog: mobilefrontend Uncaught Error: Call to a member function getDBkey() on null - https://phabricator.wikimedia.org/T157167#3020501 (10Zoglun) 05Open>03Invalid What eventually work for us, is to switch SVG process function from PHP7's GD to imagemagick. SVG conversion b... [23:25:19] 10MediaWiki-General-or-Unknown, 06Parsing-Team: Changes to MediaWiki code related to parsing can leave links tables out of date - https://phabricator.wikimedia.org/T157670#3020511 (10Whatamidoing-WMF) Lego, do you suppose that the proportion of un-updated pages at enwiki is better (e.g., because they have some...