[01:17:37] what is page_links_updated exactly in the page table. The documentation doesn't elaborate? [01:18:00] does it include external links? [01:18:07] when is it implemented [01:18:17] notconfusing: might be better answered in #wikimedia-dev or #mediawiki [01:18:28] Ok thanks YuviPanda [04:50:39] !ping [04:50:39] !pong [10:38:44] 3Wikimedia Labs / 3tools: Missing Toolserver features in Tools (tracking) - 10https://bugzilla.wikimedia.org/58791 (10merl) [10:39:14] 3Wikimedia Labs / 3tools: Toolserver migration to Tools (tracking) - 10https://bugzilla.wikimedia.org/58788 (10merl) [10:59:11] YuviPanda|nap: I'm still missing 777 at /shared/mediawiki/extensions: drwxr-sr-x 668 yuvipanda project-tools 20K Feb 6 11:04 extensions [11:46:10] scfc_de: are you able to fix that? [11:46:44] or petan [16:16:22] Nemo_bis: Sorry, was away. I don't know how that directory is supposed to be set up, so I'd rather wait for YuviPanda to return. [16:17:49] scfc_de: it's supposed to be writable, he told me [16:20:47] Nemo_bis: Yeah, but by who? :-) YuviPanda, awake now? [16:21:19] well, by me at least :) [16:24:08] *That*'d be fine for me, but if I allow writes from anyone, someone nasty might do something nasty, so I prefer looking hesitant to looking dumb afterwards :-). [16:24:26] It's just a clone, what could happen :) [16:24:33] Everyone can write it on toolserver as well [16:30:18] That someone clones it from there and considers it a genuine copy of the official repository, while someone else has added code either in good faith that makes the repository unusable for others or in bad faith that comprimises the security of all wikis built from that repository. [18:45:31] Magog_the_Ogre: what are you trying to do with from wikipedia/labs? [18:48:15] Betacommand: I run a tool which "cleans up" an image text [18:48:34] It's written in PHP for server side cleanup, because 99.9% of the cleanup is server side [18:48:43] but users want to be able to call it for themselves [18:49:18] right now, I have the user's browser post a request to Tool labs, which forwards them back to Commons [18:49:57] Magog_the_Ogre: Ah, let me find an example of how I do it. I use a python script that grabs the page text and processes it server side first [18:50:14] however, Wikimedia has been intermittently ignoring my POST data recently (whether due to programming error or programming choice, I don't know) [18:50:22] as such, I'm hoping to run an AJAX request [18:50:40] This works perfectly fine... if the text of the page is under ~8000 bytes [18:51:26] Magog_the_Ogre: mine works regardless of page size [18:51:39] what does yours do? [18:51:52] Magog_the_Ogre: quite a bit [18:52:05] Magog_the_Ogre: I just PMed you a link [18:52:42] Magog_the_Ogre: I can pretty much process a page and do whatever I want with it and then have it post a page for the user to review [19:15:54] hi, I need to create a second user in replacas databases for a project in tool labs, with only "SELECT, SHOW VIEW" grant to the project database, how can I create this user? [19:18:20] someone with root access to replicas can create it for me? [19:33:58] danilo: In Tools, each tool has its own account, so you can create just another one. [19:37:17] scfc_de: in tools.ptwikis I have the s51206 with "all previleges" to tools.ptwikis databases, I need a new (it can be s51206b) with only "select, show view" [19:40:57] scfc_de: I'm heading off in a moment, but yes, please do make it writeable by Nemo_bis [19:41:04] danilo: I don't think we have a procedure to add non-tool-account users, so I would just create another tool. [19:41:10] yuvipanda: That is writable by all? [19:41:20] scfc_de: at least by Nemo_bis [19:41:33] we should setup a cron that keeps it up to date or something [19:41:50] danilo: An authorative answer could only be given by springle (Sean Pringle) or Coren, and being weekend and Coren's vacation ... [19:42:00] Do we have a user group for you + Nemo_bis? [19:42:10] scfc_de: don't thihnk so [19:42:23] ^^ [19:43:07] How about a tool "mediawiki-mirror" that owns all that? [19:43:28] yeah, that sounds good [19:43:55] scfc_de: ok, thanks [19:43:56] k [20:09:07] !log tools Created tool mediawiki-mirror (yuvipanda + Nemo_bis) and chown'ed & chmod o-w /shared/mediawiki [20:09:09] Logged the message, Master [20:10:19] * Nemo_bis tries