[03:43:14] Common.js still gets loaded for mobile users, right? [03:43:25] Even if you use mobileFrontend? [03:46:56] jfolv, no, with MobileFrontend in mobile mode common.js/common.css is not loaded [03:47:07] it loads mobile.css/mobile.js instead [03:47:14] Gotcha, thanks [03:47:31] at least according to the comments in includes/MobileFrontendHooks.php [03:47:49] on a copy of the repo that is admittedly a few months out of date [03:49:28] Just checked source; they definitely discard common.js [03:50:43] sounds like a MobileFrontend kind of thing to do [20:16:08] now i am confused what i neded so i can have infoboxes [21:53:05] hello everyone, I need to build and periodically update a graph of interrelationships among pages on a wiki (update of the graph must also be done on request), what would be the best approach to accomplish this? [21:54:23] the problem is actually a bit harder than this: I also need to assign a rank to a page based on the number of pages that link to the page and ranks of those pages (as a simple sum of ranks of pages linked to the page)