[SMW-devel] Bug test: saving data via form

2012-12-13 Thread Reed Duecy-Gibbs
Hi,
I've a noticed a rather problematic bug on my site and am having trouble
even pinning down the conditions that cause it. I'm wondering if people on
the dev list could spare 5 minutes of their time and do a little group
testing.

The Bug:
Sporadically, new pages are not saved when people enter them via forms. I
had initially thought it only happened when someone created a page for the
first time. I have made friends who are adding content aware of this bug.
They've informed me that it continues to happen randomly sometimes even
after they've entered a few pages. It has never happened on my account and
only once for me after creating multiple test accounts. However, I've seen
it happen to other people while I'm showing them how to use the site.

I have turned off all the required fields in the form. Registration is
required for page creation. The site is: php 5.3, MW 1.18, SMW 1.7, SF 2.4

Create a test account [1] and test page [2] or a few and let me know what
happens. Should I hope things fix themselves after I upgrade in the near
future? Thoughts?

[1] 
http://openurban.com/index.php?title=Special:UserLogin&type=signup
[2] http://openurban.com/index.php?title=Add_Project


Many thanks in advance,
-- 
Reed Duecy-Gibbs
rdue...@gmail.com
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Get a value for an annotation

2012-12-13 Thread Mauricio Etchevest
Hi!

I need to get the values for an annotation on an article.

I´m doing this:

//get all annotations for an article
$result = smwfGetStore()->getProperties($article);

for ($i = 0; $i < $size; $i++){

   //for the actual property I ask for the value in article.
   $v = smwfGetStore()->getPropertyValues($article, $result[$i]);

   $dataItem = $v[0];
$type= $dataItem->getDIType();

if ($type == 9){
 $value= $dataItem->getTitle();
}elseif ($type == 6){
$value = $dataItem->getSerialization();
 }else{
$value= $dataItem->getLabel();
 }

I get all the annotations names but I can get the actual values of the
properties.
I have an error on the line $type= $dataItem->getDIType();

I´m working with SMW 1.7.1

Thanks!
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Problem with SMW+ Forum registration

2012-12-13 Thread jmcclure
 

Marco - No surprise to me the forum is closed, but I AM disturbed by
your report both repositories are unavailable. Just checked and sure
enough, they are not available.. Write me offline if you want advice
about your options. - john 

On 11.12.2012 04:15, Marco Galeassi wrote:


> Hi! I don't know if it's the right way to report this issue, but I
get an error message when I try to register this mail on Semantic Media
Wiki Forum, and this is the only mail that I could find on your website.
The error message when I press the "create account" button is: 
> 
>
Login error
> There was either an authentication database error or you
are not allowed to update your external account. 
> 
> Am I doing
something wrong?
> 
> If not, should you register my mail or fix the
problem?
> 
> P.S. : If I can take the advantage, I have another problem
with WAT (wiki administration tool)... What repository shall I use?
vulcan's repository doesn't seems to work, same for dailywikibuids,
there's some other repository that can I use?
> 
> Thanks for your
support, Marco. 
> 
>
--
>
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
>
Remotely access PCs and mobile devices and provide instant support
>
Improve your efficiency, and focus on delivering more value-add
services
> Discover what IT Professionals Know. Rescue delivers
>
http://p.sf.net/sfu/logmein_12329d2d [1]
> 
>
___
> Semediawiki-devel
mailing list
> Semediawiki-devel@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel [2]




Links:
--
[1] http://p.sf.net/sfu/logmein_12329d2d
[2]
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] [SF] Any plans to support Visual Editor in Semantic Forms?

2012-12-13 Thread Yaron Koren
Hi Yury,

Yes - support for VisualEditor has been in the list of planned features for
a while:

https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Known_bugs_and_planned_features#Planned_features

I don't think VE is really usable yet, but I'm certainly looking forward to
when it gets officially released - it could be sometime in the next few
months, according to the developers.

-Yaron

On Thu, Dec 13, 2012 at 9:22 AM, Yury Katkov  wrote:

> Hi!
>
> Yaron, the question is mostly addressed to you: are there have any
> plans to support VisualEditor in Semantic Forms? It has been deployed
> in English Wikipedia and works very well. Frankly speaking FCKEditor
> looked way too heavy in Forms with all its elements so even though
> VisualEditor is incomplete it would look very well in Forms free text
> inputs.
>
> Cheers,
> -
> Yury Katkov, WikiVote
>



-- 
WikiWorks · MediaWiki Consulting · http://wikiworks.com
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] [SF] Any plans to support Visual Editor in Semantic Forms?

2012-12-13 Thread Yury Katkov
Hi!

Yaron, the question is mostly addressed to you: are there have any
plans to support VisualEditor in Semantic Forms? It has been deployed
in English Wikipedia and works very well. Frankly speaking FCKEditor
looked way too heavy in Forms with all its elements so even though
VisualEditor is incomplete it would look very well in Forms free text
inputs.

Cheers,
-
Yury Katkov, WikiVote

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel