aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/write.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-23 15:32:27 -0400
committerJoey Hess <joey@kitenet.net>2010-06-23 15:54:52 -0400
commitc46bcb425af0948ac59581d6ba7b477826d83ae3 (patch)
treefed9af5634ba9e74b5284ea44eb1a63a6755cf40 /doc/plugins/write.mdwn
parent0580cbbf40873a2d20da96b41f4b14f642cb108d (diff)
downloadikiwiki-c46bcb425af0948ac59581d6ba7b477826d83ae3.tar
ikiwiki-c46bcb425af0948ac59581d6ba7b477826d83ae3.tar.gz
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 'doc/plugins/write.mdwn')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 193005565..5f0e95a9f 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -1103,7 +1103,9 @@ The data structure returned for each change is:
{
rev => # the RCSs id for this commit
- user => # name of user who made the change,
+ user => # user who made the change (may be an openid),
+ usershort => # short name of user (optional; not an openid),
+
committype => # either "web" or the name of the rcs,
when => # time when the change was made,
message => [