]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
Add new optional field usershort to rcs_recentchanges.
[ikiwiki.git] / doc / plugins / write.mdwn
index 1930055658b93a245cecff2cf5114fe882a065d5..5f0e95a9fe8bd3089a6a8dd717ae0afc981514ea 100644 (file)
@@ -1103,7 +1103,9 @@ The data structure returned for each change is:
 
        {
                rev => # the RCSs id for this commit
 
        {
                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 => [
                committype => # either "web" or the name of the rcs,
                when => # time when the change was made,
                message => [