recentchangesdiff: When diffurl is not set, provide inline diffs in the recentchanges page, with visibility toggleable via javascript. Thanks, Antoine Beaupré
parent
56de5b2d89
commit
7f883f5203
|
@ -1,3 +1,11 @@
|
|||
ikiwiki (3.20120630) UNRELEASED; urgency=low
|
||||
|
||||
* recentchangesdiff: When diffurl is not set, provide inline diffs
|
||||
in the recentchanges page, with visibility toggleable via javascript.
|
||||
Thanks, Antoine Beaupré
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 19 Jul 2012 13:46:52 -0400
|
||||
|
||||
ikiwiki (3.20120629) unstable; urgency=low
|
||||
|
||||
* mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
[[!tag type/meta]]
|
||||
|
||||
This plugin extends the [[recentchanges]] plugin, adding a diff for each
|
||||
change. The diffs are by default hidden from display on the recentchanges
|
||||
page, but will display in its feeds. The [[rcs]] must have implemented
|
||||
support for the `rcs_diff()` function for any diffs to be generated.
|
||||
change. The diffs can be toggled on the recentchanges page (requires
|
||||
javascript), and are also included in its feeds.
|
||||
|
||||
The [[rcs]] must have implemented support for the `rcs_diff()` function for
|
||||
any diffs to be generated.
|
||||
|
|
|
@ -22,4 +22,6 @@ It would rock if I could view diffs from the web without going via feeds. I envi
|
|||
|
||||
> > > I have pushed a new version of this patch to my branch, which fixes all the above issues. I think this is ready to be merged now. -- [[anarcat]] 2012-07-19
|
||||
|
||||
>>>> [[done]] --[[Joey]]
|
||||
|
||||
[[!tag wishlist patch]]
|
||||
|
|
Loading…
Reference in New Issue