https://bugzilla.wikimedia.org/show_bug.cgi?id=28820
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | --- Comment #1 from Brion Vibber <[email protected]> 2011-05-04 23:38:18 UTC --- It's been a while since I poked the diff code, but I think it'll mostly need poking in two places: 1) Actually fetching revs will need to be able to fall back to deleted versions, if you have sufficient permissions. This should be pretty easy. 2) on finding the next/previous revision when not explicitly listed on the URL, which right now will just look in the revision table. Even just fixing 1) would be *very* useful as it would make a lot of broken links work again. 2) has a potential issue in that it could cause the same link to work differently depending on whether you have access to the deleted revs or not, which might end up confusing. Might want to think about things here. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
