[02:20:24] New patchset: Mwjames; "SRF gallery, quick fix for a broken redirect feature and output mode" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23016 [02:33:41] New review: Mwjames; "Well it worked for the tests I did therefore ..." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23016 [02:33:41] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23016 [02:41:48] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:43:19] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:49:54] New patchset: Mwjames; "Add various messages" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [02:51:34] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21855 [03:01:03] New review: Mwjames; "I put myself on hold since I have some other changes to merge into this commit." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: -1; - https://gerrit.wikimedia.org/r/21853 [11:24:55] I want to display a property on the same page on which it is being defined. I want it to display properly before the page has been saved. Is there any way to do this? [11:26:24] Ah, wait, I must have been doing it wrong before... #show seems to be working now. [11:27:12] ...er, no it isn't. [11:28:49] So, for instance, on a page named "test page", I have this: [[test::thingy]] [11:29:47] If I put {{#show: test page | ?test}} after that, I don't get anything back unless I've already saved the page. So I can't preview the results of an edit. [17:02:50] Yaron: any idea why I get this error Notice: Undefined offset: 0 in C:\wamp\www\SMWTesting\extensions\SemanticForms\includes\SF_FormField.php on line 233 [17:03:52] Nischayn22 - I don't know, but try upgrading your version of SF - it looks like you're not using the latest code from Git. [17:04:50] Yaron: I did a git pull still the same [17:05:29] now its line 234 [17:05:39] Ah, okay. [17:06:33] That looks like a bug in SF (it shouldn't be leading to PHP errors), although my guess is that something in your form is not quite right. [17:06:54] yes, maybe my configuration is wrong [17:07:04] I installed Maps, SM and SF [17:07:16] do I need to run a update after that? [17:07:44] SF doesn't require it; SM might, though I don't think it does. [17:08:10] Maybe you just need to include SM after SF in LocalSettings.php? [17:09:00] it is after SF [17:21:36] Nischayn22 - sorry, I don't know; my guess is that the mapping input types for the "geographical coordinates" property type somehow aren't being correctly registered. [17:21:52] You're using the latest SM code? [17:25:26] Yaron: yes, everything is latest. [17:25:29] Hence the bugs :D [17:25:53] I see the registerInputType line commented out in SM, could that be the reason? [17:26:01] Yaron: ^ [17:26:09] Ah - that definitely sounds suspicious. [17:26:47] Yaron: would be nice if you can have a quick look [17:28:57] Nischayn22 - hm, no, that's not the issue. [17:30:36] Yaron: when I make a form for a geo property the input type drop-down shows text field only [17:30:42] http://openurban.net/mediawiki_dev/index.php?title=Form:Address&action=submit [17:31:02] Nischayn22 - oh, you're working on OpenUrban too? :) [17:31:20] Yaron: too? [17:31:44] There's a bunch of people working on that site, including WikiWorks. [17:32:22] Yaron: didn't know that, but its a nice thing to work for [17:33:37] Nischayn22 - I don't know what the issue is; it doesn't seem to have anything to do with the SF or SM code. [17:34:26] Yaron: I tried to figure out myself, it works fine on the live site