[12:26:07] [SIO] I have a question, I can't seem to get #set_internal to work with ref stores, is this a known problem or am I doing anything wrong? I'm using it as "{{#set_internal:Activity [12:26:08] |Compound_batch=cmpd-001-1 [12:26:09] |Value=0.11 [12:26:10] }}" [13:24:42] New review: Yaron Koren; "Seems fine." [mediawiki/extensions/SemanticResultFormats] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/24880 [13:56:54] Yaron: don't be afraid to merge! You can do it! :) [13:58:20] JeroenDeDauw - ideally, it would require either knowing how wfMessage() works, or testing it out myself, neither of which are true. :) [13:59:21] wfMessage()->text() is the same as wfMsg() [14:44:49] New patchset: Mwjames; "Update jStorage from upstream v0.1.7 to v0.3.0" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/25018 [14:44:50] New patchset: Mwjames; "SRF gallery avoid empty place holder" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/24773 [14:45:54] New patchset: Mwjames; "SRF gallery avoid empty place holder" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/24773 [14:46:32] New review: Mwjames; "Just a rebase" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/24773 [14:47:07] New patchset: Mwjames; "Update jStorage from upstream v0.1.7 to v0.3.0" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/25018 [14:56:05] New patchset: Mwjames; "SRF dygraphs add ability to retrieve data from a wikipage using action=raw" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/24524 [15:00:58] New review: Mwjames; "Again this is just a rebase due to some changes message changes" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/24524 [15:04:06] New review: Mwjames; "This should work without an extra rebase" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/24114 [16:56:56] hi everyone, is it possible edit (for example, add a new field) a template using Semantic Forms after create one? [17:23:39] Yaron: ^ [17:35:32] Mar_ - yes, but you can only do it manually, not using a helper form. [17:35:45] ...unless you're also using the Page Schemas extension. [17:48:41] Change merged: Siebrand; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/24880 [17:50:13] Ok Yaron, but how/where can i do that? [19:18:33] Anyone know how to link to a form so it generates a subpage with a for the subpage name? I can make a subpage no prob by linking to Special:FormEdit/SomeForm/page/subpage but that makes SMW ignore the info tag in the form def... so I cant get the random number as the subpage name... [21:17:23] Anyone know how to link to a form so it generates a subpage with a for the subpage name? I can make a subpage no prob by linking to Special:FormEdit/SomeForm/page/subpage but that makes SMW ignore the info tag in the form def... so I cant get the random number as the subpage name... [21:23:42] voldial - didn't you ask this question before? Anyway, you should use #formlink. [21:24:14] Ok Yaron, but how/where can i do that? [21:24:34] Just put in a call to #formlink, wherever you want the link to appear. [21:33:27] i think you don't understand .. When i used SpecialPage:CreateTemplate (Semantic Forms) and create new template, after how can i edit this template? [21:41:47] Yaron, thanks, yes I did but I havent figured it out yet. I'll construct a example. [21:42:32] Mar - oh, oops, I thought you were voldial before, with your "how do I do that" question. :( [21:43:08] Mar - go to the page of the template that was created, and click on the "edit" tab. [21:49:25] Yaron - but, when this happend, the layout doesn't have forms, only editable text .. :( [21:50:06] Yes, exactly - as I said, when editing an existing template, you have to do it manually - unless you're using the Page Schemas extension. [21:52:46] yes ok, now i understand better your words .. if i used Page Schema is it possible edit my template with forms, correct? [21:52:55] Yes. [21:53:33] yes, great! i'm reading more about that .. thank you for all attention [21:56:51] Yaron, the problem I am having is that if I use #formlink, the info header of the form is ignored, so I cant use to name the subpage with... [21:57:19] voldial - you have to use #formlink without the "target" parameter. [21:57:53] ok back to testing. thanks [22:31:33] I made a detailed explanation page if anyone can take a look it would be much appreciated: http://fpaste.org/9FUO/raw/ [23:20:18] I have a var in #vardefine, and I can print it... it puts whitespace between the results... but I cant figure out what to use as the delim... is there some option to output the raw hex of a far? [23:20:24] of a var that is... [23:33:06] got it by inserting bin2hex() into the extension code