[00:41:01] any of you guys know where i can get a clen version of localsettings.ini? [00:42:25] *LocalSettings.php [00:42:49] ok, sorry for the mistake [00:43:05] Any of you guys know where i can get a clen version of localsettings.php? [00:43:58] Ed_Brazil: the simplest way would be to install MediaWiki from scratch somewhere… ;) it's generated by the code in /includes/installer/LocalSettingsGenerator.php, you can probably copy things from there [00:46:29] just renaming your LocalSettings and re-running the installer should be enough. the installer doesn't do anything outrageous to your DB so it's safe to re-run. unless your wiki is of Wikipedia scale, of course :) [00:49:04] thanks, man. its because i've been using since 1.16. i dont know if there's something that should be out. [00:49:37] Max: Since i made an upgrad yesterday, i thought it could be a nice idea to cleanup the house [00:49:39] :) [03:12:12] hi [03:12:37] im trying to parse some wikitext from a hook that runs after the parser hooks [03:12:59] so im trying to start a parser just for my hook [03:13:02] with $parser = new Parser(); [03:13:12] and then $parser->recursiveTagParseFully( $text ); [03:13:17] but i get a nasty error [03:13:37] Fatal error: Call to a member function getMaxIncludeSize() on null in Parser.php on line 3352 [03:15:22] Sophivorus: recursiveTagParseFully() only works if there is already a parse in progress [03:15:38] Sophivorus: you probably just want parse() [03:15:55] Sophivorus: or possibly, you should use the $parser provided by whatever hook you're using, if it provides one [03:16:08] hi again matma [03:16:21] my hook doesn't provide one [03:17:17] i'll try to get parse() to work [03:17:31] thanks again :-) [03:24:19] MatmaRex: success ! thanks one more time [03:58:26] anybody know who is maintaining the mathjax extension? [03:59:44] jbalint: Two people according to: https://www.mediawiki.org/wiki/Extension:MathJax [04:06:06] jbalint: you're probably better off using the normal Math extension [04:09:12] thanks I'll take a look [04:09:36] I'm somewhat surprised to see that test.mediawiki.org appears to be blocking GET requests. I had hoped to use GET for the reasons described at https://github.com/mwclient/mwclient/pull/126 . Can someone explain the reason for this policy [04:10:12] now I see that curl --post301 --post302 --post303 -G 'https://test.wikipedia.org/w/api.php?format=json&continue=&meta=siteinfo%7Cuserinfo%7Cuserinfo&action=query&siprop=general%7Cnamespaces&uiprop=groups%7Crights%7Cblockinfo%7Chasmsg' is not being blocked, so perhaps the issue isn't with test.mediawiki.org after all? [04:10:58] but that doesn't seem consistent with https://travis-ci.org/mwclient/mwclient/jobs/144907964 line 688 [04:14:12] cariaso: if I cunt-n-paste the url from that failing travis test it works for mee [04:15:05] wow bad typo. sorry [04:15:55] bd808 : thanks for the response. re: typo, shut-happens. so would you consider this a travis 'bug'? [04:16:21] I'm not sure. Does th test work for you locally? [04:17:27] I'm not aware of a rate limiter that you would hit, but I guess that's a possiblity too [04:18:14] I confess, I'm not much of a test firster. running 'pytest' tells me "Ran 46 test cases in 0.56s (0.30s CPU) [04:18:14] All 4 modules OK", but I'm not sure how to replicate the travis process locally [04:21:36] this recent build passed -- https://travis-ci.org/mwclient/mwclient/jobs/142079943 -- so probably not systemic [04:25:03] well that one was using a POST, not a GET, which is the basis of the commits I was proposing [04:26:28] cariaso: I think you need to change the test mocks -- https://github.com/mwclient/mwclient/blob/master/tests/test_client.py#L47-L54 [04:26:44] they seem hard wired for POST [04:27:53] ah, my thanks [04:28:49] do I need texvc for this? [04:55:29] i have a template on my mw main page, and after updating the template, the main page did not update with the templates new content [04:55:37] is there some cache or something I need to refresh? [04:59:45] There is the jobqueue [04:59:49] k-man: there's a job that should update pages when a transclude changes. Depending on how your wiki is setup that may be a waiting on a cron job to run, another page view request to happen, or a dedicated job runner to process the job [05:00:04] but possibly depending on your setup as well, caching [05:01:04] ou can always cheat and use the ?purge url parameter to force a reparse [05:01:25] errr... ?action=purge [05:03:03] i see [05:03:31] thanks for the purge trick [05:03:34] and explanations [05:03:38] yw [05:17:27] hi [06:10:50] can you use the visual editor on templates? [06:11:31] as in edit the template with the visual editor [15:52:02] hi [15:53:15] i got apple air 4.1 and i have to remove i cloud id [15:53:25] some one help me plz [16:03:37] I installed Mediawiki with the file but /etc/mediawiki/apache.conf does not exist. [16:09:36] Nevermind. Fixed. [16:12:45] MW wouldn't make apache.conf [18:26:36] While connecting to gerrit using ssh, I get an error saying "Broken pipe". https://dpaste.de/M2Ei How do I fix this? [18:26:59] does it happen again if you retry? [18:27:03] yes [20:16:18] hey guys. can i ask a question related to parsoid? [20:16:34] or may i :)