[01:05:17] hi, i'm having problems with the content translation tool [01:05:30] i wonder if anybody could help me... [02:10:26] Happy Tim Starling day! [02:27:10] hi [02:27:35] how I should know, wheater citation tool is enabled on the wiki? [02:28:32] huh, just found it [02:56:17] legoktm: :D [02:57:31] umm, how to find a bug in TemplateData [03:12:51] can I repair citoid by editing its code? I can see, enabling should be done in order [06:55:27] hey hey [11:26:50] wow some big escaping failure here http://wiki.wikimedia.it/index.php?title=Rassegna_stampa&diff=221971&oldid=221961 [11:27:12] o_O [11:38:51] Nemo_bis: I've tested it on a local 1.25 installation and also happens... that's very scary [11:41:47] I think it's an OOM issue [11:41:58] Vulpix: Oh! I couldn't reproduce on https://www.mediawiki.org/w/index.php?title=Project:Sandbox&diff=1926263&oldid=1926257 [11:42:12] Might be. Please file, I don't have a test case with latest code. [11:42:16] Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/www/lib/mediawiki-1.25.2/includes/diff/DairikiDiff.php on line 404 [11:42:33] uh-oh [11:43:24] yes, OOM confirmed on error logs [11:51:00] Vulpix: hi, are you familar with lua stuff? [11:51:55] not very, I've only coded one template in Lua in my life [12:26:23] Increasing memory limit to 500MB doesn't help much. I've increased max execution time but... Fatal error: Maximum execution time of 90 seconds exceeded in /home/www/lib/mediawiki-1.25.2/includes/diff/DairikiDiff.php on line 453 [12:26:41] I'll try on master [13:04:21] Nemo_bis: https://phabricator.wikimedia.org/T117317 [14:10:06] sumit: Could i have help to fix the last part of the problem. The problem is that i carn't use $action == 'ask_delete_page_permanently' which was used in if and else so when you pressed yes it would go to the error or success message and not have all the text that was there wasn't needed any more. I am not sure how to do an if in alterForm() to be able to tell when you click yes it won't show certain bits. [14:11:11] still fighting :) [14:27:58] saper: Hi what do you mean fighting. [14:28:20] Ive tryed some if statements but none work. [14:29:17] if an "if" statement doesn't work, your PHP is broken :D [14:42:05] I mean what i put inside () isent working. Since i am not sure what i should do inside it to detect when to show that message. [14:43:38] Its what i am doing is wrong since it hides the text if i do something like if ( !$this->onSuccess() ) { [16:03:33] * tario needs someone to hold his hand [16:03:34] lol [16:03:48] been having trouble installing mediawiki on debian 8 [16:04:15] going to explain a bit more? [16:04:35] i install apache2, php mysql mediawiki, etc.... [16:05:01] apt-get install mediawiki? [16:05:21] edit /etc/mediawiki/apache.conf to uncomment Alias line.. [16:05:54] restarted apache.... and it give me a Not Found at localhost/mediawiki [16:06:01] yes... apt-get install mediawiki [16:06:31] Don't do that :) [16:06:34] !packages [16:06:34] Many Linux distributions provide MediaWiki in a packaged format for that distribution. These packages typically contain obsolete and unsupported versions of MediaWiki, also they like to move around files, change the files, and do other batshit insane things. You'll get the best support here if you install MediaWiki directly from one of our tarballs, available at https://www.mediawiki.org/ [16:07:54] ahh.... [16:08:10] okay... i'll give that a try then... thanks Reedy [16:45:41] finally... thanks again, Reedy [19:44:36] How do I make an OOjs UI button behave as an in-line object?