[13:45:11] How to float infoboxes throught wiki in a 1.23 new install? CSS was easy, but no clue where to add infobox global styling using LESS? [13:47:54] hmpf 3 channels [14:12:41] hello, can i have some for Editconfirm installation with old 1.16 mediawiki? [14:12:47] some help [14:15:17] !ask [14:15:17] Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [14:16:52] yes sure. Thanks [14:17:40] got this message after ConfirmEdit extension installation : Warning: LocalisationCache::include() [function.include]: Failed opening '__DIR__/ConfirmEdit.i18n.php' for inclusion [14:18:17] Not sure of EditConfirm compatibility with old version of mediawiki [14:23:14] How to float infoboxes throught wiki in a 1.23 new install? CSS was easy, but no clue where to add infobox global styling using LESS? [19:14:05] maybe this is a dumb q, but a few years back i heard some mumbling about inline-editing coming to mediawiki? i.e., not being sent to an edit page? [19:14:39] (and built-in, not via 3rd-party extensions) [19:15:32] that button still works... [19:17:10] anyone? [20:04:14] sl8r: actually I think "live preview", which was the embryonic version of one such feature, has been removed recently [20:04:28] Nemo_bis: ah, ok. thanks! [20:05:11] sl8r: curiously, however, something like that has been reintroduced for the mobile site: https://lists.wikimedia.org/pipermail/mobile-l/2014-September/008063.html [20:05:40] I suggest that you study the data shared there a bit, to help with the feature :) [20:06:02] weird. it'd be cool to just click and have an inline editor, especially for small edits [20:09:04] Hello I messed up my MediaWiki install when upgrading, I have come to find that the wiki wasn't used much bt I would like to be able to recover just one page's wikitext, I have the database open on phpMyAdmin so can someone tell me the table and column where the wikitext is stored? [20:10:46] hi all having a few issues with a mediawiki install on my server. It meets all requirements and the install completes but when I actually go to the wiki i get "Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /home/l2citadel/public_html/wiki/includes/db/LBFactory.php on line 330 Unexpected non-MediaWiki exception encountered, of type "InvalidArgumentException"" [20:11:01] !db text |hiyo [20:11:02] hiyo: See http://www.mediawiki.org/wiki/Manual:text_table [20:11:29] Also noticed that the database size is 0.00MB [20:11:39] hiyo: but you should first get the page ID on the page table with the revision ID to get the text from there [20:11:56] ohhhh I see now [20:12:01] hiyo: also it would be better to just edit the page, or use Special:Export on your wiki [20:12:21] Vulpix: yeah but the wiki says I have an error, and it just doesn't work anymore [20:12:41] have installed quite a few times and never had an issue until now, not sure why it is tossing this [20:12:55] I just am going to take it down, was a horrible mess that finally collapsed, I just wanted the text out of a couple pages [20:13:47] remember that we appreciate dumps of any kind in archive.org :) [20:15:25] I see it says "non-MediaWiki" so points me at maybe a server config issue, but no idea what it could be as it meets all requirements and nothing else in the error logs for php, nginx etc [20:18:02] A googlefu doesn't turn up anything useful on that error either [20:18:38] So stumped :P [20:19:34] ChickenZoodles: what database backend are you using? [20:19:43] Mysql [20:21:18] Tables are in the DB [20:21:33] ChickenZoodles: any non-standard configuration for database? (cluster, master-slave, load balancing...) [20:21:53] Nope [20:22:46] It is cpanel on a cloud server running Nginxcp, Modsec thats about it [20:22:53] For differences [20:24:26] ChickenZoodles: well, a full stack trace of the error would be useful. Try setting $wgShowExceptionDetails = true; in LocalSettings.php [20:27:38] wow how weird is that [20:28:04] I enabled that and than the server tossed a 500 error. So I disabled it and now the wiki is loading fine [20:28:22] lol.. [20:28:45] Thanks Vulpix you obviously have some wiki ninja karma or something [20:28:53] interesting :D [20:29:57] maybe you have some php accelerator that does weird things [20:31:16] Actually am running apc forgot that [20:31:22] So yeah maybe that was it [20:31:23] :D [22:48:10] hi all, is there a special syntax to load a remotely-hosted file in $wgResourceModules? it's not working when just add the address to the array [22:50:24] dave_scissors: none i know of. [22:54:56] so it should just work? or it isn't possible [22:55:01] this is how it looks now: [22:55:24] http://pastebin.com/tGG80Hpw [22:56:07] is that how it should be? [22:57:03] dave_scissors: it's not possible, these entries can only be local files [22:57:21] oh, I see - is there a way to do it? [22:58:23] dave_scissors: easiest way is to make a resourceloader module that simply calls $.getScript('your link'); [22:59:14] if you want to take full advantage of RL's minifying, caching, etc., then save the remote file locally and serve it that way [23:01:15] yeah, trouble is, it's not my file, it's adobe's typekit - saving the file locally works, but I'm afraid that, somewhere down the line, if they change it in some way, my local version won't update - I'm trying the .getscript method now, tho, that seems promising [23:05:28] nope :( didn't work [23:06:16] anything in your browser's javascript console? [23:06:23] what did your $.getScript module look like? [23:09:46] i tried a few different ways - the first was just a copypaste of yours, like this: [23:10:11] $.getScript('//www.address.com/javascript.js'); [23:10:28] then i appended http and https, neither worked [23:10:59] then I tried a boilerplate ajax call from here: http://stackoverflow.com/questions/8567114/how-to-make-an-ajax-call-without-jquery [23:11:35] try jQuery.getScript('...') ? [23:14:14] no joy :( [23:17:48] hm, I just put the .getScript line into common.js, and it's loading, but i think it's loading AFTER the dependent file [23:19:44] this is extra exciting because bootstrap is involved, which takes control of your fonts, so the remote file needs to be found, then the dependent file, and then bootstrap [23:36:52] well, it works if I paste the content of the remote file into common.js, so that's how it's going to stay, until such time as I have the patience to tinker with it [23:43:23] Hello Mediawiki monkeys! [23:44:00] I'm trying to pull some dark magic involving #if #ask #show and properties... [23:44:44] Essentially, I'm wanting a page to show a list of pages it's mentioned on. [23:45:39] In some cases, I'm wanting it to list a page if an entire category of pages is mentioned. [23:55:36] Kuu_Otava: is this Semantic MW? [23:55:44] Yes. [23:55:53] Thanks huh [23:56:27] To be clear, I have the FIRST part figured out. [23:56:38] try asking in #semantic-mediawiki? [23:58:26] Danke.