[Bug 22717] SF's 'Page has default form' and 'Creates pages with form' special properties don't work

2010-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22717

Markus Krötzsch  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #3 from Markus Krötzsch  2010-03-05 
11:05:10 UTC ---
Fixed. The problem occurred because the properties use a special datatype
(stored separately in SMW for faster access) while the properties as such have
not been special. This requires SMW to do another DB lookup to find the
property name, where this lookup is not done by default since properties with
special datatypes typically are known to SMW already. It may actually be faster
to avoid this extra lookup and go for the normal table instead, using the type
'_wpf' instead of '__spf' for Form pages. Changing this of course will prevent
SMW from finding existing values which have been stored to the special table
earlier.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22717] SF's 'Page has default form' and 'Creates pages with form' special properties don't work

2010-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22717

Markus Krötzsch  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22717] SF's 'Page has default form' and 'Creates pages with form' special properties don't work

2010-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22717

Yaron Koren  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #2 from Yaron Koren  2010-03-04 15:13:29 UTC ---
I'm re-opening this bug; I think you misunderstood the issue. SF defines all
four properties, just as it always has: the issue is that the two that are
mentioned here worked with SMW 1.4.3, but they don't work with SMW 1.5; and I
assume that's somehow due to the fact that SMW has special handling for the
other two. I'm not request special handling for the other two, just that they
work.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22717] SF's 'Page has default form' and 'Creates pages with form' special properties don't work

2010-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22717

Markus Krötzsch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID
   Severity|major   |normal

--- Comment #1 from Markus Krötzsch  2010-03-04 
09:07:17 UTC ---
How should SMW know which properties SF needs? Extensions have to introduce the
properties they want to have pre-defined by themselves, or otherwise SMW would
need to include all properties that are used in extensions. So it is not a bug
if SMW does not know all SF properties.

The two properties that SMW knows of have been introduced since they were
requested so frequently that we decided to make them "special" at some point.
This can possibly be done with other properties as well, though the overall
amount of such properties is limited. Also, making an existing property special
in this sense will require all pages with that property to be re-stored to be
able to access the data. Not sure if this is even wanted.

But if you think that some properties of SF are so frequently used that they
need special handling, feel free to file a feature request for them (including
the datatype and internal ID used for the properties).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l