[06:51:04] New patchset: Mwjames; "Fix autoloader entry" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/25853 [06:51:24] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/25853 [07:49:05] New patchset: Mwjames; "(bug 40650) Fix getMaxIncludeSize() on a non-object in Special:Ask" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25857 [09:40:23] New patchset: Mwjames; "(bug 39967) Fix Call to a member function getFullURL() on a non-object" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25860 [11:15:13] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25857 [11:26:21] hi, last week Yaron said that PageSchema extension allows edit pages with forms, after create "SpecialPage:CreateTemplate" .. But i dont know how! Anyone knows? [12:02:45] hi, last week Yaron said that PageSchema extension allows edit pages with forms, after create "SpecialPage:CreateTemplate" .. But i dont know how! Anyone knows? [12:25:28] New patchset: Jeroen De Dauw; "Fix type hints (bug 40402)" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25873 [12:25:47] New patchset: Mwjames; "(bug 39967) Fix Call to a member function getFullURL() on a non-object" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25860 [12:38:36] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25860 [13:00:10] New review: Nischayn22; "Hey, I remember this has been fixed by https://gerrit.wikimedia.org/r/#/c/19378/ along with the cont..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/25873 [13:13:24] New review: Toniher; "I made this change for avoiding problems with generated option fields" [mediawiki/extensions/SemanticForms] (master) C: 1; - https://gerrit.wikimedia.org/r/25735 [13:14:15] New review: Jeroen De Dauw; "Then maybe have this merged now and remove it from the other commit?" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/25873 [14:10:14] hi, last week Yaron said that PageSchema extension allows edit pages with forms, after create "SpecialPage:CreateTemplate" .. But i dont know how! Anyone knows? [14:27:00] hi, last week Yaron said that PageSchema extension allows edit pages with forms, after create "SpecialPage:CreateTemplate" .. But i dont know how! Anyone knows? [14:29:18] Mar - did you install Page Schemas, and read the documentation? [14:30:18] yes, i install and read this web page http://www.mediawiki.org/wiki/Extension:Page_Schemas [14:31:31] Mar - okay. I should have been clearer before; Page Schemas doesn't let you directly edit pages with forms; instead, it lets you create a *schema* using a form, and then keep editing that. [14:31:43] Then, at any point, you can generate pages from that schema. [14:32:01] So the first step is to create a schema. To do that, go to the category page. [14:35:39] oh yes, i understand .. but what i really needed was to be able to edit the fields i created in "SpecialPage: CreateTemplate" ... [14:40:05] because people that will use my wiki dont understand schemas and dont know XML language ... [16:31:40] Mar - they don't need to understand schemas, or XML. [16:31:59] Actually, you don't even need to understand XML - you just have to use the forms. [16:32:33] And the regular users shouldn't be getting involved with the data structure. [19:55:01] hiya [20:08:13] anyone know where the d3.js extension is hiding? [20:08:16] I'll poke around for it [20:09:35] wondering if tagcloud is currently supported? [20:43:20] I want to generate a table which lists all properties for the matching pages... so first I made a table intro template that listed out every property (by asking for all pages that have Has type::) and then using string functions to insert the !! between column headers... then I did something similar to generate the table body template (asks for the total count of property pages, and generates | {{{1}}}||{{{2}}} ... but this didnt work... it g [20:43:20] enerates the correct text, but MW sees it as a string instead of code to parse when I include the template in a query... I want a dynamic table that shows all pages queried and 1 col for each property defined. Am I missing some awesome tool to do this? [20:45:40] back [20:54:24] a alternate way to ask the same question (since I almost have a manual solution)... if I have a string.. how do I force it to be interpreted as wiki-markup? In this case I am generating the text that builds a template from a query.... but when I include the template all I get is a string. [20:57:41] is there a MW eval()? [21:02:25] hmmm..... $wgParser->internalParse($myWikiTextString); maybe that is the right track.... [21:25:33] so I got http://gitorious.org/include/include/blobs/raw/master/secure-include.php working... but I cant see how to pass the included file a var to replace.... looks like it's only static includes... [21:26:57] voldial - the #mediawiki channel might be better for that question. [21:54:33] Yaron, cool, Sometimes I forget about the SMW/MW line. [21:55:16] Different Q, why when making pages what use #set_internal the page names end up with #1 after them? i bet it's a form thing... still looking... [21:58:42] voldial - that shouldn't happen... can you give more details? [22:01:07] sure, one min and I'll make a example [22:01:22] is there a SMW forms enabled sandbox? [22:01:50] either that or I gotta go setup a VPS with SMW [22:02:13] one min and I'll use pastebin [22:09:43] http://pastebin.ca/2238253 [22:13:38] voldial - oh, I see... it's not a bug at all, it's a feature. :) [22:13:53] * voldial loves features! [22:14:01] Every internal object created by #set_internal is named "page name#number". [22:14:18] It's not the page itself that has that property, it's the internal object. [22:15:14] we figured it was something like that... the problem I ran into is... (pasting query)... how do I #ask for those objects "on this page"? (I'll paste my test query.. it returns all internal objects... but I cant get it to just return them for "this page" [22:17:43] http://pastebin.ca/2238257 [22:18:35] voldial - have you read the SIO documentation? [22:19:00] yes. I will go read it again tho... any hint on what section I missed? [22:19:15] I'll go read [22:19:59] heh. I see the #1 note right away now [22:24:24] so I think what I am asking is how do I ask for the values of the SIO object mypage#1? I tried [[[[PAGENAME}}#1]] [22:26:03] there is no #get_internal .... [22:27:04] New patchset: Mwjames; "Fix autocomplete in Special:Ask" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25962 [22:31:58] Yaron, got it! {{#ask:[[Part of Designator Class::{{PAGENAME}}]] thanks as always [22:40:10] New patchset: Mwjames; "Consolidate autocomplete in SpecialSearchByProperty" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25965 [23:08:56] New patchset: Mwjames; "(bug 40676) Fix autocomplete in Special:Ask" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25962 [23:15:41] New patchset: Mwjames; "Consolidate autocomplete in SpecialSearch By Property" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25965 [23:16:09] New patchset: Mwjames; "Consolidate autocomplete in SpecialSearch By Property" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25965 [23:19:25] New patchset: Mwjames; "Consolidate Special:Browse autocomplete" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25973 [23:19:25] New patchset: Mwjames; "Consolidate autocomplete in Special Search By Property" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/25965