[02:48:56] How do I #ask for pages that link to {{PAGENAME}}? [02:53:16] I found smwgExportBacklinks, but that looks like it's only for RDF export... and I dont see any docs on it. [05:00:27] voldial - there's no way to do that. [05:01:13] Although... I guess you could use External Data to do the database query to get that info, then store that using SMW... though I wouldn't recommend it. [05:43:58] yaron, no prob, I didnt really need it for a SMW specific thing... just a list of backlinks for part of page header. found the DPL extension and was able to do it with {{#dpl: linksto = {{PAGENAME}}}}. [05:44:22] Cool. [05:45:20] made me happy :) MW has a great ecosystem of software. [10:49:14] heya... So I set $smwgQDefaultLimit = 100; but still I get only like 20 results on normal #ask. Why is that? [13:49:24] every since i installed Semantic Mediawiki, i am changing my Wiki to something that becomes more and more a relational database ... now i start to wonder: can i do something like a query that displays columns from more than one table? kinda the equivalent of a SELECT FROM Table1 INNER JOIN table2 ... query [14:07:35] Worf: unfortunately, no, because queries don't (yet) support a syntax like "?Property A.Property B". [14:16:45] yaron: ok, thanks [15:16:30] but you can do it... [15:16:37] heh [23:03:16] Hi. [23:04:21] I'm testing out SMW, and I've come across some strange (bug?). It seems like I'm unable to delete pages. [23:04:34] rather, they don't show up in the wiki anymore [23:04:58] but when I go to browse data, they still exist as red links. [23:05:06] and show up in semantic queryies [23:05:46] I disabled all cache's I was able to find from smw and mediawiki pages(with googles help), but this doesn't seem to fix this. [23:06:16] I even tried rebuilding the smw tables from SMWAdmin page, this didn't help either. [23:15:15] Is there a known bug, when data isn't removed properly from SMW tables? [23:25:29] It seems like the only way I can see the real/current/updated data is when I run the scripts SMW_refreshData.php -ftpv and SMW_refreshData.php -v [23:25:29] anything else I have tried, just doesn't seem to work [23:33:11] roland: that sounds like a bug. [23:33:18] What version of SMW are you using?