https://bugzilla.wikimedia.org/show_bug.cgi?id=34359
--- Comment #11 from Jeroen De Dauw <[email protected]> 2012-02-13 19:53:16 UTC --- I made some follow up changes in r111407. For some reason the "Is a new page" property refuses to show up for me, either as result of a query, on Special:Browse or via the RDF export. The property itself shows on special browse, but the value does not. I tried debugging this and looked at the difference between this property and another one of type boolean. At some point this is done: $values = $data->getPropertyValues( $diProperty ); For a regular boolean property, $values will be an array with a SMWDIBool (or more, depending on how many you have set). For "Is a new page" the array is empty. So then I dumped the $data object to see what's in there, and the list where getPropertyValues is empty, until after getPropertyValues is called. wtf?? I looked at this for about 10 mins, and all I see is magically appearing data while nothing is modifying the field where it's stored. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
