[01:32:48] what's the best guide in terms of getting the performance right when importing wikipedia articles SQL dump into a local database? [03:09:42] hi [03:10:04] I do console.log($( '

' ).msg('feedback-bugornote'));, then chang the message ( mw.messages.set({'feedback-bugornote':'your text'});), and log again. apparently no change. why? [05:05:42] gry: You can make {{YESTERDAY}} using #expr: or Lua or something, presumably. [05:09:15] Gloria: sounds reasonable to make it a template, thanks; any examples about expr that you could refer me to? [05:11:32] gry: Search for the English Wikipedia's date and time calculation templates. There's a whole category somewhere [05:11:35] . [05:12:15] danke [21:22:36] hi Betacommand [21:22:49] is there a way to sort Wikipedia:Good_article_nominations by page size? [21:22:51] the nominations [21:35:15] database query [21:41:03] Newyorkadam: still want it? [21:41:19] huh: yeh if you can do it [21:43:58] Newyorkadam: https://tools.wmflabs.org/paste/view/14843772 [21:44:06] huh: :o thanks dude [21:44:09] how’d you do it? [21:44:12] SQL ;) [21:44:24] cool [21:44:37] did you have to manually input all of the submissions? [21:44:38] Do you have labs account? [21:44:40] no [21:44:44] yea [21:44:45] I put the query on the top [21:44:47] don’t use it though [21:45:11] Newyorkadam: just ssh to tools-login(-eqiad), run the command "sql enwiki" [21:45:19] and then paste the stuff at https://tools.wmflabs.org/paste/view/14843772 line 1 [21:45:33] (after the enwiki_p prompt) [21:45:35] cool thanks [21:45:41] SELECT talk.page_title, gan.page_len FROM categorylinks LEFT JOIN page talk ON cl_from=talk.page_id JOIN page gan ON gan.page_title=talk.page_title AND gan.page_namespace=0 WHERE cl_to="Good_article_nominees" ORDER BY gan.page_len DESC; [21:46:18] actually, it might be missing some, because 327 pages are in that category :/ [21:46:29] but only 321 rows from the query [21:46:46] I maybe could make a Lua module to do this, not sure [21:46:46] it’s ok thanks :P [21:46:48] :) * [21:46:54] * huh busy now, np [21:47:01] just trying to remove the backlog but too busy to do big reviews [21:47:44] well, https://en.wikipedia.org/wiki/Trent_Milton is the shortest (apparently), so go for it ;) [21:47:59] thanks :0 [21:48:00] :) [21:48:05] I need to press harder on keys :p [21:52:17] Newyorkadam: I can also exclude reviewed ones [21:52:22] if you need anything else, please ask [21:52:30] although I should be doing something else ... [21:52:39] :p not at the moment, thanks [23:32:02] thanks huh [23:32:13] np Betacommand [23:32:19] Wait, thanks for what? ;P [23:32:38] huh: taking care of the Newyorkadam question [23:32:42] oh [23:33:04] Betacommand: hope I didn't mess it up too badly [23:33:11] How would you have done it? [23:33:25] something similar