[06:11:29] I wish to register a complaint! [06:11:55] ... how the bleeping bleep do I force SMW 1.7+ to not rewrite property names wrongly so that things break [08:01:38] Has improper value for Telephone number <-- hate it ... what part of the code wrongly rewrites random strings for fun?! :( [08:02:10] it's Phone number before the update, and a simple grep doesn't find any mentions of that string anywhere else [09:22:23] YEY raNDOm caseSENsitivity! espECIALLY when it doesn"T MAKE SEnse [09:44:15] ... and why the bleeping bleep, seriously, stop rewriting my property names! fuuuuuuuuuuuuuuuUUUUUUUUUUUUUUUUUUU [10:43:18] bonsaikitten: your complaint has been registered ;-) [10:43:28] bonsaikitten: seriously, try the mailing list? [11:16:46] dbolser: been there done that. no response [11:17:10] yet :) [11:20:43] now I only need to find out what friggin part of that code decides to take random things and rename them, then complain that they are renamed [12:27:35] New patchset: Rotsee; "Add property for user's real name" [mediawiki/extensions/SemanticExtraSpecialProperties] (master) - https://gerrit.wikimedia.org/r/39041 [19:36:01] Hey folks, is anyone available to help me with a Compound Query related question? [20:40:02] Frank__: lacking anyone better: what seems to be the problem? [20:45:06] I'm trying to pull a few dates from a page and show them on the same eventline. [20:46:10] Some of the dates come from an internal object that describes the page I am on. [20:46:53] The other dates are properties of a different page. I can show you the whole query. [20:47:19] In the end, I am trying to join together the two sets of events into one eventline. [20:47:37] do not pull data from the page you're on [20:48:10] use the Variables extension to reuse the data if needed, but do not query for data you already have [20:48:38] I will look into that, I really hated the idea of querying the page I am looking at for data. [20:49:32] {{#vardefine:myvar|}} {{#subobject:|prop={{#var:myvar}}}} {{#ask: }} [20:50:18] Good to know, thank you. I've already found the page for that extension. [20:50:21] other than that I'm somewhat useless to you, since I don't have experience with either eventlines or Compound Query [20:50:37] #var: is da bomb [20:51:08] Hey, that extension sounds really valuable. [20:51:14] Thank you for that. [20:51:21] you're welcome [20:51:45] check out http://semantic-mediawiki.org/wiki/Help:MediaWiki_extensions [20:51:57] Variables is in there [20:52:37] I also like Arrays and HeaderTabs [20:52:45] Very nice. [20:54:16] It even looks like variables is only dependant on the version of MW, not SMW. [20:57:20] correct [20:57:38] It's an MW extension, not an SMW extension [21:28:36] Is anyone here with a familiarity with Semantic Compound Queries or Eventlines?