[SMW-devel] What properties link here?

2013-07-08 Thread Beebe, Mary J
Is there an extension that lists all pages that have property links to a particular page? It would be similar to what links here? Thanks, Mary Beebe -- See everything from the browser to the database with AppDynamics G

[SMW-devel] Importing and exporting RDF

2013-06-21 Thread Beebe, Mary J
We would like to set up a semantic wiki to make changes to an ontology. It needs to be able to import an RDF and then make changes to the entities and properties then export it back out. Online I saw a little talk about an extension - Ontology Import but it did not look promising. What would

[SMW-devel] Switching database from mysql to Oracle or MsSQL

2013-05-09 Thread Beebe, Mary J
I sent this same question to wikitec...@lists.wikimedia.org and got a positive response about core code. We have to switch our database from mysql to Oracle or msSql. We notice that there is a DatabaseOracle.php and DatabaseMssql.php in the db folder.

[SMW-devel] Upgrading and semantic caching questions

2013-03-11 Thread Beebe, Mary J
Current Version: MediaWiki 1.15.3 MySQL 5.5.23 Semantic MediaWiki 1.5.6 Semantic Forms 2.3.2 Semantic Maps 0.7.7 Version once we upgrade: MediaWiki 1.20.2 MySQL 5.5.23 Semantic MediaWiki 1.8 Semantic Forms 2.5.1 Semantic Maps 2.0.1.2 PHP version varies depending on the server. It w

Re: [SMW-devel] Semantic forms using variables in more than one template

2013-03-07 Thread Beebe, Mary J
. Well worth the time. Thanks, Mary Beebe From: yaro...@gmail.com [mailto:yaro...@gmail.com] On Behalf Of Yaron Koren Sent: Thursday, March 07, 2013 4:37 PM To: Beebe, Mary J Cc: semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Semantic forms using variables in more than one template

[SMW-devel] Semantic forms using variables in more than one template

2013-03-07 Thread Beebe, Mary J
We have a form using more than one template. One of the templates is like an info-box. It displays all of the properties within the page in a nice format (better than the built in factbox or Browse Properties) . All the properties are set within the form. Is there a nice way to get the form

[SMW-devel] Not all pages in category showing up in query

2013-03-06 Thread Beebe, Mary J
We have old versions: MediaWiki 1.15.3 Semantic Media Wiki 1.5.6 Semantic Forms 2.3.2 (I am updating to most current very soon) We are having some semantic integrity problems. The biggest one is not all pages in a category are showing up in a simple query. If I go to the Category:Facilities pa

[SMW-devel] Namespace problem

2013-03-05 Thread Beebe, Mary J
I just added a custom namespace to our wiki and added some pages to the namespace. I had thought that we had $smwgNamespaceIndex = 225 set properly in our localsettings but I was wrong. It was set in this order: require

[SMW-devel] Inline queries with internal objects

2013-02-22 Thread Beebe, Mary J
I have thought this does not work so I have a work around but I wanted to check before continuing with the work around. Page A has several properties: Property 1, Property 2, etc. Page A also has an internal object: Internal 1 which as InProperty 1, InProperty 2. I would like to have an inline

Re: [SMW-devel] Internal objects - Show page name when querying

2013-02-18 Thread Beebe, Mary J
from your computer system. From: yaro...@gmail.com [mailto:yaro...@gmail.com] On Behalf Of Yaron Koren Sent: Monday, February 18, 2013 3:38 PM To: Beebe, Mary J Cc: Semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Internal objects - Show page name when querying Hi Mary, The query

[SMW-devel] Internal objects - Show page name when querying

2013-02-18 Thread Beebe, Mary J
I have an internal object set like this: {{#set_internal:Research_technologies |Conducts research on=Engineering |Field2=CAD }} I am wanting to show page names for all research topics that a person has with his name: I tried this: {{#ask: [[-Research_technologies::+]] | ?Conducts research on=Techn

[SMW-devel] Upgrade to 1.8

2013-02-01 Thread Beebe, Mary J
We are currently at these versions: MediaWiki 1.15.3 Semantic MediaWiki 1.5.6 We would like to upgrade to the newest stable versions of both of these including the other Semantic extensions that we use. I was told that there were some major changes to the database structure with the newer vers

[SMW-devel] RE: Variable rendering in templates

2012-02-17 Thread Beebe, Mary J
I found my problem. I was not using $frame when I called the parser. $input = $parser->recursiveTagParse($input, $frame); within my extension worked for me. Thanks, Mary -- Virtualization & Cloud Management Using Cap

[SMW-devel] FW: Variable rendering in templates

2012-02-17 Thread Beebe, Mary J
Sorry if this is a duplicate. I am not sure it went through the first time. I have a semantic form that sends variables to a template. The template has these lines in it: {{{ReferenceType|}}}:{{{ReferenceID|}}} refSuggest is a tag extension that I am creating. I would like to receive the va