https://bugzilla.wikimedia.org/show_bug.cgi?id=21888
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #1 from Markus Krötzsch <[email protected]> 2009-12-30 14:34:02 UTC --- This behaviour is a fundamental consequence of the order in which a page is processed when it is stored: first the wiki text is parsed and expanded, second the text and extracted data (information for "what links here", categories, SMW data) is stored. So the result of the query is computed before the data is stored. I do not see how we can change this in a practically feasible way. The current behaviour is certainly not a deliberate design choice for helping people to compare old values; we really have no idea how to do it differently. Regarding the "cached" option, I note that SMW does not store a history of its data. So there is only a single copy of the data in the data base at any time, and we cannot provide an option for selecting another older version. -- 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
