[00:58:23] hi [00:58:47] I wonder if I can search by properties, or it is better to have more pages types? [01:48:11] why I have numbers in the forms? [18:15:01] New patchset: Mwjames; "SRF Incoming printer" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/17165 [18:31:57] New review: Mwjames; "Rebased and tested" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/17165 [18:40:25] New patchset: Nischayn22; "New form input type Polygons" [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/23942 [19:09:20] New review: Jeroen De Dauw; "If you do not want this to be submitted, please put DO NOT SUBMIT in the commit summary." [mediawiki/extensions/SemanticMaps] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23942 [19:31:55] New review: Netbrain; "hello.html, why is this file named hello.html? im guessing this is because it's a draft, but anyways..." [mediawiki/extensions/SemanticMaps] (master) C: -1; - https://gerrit.wikimedia.org/r/23942 [19:50:40] New patchset: Nischayn22; "New form input type Polygons" [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/23942 [19:54:35] New review: Nischayn22; "Thanks to everyone for the fast comments on the draft :)" [mediawiki/extensions/SemanticMaps] (master) C: 0; - https://gerrit.wikimedia.org/r/23942 [22:03:09] New review: Jeroen De Dauw; "Agreeing with Netbrain, duplicating the editor code would be very bad. Some inline comments as well." [mediawiki/extensions/SemanticMaps] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23942 [22:20:07] So the Date datatype can be stored as either Month/Day/Year, Month/Year or Year. But the Semantic forms input type for date only takes Month/Day/Year and does not have a blank for month in the dropdown box. Is there a setting to change this? [22:48:08] Anyone aware of other projects out there that implement anything similar to SMW's #ask functionality? IE let users enter their own queries over the data in a safe-ish way? [23:19:29] SimAnt - I don't know if you still have that question, but - if you want to just store a year, you can use the "year" input type. [23:28:39] The level of information about the dates vary from knowing just the month or a month/day or only the year, so I was hoping that there was a single datatype to accomodate all of them. Currently I am using input type=text to hold the date. [23:50:11] SimAnt - oh, I get it... yeah, unfortunately there's no solution for that, other than "text" of course. [23:50:20] Can malicious users (who can make #ask queries) dos SMW's database? I assume yes... I ask because I am reading the SMQ FAQ about why SPARQL is not used and I am wondering if giving users the ability to enter arbitrary SPARQL is just as dangerous as letting them enter SQL queries... or #ask queries (obviously safer then SQL) [23:52:27] Okay, ty.