Short description

The RecentChanges macro often shows multiple differences in the form [1-3,4] but doesn't provide convenient links to these difference spans, instead forcing the user to either navigate the differences one at a time, or sending them into the info view to manually select revisions to diff between. This feature request (plus patch) provides links on these spans in order to show combinations of edit differences.

Note that this adds an extra dictionary entry called editors_detailed alongside editors to be passed to the theme's recentchanges_entry method. Since I imagine that some themes override this method and thus rely on the editors data, such basic data cannot just be modified, even if many themes just use the MoinMoin.theme.ThemeBase version of the method and can have the enhanced presentation provided by this patch.


CategoryFeatureRequest CategoryFeaturePatched

MoinMoin: FeatureRequests/EnhancedDiffsForRecentChanges (last edited 2013-07-30 15:59:17 by PaulBoddie)