[02:00:07] Ryan_Lane: did you see my question? ^^ [02:00:21] channel's kinda dead [02:01:10] there's ways to do it [02:01:16] I'm trying to ignore the world right now [02:01:22] I need to finish the openstack upgrade stuff [02:01:34] Ryan_Lane: well i asked the whole channel. no one responded ;( [02:01:45] Ryan_Lane: anyway, go upgrade ;) [02:03:01] the upgrade is likely to take me a couple weeks [08:46:27] Hello ! I'm new to semantic mediawiki and have some questions. Maybe someone can help me here in this chatroom .... [08:48:42] I would like to add a field tags to my form. The field should have autocompletition and I should be able to build a tag cloud out of the data of this field. [08:49:49] has someone an idea how to do this ? Maybe someone knows a tutorial for this .... [08:50:22] hi oliver75 [08:50:35] you can do this, but the manual is a little painfull ;-) [08:50:55] you need semantic forms and semantic drill down [08:51:15] ok i have installed these extensions already [08:54:32] but I'm not sure how to use them yet ... [09:32:02] I have another question, how can I create a Formfield with Semantic Forms that contains all countries ? [09:34:15] oliver75: how many countries? [09:35:33] Hi, [09:35:58] Does someone still has acces to the Microsoft Office Connector 2.0 from OntoPrise for SMW+? [09:36:15] saruman: best would be all countries. [09:36:31] oliver75: that precludes a dropdown list then. [09:36:42] yes [09:37:17] oliver75: you could create a property CountryName of type string, and put all country names in there like [[allows value::Netherlands]] [09:37:32] then the field would be of type CountryName with autocomplete [09:38:13] ok that sounds good [09:38:46] but how can I put the country names in that field ? [09:51:42] ok got the first part done. I have inserted a comma seperated list of all countries in the attribute creation form. [09:58:27] New patchset: Markus Kroetzsch; "Fixed type of constants used as Booleans" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/17391 [09:58:53] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/17391 [10:00:36] @Saruman: thnak you for your help the country selectbox works now ! [10:03:23] oliver75: good! [10:15:10] There is another challenge  now: I would like to have a map in the form to pick geocoordinates from there and insert them into a textbox. Is there a build in function to do this or do I have to code my own extension for that ? [11:35:38] I have a question which belongs sematic maps. How can I display coordinates which are entered in a form in the wikipage ? [11:36:53] how can I include a map inti the article where the coordinates are displayed in the center of the map ? [12:44:53] Ok if someone is interessted how to get a map as coordinates picker into a form: you can find the solution here http://mapping.referata.com/wiki/Help:Forms . [14:47:20] Hello, I still have a problem with semantic maps and semantic forms. If I use a map in a form to pickup coordinates the map will be displayed as well as the current location of the article. But if I click into the map my coordinates field will not be updated. What can I do to get this to work ? I use openlayers maps ... [15:19:19] oliver75 - if you try it with Google Maps, does it work? [15:21:20] New patchset: Yaron Koren; "Changed action for filter creation from 'formcreate' to 'createfilter'" [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/17429 [15:22:15] New review: Yaron Koren; "This is due to the limitations of $wgActions - it doesn't let two different extensions define the sa..." [mediawiki/extensions/SemanticDrilldown] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/17429 [15:22:37] New review: Yaron Koren; "This is due to the limitations of $wgActions - it doesn't let two different extensions define the sa..." [mediawiki/extensions/SemanticDrilldown] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/17429 [15:22:37] Change merged: Yaron Koren; [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/17429 [15:52:44] Yaron: Do I need a API Key t use google maps for that ? Because I tried to use googlemaps but I get the error message "Lade die Formulareingaben zur Karte …" ... which means that the map will be loaded but nothing happens ... [15:53:31] oliver75 - no, you shouldn't need an API. That's weird... what versions are you using of SMW, SM and SF [15:53:33] ? [15:55:02] MediaWiki 1.19.1, Semantic MediaWiki (Version 1.7.1), Semantic Maps (Version 1.0.5) ... [15:55:16] ... Semantic Forms (Version 2.4.2) [15:56:53] thats the attribute of my form field : input type=googlemaps [15:57:14] which doesn't work ... [15:57:48] oliver75 - that's weird; I don't know. Are you using a standard skin, like Vector? [15:57:50] good morning... barely [15:57:55] 01 21:57:20 < jeremyb> hi, trying to tweak [15:57:55] https://labsconsole.wikimedia.org/wiki/Special:Ask/-5B-5BResource-20Type::project-5D-5D/-3F/-3FMember/-3FDescription/mainlabel%3D-2D/searchlabel%3Dprojects/offset%3D0 [15:57:58] 01 21:57:43 < jeremyb> how would I limit it to just the projects that have user X (hardcoded) as a member? [15:58:40] jeremyb - you can just add "[[member::user X]]" to the query, no? [15:58:55] Yaron: i've no idea [15:59:09] Yaron: yes I use standard skin and semantic bundle. [15:59:14] Yaron: (projects have many members) [15:59:16] let me see [15:59:21] jeremyb - okay, I didn't know if you knew the #ask syntax. Yes, try that. [15:59:56] oliver75 - maybe you have a Javascript issue. Do you know how to view the Javascript console in a browser? [16:00:17] New patchset: Alex Monk; "(bug 34477) Display cache info in SMW_ConceptPage.php" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/17432 [16:00:19] (Using either Google Chrome or Firefox - maybe other browsers support it as well.) [16:01:09] Yaron: woot. [[member::user:${user}]] [16:01:22] Yay! [16:01:39] * jeremyb tried some variants before but not quite that one [16:01:42] toda [16:02:07] Yaron: The javascript console doesn't show errors, only some warnings ... [16:03:58] oliver75 - well, that's very strange. You could try replicating the problem on a public wiki, like http://scratchpad.referata.com - it could be that there's something weird in the form definition that's causing it. [16:06:54] ok thank you for the link. I will test it later because I have a meeting now. Thanks for your support !! [16:30:37] Sorry for bothering you and spamming, however, I would like to repeat my yesterday question concerning Semantic Maps. Briefly: I cannot make kml file to collaborate with googlemaps service. [16:30:47] The problem seems to me originate from the fact that .kml file doesn;t contain coordinates, but is fetching them from the online service. However, what is strange, neither Google Earth nor GoogleMaps have any problem with displaying map overlay. [16:31:14] The behaviour can be observed at http://scratchpad.referata.com/wiki/Depost : see the last 5 maps on the page (the first being copied from http://wiki.bn2vs.com/User:Jeroen_De_Dauw/kml_test for test purposes. Thank you in advance for any hint. [16:45:12] New patchset: Mwjames; "jqPlot re-factoring Part II (relates to bug 35627) (major)" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/17436 [16:49:05] New review: Mwjames; "Put myself on -1 to ensure the have some time for testing but finally some sanity" [mediawiki/extensions/SemanticResultFormats] (master) C: -1; - https://gerrit.wikimedia.org/r/17436 [18:09:09] New patchset: Mwjames; "jqPlot re-factoring Part II (relates to bug 35627) (major)" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/17436 [18:45:43] New review: Nikerabbit; "Please add message documentation for new messages" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/17432 [20:34:17] hello, I have a short qoestion: Does Referata supports openlayer maps ? I try to test map form input but openlayers does not work there ... http://test123.referata.com/w/index.php?title=My_Location&action=formedit [20:51:41] oliver75 - it supports it in theory... the problem is that the current OpenLayers requires MW 1.19 or higher, and Referata is still on MW 1.18, unfortunately. [20:51:51] That reminds me that I wanted to upgrade it. [20:53:27] ah ok, thanks for the hint. [21:37:34] New patchset: Mwjames; "jqPlot re-factoring Part II (relates to bug 35627) (major)" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/17436 [21:47:36] New review: Jeroen De Dauw; "Once again, great work!" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/17436