diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 15:32:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 15:54:52 -0400 |
commit | c46bcb425af0948ac59581d6ba7b477826d83ae3 (patch) | |
tree | fed9af5634ba9e74b5284ea44eb1a63a6755cf40 /debian | |
parent | 0580cbbf40873a2d20da96b41f4b14f642cb108d (diff) |
Add new optional field usershort to rcs_recentchanges.
Now the git plugin supports commits with author fields that look like:
Author: http://my.openid/ <me@web>
Then in recentchanges, the short username will be displayed, linking
to the openid.
Particularly useful for the horrible google openids, of course.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 032041346..01d0abb47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.20100624) UNRELEASED; urgency=low + + * Add new optional field usershort to rcs_recentchanges. + + -- Joey Hess <joeyh@debian.org> Wed, 23 Jun 2010 15:30:04 -0400 + ikiwiki (3.20100623) unstable; urgency=low * openid: Add openid_realm and openid_cgiurl configuration options, |