diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-06-22 06:57:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-22 06:57:00 -0400 |
commit | 0d76893483f961755dc181d4a2fd2ee3af1373ea (patch) | |
tree | 113973048a9ba2bd5c7721c6b6d4d27027a49ff2 | |
parent | 2b722cfd689f789b786624c36046f8992fabefe9 (diff) |
bug report + patches
-rw-r--r-- | doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn b/doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn new file mode 100644 index 000000000..a2bb5893a --- /dev/null +++ b/doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn @@ -0,0 +1,23 @@ +The git commit (in my `openid` branch) says it all: + + Update IkiWiki::openiduser to work with Net::OpenID 2.x + + openiduser previously used a constructor that no longer works in 2.x. + However, all we actually want is the (undocumented) DisplayOfURL function + that is invoked by the display method, so try to use that. + +This bug affects ikiwiki.info (my commits show up in [[RecentChanges]] as http://smcv.pseudorandom.co.uk/ rather than smcv [pseudorandom.co.uk]). + +Relatedly, the other commit on the same branch would be nice to have: + + Allow the openid plugin to be loaded but disabled, for its side-effect of defining IkiWiki::openiduser + + On various sites I have two IkiWiki instances running from the same + repository: one accessible via http and only accepting openid logins, + and one accessible via authenticated https and only accepting httpauth. + Ideally, the https version should still pretty-print OpenIDs seen in + git history. + +--[[smcv]] + +[[!tag patch]] |