[08:20:43] Can someone help me figure out why my action=upload isn't working? I'n trying to write a bot and I cannot figure out why mediawiki is unhappy with me [08:20:45] https://gist.github.com/retep998/c76520849b526dd7f19d60a80878c82c [08:25:46] Is it possible that mediawiki doesn't understand filename*? [09:52:03] hi folks. [09:52:18] i've set up a wiki with shortened urls according to https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx [09:52:35] as a result the styling is blank [09:52:47] if i browse to /w/load.php the response is empty [09:53:10] i clicked through the manual sections for these symptoms, but they either don't apply or don't help [09:53:27] what can i do? [10:04:49] I also don't see any error anywhere [10:04:52] just a blank page [10:15:26] how do i get a list of all Talk: pages? api.php?action=query&list=allpages&alnamespace=1 does not list talk pages... [10:19:29] ah, its aapnamespace not alnamespace [10:27:29] anyone have experience implementing a WYSIWYG editor? [10:31:09] maybe its a bad idea for me to implement one? the old wiki used TinyMCE and im sure the users are used to using it [10:36:53] the most complex thing for a WYSIWYG editor is to translate between HTML and wikitext. You probably want to use the VisualEditor [10:40:10] awesome. yes, i want to use something that will not cause untold chaos. how is the VisualEditor different? [10:49:02] Visual Editor requires 2 services: Parsoid and RESTBase (usually running on the same machine), which is often not possible to get running on a shared host [10:49:49] basically, it's not as easy as including the extension in LocalSettings.php [10:56:41] ive been thinking about switching this from the current shared host to a VPS based solution [10:57:33] and i think i can safely cache everything with cloudflare [10:58:52] so far the shared hosting has been alright... but it might be worth it to switch for the visual editor [10:59:07] ive asked them to install libraries for me before and they said no haha [11:00:09] yeah, shared host is very limited [11:01:00] i need to be able to run maintenance scripts. i want to automate XML backups that users can download [11:04:56] is there a hosting provider you personally recommend Vulpix [11:15:44] I'm using OVH, they have cheap VPS servers [11:16:49] although their support is far from ideal, you better not require support from them [11:21:44] cool [11:35:30] Hello khalella [11:41:19] Sveta: hello [11:41:35] Greetings khalella. :-) [11:42:32] i set up Extension:ConfirmEdit with ReCaptchaNoCaptcha, and the captcha element is not showing up on the page. it looks like the site key is blank in the page source...
[11:42:47] though, i have set $wgReCaptchaPublicKey in LocalSettings.php [11:43:18] ah thats not the right variable. i see [11:44:12] What's the right one? [11:47:18] for ConfirmEdit/ReCaptcha its $wgReCaptchaPublicKey but for ConfirmEdit/ReCaptchaNoCaptcha its $wgReCaptchaSiteKey