Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm

2010-03-18 Thread Thomas Schweitzer




Hi Yaron,

I think you are right. It was another hook you've added for me (it was
about encrypting form fields for protected properties). It would be
very nice, if you would add the code.

Thanks!

Best
 Thomas

Yaron Koren schrieb:
Hi,
  
  
  I have no record of that hook ever having been in the Semantic
Forms code; or of my having been asked to add it in. My guess is that
it's only been in the SMW+ version of Semantic Forms. I could add it in
now, though...
  
  
  -Yaron
  
  
  On Wed, Mar 17, 2010 at 2:25 AM, Thomas
Schweitzer schweit...@ontoprise.de
wrote:
  Hi
John,

Yaron added this hook for us in Semantic Forms and I thought it should
be part of his latest release. Yaron, can you please comment on this?

I've still got it in form of a patch:
In SF_EditData.php. line 110

 form name="createbox"  action=""
method="post" class="createbox"
 input type="hidden" name="query" value="true" /

END;
   /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
   //Original code: $text .= $form_text;
 $html = '';
 wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
 $text .= $html.$form_text;
   /*op-patch|TS|2009-09-18|end*/
   }
 }
 SFUtils::addJavascriptAndCSS();

And in SF_AddData.php line 207:

 $text .=END
   form name="createbox" 
action="" method="post" class="createbox"

END;
 /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
  //Original code: $text .= $form_text;
  $html = '';
  wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
  $text .= $html.$form_text;
  /*op-patch|TS|2009-09-18|end*/
   }
 }
 SFUtils::addJavascriptAndCSS();


Hope this helps!

Best
   Thomas

John McClure schrieb:

 The Halo ACL toolbar displays per the hook
"EditPageBeforeEditButtons" for
 normal page editing.
 The Halo ACL toolbar does not display when editing with a form.
This is a
 big problem for all SF users.

 The Halo ACL toolbar displays per the hook "sfEditPageBeforeForm"
 (HACL_GlobalFunctions.php)
 But "sfEditPageBeforeForm" does not appear in Semantic Forms
source code, so
 the hook is never called
 Please advise! Thanks - jmc



--
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Semediawiki-devel mailing list
 Semediawiki-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/semediawiki-devel






--
Thomas Schweitzer
Professional Services
ontoprise GmbH - know how to use Know-how
---
Halo Extension - Want to get involved? http://smwforum.ontoprise.com/development
---
ontoprise ist Generalunternehmer fr Vulcans Semantic Wiki im Projekt
Halo
http://www.ontoprise.de/
---
An der Raumfabrik 29; 76227 Karlsruhe
Tel.: +49 (0) 721 509 809 39; Fax: +49 (0) 721 509 809 11
eMail: schweit...@ontoprise.de;
www: http://www.ontoprise.de
Sitz der Gesellschaft: Amtsgericht Mannheim, HRB 9540
Geschftsfhrer: Prof. Dr. Jrgen Angele, Dipl.Wi.-Ing. Hans-Peter
Schnurr



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


  
  
  
  
  
-- 
WikiWorks  MediaWiki Consulting  http://wikiworks.com
  



-- 
Thomas Schweitzer
Professional Services
ontoprise GmbH - know how to use Know-how
---
Halo Extension - Want to get involved? http://smwforum.ontoprise.com/development
---
ontoprise ist Generalunternehmer fr Vulcans Semantic Wiki im Projekt Halo
http://www.ontoprise.de/
---
An der Raumfabrik 29; 76227 Karlsruhe
Tel.: +49 (0) 721 509 809 39; Fax: +49 (0) 721 509 809 11
eMail: schweit...@ontoprise.de;  www: http://www.ontoprise.de
Sitz der Gesellschaft: Amtsgericht Mannheim, HRB 9540
Geschftsfhrer: Prof. Dr. Jrgen Angele, Dipl.Wi.-Ing. Hans-Peter Schnurr 



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net

Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm

2010-03-18 Thread Thomas Schweitzer




Thanks John,
but we already took care of this problem for the next release. We added
a litte extension for managing scripts in the case that the same
scripts are included by several extensions e.g. prototype.js and
jquery.js.

Best
 Thomas

John McClure schrieb:

  
  
  whoops - sent some test code before, now
corrected
  
-Original Message-
From: John McClure [mailto:jmccl...@hypergrove.com]
Sent: Wednesday, March 17, 2010 11:01 AM
To: 'Yaron Koren'; 'Thomas Schweitzer'
Cc: semediawiki-devel@lists.sourceforge.net
Subject: Re: [SMW-devel] HaloACL - where is
sfEditPageBeforeForm


Thank you Thomas  Yaron. Thomas, here is
the simple change I made to your code, tocurtail the inclusion of
scripts in pages that don't display the Halo ACL tookbar. Thanks, John

function addNonSpecialPageHeader($out) {
  global $wgRequest;
  $token = $wgRequest-getText( 'action', 'view' );
  if($token == 'edit' || $token == 'formedit' )
 {
 global $haclgHaloScriptPath, $haclgHaloScriptPath;
 // ---

 if (!defined('SMW_HALO_VERSION')) {
// don't include prototype.js if SMWHalo is present
$out-addScript("script type=\"text/_javascript_\" src="" $haclgHaloScriptPath .  
"/scripts/prototype.js\"/script");
}



  -Original Message-
  From: Yaron Koren [mailto:yaro...@gmail.com]
  Sent: Wednesday, March 17, 2010 5:09 AM
  To: Thomas Schweitzer
  Cc: jmccl...@hypergrove.com;
semediawiki-devel@lists.sourceforge.net
  Subject: Re: [SMW-devel] HaloACL - where is
sfEditPageBeforeForm
  
  
Hi,
  
  
  I have no record of that hook ever having been in the
Semantic Forms code; or of my having been asked to add it in. My guess
is that it's only been in the SMW+ version of Semantic Forms. I could
add it in now, though...
  
  
  -Yaron
  
  
  On Wed, Mar 17, 2010 at 2:25 AM, Thomas
Schweitzer schweit...@ontoprise.de
wrote:
  Hi
John,

Yaron added this hook for us in Semantic Forms and I thought it should
be part of his latest release. Yaron, can you please comment on this?

I've still got it in form of a patch:
In SF_EditData.php. line 110

 form name="createbox"  action=""
method="post" class="createbox"
 input type="hidden" name="query" value="true" /

END;
   /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
   //Original code: $text .= $form_text;
 $html = '';
 wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
 $text .= $html.$form_text;
   /*op-patch|TS|2009-09-18|end*/
   }
 }
 SFUtils::addJavascriptAndCSS();

And in SF_AddData.php line 207:

 $text .=END
   form name="createbox" 
action="" method="post" class="createbox"

END;
 /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
  //Original code: $text .= $form_text;
  $html = '';
  wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
  $text .= $html.$form_text;
  /*op-patch|TS|2009-09-18|end*/
   }
 }
 SFUtils::addJavascriptAndCSS();


Hope this helps!

Best
   Thomas

John McClure schrieb:

 The Halo ACL toolbar displays per the hook
"EditPageBeforeEditButtons" for
 normal page editing.
 The Halo ACL toolbar does not display when editing with a form.
This is a
 big problem for all SF users.

 The Halo ACL toolbar displays per the hook "sfEditPageBeforeForm"
 (HACL_GlobalFunctions.php)
 But "sfEditPageBeforeForm" does not appear in Semantic Forms
source code, so
 the hook is never called
 Please advise! Thanks - jmc



--
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Semediawiki-devel mailing list
 Semediawiki-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/semediawiki-devel






--
Thomas Schweitzer
Professional Services
ontoprise GmbH - know how to use Know-how
---
Halo Extension - Want to get involved? http://smwforum.ontoprise.com/development
---
ontoprise ist Generalunternehmer fr Vulcans Semantic Wiki im Projekt
Halo
http://www.ontoprise.de/
---
An der Raumfabrik 29; 76227 Karlsruhe
Tel.: +49 (0) 721 509 809 39; Fax: +49 (0) 721 509 809 11
eMail: schweit...@ontoprise.de;
www: http://www.ontoprise.de
Sitz der Gesellschaft: Amtsgericht Mannheim, HRB 9540
Geschftsfhrer: Prof. Dr. Jrgen Angele, Dipl.Wi.-Ing. Hans-Peter
Schnurr



--
Download Intel#174; Parallel 

Re: [SMW-devel] sfEditPageBeforeForm - missing patch?

2010-03-18 Thread Thomas Schweitzer




Hi John,
you are right, there was one patch missing. (That's one of the reasons
why we have a bundled version. We have many patches for Semantic
Forms.) So sorry, we must provide a patch file for Semantic Forms.
Yaron, would you be willing to include the following patch?

In SF_AddData.php

 function execute($query) {
  global $wgRequest;

  $this-setHeaders();
  $form_name = $wgRequest-getVal('form');
  $target_name = $wgRequest-getVal('target');

  // if query string did not contain these variables, try the URL
  if (! $form_name  ! $target_name) {
   $queryparts = explode('/', $query, 2);
   $form_name = isset($queryparts[0]) ? $queryparts[0] : '';
   $target_name = isset($queryparts[1]) ? $queryparts[1] : '';
/*op-patch|TS|2009-09-29|SMWHalo|Store the name of the new page in a
_javascript_ variable|start*/
   global $wgOut, $wgJsMimeType;
   if (!empty($target_name)) {
$t = Title::newFromText($target_name);
$namespace = $t-getNamespace();
$script = "script type=
\"$wgJsMimeType\"/*![CDATA[*/\n";
$script .= "sfgTargetNamespaceNumber = $namespace;";
$script .= "\n/*]]*//script\n";
   
$wgOut-addScript($script);
   }
/*op-patch|TS|2009-09-29|end*/
 
  }

  $alt_forms = $wgRequest-getArray('alt_form');

  self::printAddForm($form_name, $target_name, $alt_forms);
 }

I can't find anything like SF_ajax_form_preview, neither in HaloACL nor
in my local version of semantic forms. Yaron, is this a new function?

Best
 Thomas


John McClure schrieb:

  
  
  After installing the patch, now the
Halo ACL toolbar is visible in edit mode, but when I "preview", thenthat requestnever completes
(spinning clock).From firebug, it
appears SF_ajax_form_preview is involved. I'm wondering if another
patch is needed there.
  Thanks=
  John
  
-Original Message-
From: John McClure [mailto:jmccl...@hypergrove.com]
Sent: Wednesday, March 17, 2010 11:25 AM
To: jmccl...@hypergrove.com; 'Yaron Koren'; 'Thomas
Schweitzer'
Cc: semediawiki-devel@lists.sourceforge.net
Subject: RE: [SMW-devel] HaloACL - where is
sfEditPageBeforeForm


whoops - sent some test code before, now
corrected

  -Original Message-
  From: John McClure [mailto:jmccl...@hypergrove.com]
  Sent: Wednesday, March 17, 2010 11:01 AM
  To: 'Yaron Koren'; 'Thomas Schweitzer'
  Cc: semediawiki-devel@lists.sourceforge.net
  Subject: Re: [SMW-devel] HaloACL - where is
sfEditPageBeforeForm
  
  
  Thank you Thomas  Yaron. Thomas, here is
the simple change I made to your code, tocurtail the inclusion of
scripts in pages that don't display the Halo ACL tookbar. Thanks, John
  
  function addNonSpecialPageHeader($out) {
  global $wgRequest;
  $token = $wgRequest-getText( 'action', 'view' );
  if($token == 'edit' || $token == 'formedit' )
 {
 global $haclgHaloScriptPath, $haclgHaloScriptPath;
 // ---

 if (!defined('SMW_HALO_VERSION')) {
// don't include prototype.js if SMWHalo is present
$out-addScript("script type=\"text/_javascript_\" src="" $haclgHaloScriptPath .  
"/scripts/prototype.js\"/script");
}
  
  
  
-Original Message-
From: Yaron Koren [mailto:yaro...@gmail.com]
Sent: Wednesday, March 17, 2010 5:09 AM
To: Thomas Schweitzer
Cc: jmccl...@hypergrove.com;
semediawiki-devel@lists.sourceforge.net
Subject: Re: [SMW-devel] HaloACL - where is
sfEditPageBeforeForm


Hi,


I have no record of that hook ever having been in the
Semantic Forms code; or of my having been asked to add it in. My guess
is that it's only been in the SMW+ version of Semantic Forms. I could
add it in now, though...


-Yaron


On Wed, Mar 17, 2010 at 2:25 AM,
Thomas Schweitzer schweit...@ontoprise.de
wrote:
Hi
John,
  
Yaron added this hook for us in Semantic Forms and I thought it should
be part of his latest release. Yaron, can you please comment on this?
  
I've still got it in form of a patch:
In SF_EditData.php. line 110
  
 form name="createbox"  action=""
method="post" class="createbox"
 input type="hidden" name="query" value="true" /
  
END;
   /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
   //Original code: $text .= $form_text;
 $html = '';
 wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
 $text .= $html.$form_text;
   /*op-patch|TS|2009-09-18|end*/
   }
 }
 SFUtils::addJavascriptAndCSS();
  
And in SF_AddData.php line 207:
  
 $text .=END
   form name="createbox" 
action="" method="post" class="createbox"
  
END;
 /*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
  //Original code: $text .= $form_text;
  $html = '';
  wfRunHooks('sfEditPageBeforeForm', array($page_title,
$html));
  $text .= 

Re: [SMW-devel] sfEditPageBeforeForm - missing patch?

2010-03-18 Thread John McClure
I'm not clear what this patch does. The 'spinning clock' is stil spinning.
As it does, I see that the dropdown in the ACL toolbar is populated with a
Page/ entry-name, though the page is unprotected. IOW, the system is
stuck at the point before the dropdown with the 'incorrect' entry-name is
hidden, because it is unprotected. I noticed this sequence occurs -- which
would be nice to fix -- whenever an unprotected page is displayed for
editing: the dropdown is displayed, and then it is hidden, because the page
is unprotected.

I hope that's clear. Bottom line we still have the 'spinning' problem on
preview, so I've instructed my users in the meantime to save  view instead
of preview. I hope it's easy to find this (continuing) problem -- the patch
below doesnt seem to address this problem, but some other that I'm not
understanding yet.

Thanks for ensuring that all the needed patches are distributed. And thanks
for your persistence about this 'spinning' problem.
John
  -Original Message-
  From: Thomas Schweitzer [mailto:schweit...@ontoprise.de]
  Sent: Thursday, March 18, 2010 1:57 AM
  To: jmccl...@hypergrove.com; 'Yaron Koren'; SMW-Developer List
  Subject: Re: sfEditPageBeforeForm - missing patch?


  Hi John,
  you are right, there was one patch missing. (That's one of the reasons why
we have a bundled version. We have many patches for Semantic Forms.) So
sorry, we must provide a patch file for Semantic Forms. Yaron, would you be
willing to include the following patch?

  In SF_AddData.php

  function execute($query) {
  global $wgRequest;

  $this-setHeaders();
  $form_name = $wgRequest-getVal('form');
  $target_name = $wgRequest-getVal('target');

  // if query string did not contain these variables, try the URL
  if (! $form_name  ! $target_name) {
  $queryparts = explode('/', $query, 2);
  $form_name = isset($queryparts[0]) ? $queryparts[0] : '';
  $target_name = isset($queryparts[1]) ? $queryparts[1] : '';
  /*op-patch|TS|2009-09-29|SMWHalo|Store the name of the new page in a
javascript variable|start*/
  global $wgOut, $wgJsMimeType;
  if (!empty($target_name)) {
  $t = Title::newFromText($target_name);
  $namespace = $t-getNamespace();
  $script = script type=
\$wgJsMimeType\/*![CDATA[*/\n;
  $script .= sfgTargetNamespaceNumber = $namespace;;
  $script .= \n/*]]*//script\n;

  $wgOut-addScript($script);
  }
  /*op-patch|TS|2009-09-29|end*/

  }

  $alt_forms = $wgRequest-getArray('alt_form');

  self::printAddForm($form_name, $target_name, $alt_forms);
  }

  I can't find anything like SF_ajax_form_preview, neither in HaloACL nor in
my local version of semantic forms. Yaron, is this a new function?

  Best
  Thomas


  John McClure schrieb:
After installing the patch, now the Halo ACL toolbar is visible in edit
mode, but when I preview, then that request never completes (spinning
clock). From firebug, it appears SF_ajax_form_preview is involved. I'm
wondering if another patch is needed there.
Thanks=
John
  -Original Message-
  From: John McClure [mailto:jmccl...@hypergrove.com]
  Sent: Wednesday, March 17, 2010 11:25 AM
  To: jmccl...@hypergrove.com; 'Yaron Koren'; 'Thomas Schweitzer'
  Cc: semediawiki-devel@lists.sourceforge.net
  Subject: RE: [SMW-devel] HaloACL - where is sfEditPageBeforeForm


  whoops - sent some test code before, now corrected
-Original Message-
From: John McClure [mailto:jmccl...@hypergrove.com]
Sent: Wednesday, March 17, 2010 11:01 AM
To: 'Yaron Koren'; 'Thomas Schweitzer'
Cc: semediawiki-devel@lists.sourceforge.net
Subject: Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm


Thank you Thomas  Yaron. Thomas, here is the simple change I made
to your code, to curtail the inclusion of scripts in pages that don't
display the Halo ACL tookbar. Thanks, John
function addNonSpecialPageHeader($out) {
  global $wgRequest;
  $token = $wgRequest-getText( 'action', 'view' );
  if( $token == 'edit' || $token == 'formedit' )
 {
 global $haclgHaloScriptPath, $haclgHaloScriptPath;
 // ---

 if (!defined('SMW_HALO_VERSION')) {
// don't include prototype.js if SMWHalo is present
$out-addScript(script type=\text/javascript\ src=\.
$haclgHaloScriptPath .
/scripts/prototype.js\/script);
} -Original Message-
  From: Yaron Koren [mailto:yaro...@gmail.com]
  Sent: Wednesday, March 17, 2010 5:09 AM
  To: Thomas Schweitzer
  Cc: jmccl...@hypergrove.com;
semediawiki-devel@lists.sourceforge.net
  Subject: Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm


  Hi,


  I have no 

Re: [SMW-devel] sfEditPageBeforeForm - missing patch?

2010-03-18 Thread Yaron Koren
Hi,

Well, 'SF_AddData.php' no longer exists, but I know what you mean. :)

Speaking of hooks, though, couldn't this change be accomplished with a hook,
instead of a whole patch? That seems like a cleaner solution - that way, the
same extension (Halo) that uses that Javascript variable, will also be
setting it.

SF_ajax_form_preview is vaguely new - it's been around since version 1.8.3.

-Yaron

On Thu, Mar 18, 2010 at 5:56 AM, Thomas Schweitzer
schweit...@ontoprise.dewrote:

  Hi John,
 you are right, there was one patch missing. (That's one of the reasons why
 we have a bundled version. We have many patches for Semantic Forms.) So
 sorry, we must provide a patch file for Semantic Forms. Yaron, would you be
 willing to include the following patch?

 In SF_AddData.php

 function execute($query) {
 global $wgRequest;

 $this-setHeaders();
 $form_name = $wgRequest-getVal('form');
 $target_name = $wgRequest-getVal('target');

 // if query string did not contain these variables, try the URL
 if (! $form_name  ! $target_name) {
 $queryparts = explode('/', $query, 2);
 $form_name = isset($queryparts[0]) ? $queryparts[0] : '';
 $target_name = isset($queryparts[1]) ? $queryparts[1] : '';
 /*op-patch|TS|2009-09-29|SMWHalo|Store the name of the new page in a
 javascript variable|start*/
 global $wgOut, $wgJsMimeType;
 if (!empty($target_name)) {
 $t = Title::newFromText($target_name);
 $namespace = $t-getNamespace();
 $script = script type=
 \$wgJsMimeType\/*![CDATA[*/\n;
 $script .= sfgTargetNamespaceNumber = $namespace;;
 $script .= \n/*]]*//script\n;

 $wgOut-addScript($script);
 }
 /*op-patch|TS|2009-09-29|end*/

 }

 $alt_forms = $wgRequest-getArray('alt_form');

 self::printAddForm($form_name, $target_name, $alt_forms);
 }

 I can't find anything like SF_ajax_form_preview, neither in HaloACL nor in
 my local version of semantic forms. Yaron, is this a new function?


 Best
 Thomas


 John McClure schrieb:

 After installing the patch, now the Halo ACL toolbar is visible in edit
 mode, but when I preview, then that request never completes (spinning
 clock). From firebug, it appears SF_ajax_form_preview is involved. I'm
 wondering if another patch is needed there.
 Thanks=
 John

 -Original Message-
 *From:* John McClure [mailto:jmccl...@hypergrove.comjmccl...@hypergrove.com
 ]
 *Sent:* Wednesday, March 17, 2010 11:25 AM
 *To:* jmccl...@hypergrove.com; 'Yaron Koren'; 'Thomas Schweitzer'
 *Cc:* semediawiki-devel@lists.sourceforge.net
 *Subject:* RE: [SMW-devel] HaloACL - where is sfEditPageBeforeForm

  whoops - sent some test code before, now corrected

 -Original Message-
 *From:* John McClure [mailto:jmccl...@hypergrove.comjmccl...@hypergrove.com
 ]
 *Sent:* Wednesday, March 17, 2010 11:01 AM
 *To:* 'Yaron Koren'; 'Thomas Schweitzer'
 *Cc:* semediawiki-devel@lists.sourceforge.net
 *Subject:* Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm

  Thank you Thomas  Yaron. Thomas, here is the simple change I made to
 your code, to curtail the inclusion of scripts in pages that don't display
 the Halo ACL tookbar. Thanks, John

 function addNonSpecialPageHeader($out) {
   global $wgRequest;
   $token = $wgRequest-getText( 'action', 'view' );
   if( $token == 'edit' || $token == 'formedit' ) {
  global $haclgHaloScriptPath, $haclgHaloScriptPath;
  // ---

  if (!defined('SMW_HALO_VERSION')) {
 // don't include prototype.js if SMWHalo is present
 $out-addScript(script type=\text/javascript\ src=\. 
 $haclgHaloScriptPath .
 /scripts/prototype.js\/script);
 }



  -Original Message-
 *From:* Yaron Koren [mailto:yaro...@gmail.com yaro...@gmail.com]
 *Sent:* Wednesday, March 17, 2010 5:09 AM
 *To:* Thomas Schweitzer
 *Cc:* jmccl...@hypergrove.com; semediawiki-devel@lists.sourceforge.net
 *Subject:* Re: [SMW-devel] HaloACL - where is sfEditPageBeforeForm

  Hi,

  I have no record of that hook ever having been in the Semantic Forms
 code; or of my having been asked to add it in. My guess is that it's only
 been in the SMW+ version of Semantic Forms. I could add it in now, though...

  -Yaron


 On Wed, Mar 17, 2010 at 2:25 AM, Thomas Schweitzer 
 schweit...@ontoprise.de wrote:

 Hi John,

 Yaron added this hook for us in Semantic Forms and I thought it should
 be part of his latest release. Yaron, can you please comment on this?

 I've still got it in form of a patch:
 In SF_EditData.php. line 110

form name=createbox onsubmit=return validate_all() action=
 method=post class=createbox
input type=hidden name=query value=true /

 END;
/*op-patch|TS|2009-09-18|HaloACL|Semantic protection|start*/
//Original code: $text .= $form_text;
   $html 

Re: [SMW-devel] Recurring Events: Every first saturday of a month

2010-03-18 Thread Yaron Koren
Just checking - are there any objections to calling the new 'unit' value
'dayofweekinmonth'? As hack-ish as it sounds, I still think it's the best
name of the ones suggested so far.

Now that SMW 1.5 has been released, I think it's a good time to add this
feature to the code...

-Yaron

On Thu, Mar 4, 2010 at 8:58 PM, Yaron Koren yaro...@gmail.com wrote:

 This is interesting, though it seems irrelevant to this discussion, which
 is about storing data, not querying it... unless I'm missing something.

 -Yaron


 On Thu, Mar 4, 2010 at 5:32 PM, John McClure jmccl...@hypergrove.comwrote:

 Does anyone else have a suggestion? :)

 Normalization would show the day of a week is an attribute of a date. So:
 * An #ask should be able to say ?Date.Weekday
 * IOW, a Date is a first class object as much as, say, a Place is
 * IOW, I'd like to see SMW standardize category:Dates and its properties
 * And I'd like to see the ability to set those properties from a
 'container'
 object's template
 * IMHO, {{#set: page-or-sio-name|propname=value}} would resolve alot of
 n-ary
 issues
 * I'm not sure yet how this plays with the (proposed?) Record datatype
   (e.g., is the Record datatype a reimplementation of SIO? Can Records be
 named?)

 Best regards,
 John McClure





 --
 WikiWorks · MediaWiki Consulting · http://wikiworks.com




-- 
WikiWorks · MediaWiki Consulting · http://wikiworks.com
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Recurring Events: Every first saturday of a month

2010-03-18 Thread Al Hooton
Yaron,

Thanks, this will be great.  Coincidentally, I've recently started
playing with David's code a little bit to see how the algorithm works.
So far no problems, but I haven't really pushed it hard yet either.

My vote on the name: Honestly, I don't care...  you can call it
whatever you want if the feature gets in.8^)

Thanks!

-Al


On Thu, 2010-03-18 at 15:56 -0400, Yaron Koren wrote:
 Just checking - are there any objections to calling the new 'unit'
 value 'dayofweekinmonth'? As hack-ish as it sounds, I still think it's
 the best name of the ones suggested so far.
 
 
 Now that SMW 1.5 has been released, I think it's a good time to add
 this feature to the code...
 
 
 -Yaron
 
 On Thu, Mar 4, 2010 at 8:58 PM, Yaron Koren yaro...@gmail.com wrote:
 This is interesting, though it seems irrelevant to this
 discussion, which is about storing data, not querying it...
 unless I'm missing something.
 
 
 -Yaron
 
 
 
 On Thu, Mar 4, 2010 at 5:32 PM, John McClure
 jmccl...@hypergrove.com wrote:
 Does anyone else have a suggestion? :)
 
 
 Normalization would show the day of a week is an
 attribute of a date. So:
 * An #ask should be able to say ?Date.Weekday
 * IOW, a Date is a first class object as much as,
 say, a Place is
 * IOW, I'd like to see SMW standardize
 category:Dates and its properties
 * And I'd like to see the ability to set those
 properties from a 'container'
 object's template
 * IMHO, {{#set: page-or-sio-name|propname=value}}
 would resolve alot of n-ary
 issues
 * I'm not sure yet how this plays with the (proposed?)
 Record datatype
   (e.g., is the Record datatype a reimplementation of
 SIO? Can Records be
 named?)
 
 Best regards,
 John McClure
 
 
 
 
 
 
 -- 
 WikiWorks · MediaWiki Consulting · http://wikiworks.com
 
 
 
 
 -- 
 WikiWorks · MediaWiki Consulting · http://wikiworks.com
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___ Semediawiki-devel mailing 
 list Semediawiki-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] SMW Factbox

2010-03-18 Thread John McClure
The factoids for special properties are missing a b-tag for li. It has the
e-tag, but not the b-tag.
I am using version 1.5g.
Thanks,
John


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel