https://bugzilla.wikimedia.org/show_bug.cgi?id=38185
badon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #8 from badon <[email protected]> --- Comment 4 indicates the problem also lies in hash(), which is used in 1.8.0.5 on line 43 in this file: \path\to\SemanticMediaWiki\includes\parserhooks\SMW_Show.php This is the line in use: $queryKey = hash( 'md4', implode( '|', $rawParams ) , false ); Comment 5 indicates that hash() was not being used in SMW 1.7, so this may indeed be a regression. Jeroen, should I open a separate bug for it, or can we keep it all in one place here? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
