https://bugzilla.wikimedia.org/show_bug.cgi?id=21748
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Markus Krötzsch <[email protected]> 2009-12-10 15:58:45 UTC --- The patch would actually disable all listings (including subproperties) and it would also hide the property listings on Type pages and the element listings on Concept pages. I have thus implemented a better solution: it is now possible to set the parameter $smwgPropertyPagingLimit to 0 for hiding the property page listings. By the way: the query is just a simple DB lookup that is always limited to 25 results. It would be interesting to learn why it caused performance issues on your site at all. Retrieving 25 rows from a table is not really that challenging for a RDBMS even if the table is large. -- 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
