https://bugzilla.wikimedia.org/show_bug.cgi?id=61749
--- Comment #3 from Thiemo Mättig <[email protected]> --- (In reply to Lydia Pintscher from comment #2) > https://www.wikidata.org/w/?title=Q5089124&diff=0&oldid=97248895 > is one. Huh, where does the diff=0 come from? Do you typed this? https://www.wikidata.org/w/?title=Q5089124&diff=cur&oldid=97248895 does work as expected. The core code that checks and parses the diff and oldid parameters is a bit strange. There is no comparison with a constant "cur" in core. Instead it checks for "prev", "next" and numbers and treads everything else (even an empty ...&diff&... with no equal sign) as "cur". Example: https://www.wikidata.org/w/?diff&oldid=104570626 For some reason all this does not work in Wikibase. In my opinion it should be made the same. -- 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
