]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn
also confused
[ikiwiki.git] / doc / bugs / openid_no_longer_pretty-prints_OpenIDs.mdwn
1 The git commit (in my `openid` branch) says it all:
2
3     Update IkiWiki::openiduser to work with Net::OpenID 2.x
4     
5     openiduser previously used a constructor that no longer works in 2.x.
6     However, all we actually want is the (undocumented) DisplayOfURL function
7     that is invoked by the display method, so try to use that.
8
9 This bug affects ikiwiki.info (my commits show up in [[RecentChanges]] as http://smcv.pseudorandom.co.uk/ rather than smcv [pseudorandom.co.uk]).
10
11 > Cherry picked, thanks. --[[Joey]]
12
13 Relatedly, the other commit on the same branch would be nice to have
14 (edited to add: I've now moved it, and its discussion, to
15 [[todo/pretty-print_OpenIDs_even_if_not_enabled]]). --[[smcv]]
16
17 [[!tag done]]